messages from 2026-01-05 09:14:24 to 2026-01-05 11:06:28 UTC [more...]
[PATCH v5 00/21] paravirt: cleanup and reorg
2026-01-05 11:05 UTC (11+ messages)
` [PATCH v5 01/21] x86/paravirt: Remove not needed includes of paravirt.h
` [PATCH v5 02/21] x86/paravirt: Remove some unneeded struct declarations
` [PATCH v5 03/21] x86/paravirt: Remove PARAVIRT_DEBUG config option
` [PATCH v5 04/21] x86/paravirt: Move thunk macros to paravirt_types.h
` [PATCH v5 05/21] paravirt: Remove asm/paravirt_api_clock.h
` [PATCH v5 06/21] sched: Move clock related paravirt code to kernel/sched
` [PATCH v5 07/21] arm/paravirt: Use common code for paravirt_steal_clock()
` [PATCH v5 08/21] arm64/paravirt: "
` [PATCH v5 09/21] loongarch/paravirt: "
` [PATCH v5 10/21] riscv/paravirt: "
[PATCH v3 0/3] Fix bugs and performance of kstack offset randomisation
2026-01-05 11:05 UTC (14+ messages)
` [PATCH v3 1/3] randomize_kstack: Maintain kstack_offset per task
` [PATCH v3 2/3] prandom: Convert prandom_u32_state() to __always_inline
` [PATCH v3 3/3] randomize_kstack: Unify random source across arches
[PATCH v2 0/2] Add Acer Swift SFA14-11 DT and bindings
2026-01-05 11:04 UTC (3+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: add Acer Swift SFA14-11 device tree
` [PATCH v2 2/2] dt-bindings: arm: qcom: add Acer Swift SFA14-11
[PATCH net-next] net: dlink: replace printk() with netdev_info() in rio_probe1()
2026-01-05 11:03 UTC (3+ messages)
[PATCH 03/11] rust: macros: convert `#[vtable]` macro to use `syn`
2026-01-05 11:02 UTC (4+ messages)
[PATCH v2 0/5] OpenRISC de0 nano single and multicore boards
2026-01-05 11:02 UTC (5+ messages)
` [PATCH v2 2/5] openrisc: dts: Add de0 nano config and devicetree
[RFC PATCH] usb: xhci: Skip configure EP for disabled slots during teardown
2026-01-05 11:02 UTC (2+ messages)
[PATCH 0/2] nolibc: Add fread() and fseek()
2026-01-05 11:01 UTC (7+ messages)
` [PATCH 1/2] tools/nolibc: Add fread() to stdio.h
[PATCH v3 0/2] Input: cros_ec_keyb: add function key support
2026-01-05 10:55 UTC (4+ messages)
` [PATCH v3 1/2] dt-bindings: google,cros-ec-keyb: add has-fn-map prop
[PATCH v9 loongarch-next 0/4] LoongArch: Add 128-bit atomic cmpxchg support
2026-01-05 10:55 UTC (5+ messages)
` [PATCH v9 loongarch-next 1/4] LoongArch: Replace seq_printf with seq_puts for simple strings
` [PATCH v9 loongarch-next 2/4] LoongArch: Add SCQ support detection
` [PATCH v9 loongarch-next 3/4] LoongArch: Add 128-bit atomic cmpxchg support
` [PATCH v9 loongarch-next 4/4] LoongArch: Enable 128-bit atomics "
SMP boot issue during system resume
2026-01-05 10:54 UTC (3+ messages)
[PATCH 0/6] powerpc64/bpf: Support tailcalls with subprogs & BPF exceptions
2026-01-05 10:52 UTC (7+ messages)
` [PATCH 1/6] powerpc64/bpf: Support tailcalls with subprogs
` [PATCH 2/6] powerpc64/bpf: Tailcall handling with trampolines
` [PATCH 3/6] powerpc/bpf: use BPF_PPC_STACK_SAVE to spill trampoline NVRs
` [PATCH 4/6] powerpc64/bpf: Add arch_bpf_stack_walk() for BPF JIT
` [PATCH 5/6] powerpc64/bpf: Support exceptions
` [PATCH 6/6] powerpc64/bpf: Additional NVR handling for bpf_throw
[PATCH v4 0/4] i3c: renesas: Add suspend/resume support
2026-01-05 10:53 UTC (6+ messages)
` [PATCH v4 1/4] i3c: renesas: Switch to clk_bulk API and store clocks in private data
` [PATCH v4 2/4] i3c: renesas: Store clock rate and reset controls in struct renesas_i3c
` [PATCH v4 3/4] i3c: renesas: Factor out hardware initialization to separate function
` [PATCH v4 4/4] i3c: renesas: Add suspend/resume support
[v5 PATCH 0/2] hung_task: Provide runtime reset interface for hung task detector
2026-01-05 10:53 UTC (5+ messages)
` [v5 PATCH 2/2] hung_task: Enable runtime reset of hung_task_detect_count
[PATCH 1/3] ata: ahci-dwc: Simplify with scoped for each OF child loop
2026-01-05 10:52 UTC (2+ messages)
[PATCH 0/3] EDITME: cover title for b4/kunit-user-alloc
2026-01-05 10:52 UTC (8+ messages)
` [PATCH 1/3] kunit: test: Delete pointless resource API usage
` [PATCH 2/3] kthread: Add kthread_take_mm()
` [PATCH 3/3] kunit: test: fix mm_struct leak in kunit_attach_mm()
[PATCH v2 0/2] rust: pwm: Fix init error handling and tidy style
2026-01-05 10:50 UTC (3+ messages)
` [PATCH v2 1/2] rust: pwm: Fix potential memory leak on init error
[PATCH 1/2] rust: syn: make rust-analyzer treat `std` as a dependency
2026-01-05 10:49 UTC (4+ messages)
` [PATCH 2/2] rust: quote: make rust-analyzer treat `core` and `std` as dependencies
[PATCH 1/2] bus: qcom-ebi2: Simplify with scoped for each OF child loop
2026-01-05 10:49 UTC (3+ messages)
` [PATCH 2/2] bus: stm32_firewall: "
[PATCH v2 0/2] kexec: history: track previous kernel version and kexec boot count
2026-01-05 10:47 UTC (4+ messages)
` [PATCH v2 1/2] kexec: history: track previous kernel version
[PATCH bpf-next 0/2] bpf, test_run: Fix user-memory-access vulnerability for LIVE_FRAMES
2026-01-05 10:46 UTC (3+ messages)
` [PATCH bpf-next 1/2] "
[PATCH 0/2] staging: greybus: arche-platform: minor cleanups
2026-01-05 10:45 UTC (3+ messages)
` [PATCH 1/2] staging: greybus: arche-platform: clarify TODO comment
` [PATCH 2/2] staging: greybus: arche-platform: fix spelling mistake in comment
[PATCH 1/3] tee: qcomtee: call: Fix confusing cleanup.h syntax
2026-01-05 10:45 UTC (6+ messages)
` [PATCH 3/3] tee: qcomtee: user: "
[PATCH v2] rust: bitops: fix missing _find_* functions on 32-bit ARM
2026-01-05 10:44 UTC
[PATCH v2 00/28] Eliminate Dying Memory Cgroup
2026-01-05 10:41 UTC (3+ messages)
` [PATCH v2 27/28] mm: memcontrol: eliminate the problem of dying memory cgroup for LRU folios
[PATCH] media: samsung: exynos4-is: Simplify with scoped for each OF child loop
2026-01-05 10:41 UTC (2+ messages)
[PATCH 1/3] scsi: lpfc: Fix memory leak in lpfc_config_port_post()
2026-01-05 10:41 UTC (5+ messages)
` [1/3] "
[PATCH v2 0/3] sched/fair: improve nohz fields for large systems
2026-01-05 10:39 UTC (6+ messages)
` [PATCH v2 2/3] sched/fair: Change likelyhood of nohz.nr_cpus and do stats update if its due
[PATCH 1/2] rust: io: fix Bar reference in Io struct's comment
2026-01-05 10:39 UTC (10+ messages)
` [PATCH 2/2] rust: pci: fix typo in Bar "
[PATCH v3 bpf-next] bpftool: Make skeleton C++ compatible with explicit casts
2026-01-05 10:39 UTC (3+ messages)
` [PATCH v4 "
[PATCH v2] clk: qcom: rcg2: compute 2d using duty fraction directly
2026-01-05 10:39 UTC
[PATCH 5.15.y] selftests: net: test_vxlan_under_vrf: fix HV connectivity test
2026-01-05 10:52 UTC
[PATCH 0/1] alpha: trivial: remove ^L chars
2026-01-05 10:38 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v2 0/3] Expose TDX Module version
2026-01-05 10:38 UTC (2+ messages)
[PATCH] PM: EM: Fix memory leak in em_create_pd() error path
2026-01-05 10:37 UTC
[PATCH 1/3] PCI: mvebu: Simplify with scoped for each OF child loop
2026-01-05 10:37 UTC (6+ messages)
` [PATCH 2/3] PCI: pnv_php: "
` [PATCH 3/3] PCI: rpaphp: "
[PATCH] drm: limit property blob creation per file
2026-01-05 10:36 UTC (2+ messages)
[PATCH v7 0/2] Add AMD MDB Endpoint and non-LL mode Support
2026-01-05 10:35 UTC (4+ messages)
` [PATCH v7 2/2] dmaengine: dw-edma: Add non-LL mode
[PATCH v2 0/5] arm64: dts: ti: k3-am62: Support Main UART wakeup
2026-01-05 10:33 UTC (2+ messages)
[PATCH v7 2/2] dmaengine: dw-edma: Add non-LL mode
2026-01-05 10:30 UTC (3+ messages)
[PATCH 0/2] Add Acer Swift SFA14-11 DT and bindings
2026-01-05 10:29 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: arm: qcom: add Acer Swift SFA14-11
` [PATCH 2/2] arm64: dts: qcom: add Acer Swift SFA14-11 device tree
[PATCH v2 0/2] rust: macros: Add derive Display for enums
2026-01-05 10:29 UTC (4+ messages)
` [PATCH v2 1/2] "
[PATCH 0/2] Add driver for the TI TLA2528 i2c ADC
2026-01-05 10:27 UTC (17+ messages)
` [PATCH 1/2] dt-bindings: iio: adc: add Texas Instruments TLA 2528
` [PATCH 2/2] iio: adc: add driver for Texas Instruments TLA2528 adc
[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Add TC9563 PCIe switch node
2026-01-05 10:25 UTC
[PATCH v3 0/3] Add support for Variscite DART-MX95 and Sonata board
2026-01-05 10:24 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: arm: fsl: add Variscite DART-MX95 Boards
` [PATCH v3 2/3] arm64: dts: freescale: Add support for Variscite DART-MX95
` [PATCH v3 3/3] arm64: dts: imx95-var-dart: Add support for Variscite Sonata board
[PATCH] perf vendor events arm64: Remove uncountable events
2026-01-05 10:23 UTC (5+ messages)
[net-next v4 0/8] net: wwan: add NMEA port type support
2026-01-05 10:20 UTC (9+ messages)
` [net-next v4 1/8] net: wwan: core: remove unused port_id field
` [net-next v4 2/8] net: wwan: core: split port creation and registration
` [net-next v4 3/8] net: wwan: core: split port unregister and stop
` [net-next v4 4/8] net: wwan: add NMEA port support
` [net-next v4 5/8] net: wwan: hwsim: refactor to support more port types
` [net-next v4 6/8] net: wwan: hwsim: support NMEA port emulation
` [net-next v4 7/8] net: wwan: prevent premature device unregister when NMEA port is present
` [net-next v4 8/8] net: wwan: mhi_wwan_ctrl: Add NMEA channel support
[PATCH] mm: numa_memblks: Identify the accurate NUMA ID of CFMW
2026-01-05 9:59 UTC (5+ messages)
fs/hfsplus/unicode_test.c:43:2-7: WARNING: NULL check before some freeing functions is not needed
2026-01-05 10:18 UTC (2+ messages)
[PATCH v5.10] cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()
2026-01-05 9:57 UTC
[PATCH v2] ACPI: PCI: IRQ: Fix INTx GSIs signedness
2026-01-05 10:17 UTC
[PATCH] staging: greybus: arche: drop dangling Kconfig symbol
2026-01-05 10:16 UTC (4+ messages)
[PATCH v2] PCI/IDE: Fix duplicate stream symlink names for TSM class devices
2026-01-05 10:13 UTC (2+ messages)
[PATCH] hwmon: it87: describe per-chip temperature resources
2026-01-05 10:10 UTC (2+ messages)
[PATCH v1 0/2] backlight: gpio-backlight: Add support for multiple GPIOs
2026-01-05 10:09 UTC (5+ messages)
` [PATCH v1 1/2] dt-bindings: backlight: gpio-backlight: allow "
` [PATCH v1 2/2] backlight: gpio: add support for multiple GPIOs for backlight control
[PATCH 5.10.y] fbcon: Fix the issue of uninitialized charcount in the remaining consoles
2026-01-05 10:28 UTC
[PATCH 0/4] Make cpumask_of_node() robust against NUMA_NO_NODE
2026-01-05 10:05 UTC (5+ messages)
` [PATCH 1/4] include/asm-generic/topology.h: Remove unused definition of cpumask_of_node()
` [PATCH 2/4] LoongArch: Make cpumask_of_node() robust against NUMA_NO_NODE
` [PATCH 3/4] MIPS: Loongson: "
` [PATCH 4/4] x86/cpu/topology: "
linux-next: manual merge of the tip tree with the renesas tree
2026-01-05 10:04 UTC (2+ messages)
[PATCH v3 0/4] PCI: dwc: Rework the error handling of dw_pcie_wait_for_link() API
2026-01-05 10:04 UTC (2+ messages)
[PATCH v3 0/4] i3c: renesas: Add suspend/resume support
2026-01-05 10:03 UTC (10+ messages)
` [PATCH v3 1/4] i3c: renesas: Switch to clk_bulk API and store clocks in private data
` [PATCH v3 4/4] i3c: renesas: Add suspend/resume support
[PATCH RESEND net-next v2] net: stmmac: dwmac: Add a fixup for the Micrel KSZ9131 PHY
2026-01-05 10:02 UTC
[PATCH] rust: kunit: replace `kernel::c_str!` with C-Strings
2026-01-05 10:00 UTC (2+ messages)
[PATCH] pinctrl: at91-pio4: Add sama7d65 pio4 support
2026-01-05 9:59 UTC
[syzbot] [fs?] KASAN: slab-use-after-free Read in driver_remove_file
2026-01-05 9:58 UTC (2+ messages)
[PATCH] KEYS: replace -EEXIST with -EBUSY
2026-01-05 9:57 UTC (3+ messages)
[PATCH v2] fuse: uapi: use UAPI types
2026-01-05 9:57 UTC (6+ messages)
[PATCH 0/3] scsi: lpfc: Fix multiple memory leaks in error paths
2026-01-05 9:56 UTC (3+ messages)
[PATCH v2 1/1] mm/page_alloc: auto-tune min_free_kbytes on atomic allocation failure
2026-01-05 9:56 UTC (2+ messages)
[PATCH v2 00/15] fix DMA aligment issues around virtio
2026-01-05 9:54 UTC (15+ messages)
` [PATCH v2 01/15] dma-mapping: add __dma_from_device_group_begin()/end()
` [PATCH v2 02/15] docs: dma-api: document __dma_from_device_group_begin()/end()
` [PATCH v2 03/15] dma-mapping: add DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH v2 04/15] docs: dma-api: document DMA_ATTR_CPU_CACHE_CLEAN
` [PATCH v2 05/15] dma-debug: track cache clean flag in entries
` [PATCH v2 14/15] gpio: virtio: fix DMA alignment
` [PATCH v2 15/15] gpio: virtio: reorder fields to reduce struct padding
[PATCH v2 0/6] media: iris: misc fixes for fluster, seek and concurrency issues
2026-01-05 9:51 UTC (4+ messages)
` [PATCH v2 4/6] Revert "media: iris: Add sanity check for stop streaming"
[PATCH v2 1/1] powerpc/eeh: fix recursive pci_lock_rescan_remove locking in EEH event handling
2026-01-05 9:47 UTC (5+ messages)
[PATCH 0/7] clk: qcom: gcc: Do not turn off PCIe GDSCs during gdsc_disable()
2026-01-05 9:47 UTC (8+ messages)
[PATCH v3 3/3] x86/sev: Disable GCOV on noinstr object
2026-01-05 9:47 UTC (2+ messages)
` [tip: x86/urgent] "
[syzbot] [i2c?] [usb?] INFO: trying to register non-static key in i2c_register_adapter
2026-01-05 9:47 UTC (3+ messages)
[PATCH 0/2] staging: greybus: arche-platform: minor fixes
2026-01-05 9:45 UTC
[PATCH] MIPS: Implement ARCH_HAS_CC_CAN_LINK
2026-01-05 9:43 UTC (5+ messages)
[PATCH v2] media: uvcvideo: Use scope-based cleanup helper
2026-01-05 9:42 UTC (2+ messages)
[PATCH v2 0/2] riscv: spacemit: add gpio support for K3 SoC
2026-01-05 9:41 UTC (4+ messages)
` [PATCH v2 2/2] gpio: spacemit: Add GPIO "
[PATCH] softirq: Print the function name
2026-01-05 9:41 UTC
[PATCH 6.12-stable] x86/microcode/AMD: Select which microcode patch to load
2026-01-05 9:41 UTC
[PATCH RESEND 1/2] x86/paravirt: Remove trailing semicolons from alternative asm templates
2026-01-05 9:39 UTC (2+ messages)
` [PATCH RESEND 2/2] x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()
[PATCH 0/2] staging: greybus: arche-platform: minor fixes
2026-01-05 9:38 UTC (2+ messages)
[PATCH v2] media: uvcvideo: Use scope-based cleanup helper
2026-01-05 9:35 UTC (2+ messages)
` [PATCH v2] uvcvideo: simplify spin_lock using guards
[PATCH] ip6_tunnel: Fix uninit-value in ip6_tnl_xmit
2026-01-05 9:35 UTC (4+ messages)
[PATCH RESEND v9 0/2] media: i2c: Add os05b10 camera sensor driver
2026-01-05 9:34 UTC (3+ messages)
` [PATCH RESEND v9 1/2] dt-bindings: media: i2c: Add os05b10 sensor
` [PATCH RESEND v9 2/2] media: i2c: add os05b10 image sensor driver
[PATCH] memblock test: include <linux/sizes.h> from tools mm.h stub
2026-01-05 9:33 UTC (2+ messages)
[PATCH 0/4] ASoC: codecs: wsa88xx: fix codec initialisation
2026-01-05 9:32 UTC (9+ messages)
` [PATCH 1/4] ASoC: codecs: wsa883x: fix unnecessary initialisation
` [PATCH 2/4] ASoC: codecs: wsa881x: "
` [PATCH 3/4] ASoC: codecs: wsa884x: fix codec initialisation
` [PATCH 4/4] ASoC: codecs: wsa883x: suppress variant printk
[PATCH v4 0/7] Unload linux/kernel.h
2026-01-05 9:29 UTC (9+ messages)
` [PATCH v4 7/7] kernel.h: drop trace_printk.h
[PATCH v9 0/2] media: i2c: Add os05b10 camera sensor driver
2026-01-05 9:29 UTC (2+ messages)
[PATCH] ARM: omap2: Fix reference count leaks in omap_control_init()
2026-01-05 9:27 UTC (2+ messages)
[PATCH] iomap: add allocation cache for iomap_dio
2026-01-05 9:27 UTC (3+ messages)
[PATCH v3 0/4] Make KHO Stateless
2026-01-05 9:27 UTC (3+ messages)
` [PATCH v3 3/4] kho: Adopt radix tree for preserved memory tracking
[syzbot] [net?] WARNING in skb_attempt_defer_free
2026-01-05 9:26 UTC
[syzbot] INFO: task hung in vhost_worker_killed (2)
2026-01-05 9:22 UTC (2+ messages)
[PATCH v1] pwm: dwc: Use size macro
2026-01-05 9:17 UTC
[syzbot] [netfilter?] possible deadlock in ip_set_nfnl_get_byindex
2026-01-05 9:18 UTC (2+ messages)
` Forwarded: "
[PATCH 0/5] ASoC: ES8389: Add some members and update configuration
2026-01-05 9:15 UTC (6+ messages)
` [PATCH 1/5] ASoC: dt-bindings: ES8389: Add property about power supply
` [PATCH 2/5] ASoC: codecs: ES8389: Add members related to "
` [PATCH 3/5] ASoC: codecs: ES8389: Adjust wakeup configuration
` [PATCH 4/5] ASoC: codecs: ES8389: Add members about the version
` [PATCH 5/5] ASoC: codecs: ES8389: Update clock configuration
[PATCH v2 00/17] tee: Use bus callbacks instead of driver callbacks
2026-01-05 9:16 UTC (5+ messages)
[syzbot] [netfilter?] possible deadlock in nf_tables_dumpreset_rules
2026-01-05 9:15 UTC (2+ messages)
[PATCH 0/7] i2c: provide and use i2c_adapter_set_node()
2026-01-05 9:14 UTC (3+ messages)
` [PATCH 6/7] i2c: rzv2m: "
[PATCH v4 0/8] clk: amlogic: Add A5 SoC PLLs and Peripheral clock
2026-01-05 9:14 UTC (5+ messages)
` [PATCH v4 5/8] clk: amlogic: Add A5 clock peripherals controller driver
[PATCH] omap-cpufreq: Fix regulator resource leak in probe()
2026-01-05 9:14 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