messages from 2026-01-14 11:04:12 to 2026-01-14 12:37:19 UTC [more...]
[PATCH 2/3] zram: rename internal slot API
2026-01-14 12:36 UTC (2+ messages)
[PATCH v2 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-14 12:35 UTC (12+ messages)
` [PATCH v2 1/6] powerpc64/bpf: Move tail_call_cnt to bottom of stack frame
` [PATCH v2 2/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH v2 3/6] powerpc64/bpf: Tailcall handling with trampolines
` [PATCH v2 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH v2 5/6] powerpc64/bpf: Support exceptions
` [PATCH v2 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw
[PATCH] octeontx2: Fix otx2_dma_map_page() error return code
2026-01-14 12:31 UTC
[PATCH mm-hotfixes] mm: remove unnecessary and incorrect mmap lock assert
2026-01-14 12:35 UTC (2+ messages)
[PATCH v2] ACPI: pci_root: Clear the acpi dependencies after PCI root bridge initialization on RISC-V
2026-01-14 12:32 UTC (2+ messages)
` [PATCH v3] "
[PATCH v2 0/8] Introduce a huge-page pre-zeroing mechanism
2026-01-14 12:33 UTC (5+ messages)
[syzbot] [bpf?] KMSAN: uninit-value in bpf_prog_test_run_skb
2026-01-14 12:33 UTC (3+ messages)
` Forwarded: [PATCH] net: skbuff: fix uninitialized memory use in pskb_expand_head()
[PATCH 0/2] Improve handling of the __klp_{objects,funcs} sections in modules
2026-01-14 12:29 UTC (3+ messages)
` [PATCH 1/2] livepatch: Fix having __klp_objects relics in non-livepatch modules
` [PATCH 2/2] livepatch: Free klp_{object,func}_ext data after initialization
[PATCH 01/12] mm/damon/core: introduce nr_snapshots damos stat
2026-01-14 12:29 UTC (2+ messages)
[PATCH v3 0/4] iio: adc: ad9467: Support alternative backends
2026-01-14 12:29 UTC (6+ messages)
` [PATCH v3 2/4] iio: industrialio-backend: support backend capabilities
` [PATCH v3 4/4] iio: adc: ad9467: check for "
[PATCH v4 0/6] KFuzzTest: a new kernel fuzzing framework
2026-01-14 12:28 UTC (2+ messages)
[PATCH v9 0/7] platform/x86: lenovo-wmi-{capdata,other}: Add HWMON for fan speed
2026-01-14 12:27 UTC (8+ messages)
` [PATCH v9 1/7] platform/x86: lenovo-wmi-helpers: Convert returned buffer into u32
` [PATCH v9 2/7] platform/x86: Rename lenovo-wmi-capdata01 to lenovo-wmi-capdata
` [PATCH v9 3/7] platform/x86: lenovo-wmi-{capdata,other}: Support multiple Capability Data
` [PATCH v9 4/7] platform/x86: lenovo-wmi-capdata: Add support for Capability Data 00
` [PATCH v9 5/7] platform/x86: lenovo-wmi-capdata: Add support for Fan Test Data
` [PATCH v9 6/7] platform/x86: lenovo-wmi-capdata: Wire up "
` [PATCH v9 7/7] platform/x86: lenovo-wmi-other: Add HWMON for fan reporting/tuning
[PATCH net-next v3 0/3] dpll: support mode switching
2026-01-14 12:27 UTC (4+ messages)
` [PATCH net-next v3 1/3] dpll: add dpll_device op to get supported modes
` [PATCH net-next v3 2/3] dpll: add dpll_device op to set working mode
` [PATCH net-next v3 3/3] dpll: zl3073x: Implement device mode setting support
[PATCH net-next] veth: fix data race in veth_get_ethtool_stats
2026-01-14 12:24 UTC
mips64-linux-ld: div64.c:undefined reference to `__multi3'
2026-01-14 10:31 UTC (4+ messages)
[PATCH v2 0/1] arm64: dts: renesas: r9a09g047e57-smarc: Enable I3C
2026-01-14 12:24 UTC (3+ messages)
` [PATCH v2 1/1] arm64: dts: renesas: rzg3e-smarc-som: Enable I3C support
[PATCH v1] mmc: sdhci-of-dwcmshc: fix DMA 128MB boundary
2026-01-14 12:22 UTC
[PATCH] percpu: add basic double free check
2026-01-14 12:22 UTC (2+ messages)
[PATCH v1] mmc: sdhci-of-dwcmshc: fix init for AXI clock
2026-01-14 12:21 UTC
[PATCH v2 00/13] iio: pressure: mprls0025pa: driver code cleanup
2026-01-14 12:21 UTC (5+ messages)
` [PATCH v2 03/13] iio: pressure: mprls0025pa: fix interrupt flag
[PATCH 2/2] staging: axis-fifo: Use bulk I/O accessors for data transfers
2026-01-14 12:17 UTC (2+ messages)
[PATCH v3 00/13] Enable multi-cluster fetching for exfat_get_block
2026-01-14 12:18 UTC (14+ messages)
` [PATCH v3 01/13] exfat: add cache option for __exfat_ent_get
` [PATCH v3 02/13] exfat: support reuse buffer head for exfat_ent_get
` [PATCH v3 03/13] exfat: improve exfat_count_num_clusters
` [PATCH v3 04/13] exfat: improve exfat_find_last_cluster
` [PATCH v3 05/13] exfat: remove the check for infinite cluster chain loop
` [PATCH v3 06/13] exfat: remove the unreachable warning for cache miss cases
` [PATCH v3 07/13] exfat: reduce the number of parameters for exfat_get_cluster()
` [PATCH v3 08/13] exfat: reuse cache to improve exfat_get_cluster
` [PATCH v3 09/13] exfat: remove handling of non-file types in exfat_map_cluster
` [PATCH v3 10/13] exfat: support multi-cluster for exfat_map_cluster
` [PATCH v3 11/13] exfat: tweak cluster cache to support zero offset
` [PATCH v3 12/13] exfat: return the start of next cache in exfat_cache_lookup
` [PATCH v3 13/13] exfat: support multi-cluster for exfat_get_cluster
types: reuse common phys_vec type instead of DMABUF open‑coded variant
2026-01-14 12:18 UTC (2+ messages)
[PATCH v8 0/3] media: qcom: camss: Add camss TPG support for multiple targets
2026-01-14 12:18 UTC (6+ messages)
` [PATCH v8 1/3] media: qcom: camss: Add common TPG support
[PATCH v5 14/19] mm, swap: cleanup swap entry management workflow
2026-01-14 12:16 UTC (2+ messages)
[PATCH 0/3] media: uvcvideo: Fix allocation for small frame sizes
2026-01-14 12:17 UTC (2+ messages)
KASAN vs realloc
2026-01-14 12:17 UTC (3+ messages)
` [PATCH 1/2] mm/kasan: Fix KASAN poisoning in vrealloc()
[syzbot] [bpf?] KMSAN: uninit-value in bpf_prog_test_run_skb
2026-01-14 12:17 UTC
kernel/futex/core.c:505:38: sparse: sparse: cast removes address space '__user' of expression
2026-01-14 12:16 UTC (9+ messages)
[PATCH v4 00/14] perf cs-etm/arm-spe: Remove hard coded config fields
2026-01-14 12:14 UTC (4+ messages)
` [PATCH v4 02/14] perf evsel: Refactor evsel__set_config_if_unset() arguments
[PATCH 00/36] AES library improvements
2026-01-14 12:12 UTC (5+ messages)
` [PATCH 15/36] lib/crypto: s390/aes: Migrate optimized code into library
[PATCH v7 0/2] Add driver support for Eswin EIC7700 SoC SATA PHY
2026-01-14 12:11 UTC (3+ messages)
` [PATCH v7 2/2] phy: eswin: Create eswin directory and add EIC7700 SATA PHY driver
[PATCH v3 0/2] arm64: dts: amlogic: s4: mmc clock fixups
2026-01-14 12:11 UTC (3+ messages)
[PATCH] arm64: dts: amlogic: drop useless assigned-clock-parents
2026-01-14 12:11 UTC (3+ messages)
[PATCH 0/2] arm64: dts: amlogic: s4: mmc clock fixups
2026-01-14 12:11 UTC (2+ messages)
[PATCH v3 00/47] arm_mpam: Add KVM/arm64 and resctrl glue code
2026-01-14 12:09 UTC (5+ messages)
` [PATCH v3 12/47] KVM: arm64: Force guest EL1 to use user-space's partid configuration
` [PATCH v3 13/47] KVM: arm64: Use kernel-space partid configuration for hypercalls
[PATCH 0/5] New DRM accel driver for Texas Instruments' C7x DSPs
2026-01-14 12:08 UTC (5+ messages)
` [PATCH 2/5] accel/thames: Add driver for the C7x DSPs in TI SoCs
` [PATCH 4/5] accel/thames: Add IOCTL for job submission
[PATCH v2] iomap: add allocation cache for iomap_dio
2026-01-14 12:07 UTC (2+ messages)
` [syzbot ci] "
[PATCH v6 0/7] Performance counter implementation with single manual client support
2026-01-14 12:07 UTC (3+ messages)
` [PATCH v6 4/7] drm/panthor: Introduce sampling sessions to handle userspace clients
[PATCH v2 0/2] arm64: dts: meson-s4: add support for Khadas VIM1S
2026-01-14 12:07 UTC (8+ messages)
` [PATCH v2 1/2] dt-bindings: arm: amlogic: add Khadas VIM1S binding
[RESEND][PATCH v1] drm: Discard pm_runtime_put() return value
2026-01-14 12:03 UTC (2+ messages)
[PATCH RFC RFT] interconnect: qcom: implement get_bw with rpmh_read
2026-01-14 12:01 UTC (6+ messages)
[PATCH v2 0/2] irqchip: convert ls-extirq to a platform driver
2026-01-14 12:00 UTC (6+ messages)
[PATCH v3] i2c: imx-lpi2c: change to PIO mode in system-wide suspend/resume progress
2026-01-14 11:59 UTC (2+ messages)
[PATCH] sched/rt: fix incorrect schedstats for rt thread
2026-01-14 11:55 UTC (2+ messages)
[PATCH v1 0/2] i2c: designware: Clean up MODEL_* definitions
2026-01-14 11:53 UTC (5+ messages)
` [PATCH v1 1/2] i2c: designware: Remove not-going-to-be-supported code for Baikal SoC
` [PATCH v1 2/2] i2c: designware: Use device_is_compatible() instead of custom approach
[PATCH mm-new v4 0/6] Improve khugepaged scan logic
2026-01-14 11:52 UTC (15+ messages)
` [PATCH mm-new v4 2/6] mm: khugepaged: refine scan progress number
` [PATCH mm-new v4 3/6] mm: khugepaged: just skip when the memory has been collapsed
` [PATCH mm-new v4 4/6] mm: add folio_is_lazyfree helper
` [PATCH mm-new v4 5/6] mm: khugepaged: skip lazy-free folios at scanning
` [PATCH mm-new v4 6/6] mm: khugepaged: set to next mm direct when mm has MMF_DISABLE_THP_COMPLETELY
[PATCH v4 0/7] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
2026-01-14 11:52 UTC (5+ messages)
` [PATCH v4 5/7] i2c: omap: switch to new generic helper for getting selected mux-state
` [PATCH v4 7/7] mmc: host: renesas_sdhi_core: support selecting an optional mux
[PATCH net-next v5 0/2] net: dsa: yt921x: Fix MIB overflow wraparound routine
2026-01-14 11:47 UTC (3+ messages)
` [PATCH net-next v5 1/2] "
` [PATCH net-next v5 2/2] net: dsa: yt921x: Use u64_stats_t for MIB stats
[PATCH] irqchip/riscv-aplic: Register the driver prior to device creation
2026-01-14 11:48 UTC (3+ messages)
[PATCH v2 00/17] Introduce SCMI Telemetry FS support
2026-01-14 11:46 UTC (18+ messages)
` [PATCH v2 01/17] firmware: arm_scmi: Define a common SCMI_MAX_PROTOCOLS value
` [PATCH v2 02/17] firmware: arm_scmi: Reduce the scope of protocols mutex
` [PATCH v2 03/17] firmware: arm_scmi: Allow protocols to register for notifications
` [PATCH v2 04/17] uapi: Add ARM SCMI definitions
` [PATCH v2 05/17] firmware: arm_scmi: Add Telemetry protocol support
` [PATCH v2 06/17] include: trace: Add Telemetry trace events
` [PATCH v2 07/17] firmware: arm_scmi: Use new Telemetry traces
` [PATCH v2 08/17] firmware: arm_scmi: Add System Telemetry driver
` [PATCH v2 09/17] fs/stlmfs: Document ARM SCMI Telemetry filesystem
` [PATCH v2 10/17] firmware: arm_scmi: Add System Telemetry ioctls support
` [PATCH v2 11/17] fs/stlmfs: Document alternative ioctl based binary interface
` [PATCH v2 12/17] firmware: arm_scmi: Add Telemetry components view
` [PATCH v2 13/17] fs/stlmfs: Document alternative topological view
` [PATCH v2 14/17] [RFC] docs: stlmfs: Document ARM SCMI Telemetry FS ABI
` [PATCH v2 15/17] [RFC] firmware: arm_scmi: Add lazy population support to Telemetry FS
` [PATCH v2 16/17] fs/stlmfs: Document lazy mode and related mount option
` [PATCH v2 17/17] [RFC] tools/scmi: Add SCMI Telemetry testing tool
[PATCH v2 0/2] gendwarfksyms: Document build dependencies
2026-01-14 11:47 UTC (3+ messages)
` [PATCH v2 1/2] Documentation/kbuild: Document gendwarfksyms "
` [PATCH v2 2/2] Documentation/kbuild: gendwarfksyms: Style cleanup
[PATCH] uio: Provide UIO_MEM_PHYS_WC for write-combine mappings
2026-01-14 11:45 UTC (3+ messages)
[PATCH v1 1/1] pinctrl: intel: platform: Add Nova Lake to the list of supported
2026-01-14 11:43 UTC (3+ messages)
[PATCH v4 0/3] Add the address in traces
2026-01-14 11:42 UTC (4+ messages)
` [PATCH v4 3/3] usb: dwc3: Log dwc3 "
[PATCH v2] ACPI: PPTT: Dump PPTT table when error detected
2026-01-14 11:41 UTC (9+ messages)
[PATCH v5 iwl-next] ice: add support for unmanaged DPLL on E830 NIC
2026-01-14 11:38 UTC (6+ messages)
` "
[PATCH v6] staging: fbtft: Use fbdev logging helpers when FB_DEVICE is disabled
2026-01-14 11:38 UTC (3+ messages)
[PATCH v3 00/30] Eliminate Dying Memory Cgroup
2026-01-14 11:32 UTC (31+ messages)
` [PATCH v3 01/30] mm: memcontrol: remove dead code of checking parent memory cgroup
` [PATCH v3 02/30] mm: workingset: use folio_lruvec() in workingset_refault()
` [PATCH v3 03/30] mm: rename unlock_page_lruvec_irq and its variants
` [PATCH v3 04/30] mm: vmscan: prepare for the refactoring the move_folios_to_lru()
` [PATCH v3 05/30] mm: vmscan: refactor move_folios_to_lru()
` [PATCH v3 06/30] mm: memcontrol: allocate object cgroup for non-kmem case
` [PATCH v3 07/30] mm: memcontrol: return root object cgroup for root memory cgroup
` [PATCH v3 08/30] mm: memcontrol: prevent memory cgroup release in get_mem_cgroup_from_folio()
` [PATCH v3 09/30] buffer: prevent memory cgroup release in folio_alloc_buffers()
` [PATCH v3 10/30] writeback: prevent memory cgroup release in writeback module
` [PATCH v3 11/30] mm: memcontrol: prevent memory cgroup release in count_memcg_folio_events()
` [PATCH v3 12/30] mm: page_io: prevent memory cgroup release in page_io module
` [PATCH v3 13/30] mm: migrate: prevent memory cgroup release in folio_migrate_mapping()
` [PATCH v3 14/30] mm: mglru: prevent memory cgroup release in mglru
` [PATCH v3 15/30] mm: memcontrol: prevent memory cgroup release in mem_cgroup_swap_full()
` [PATCH v3 16/30] mm: workingset: prevent memory cgroup release in lru_gen_eviction()
` [PATCH v3 17/30] mm: thp: prevent memory cgroup release in folio_split_queue_lock{_irqsave}()
` [PATCH v3 18/30] mm: zswap: prevent memory cgroup release in zswap_compress()
` [PATCH v3 19/30] mm: workingset: prevent lruvec release in workingset_refault()
` [PATCH v3 20/30] mm: zswap: prevent lruvec release in zswap_folio_swapin()
` [PATCH v3 21/30] mm: swap: prevent lruvec release in lru_gen_clear_refs()
` [PATCH v3 22/30] mm: workingset: prevent lruvec release in workingset_activation()
` [PATCH v3 23/30] mm: do not open-code lruvec lock
` [PATCH v3 24/30] mm: memcontrol: prepare for reparenting LRU pages for "
` [PATCH v3 25/30] mm: vmscan: prepare for reparenting traditional LRU folios
` [PATCH v3 26/30] mm: vmscan: prepare for reparenting MGLRU folios
` [PATCH v3 27/30] mm: memcontrol: refactor memcg_reparent_objcgs()
` [PATCH v3 28/30] mm: memcontrol: prepare for reparenting state_local
` [PATCH v3 29/30] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
` [PATCH v3 30/30] mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpers
[PATCH mm-hotfixes] mm: do not copy page tables unnecessarily for VM_UFFD_WP
2026-01-14 11:35 UTC (3+ messages)
[PATCH] i2c: qcom-geni: make sure I2C hub controllers can't use SE DMA
2026-01-14 11:34 UTC (2+ messages)
[PATCH] delayacct: add timestamp of delay max
2026-01-14 11:34 UTC
[PATCH v9 00/13] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
2026-01-14 11:32 UTC (4+ messages)
` [PATCH v9 13/13] cxl: Disable HPA/SPA translation handlers for Normalized Addressing
[PATCH v4 5/9] mm: introduce copy-on-fork VMAs and make VM_MAYBE_GUARD one
2026-01-14 11:32 UTC (4+ messages)
[PATCH net-next] selftests: net: Add kernel selftest for RFC 4884
2026-01-14 11:31 UTC
[PATCH] rust: fix formatting expressions
2026-01-14 11:28 UTC (2+ messages)
[PATCH bpf-next 0/4] bpf: tailcall: Eliminate max_entries and bpf_func access at runtime
2026-01-14 11:28 UTC (3+ messages)
[PATCH net Resend] net: stmmac: fix transmit queue timed out after resume
2026-01-14 11:26 UTC (3+ messages)
` [PATCH net v2] "
[PATCH v2 00/27] mtd: spinand: Octal DTR support
2026-01-14 11:25 UTC (2+ messages)
[PATCH] KVM: arm64: fix missing <asm/stackpage/nvhe.h> include
2026-01-14 11:24 UTC (2+ messages)
[PATCH] btrfs: zoned: remove redundant space_info lock and variable in do_allocation_zoned
2026-01-14 11:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH 1/2] dt-bindings: touchscreen: trivial-touch: Drop 'interrupts' requirement for old Ilitek
2026-01-14 9:37 UTC (4+ messages)
` [PATCH 2/2] Input: ili210x - add support for polling mode
[PATCH] sched/fair: Fix math notation errors in avg_vruntime comment
2026-01-14 11:19 UTC (2+ messages)
[PATCH v3 0/6] Improve khugepaged scan logic
2026-01-14 11:18 UTC (5+ messages)
` [PATCH v3 2/6] mm: khugepaged: refine scan progress number
[PATCH v2 1/1] PCI/IDE: Fix using wrong VF ID for RID range calculation
2026-01-14 11:14 UTC
[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
2026-01-14 11:14 UTC (7+ messages)
` [PATCH RFC v2 01/20] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
[PATCH v7 0/2] Optimize zone->contiguous update and issue fix
2026-01-14 11:13 UTC (5+ messages)
` [PATCH v7 2/2] mm/memory hotplug/unplug: Optimize zone->contiguous update when changes pfn range
[PATCH 0/3] iommu/vt-d: Ensure atomicity in context and PASID entry updates
2026-01-14 11:12 UTC (5+ messages)
` [PATCH 2/3] iommu/vt-d: Clear Present bit before tearing down PASID entry
[Regression 6.12] NULL pointer dereference in submit_bio_noacct via backing_file_read_iter
2026-01-14 11:10 UTC (2+ messages)
[PATCH] pwm: max7360: populate missing .sizeof_wfhw in max7360_pwm_ops
2026-01-14 11:09 UTC (2+ messages)
[PATCH] docs: Fix blk-iolatency peer throttling description
2026-01-14 11:08 UTC
[PATCH v8 0/8] gpio: renesas: Add support for GPIO and related interrupts in RZ/N1 SoC
2026-01-14 11:06 UTC (4+ messages)
[PATCH] soc: ti: k3-socinfo: fix regmap leak on probe failure
2026-01-14 11:04 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox