All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-01 07:27:53 to 2026-08-01 08:51:53 UTC [more...]

[PATCHSET sched_ext/for-7.3] sched_ext: Bandwidth-limited rescue execution for stranded tasks
 2026-08-01  8:51 UTC  (3+ messages)
` [PATCH 01/12] sched_ext: Rename scx_local_or_reject_dsq() to scx_resolve_local_dsq()
` [PATCH 02/12] sched_ext: Make several ext.c helpers available outside ext.c

[PATCH] Bluetooth: hci_sync: add conditional locking annotations
 2026-08-01  8:45 UTC  (3+ messages)

[PATCH v6 00/22] kho: make boot time huge page allocation work nicely with KHO
 2026-08-01  8:48 UTC  (23+ messages)
` [PATCH v6 01/22] kho: generalize radix tree APIs
` [PATCH v6 02/22] kho: make radix max key width more obvious
` [PATCH v6 03/22] kho: disallow wide keys in radix tree
` [PATCH v6 04/22] kho: return virtual address of mem_map from kho_get_mem_map()
` [PATCH v6 05/22] kho: store incoming radix tree in kho_in
` [PATCH v6 06/22] kho: move all memory retrieval logic to kho_mem_retrieve()
` [PATCH v6 07/22] kho: add a struct for radix callbacks
` [PATCH v6 08/22] kho: add callback for table pages
` [PATCH v6 09/22] kho: add data argument to radix walk callback
` [PATCH v6 10/22] kho: allow early-boot usage of the KHO radix tree
` [PATCH v6 11/22] kho: allow destroying "
` [PATCH v6 12/22] kho: add kho_radix_init_tree()
` [PATCH v6 13/22] kho: expose kho_scratch_overlap() to kexec_handover.h
` [PATCH v6 14/22] kho: initialize kho_scratch pointer earlier in boot
` [PATCH v6 15/22] kho: initialize preserved memory map radix tree earlier
` [PATCH v6 16/22] mm/mm_init: simplify deferred_free_pages() migratetype init
` [PATCH v6 17/22] mm/mm_init: don't rely on memblock to get KHO scratch migratetype
` [PATCH v6 18/22] kho: extend scratch
` [PATCH v6 19/22] memblock: always include KHO headers
` [PATCH v6 20/22] memblock: make HugeTLB bootmem allocation work with KHO
` [PATCH v6 21/22] memblock: add memblock_reserved_hugetlb_size()
` [PATCH v6 22/22] kho: exclude hugetlb memory from scratch size calculation

[PATCH] iio: light: apds9306: fix PM reference leak in apds9306_read_data()
 2026-08-01  8:53 UTC  (3+ messages)

Git trailing blank lines feature configuration
 2026-08-01  8:48 UTC  (3+ messages)

[GIT PULL] i2c fixes for v7.2-rc6
 2026-08-01  8:45 UTC 

[PATCH v5] crypto: rsassa-pkcs1 - Avoid cacheline sharing with underlying driver
 2026-08-01  8:44 UTC  (2+ messages)

[PATCH bpf] bpf: harden bloom filter allocation sizing on 32-bit kernels
 2026-08-01  8:42 UTC  (2+ messages)

[Buildroot] [PATCH] linux/linux.mk: forcibly (re)enable Make jobserver
 2026-08-01  8:39 UTC  (5+ messages)

[PATCH v6 00/36] Cleaning up the KVM clock mess
 2026-08-01  8:38 UTC  (2+ messages)

[PATCH v3 0/2] RISC-V: KVM: Optimize hfence request handling for SMP guests
 2026-08-01  8:35 UTC  (12+ messages)
` [PATCH v3 1/2] RISC-V: KVM: Separate req and fallback_req masks in make_xfence_request
` [PATCH v3 2/2] RISC-V: KVM: Introduce make_xfence_request_nodata for FENCE.I requests

[PATCH v5 0/5] Implement Eager Page Splitting for RISC-V
 2026-08-01  8:35 UTC  (4+ messages)

[PATCH v2 bpf] bpf: harden bloom filter sizing and indexing on 32-bit kernels
 2026-08-01  8:34 UTC 

[Buildroot] [PATCH] package/atop: bump to 2.13.0
 2026-08-01  8:31 UTC 

[RFC 00/32] remove rte_smp barrier functions
 2026-07-31 14:53 UTC  (5+ messages)
` [RFC 12/32] stack: always use C11 memory model implementation
` [RFC 13/32] ring: replace SMP read barrier with C11 acquire fence

[PATCH bpf] bpf: Reject negative optlen in cgroup getsockopt hook
 2026-08-01  8:26 UTC  (3+ messages)

[PATCH 0/6] PCI/AER: Support Advisory Non-Fatal Errors
 2026-08-01  8:24 UTC  (2+ messages)

[PATCH] fuse: wake one waiter per freed slot when raising max_background
 2026-08-01  8:24 UTC 

[PATCH] Input: i8042 - add Xiaomi Book Pro 14 to dumbkbd quirk list
 2026-08-01  8:24 UTC  (2+ messages)

[PATCH bpf-next v3 00/18] Generate bpf_func_proto for kfunc
 2026-08-01  8:22 UTC  (23+ messages)
` [PATCH bpf-next v3 01/18] bpf: Drop process_timer_func wrappers
` [PATCH bpf-next v3 02/18] bpf: Unify const map ptr argument checking for helpers and kfuncs
` [PATCH bpf-next v3 03/18] bpf: Split kfunc map argument into __const_map and __map
` [PATCH bpf-next v3 04/18] bpf: Pass kfunc meta to mem and mem_size check
` [PATCH bpf-next v3 05/18] bpf: Resolve map lookup result type at lookup time
` [PATCH bpf-next v3 06/18] bpf: Check helper and kfunc mem+size arguments identically
` [PATCH bpf-next v3 07/18] selftests/bpf: Test map lookup result refinement
` [PATCH bpf-next v3 08/18] bpf: Check fixed-size mem args of helpers and kfuncs the same way
` [PATCH bpf-next v3 09/18] bpf: Rename ARG_CONST_SIZE{,_OR_ZERO} to ARG_MEM_SIZE{,_OR_ZERO}
` [PATCH bpf-next v3 10/18] bpf: Fold __szk const size handling into the scalar arg path
` [PATCH bpf-next v3 11/18] selftests/bpf: Test __szk precision with a NULL nullable buffer
` [PATCH bpf-next v3 12/18] bpf: Classify kfunc mem_size args from BTF without register state
` [PATCH bpf-next v3 13/18] bpf: Handle NULL kfunc pointer args without a KF_ARG_PTR_TO_NULL type
` [PATCH bpf-next v3 14/18] bpf: Distinguish fixed- and variable-size kfunc mem args with MEM_FIXED_SIZE
` [PATCH bpf-next v3 15/18] bpf: Classify kfunc pointer arguments from BTF, resolve type against the register
` [PATCH bpf-next v3 16/18] bpf: Tag nullable kfunc pointer args with PTR_MAYBE_NULL
` [PATCH bpf-next v3 17/18] bpf: Classify scalar kfunc arguments from BTF
` [PATCH bpf-next v3 18/18] bpf: Generate kfunc argument prototype at add-call time

Git trailing blank lines feature configuration
 2026-08-01  8:21 UTC  (4+ messages)

[PATCH 0/2] drm/virtio: fix control-buffer leaks on queueing errors
 2026-08-01  8:18 UTC  (5+ messages)
` [PATCH 1/2] drm/virtio: release object array when device is unplugged
` [PATCH 2/2] drm/virtio: free control buffer when scatterlist allocation fails

[PATCH v3 0/2] nvme-tcp: two checks on the C2HData receive path
 2026-08-01  8:18 UTC  (3+ messages)
` [PATCH v3 1/2] nvme-tcp: reject a read that transferred too few bytes
` [PATCH v3 2/2] nvme-tcp: do not accept C2HData based on blk_rq_payload_bytes() alone

Improving output for single characters (with SmPL)?
 2026-08-01  8:18 UTC  (5+ messages)
    ` [cocci] "

[PATCH] can: dev: can_dropped_invalid_skb: drop CAN XL frames on non-CAN XL devices
 2026-08-01  8:18 UTC  (3+ messages)

[PATCH v2 0/2] arm64: dts: rockchip: Add MangoPi M28K
 2026-08-01  8:13 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: arm: "
` [PATCH v2 2/2] arm64: dts: "

[PATCH v2 1/2] Input: xpad - query MS OS descriptor for BTP-KP20D
 2026-08-01  8:11 UTC  (4+ messages)
` [PATCH v2 2/2] Input: xpad - add wired Beitong BTP-KP20D support

[RFC PATCH] NEW: pile stack and mempool driver
 2026-08-01  8:10 UTC  (2+ messages)

[RFC PATCH] pile stack and mempool driver (resend)
 2026-08-01  8:10 UTC  (2+ messages)

[PATCH v2] hw/display/virtio-gpu: fix offset wraparound in scanout_blob_to_fb
 2026-08-01  8:08 UTC  (4+ messages)

[PATCH v7 00/36] Cleaning up the KVM clock mess
 2026-08-01  8:07 UTC  (4+ messages)
` [PATCH v7 31/36] KVM: x86: Add KVM_[GS]ET_CLOCK_GUEST for accurate KVM clock migration

[RFC PATCH 0/6] Boot logo supplied by the device tree
 2026-08-01  8:08 UTC  (2+ messages)

[PATCH v2] Bluetooth: hci_sync: Fix accept list UAF during suspend
 2026-08-01  8:03 UTC  (2+ messages)
` [v2] "

[syzbot] [fs?] KASAN: slab-use-after-free Read in lookup_noperm_common
 2026-08-01  8:03 UTC  (2+ messages)
` Forwarded: [PATCH] i2c: core: fix debugfs UAF on adapter removal

[PATCH v4 00/21] Add basic pinctrl drivers for JHB100 SoC
 2026-08-01  7:27 UTC  (32+ messages)
` [PATCH v4 01/21] dt-bindings: pincfg-node: Add property 'input-debounce-ns'
` [PATCH v4 02/21] pinctrl: pinconf-generic: "
` [PATCH v4 03/21] dt-bindings: pinctrl: Add starfive,jhb100-sys0-pinctrl
` [PATCH v4 04/21] pinctrl: starfive: Add StarFive JHB100 sys0 controller driver
` [PATCH v4 05/21] dt-bindings: pinctrl: Add starfive,jhb100-sys0h-pinctrl
` [PATCH v4 06/21] pinctrl: starfive: Add StarFive JHB100 sys0h controller driver
` [PATCH v4 07/21] dt-bindings: pinctrl: Add starfive,jhb100-sys1-pinctrl
` [PATCH v4 08/21] pinctrl: starfive: Add StarFive JHB100 sys1 controller driver
` [PATCH v4 09/21] dt-bindings: pinctrl: Add starfive,jhb100-sys2-pinctrl
` [PATCH v4 10/21] pinctrl: starfive: Add StarFive JHB100 sys2 controller driver
` [PATCH v4 11/21] dt-bindings: pinctrl: Add starfive,jhb100-per0-pinctrl
` [PATCH v4 12/21] pinctrl: starfive: Add StarFive JHB100 per0 controller driver
` [PATCH v4 13/21] dt-bindings: pinctrl: Add starfive,jhb100-per1-pinctrl
` [PATCH v4 14/21] pinctrl: starfive: Add StarFive JHB100 per1 controller driver
` [PATCH v4 15/21] dt-bindings: pinctrl: Add starfive,jhb100-per2-pinctrl
` [PATCH v4 16/21] pinctrl: starfive: Add StarFive JHB100 per2 controller driver
` [PATCH v4 17/21] dt-bindings: pinctrl: Add starfive,jhb100-per2pok-pinctrl
` [PATCH v4 18/21] pinctrl: starfive: Add StarFive JHB100 per2pok controller driver
` [PATCH v4 19/21] dt-bindings: pinctrl: Add starfive,jhb100-per3-pinctrl
` [PATCH v4 20/21] pinctrl: starfive: Add StarFive JHB100 per3 controller driver
` [PATCH v4 21/21] riscv: dts: starfive: jhb100: Add pinctrl nodes

[PATCH v6 0/4] regulator: qcom-rpmh: Support RPMH address reads and use it for rpmh-regulators
 2026-08-01  8:00 UTC  (5+ messages)
` [PATCH v6 1/4] soc: qcom: rpmh: Add support to read back resource settings
` [PATCH v6 2/4] regulator: qcom-rpmh: Fix PMIC5 BOB bypass mode handling
` [PATCH v6 3/4] regulator: qcom-rpmh: readback voltage/bypass/mode set during bootup
` [PATCH v6 4/4] regulator: qcom-rpmh: Fix coding style issues

[BUG] rtw88_8723de: Wi-Fi and Bluetooth fail after warm reboot
 2026-08-01  8:00 UTC  (5+ messages)

[PATCH v2] PCI: Fix BAR resize for devices on a root bus
 2026-07-31 17:15 UTC  (3+ messages)

[PATCH] drm/amd/display: fix usage of DC_FPU_{BEGIN,END} with PREEMPT_RT
 2026-08-01  7:35 UTC  (3+ messages)
` [PATCH] drm/amd/display: fix usage of DC_FPU_{BEGIN, END} "

[RFC PATCH 00/12] wifi: mac80211: install group keys to STA
 2026-08-01  7:58 UTC  (13+ messages)
` [RFC PATCH 01/12] wifi: cfg80211: support C/B/I/GTK per AP in client modes
` [RFC PATCH 02/12] wifi: mac80211: clarify per-STA GTK handling code/docs
` [RFC PATCH 03/12] wifi: mac80211: add key flags to debugfs
` [RFC PATCH 04/12] wifi: iwlwifi: mld: cope with different key/sta ordering
` [RFC PATCH 05/12] wifi: mac80211: use per-STA GTK in client mode
` [RFC PATCH 06/12] wifi: mac80211: allow drivers to install AP GTK on STA
` [RFC PATCH 07/12] wifi: mac80211: remove lookup_key() dead code
` [RFC PATCH 08/12] wifi: cfg80211: reject WEP/TKIP with multi-link
` [RFC PATCH 09/12] wifi: mac80211: unify key finding/installation
` [RFC PATCH 10/12] wifi: mac80211: refactor tailroom needed checks
` [RFC PATCH 11/12] wifi: mac80211: avoid tailroom accounting on new key installation
` [RFC PATCH 12/12] wifi: mac80211: optimize RCU on group key rekeying

[PATCH v4 0/9] PCI: Fix UAF and TOCTOU related to dynamic ID
 2026-08-01  3:11 UTC  (3+ messages)

[REGRESSION] 7.1: apple-gmux backlight dead on MacBookPro13,3 - PCI bridge left with VGA enable set and VGA 16-bit decode cleared, aliasing legacy VGA I/O over the gmux ports
 2026-07-31 22:57 UTC 

[PATCH] smb/client: show compress mount option
 2026-08-01  7:55 UTC 

[OE-core][PATCH 0/2] coreutils: fix multiple CVEs
 2026-08-01  7:02 UTC  (3+ messages)

[PATCH v3] erofs: reuse superblock for file-backed mounts
 2026-08-01  7:54 UTC 

Discover SEO Opportunities for www.vger.kernel.org
 2026-08-01  7:54 UTC 

[PATCH 0/4] media: iris: Fix DMA coherency, power-off ordering, and frame interval issues
 2026-08-01  7:51 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: media: qcom,sc7280-venus: Add dma-coherent property
` [PATCH 2/4] arm64: dts: qcom: sc7280: Add dma-coherent property into venus node
` [PATCH 3/4] media: iris: Fix power-off ordering to disable power domain after clocks
` [PATCH 4/4] media: iris: Fix frame interval enumeration for non-divisor framerates

[PATCH] power: supply: qcom_battmgr: Add multi-port USB-C power supply support
 2026-08-01  7:48 UTC 

[RFC PATCH] NEW: pile stack and mempool driver
 2026-08-01  7:15 UTC 

[Buildroot] [PATCH 1/2] package/intel-mediadriver: bump version to 26.3.1
 2026-08-01  7:46 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/intel-vpl-gpu-rt: "

[PATCH] docs: KVM: fix heading level for KVM_S390_VM_CPU_PROCESSOR
 2026-08-01  6:44 UTC 

[PATCH net-next v15 00/10] net: phy_port: SFP modules representation and phy_port listing
 2026-08-01  7:43 UTC  (11+ messages)
` [PATCH net-next v15 01/10] net: phy: phy_link_topology: Add a helper for opportunistic alloc
` [PATCH net-next v15 02/10] net: phy: phy_link_topology: Track ports in phy_link_topology
` [PATCH net-next v15 03/10] net: phylink: Register a phy_port for MAC-driven SFP cages
` [PATCH net-next v15 04/10] net: phy: Create SFP phy_port before registering upstream
` [PATCH net-next v15 05/10] net: phy: Represent PHY-less SFP modules with phy_port
` [PATCH net-next v15 06/10] net: phy: phy_port: Store information about a port's upstream
` [PATCH net-next v15 07/10] net: phy: phy_link_topology: Add a helper to retrieve ports
` [PATCH net-next v15 08/10] netlink: specs: Add ethernet port listing with ethtool
` [PATCH net-next v15 09/10] net: ethtool: Introduce ethtool command to list ports
` [PATCH net-next v15 10/10] Documentation: networking: Update the phy_port infrastructure description

✅ PASS: Test report for master (7.2.0-rc5, upstream-mainline, 02dc699f)
 2026-08-01  7:42 UTC 

[PATCH] mm/page_alloc: only update lowmem_reserve_ratio on sysctl write
 2026-08-01  7:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/2] Input: xpad - query MS OS descriptor for BTP-KP20D
 2026-08-01  7:35 UTC  (4+ messages)
` [PATCH 2/2] Input: xpad - add wired Beitong BTP-KP20D support

[PATCH] hw/display/virtio-gpu: validate blob iov size in create_blob
 2026-08-01  7:34 UTC  (4+ messages)

[PATCH v1 0/2] mm: split underused anonymous mTHP folios
 2026-08-01  7:33 UTC  (11+ messages)
` [PATCH v1 2/2] mm/memory: add anonymous mTHP folios to deferred split list

[PATCH] ALSA: aloop: Fix spinlock deadlock in loopback_hrtimer_stop()
 2026-08-01  7:33 UTC  (2+ messages)

[PATCH] MAINTAINERS: add myself as UFS filesystem maintainer
 2026-08-01  7:30 UTC  (2+ messages)

[LTP] [PATCH] cgroup/cgroup_core03: convert to new LTP API with parameterised subtests
 2026-08-01  7:30 UTC  (2+ messages)
` [LTP] "

[LTP] [PATCH] cgroup/cgroup_core03: convert to new LTP API with parameterised subtests
 2026-08-01  7:30 UTC  (2+ messages)
` [LTP] "

[PATCH nft v3] datatype: accept a numeric cgroupsv2 id on input
 2026-08-01  7:27 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.