LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-06 22:46:16 to 2023-12-07 02:24:04 UTC [more...]

[PATCH 0/11] vfs: inode cache scalability improvements
 2023-12-07  2:23 UTC  (7+ messages)
` [PATCH 01/11] lib/dlock-list: Distributed and lock-protected lists
` [PATCH 05/11] selinux: use dlist for isec inode list

[RFC KERNEL PATCH v2 0/3] Support device passthrough when dom0 is PVH on Xen
 2023-12-07  2:18 UTC  (13+ messages)
` [RFC KERNEL PATCH v2 2/3] xen/pvh: Unmask irq for passthrough device in PVH dom0

Adding SPMI tree to linux-next
 2023-12-07  2:17 UTC  (2+ messages)

[PATCH v1 0/2] Add waveshare 7inch touchscreen panel support
 2023-12-07  2:16 UTC  (6+ messages)

[PATCH v2 00/10] devm_led_classdev_register() usage problem
 2023-12-07  2:16 UTC  (11+ messages)
` [PATCH v2 01/10] devm-helpers: introduce devm_mutex_init

[PATCH v1] perf record: Reduce memory for recording lost samples event
 2023-12-07  2:16 UTC 

[PATCH v2] KVM: x86/intr: Explicitly check NMI from guest to eliminate false positives
 2023-12-07  2:12 UTC  (3+ messages)

[RFC PATCH 00/86] Make the kernel preemptible
 2023-12-07  2:10 UTC  (7+ messages)
` [RFC PATCH 48/86] rcu: handle quiescent states for PREEMPT_RCU=n

[PATCH v2] md: split MD_RECOVERY_NEEDED out of mddev_resume
 2023-12-07  2:07 UTC 

[PATCH 12/36] sched_ext: Implement BPF extensible scheduler class
 2023-12-07  2:04 UTC  (2+ messages)
` [PATCH] scx: set p->scx.ops_state using atomic_long_set_release

[PATCH 1/3] PCI: Call PCI ACPI _DSM with consistent revision argument
 2023-12-07  2:02 UTC  (3+ messages)

[PATCH] qed: Fix a potential double-free in qed_cxt_tables_alloc
 2023-12-07  1:58 UTC  (3+ messages)
` [EXT] "

linux-next: build failure after merge of the devicetree tree
 2023-12-07  1:57 UTC 

[PATCH] mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock
 2023-12-07  1:57 UTC  (2+ messages)

pm.c:undefined reference to `i8042_command'
 2023-12-07  1:21 UTC  (5+ messages)

[RFC PATCH] mm: compaction: avoid fast_isolate_freepages blindly choose improper pageblock
 2023-12-07  1:50 UTC  (4+ messages)

[PATCH v1] perf env: Avoid recursively taking env->bpf_progs.lock
 2023-12-07  1:46 UTC 

[PATCH 1/1] EDAC/skx_common: Filter out the invalid address
 2023-12-07  1:45 UTC 

drivers/vhost/vringh.c:567:18: sparse: sparse: cast to restricted __virtio16
 2023-12-07  1:44 UTC 

[PATCH] ocxl: fix driver function comment typo
 2023-12-07  1:43 UTC  (2+ messages)

[PATCH v2 00/21] remove the SLAB allocator
 2023-12-07  1:35 UTC  (15+ messages)
` [PATCH v2 12/21] mm/slab: consolidate includes in the internal mm/slab.h
` [PATCH v2 13/21] mm/slab: move pre/post-alloc hooks from slab.h to slub.c
` [PATCH v2 14/21] mm/slab: move memcg related functions "
` [PATCH v2 15/21] mm/slab: move struct kmem_cache_node "
` [PATCH v2 17/21] mm/slab: move kmalloc_slab() to mm/slab.h
` [PATCH v2 18/21] mm/slab: move kmalloc() functions from slab_common.c to slub.c
` [PATCH v2 19/21] mm/slub: remove slab_alloc() and __kmem_cache_alloc_lru() wrappers

[RFC PATCH 47/86] rcu: select PREEMPT_RCU if PREEMPT
 2023-12-07  1:33 UTC  (8+ messages)

[PATCH -next] md: split MD_RECOVERY_NEEDED out of mddev_resume
 2023-12-07  1:34 UTC  (5+ messages)

[PATCH v6 00/47] maps/threads/dsos memory improvements and fixes
 2023-12-07  1:17 UTC  (48+ messages)
` [PATCH v6 01/47] perf map: Improve map/unmap parameter names
` [PATCH v6 02/47] perf maps: Add maps__for_each_map to iterate maps holding the lock
` [PATCH v6 03/47] perf events x86: Use function to add missing lock
` [PATCH v6 04/47] perf report: Use function to add missing maps lock
` [PATCH v6 05/47] perf tests: "
` [PATCH v6 06/47] perf machine: "
` [PATCH v6 07/47] perf probe-event: "
` [PATCH v6 08/47] perf symbol: "
` [PATCH v6 09/47] perf synthetic-events: "
` [PATCH v6 10/47] perf thread: "
` [PATCH v6 11/47] perf unwind: "
` [PATCH v6 12/47] perf vdso: "
` [PATCH v6 13/47] perf maps: Reduce scope of maps__for_each_entry
` [PATCH v6 14/47] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v6 15/47] perf debug: Expose debug file
` [PATCH v6 16/47] perf maps: Refactor maps__fixup_overlappings
` [PATCH v6 17/47] perf maps: Do simple merge if given map doesn't overlap
` [PATCH v6 18/47] perf maps: Rename clone to copy from
` [PATCH v6 19/47] perf maps: Add maps__load_first
` [PATCH v6 20/47] perf maps: Add find next entry to give entry after the given map
` [PATCH v6 21/47] perf maps: Reduce scope of map_rb_node and maps internals
` [PATCH v6 22/47] perf maps: Fix up overlaps during fixup_end
` [PATCH v6 23/47] perf maps: Switch from rbtree to lazily sorted array for addresses
` [PATCH v6 24/47] perf maps: Get map before returning in maps__find
` [PATCH v6 25/47] perf maps: Get map before returning in maps__find_by_name
` [PATCH v6 26/47] perf maps: Get map before returning in maps__find_next_entry
` [PATCH v6 27/47] perf maps: Hide maps internals
` [PATCH v6 28/47] perf maps: Locking tidy up of nr_maps
` [PATCH v6 29/47] perf dso: Reorder variables to save space in struct dso
` [PATCH v6 30/47] perf report: Sort child tasks by tid
` [PATCH v6 31/47] perf trace: Ignore thread hashing in summary
` [PATCH v6 32/47] perf machine: Move fprintf to for_each loop and a callback
` [PATCH v6 33/47] perf threads: Move threads to its own files
` [PATCH v6 34/47] perf threads: Switch from rbtree to hashmap
` [PATCH v6 35/47] perf threads: Reduce table size from 256 to 8
` [PATCH v6 36/47] perf dsos: Attempt to better abstract dsos internals
` [PATCH v6 37/47] perf dsos: Tidy reference counting and locking
` [PATCH v6 38/47] perf dsos: Add dsos__for_each_dso
` [PATCH v6 39/47] perf dso: Move dso functions out of dsos
` [PATCH v6 40/47] perf dsos: Switch more loops to dsos__for_each_dso
` [PATCH v6 41/47] perf dsos: Switch backing storage to array from rbtree/list
` [PATCH v6 42/47] perf dsos: Remove __dsos__addnew
` [PATCH v6 43/47] perf dsos: Remove __dsos__findnew_link_by_longname_id
` [PATCH v6 44/47] perf dsos: Switch hand code to bsearch
` [PATCH v6 45/47] perf dso: Add reference count checking and accessor functions
` [PATCH v6 46/47] perf dso: Reference counting related fixes
` [PATCH v6 47/47] perf dso: Use container_of to avoid a pointer in dso_data

arch/arm64/kernel/proton-pack.c:353:1: sparse: sparse: symbol '__pcpu_scope_arm64_ssbd_callback_required' was not declared. Should it be static?
 2023-12-07  1:32 UTC 

[RFC v2] mm: Multi-Gen LRU: fix use mm/page_idle/bitmap
 2023-12-07  1:30 UTC  (3+ messages)

[PATCH v7 2/2] iio: adc: ad7173: add AD7173 driver
 2023-12-07  1:22 UTC  (2+ messages)

drivers/firmware/efi/libstub/arm32-stub.c:12:28: sparse: sparse: symbol 'efi_entry_state' was not declared. Should it be static?
 2023-12-07  1:11 UTC 

[PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-12-07  1:11 UTC  (7+ messages)

[PATCH 15/16] drm/msm/dpu: add NV12 in the list of supported WB formats
 2023-12-07  1:09 UTC  (3+ messages)

linux-next: manual merge of the security tree with the bpf-next tree
 2023-12-07  1:08 UTC 

[PATCH V4] scsi: ufs: core: store min and max clk freq from OPP table
 2023-12-07  1:06 UTC  (2+ messages)

[PATCH 0/2] ALSA: hda/tas2563: Add tas253 HDA driver
 2023-12-07  1:05 UTC  (2+ messages)

[PATCH v4 10/12] KVM: x86: never write to memory from kvm_vcpu_check_block()
 2023-12-07  1:03 UTC  (2+ messages)

[PATCH] team: Fix use-after-free when an option instance allocation fails
 2023-12-07  1:02 UTC  (4+ messages)

[PATCH V2 0/3] Add CPU latency QoS support for ufs driver
 2023-12-07  1:02 UTC  (8+ messages)
` [PATCH V2 1/3] ufs: core: "

[PATCH] ASoC: audio-graph-card2: fix off by one in graph_parse_node_multi_nm()
 2023-12-07  1:00 UTC  (2+ messages)

[PATCH v3 0/3] Add UFS RTC support
 2023-12-07  0:59 UTC  (3+ messages)
` [PATCH v3 2/3] scsi: ufs: core: "

[PATCH RFC 00/39] mm/rmap: interface overhaul
 2023-12-07  0:56 UTC  (5+ messages)
` [PATCH RFC 02/39] mm/rmap: introduce and use hugetlb_remove_rmap()

[PATCH 00/16] ALSA: hda/tas2781: Add tas2563 support
 2023-12-07  0:58 UTC  (17+ messages)
` [PATCH 01/16] ASoC: tas2781: add support for fw version 0x0503
` [PATCH 02/16] ALSA: hda/tas2781: leave hda_component in usable state
` [PATCH 03/16] ASoC: tas2781: disable regmap regcache
` [PATCH 04/16] ALSA: hda/tas2781: handle missing calibration data
` [PATCH 05/16] ALSA: hda/tas2781: fix typos in comment
` [PATCH 06/16] ASoC: tas2781: add ptrs to calibration functions
` [PATCH 07/16] ALSA: hda/tas2781: load_calibration just load
` [PATCH 08/16] ASoC: tas2781: add configurable global_addr
` [PATCH 09/16] ALSA: hda/tas2781: add TAS2563 support for 14ARB7
` [PATCH 10/16] ASoC: tas2781: check negative indexes
` [PATCH 11/16] ASoC: tas2781: use 0 as default prog/conf index
` [PATCH 12/16] ASoC: tas2781: move set_drv_data outside tasdevice_init
` [PATCH 13/16] ALSA: hda/tas2781: remove sound controls in unbind
` [PATCH 14/16] ALSA: hda/tas2781: call cleaner functions only once
` [PATCH 15/16] ALSA: hda/tas2781: reset the amp before component_add
` [PATCH 16/16] ALSA: hda/tas2781: configure the amp after firmware load

[PATCH 0/7] mm/zswap: optimize the scalability of zswap rb-tree
 2023-12-07  0:43 UTC  (4+ messages)

[RFC PATCH 00/11] mempolicy2, mbind2, and weighted interleave
 2023-12-07  0:27 UTC  (12+ messages)
` [RFC PATCH 01/11] mm/mempolicy: implement the sysfs-based weighted_interleave interface
` [RFC PATCH 02/11] mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving
` [RFC PATCH 03/11] mm/mempolicy: refactor sanitize_mpol_flags for reuse
` [RFC PATCH 04/11] mm/mempolicy: create struct mempolicy_args for creating new mempolicies
` [RFC PATCH 05/11] mm/mempolicy: refactor kernel_get_mempolicy for code re-use
` [RFC PATCH 06/11] mm/mempolicy: allow home_node to be set by mpol_new
` [RFC PATCH 07/11] mm/mempolicy: add userland mempolicy arg structure
` [RFC PATCH 08/11] mm/mempolicy: add set_mempolicy2 syscall
` [RFC PATCH 09/11] mm/mempolicy: add get_mempolicy2 syscall
` [RFC PATCH 10/11] mm/mempolicy: add the mbind2 syscall
` [RFC PATCH 11/11] mm/mempolicy: extend set_mempolicy2 and mbind2 to support weighted interleave

[PATCH net-next v1 1/3] net: dsa: microchip: ksz8: move BMCR specific code to separate function
 2023-12-07  0:28 UTC  (3+ messages)
` [PATCH net-next v1 3/3] net: dsa: microchip: Fix PHY loopback configuration for KSZ8794 and KSZ8873

[PATCH v2 2/2] Input: Add Himax HX83102J touchscreen driver
 2023-12-07  0:27 UTC  (2+ messages)

[PATCH v5 00/50] Improvements to memory use
 2023-12-07  0:10 UTC  (17+ messages)
` [PATCH v5 01/50] perf comm: Use regular mutex
` [PATCH v5 16/50] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v5 18/50] perf maps: Refactor maps__fixup_overlappings
` [PATCH v5 19/50] perf maps: Do simple merge if given map doesn't overlap

[PATCH v8 3/3] gpio: nuvoton: Add Nuvoton NPCM sgpio driver
 2023-12-07  0:16 UTC  (2+ messages)

drivers/remoteproc/rcar_rproc.c:45:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-12-07  0:17 UTC 

[PATCH] kvm: x86: use a uapi-friendly macro for BIT
 2023-12-07  0:11 UTC 

[PATCH v6 0/2] Add Facebook Harma (AST2600) BMC
 2023-12-07  0:10 UTC  (3+ messages)
` [PATCH v6 2/2] ARM: dts: aspeed: Harma: "

[RFC PATCH v2 0/8] Add support for 10G Ethernet SerDes on MT7988
 2023-12-07  0:07 UTC  (4+ messages)
` [RFC PATCH v2 3/8] net: pcs: pcs-mtk-lynxi: add platform driver for MT7988

[net-next PATCH v3 00/13] net: phy: at803x: cleanup
 2023-12-06 23:57 UTC  (14+ messages)
` [net-next PATCH v3 01/13] net: phy: at803x: fix passing the wrong reference for config_intr
` [net-next PATCH v3 02/13] net: phy: at803x: move disable WOL to specific at8031 probe
` [net-next PATCH v3 03/13] net: phy: at803x: raname hw_stats functions to qca83xx specific name
` [net-next PATCH v3 04/13] net: phy: at803x: move qca83xx specific check in dedicated functions
` [net-next PATCH v3 05/13] net: phy: at803x: move specific DT option for at8031 to specific probe
` [net-next PATCH v3 06/13] net: phy: at803x: move specific at8031 probe mode check to dedicated probe
` [net-next PATCH v3 07/13] net: phy: at803x: move specific at8031 config_init to dedicated function
` [net-next PATCH v3 08/13] net: phy: at803x: move specific at8031 WOL bits "
` [net-next PATCH v3 09/13] net: phy: at803x: move specific at8031 config_intr "
` [net-next PATCH v3 10/13] net: phy: at803x: make at8031 related DT functions name more specific
` [net-next PATCH v3 11/13] net: phy: at803x: move at8031 functions in dedicated section
` [net-next PATCH v3 12/13] net: phy: at803x: move at8035 specific DT parse to dedicated probe
` [net-next PATCH v3 13/13] net: phy: at803x: drop specific PHY ID check from cable test functions

[PATCH 00/16] ALSA: hda/tas2781: Add tas2563 support
 2023-12-06 23:59 UTC 

[PATCH net-next v2] net: stmmac: don't create a MDIO bus if unnecessary
 2023-12-06 23:58 UTC  (2+ messages)

[PATCH 0/3] net/sched: Load modules via alias
 2023-12-06 23:55 UTC  (7+ messages)

[PATCH v3,20/21] media: medkatek: vcodec: support tee decoder
 2023-12-06 23:43 UTC  (3+ messages)
` [PATCH] "

[PATCH 6.1 000/105] 6.1.66-rc2 review
 2023-12-06 23:39 UTC  (2+ messages)

linux-next: manual merge of the vfs-brauner tree with the btrfs tree
 2023-12-06 23:32 UTC 

[PATCH v2 00/15] selftests/hid: tablets fixes
 2023-12-06 23:32 UTC  (2+ messages)

[PATCH 00/11] x86/kvm/emulate: Avoid RET for FASTOPs
 2023-12-06 23:31 UTC  (3+ messages)
` [PATCH 03/11] objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATE

[net-next PATCH v4 1/3] net: phy: extend PHY package API to support multiple global address
 2023-12-06 23:25 UTC  (3+ messages)
` [net-next PATCH v4 2/3] net: phy: restructure __phy_write/read_mmd to helper and phydev user
` [net-next PATCH v4 3/3] net: phy: add support for PHY package MMD read/write

[PATCH v3 0/7] kexec_file: print out debugging message if required
 2023-12-06 23:22 UTC  (8+ messages)
` [PATCH v3 5/7] kexec_file, ricv: "

[PATCH 0/8] SPMI patches for the merge window
 2023-12-06 23:17 UTC  (9+ messages)
` [PATCH 1/8] spmi: mtk-pmif: Serialize PMIF status check and command submission
` [PATCH 2/8] spmi: mediatek: Fix UAF on device remove
` [PATCH 3/8] spmi: Introduce device-managed functions
` [PATCH 4/8] spmi: Use devm_spmi_controller_alloc()
` [PATCH 5/8] spmi: mtk-pmif: Reorder driver remove sequence
` [PATCH 6/8] spmi: hisi-spmi-controller: Use devm_spmi_controller_add()
` [PATCH 7/8] spmi: Return meaningful errors in spmi_controller_alloc()
` [PATCH 8/8] spmi: mediatek: add device id check

[PATCH net-next v5 0/3] ethtool: Add ethtool_puts()
 2023-12-06 23:16 UTC  (4+ messages)
` [PATCH net-next v5 1/3] ethtool: Implement ethtool_puts()
` [PATCH net-next v5 2/3] checkpatch: add ethtool_sprintf rules
` [PATCH net-next v5 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()

[PATCH 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()
 2023-12-06 23:08 UTC  (2+ messages)

[PATCH 0/5] staging: rtl8192e: this patch series renames (5) different variables
 2023-12-06 23:04 UTC  (6+ messages)
` [PATCH 1/5] staging: rtl8192e: renamed variable bAMSDU_Support
` [PATCH 2/5] staging: rtl8192e: renamed variable bAMPDUEnable
` [PATCH 3/5] staging: rtl8192e: renamed variable AMPDU_Factor
` [PATCH 4/5] staging: rtl8192e: renamed variable MPDU_Density
` [PATCH 5/5] staging: rtl8192e: renamed variable bTxEnableFwCalcDur

[PATCH] x86/mce: Update references to the Intel SDM
 2023-12-06 23:03 UTC  (3+ messages)

[PATCH 5.10 000/131] 5.10.203-rc3 review
 2023-12-06 23:00 UTC  (2+ messages)

[PATCH] ELF: document some de-facto PT_* ABI quirks
 2023-12-06 22:58 UTC  (6+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH net-next v7 0/4] send credit update during setting SO_RCVLOWAT
 2023-12-06 22:50 UTC  (6+ messages)
` [PATCH net-next v7 3/4] virtio/vsock: fix logic which reduces credit update messages

[PATCH v1 1/3] x86/tdx: Check for TDX partitioning during early TDX init
 2023-12-06 22:54 UTC  (6+ messages)

[PATCH] arm64: dts: imx8mm-venice: Fix PCI bus nodes
 2023-12-06 22:45 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).