messages from 2025-07-17 17:21:17 to 2025-07-17 19:55:16 UTC [more...]
[PATCH 0/9] USB/IP VHCI suspend fix and driver cleanup
2025-07-17 19:55 UTC (13+ messages)
` [PATCH 1/9] usb: vhci-hcd: Prevent suspending virtually attached devices
` [PATCH 2/9] usb: vhci-hcd: Fix space, brace, alignment and line length issues
` [PATCH 5/9] usb: vhci-hcd: Do not split quoted strings
` [PATCH 8/9] usb: vhci-hcd: Consistently use __func__
[PATCH v3] docs: document linked lists
2025-07-17 19:54 UTC (3+ messages)
[syzbot] [ext4?] kernel BUG in ext4_update_inline_data
2025-07-17 19:53 UTC (4+ messages)
` [PATCH] ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr
[PATCH v2 0/9] mm: vm_normal_page*() improvements
2025-07-17 19:51 UTC (9+ messages)
` [PATCH v2 4/9] fs/dax: use vmf_insert_folio_pmd() to insert the huge zero folio
` [PATCH v2 5/9] mm/huge_memory: mark PMD mappings of the huge zero folio special
` [PATCH v2 6/9] mm/memory: convert print_bad_pte() to print_bad_page_map()
` [PATCH v2 7/9] mm/memory: factor out common code from vm_normal_page_*()
[PATCH] hfs: don't use BUG() when we can continue
2025-07-17 19:49 UTC (12+ messages)
` [PATCH (REPOST)] "
` [PATCH v2] hfs: remove BUG() from hfs_release_folio()/hfs_test_inode()/hfs_write_inode()
` [PATCH v3] "
[PATCH bpf] btf: fix virt_to_phys warning on arm64 when mmapping vmlinux
2025-07-17 19:50 UTC (2+ messages)
[PATCH] NFSD: Change ret code of xdr_stream_decode_opaque_fixed
2025-07-17 19:48 UTC
[PATCH] docs: kernel: Clarify printk_ratelimit_burst reset behavior
2025-07-17 19:48 UTC (2+ messages)
[PATCH] mm/mglru: Update MG-LRU proactive reclaim statistics only to memcg
2025-07-17 19:47 UTC (2+ messages)
[PATCH v15 0/3] rust: platform: add Io support
2025-07-17 19:45 UTC (3+ messages)
` [PATCH v15 2/3] rust: io: mem: add a generic iomem abstraction
[PATCH wireless v2 1/2] wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()
2025-07-17 19:42 UTC (9+ messages)
[PATCH] Documentation: Add patch-validator to dev-tools
2025-07-17 19:41 UTC (2+ messages)
[PATCH] scsi: mpi3mr: Emit uevent on controller diagnostic fault
2025-07-17 19:40 UTC (2+ messages)
` [PATCH v2] "
[PATCH] vfio: cdx: Fix missing GENERIC_MSI_IRQ on compile test
2025-07-17 19:40 UTC (2+ messages)
[PATCH RESEND v5 0/5] stratix10: Add framework for asynchronous communication with SDM
2025-07-17 19:36 UTC (3+ messages)
[PATCH] mm/huge_memory: refactor after-split (page) cache code
2025-07-17 19:33 UTC (7+ messages)
[PATCH] cdx: Fix missing GENERIC_MSI_IRQ on compile test
2025-07-17 19:33 UTC (2+ messages)
[PATCH 0/6 v4] sched/mm: LRU drain flush on nohz_full
2025-07-17 19:33 UTC (7+ messages)
` [PATCH 5/6] sched/isolation: Introduce isolated task work
` [PATCH 6/6] mm: Drain LRUs upon resume to userspace on nohz_full CPUs
[v1 resend 00/12] THP support for zone device page migration
2025-07-17 19:34 UTC (3+ messages)
` [v1 resend 05/12] mm/memory/fault: add support for zone device THP fault handling
[PATCH v4 0/3] Add support for is31fl3236a LED controller
2025-07-17 19:31 UTC (3+ messages)
` [PATCH v4 1/3] dt-bindings: leds: is31fl32xx: convert the binding to yaml
[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-07-17 19:29 UTC (2+ messages)
[PATCH 0/3] KVM: PPC: use for_each_set_bit() macro where appropriate
2025-07-17 19:24 UTC (4+ messages)
` [PATCH 1/3] KVM: PPC: simplify kvmppc_core_prepare_to_enter()
` [PATCH 2/3] KVM: PPC: simplify kvmppc_core_check_exceptions()
` [PATCH 3/3] KVM: PPC: use for_each_set_bit() in IRQ_check()
[PATCH 0/5] module: Fix minor problems related to MODULE_NAME_LEN
2025-07-17 19:23 UTC (3+ messages)
` [PATCH 3/5] module: Restore the moduleparam prefix length check
[PATCH] x86/fpu: Fix potential NULL dereference in avx512_status()
2025-07-17 19:21 UTC (2+ messages)
[PATCH net v2] gve: Fix stuck TX queue for DQ queue format
2025-07-17 19:20 UTC
[PATCH] PCI/pwrctrl: Only destroy alongside host bridge
2025-07-17 19:20 UTC (7+ messages)
[PATCH net-next] net/mlx5e: TX, Fix dma unmapping for devmem tx
2025-07-17 19:20 UTC (2+ messages)
[PATCH v12 00/15] Refcounted interrupts, SpinLockIrq for rust
2025-07-17 19:15 UTC (16+ messages)
` [PATCH v12 01/15] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v12 02/15] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v12 03/15] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v12 04/15] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v12 05/15] rust: Introduce interrupt module
` [PATCH v12 06/15] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v12 07/15] rust: sync: Add SpinLockIrq
` [PATCH v12 08/15] rust: sync: Introduce lock::Backend::Context
` [PATCH v12 09/15] rust: sync: lock: Add `Backend::BackendInContext`
` [PATCH v12 10/15] rust: sync: lock/global: Rename B to G in trait bounds
` [PATCH v12 11/15] rust: sync: Add a lifetime parameter to lock::global::GlobalGuard
` [PATCH v12 12/15] rust: sync: Expose lock::Backend
` [PATCH v12 13/15] rust: sync: lock/global: Add Backend parameter to GlobalGuard
` [PATCH v12 14/15] rust: sync: lock/global: Add BackendInContext support to GlobalLock
` [PATCH v12 15/15] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
[PATCH 0/4] STi device-tree display subsystem rework
2025-07-17 19:15 UTC (5+ messages)
` [PATCH 1/4] drm/sti: check dma_set_coherent_mask return value
` [PATCH 2/4] drm/sti: make use of drm_of_component_probe
` [PATCH 3/4] ARM: dts: sti: extract display subsystem out of soc
` [PATCH 4/4] ARM: dts: sti: remove useless cells fields
[syzbot] [kernel?] KMSAN: kernel-infoleak in do_insn_ioctl
2025-07-17 19:14 UTC
[syzbot] [fs?] KASAN: use-after-free Read in hpfs_get_ea
2025-07-17 19:14 UTC
[syzbot] [bcachefs?] kernel BUG in bch2_printbuf_exit
2025-07-17 19:13 UTC
[syzbot] [mm?] BUG: unable to handle kernel paging request in move_pages
2025-07-17 19:13 UTC
[syzbot] [bcachefs?] WARNING in bch2_dev_free (2)
2025-07-17 19:13 UTC
[PATCH] Bluetooth: hci_event: Mask data status from LE ext adv reports
2025-07-17 19:12 UTC (2+ messages)
[PATCH v4 0/5] Improvements to S5 power consumption
2025-07-17 19:10 UTC (3+ messages)
` [PATCH v4 3/5] drm/amd: Avoid evicting resources at S5
[PATCH v2 -next 0/2] sched,freezer: prevent tasks from escaping being frozen
2025-07-17 19:09 UTC (5+ messages)
` [PATCH v2 -next 1/2] sched,freezer: Remove unnecessary warning in __thaw_task
[PATCH v8] PCI: hotplug: Add a generic RAS tracepoint for hotplug event
2025-07-17 19:07 UTC (3+ messages)
[PATCH v11 00/14] Refcounted interrupts, SpinLockIrq for rust
2025-07-17 19:07 UTC (16+ messages)
` [PATCH v11 01/14] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v11 02/14] preempt: Introduce __preempt_count_{sub, add}_return()
` [PATCH v11 03/14] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v11 04/14] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v11 05/14] rust: Introduce interrupt module
` [PATCH v11 06/14] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
` [PATCH v11 07/14] rust: sync: Add SpinLockIrq
` [PATCH v11 08/14] rust: sync: Introduce lock::Backend::Context
` [PATCH v11 09/14] rust: sync: lock: Add `Backend::BackendInContext`
` [PATCH v11 10/14] rust: sync: Add a lifetime parameter to lock::global::GlobalGuard
` [PATCH v11 11/14] rust: sync: Expose lock::Backend
` [PATCH v11 12/14] rust: sync: lock/global: Add Backend parameter to GlobalGuard
` [PATCH v11 13/14] rust: sync: lock/global: Add BackendInContext support to GlobalLock
` [PATCH v11 14/14] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-07-17 19:06 UTC (8+ messages)
[syzbot] [netfilter?] [sctp?] BUG: assuming non migratable context at ./include/linux/filter.h:LINE
2025-07-17 18:52 UTC
[PATCH 0/4] Initial support for Qualcomm Hamoa IOT EVK board
2025-07-17 18:52 UTC (3+ messages)
` [PATCH 3/4] arm64: dts: qcom: Add HAMOA-IOT-SOM platform
[PATCH v15 00/34] fs,x86/resctrl: Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
2025-07-17 18:49 UTC (25+ messages)
` [PATCH v15 01/34] x86,fs/resctrl: Consolidate monitor event descriptions
` [PATCH v15 06/34] x86/resctrl: Add ABMC feature in the command line options
` [PATCH v15 07/34] x86,fs/resctrl: Consolidate monitoring related data from rdt_resource
` [PATCH v15 08/34] x86,fs/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [PATCH v15 09/34] x86/resctrl: Add support to enable/disable AMD ABMC feature
` [PATCH v15 10/34] fs/resctrl: Introduce the interface to display monitoring modes
` [PATCH v15 11/34] fs/resctrl: Add resctrl file to display number of assignable counters
` [PATCH v15 12/34] fs/resctrl: Introduce mbm_cntr_cfg to track assignable counters per domain
` [PATCH v15 13/34] fs/resctrl: Introduce interface to display number of free MBM counters
` [PATCH v15 14/34] x86/resctrl: Add data structures and definitions for ABMC assignment
` [PATCH v15 15/34] fs/resctrl: Introduce event configuration field in struct mon_evt
` [PATCH v15 16/34] x86,fs/resctrl: Implement resctrl_arch_config_cntr() to assign a counter with ABMC
[PATCH] Bluetooth: hci_devcd_dump: fix out-of-bounds via dev_coredumpv
2025-07-17 18:50 UTC (2+ messages)
[PATCH net-next 0/8] net: dsa: b53: mmap: Add bcm63xx EPHY power control
2025-07-17 18:47 UTC (11+ messages)
` [PATCH net-next 1/8] net: dsa: b53: Add phy_enable(), phy_disable() methods
` [PATCH net-next 2/8] net: dsa: b53: mmap: Add reference to bcm63xx gpio controller
` [PATCH net-next 3/8] dt-bindings: net: dsa: b53: Document brcm,gpio-ctrl property
` [PATCH net-next 4/8] net: dsa: b53: Define chip IDs for more bcm63xx SoCs
` [PATCH net-next 5/8] net: dsa: b53: mmap: Add register layout for bcm63268
[syzbot] [cgroups?] WARNING in css_rstat_exit
2025-07-17 18:46 UTC (4+ messages)
[PATCH v2 1/3] irqchip/gic-v5: Delete a stray tab
2025-07-17 18:45 UTC (3+ messages)
` [PATCH v2 2/3] irqchip/gic-v5: Fix forever loop in gicv5_its_create_itt_two_level() error handling
` [PATCH v2 3/3] irqchip/gic-v5: Fix error handling in gicv5_its_irq_domain_alloc()
[PATCH v2 0/3] irqchip/gic-v5: Fix some static checker issues
2025-07-17 18:45 UTC
[PATCH] dm: introduce spinlocks to prevent concurrent usage and release of device_metadata and hash
2025-07-17 18:45 UTC (3+ messages)
[PATCH v5] riscv: introduce asm/swab.h
2025-07-17 18:44 UTC
[PATCH 11/11] HID: multitouch: add haptic multitouch support
2025-07-17 18:43 UTC (3+ messages)
[PATCH net-next] net: bcmasp: Add support for re-starting auto-negotiation
2025-07-17 18:43 UTC (2+ messages)
[PATCH 0/2] Add RK3588 Tiger DisplayPort carrie
2025-07-17 18:40 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: rockchip: add RK3588 DP carrier from Theobroma Systems
[PATCH v3 0/4] drm: Fix bug in panel driver, update MIPI support macros
2025-07-17 18:41 UTC (2+ messages)
[PATCH bpf-next,v5 1/1] doc: xdp: clarify driver implementation for XDP Rx metadata
2025-07-17 18:40 UTC (2+ messages)
[PATCH v6 0/2] Add ADI I3C Controller
2025-07-17 18:38 UTC (5+ messages)
` [PATCH v6 1/2] dt-bindings: i3c: Add adi-i3c-master
` [PATCH v6 2/2] i3c: master: Add driver for Analog Devices I3C Controller IP
[PATCH v5 0/3] Add support for long task name
2025-07-17 18:35 UTC (6+ messages)
` [PATCH v5 3/3] treewide: Switch from tsk->comm to tsk->comm_str which is 64 bytes long
[PATCH v4 00/10] PCI/TSM: Core infrastructure for PCI device security (TDISP)
2025-07-17 18:33 UTC (11+ messages)
` [PATCH v4 01/10] coco/tsm: Introduce a core device for TEE Security Managers
` [PATCH v4 02/10] PCI/IDE: Enumerate Selective Stream IDE capabilities
` [PATCH v4 03/10] PCI: Introduce pci_walk_bus_reverse(), for_each_pci_dev_reverse()
` [PATCH v4 04/10] PCI/TSM: Authenticate devices via platform TSM
` [PATCH v4 05/10] samples/devsec: Introduce a PCI device-security bus + endpoint sample
` [PATCH v4 06/10] PCI: Add PCIe Device 3 Extended Capability enumeration
` [PATCH v4 07/10] PCI/IDE: Add IDE establishment helpers
` [PATCH v4 08/10] PCI/IDE: Report available IDE streams
` [PATCH v4 09/10] PCI/TSM: Report active "
` [PATCH v4 10/10] samples/devsec: Add sample IDE establishment
[PATCH] power: snapshot: Fix coding style issues
2025-07-17 18:32 UTC (2+ messages)
[PATCH v6 0/4] PCI: Add support for resetting the Root Ports in a platform specific way
2025-07-17 18:31 UTC (5+ messages)
` [PATCH v6 1/4] PCI/ERR: "
` [PATCH v6 1/4] PCI/ERR: Add support for resetting the Root Ports in a platform specific wayy
` [PATCH v6 2/4] PCI: host-common: Add link down handling for Root Ports
` [PATCH v6 2/4] PCI: host-common: Add link down handling for Root Portsy
[RESEND PATCH] pinctrl: rp1: use new GPIO line value setter callbacks
2025-07-17 18:31 UTC (2+ messages)
[PATCH bpf-next 1/1] powerpc64/bpf: Add jit support for load_acquire and store_release
2025-07-17 18:24 UTC
[PATCH] cpuidle: menu: find the typical interval by a heuristic classification method
2025-07-17 18:23 UTC (2+ messages)
[PATCH 0/2] Secure Boot lock down
2025-07-17 18:22 UTC (3+ messages)
[PATCH] sched_ext: idle: Handle migration-disabled tasks in idle selection
2025-07-17 18:20 UTC (2+ messages)
[PATCH] workqueue: Use atomic_try_cmpxchg_relaxed() in tryinc_node_nr_active()
2025-07-17 18:15 UTC (2+ messages)
[PATCH v2] cpufreq: queue policy->update work to a dedicated thread
2025-07-17 18:13 UTC (2+ messages)
[PATCH v2] selftests/cgroup: improve the accuracy of cpu.max tests
2025-07-17 18:12 UTC (3+ messages)
` [PATCH v3] selftests/cgroup: fix "
[PATCH v3 0/2] __folio_split() clean up
2025-07-17 18:07 UTC (10+ messages)
` [PATCH v3 1/2] mm/huge_memory: move unrelated code out of __split_unmapped_folio()
[PATCH] usb: typec: fusb302: cache PD RX state
2025-07-17 18:05 UTC (2+ messages)
` [PATCH] usb: typec: fusb302: cache PD RX state (fix for 6.16)
[PATCH] misc: rtsx: usb: Ensure mmc child device is active when card is present
2025-07-17 18:01 UTC
[PATCH] ghes: Track number of recovered hardware errors
2025-07-17 17:54 UTC (12+ messages)
[PATCH v3 0/2] Add reaction control in rti
2025-07-17 17:51 UTC (10+ messages)
` [PATCH v3 2/2] watchdog: rti_wdt: Add reaction control
[PATCH v7 00/31] x86,fs/resctrl telemetry monitoring
2025-07-17 17:51 UTC (3+ messages)
` [PATCH v7 01/31] x86,fs/resctrl: Consolidate monitor event descriptions
[RFC 0/2] PCI/ASPM: Allow controller-defined default link state
2025-07-17 17:49 UTC (6+ messages)
[PATCH net-next] r8169: add quirk for RTL8116af SerDes
2025-07-17 17:45 UTC (5+ messages)
[PATCH v3] cgroup: llist: avoid memory tears for llist_node
2025-07-17 17:44 UTC (2+ messages)
[PATCH net-next v11 12/12] libeth: xdp: access ->pp through netmem_desc instead of page
2025-07-17 17:42 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH v9 0/9] Adjust fbcon console device detection
2025-07-17 17:38 UTC (10+ messages)
` [PATCH v9 1/9] PCI: Add helper for checking if a PCI device is a display controller
` [PATCH v9 2/9] vfio/pci: Use pci_is_display()
` [PATCH v9 3/9] vga_switcheroo: "
` [PATCH v9 4/9] iommu/vt-d: "
` [PATCH v9 5/9] ALSA: hda: "
` [PATCH v9 6/9] Fix access to video_is_primary_device() when compiled without CONFIG_VIDEO
` [PATCH v9 7/9] PCI/VGA: Replace vga_is_firmware_default() with a screen info check
` [PATCH v9 8/9] fbcon: Use screen info to find primary device
` [PATCH v9 9/9] PCI: Add a new 'boot_display' attribute
[PATCH] xfs: Replace strncpy with strscpy
2025-07-17 17:36 UTC (5+ messages)
Address fixups in arch/x86/entry/vdso/vma.c
2025-07-17 17:34 UTC
[PATCH] libbpf: Replace strcpy() with memcpy() in bpf_object__new()
2025-07-17 17:33 UTC (4+ messages)
[PATCH 0/5] perf: Clean ups and simplifications
2025-07-17 17:31 UTC (6+ messages)
` [PATCH 1/5] perf: Remove get_perf_callchain() init_nr argument
` [PATCH 2/5] perf: Have get_perf_callchain() return NULL if crosstask and user are set
` [PATCH 3/5] perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm == NULL
` [PATCH 4/5] perf: Simplify get_perf_callchain() user logic
` [PATCH 5/5] perf: Skip user unwind if the task is a kernel thread
[PATCH 1/4] dt-bindings: mailbox: qcom,apcs: Add separate node for clock-controller
2025-07-17 17:30 UTC (11+ messages)
[PATCH net-next v1 1/1] Documentation: networking: add detailed guide on Ethernet flow control configuration
2025-07-17 17:29 UTC (2+ messages)
[PATCH] ghes: Track number of recovered hardware errors
2025-07-17 17:29 UTC (7+ messages)
[PATCH 0/3] PCI: Unify domain emulation and misc documentation update
2025-07-17 17:25 UTC (3+ messages)
` [PATCH 2/3] PCI: Enable host bridge emulation for PCI_DOMAINS_GENERIC platforms
[PATCH v2 00/12] sched: Address schbench regression
2025-07-17 17:25 UTC (6+ messages)
[PATCH] riscv: dts: starfive: jh7110-milkv-mars sort properties
2025-07-17 17:24 UTC (5+ messages)
[PATCH net-next 0/3] net: stmmac: xgmac: Minor fixes
2025-07-17 17:22 UTC (7+ messages)
` [PATCH net-next 2/3] net: stmmac: xgmac: Correct supported speed modes
[GIT PULL] Power management fixes for v6.16-rc7
2025-07-17 17:21 UTC (2+ messages)
[GIT PULL] Networking for v6.16-rc7
2025-07-17 17:21 UTC (2+ messages)
[PATCH v5 0/5] Add support for NetCube Systems Nagami SoM and its carrier boards
2025-07-17 17:20 UTC (5+ messages)
` [PATCH v5 1/5] dt-bindings: arm: sunxi: Add NetCube Systems Nagami SoM and carrier board bindings
` [PATCH v5 3/5] ARM: dts: sunxi: add support for NetCube Systems Nagami SoM
` [PATCH v5 4/5] ARM: dts: sunxi: add support for NetCube Systems Nagami Basic Carrier
` [PATCH v5 5/5] ARM: dts: sunxi: add support for NetCube Systems Nagami Keypad Carrier
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;
as well as URLs for NNTP newsgroup(s).