messages from 2026-08-05 22:30:37 to 2026-08-06 01:41:16 UTC [more...]
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-08-06 1:40 UTC (7+ messages)
` [PATCH v9 03/41] KVM: Enumerate support for PRIVATE memory iff kvm_arch_has_private_mem is defined
[PATCH net-next v10 0/2] Add ZTE DingHai Ethernet PF driver
2026-08-06 1:40 UTC (2+ messages)
[PATCH] net: tulip: remove xircom_cb driver
2026-08-06 1:40 UTC (2+ messages)
[PATCH v2] ntfs: fix name offset validation in ntfs_non_resident_attr_value_is_valid
2026-08-06 1:39 UTC
[PATCH v4 00/14] Add dmabuf read/write via io_uring
2026-08-06 1:37 UTC (4+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
` [Linaro-mm-sig] "
[PATCH] iio: humidity: am2315: add am2320 to i2c_device_id table
2026-08-06 1:37 UTC (2+ messages)
[PATCH net-next v3 00/15] gve: AdminQ mode related refactors
2026-08-06 1:37 UTC (3+ messages)
` [PATCH net-next v3 09/15] gve: simplify reset logic
[PATCH net-next v2 0/8] net: phy: add X-Powers AC200/AC300 EPHY support
2026-08-06 1:36 UTC (7+ messages)
` [PATCH net-next v2 5/8] dt-bindings: net: x-powers: add AC300 EPHY control
` [PATCH net-next v2 8/8] net: phy: add X-Powers AC200/AC300 EPHY driver
[PATCH v2 0/3] EDAC/loongson: Improvements for Loongson EDAC driver
2026-08-06 1:35 UTC (4+ messages)
` [PATCH v2 1/3] EDAC/loongson: Encode node and MC info into mc_idx
[PATCH v2] docs/zh_CN: sync page_table_check.rst translation
2026-08-06 1:30 UTC
[PATCH] module: fix UAF and GPF in idempotent_init_module via heap allocation
2026-08-06 1:30 UTC (5+ messages)
[PATCH v2 0/4] add anon mTHP collapse test cases
2026-08-06 1:30 UTC (14+ messages)
` [PATCH v2 1/4] selftests: mm: extend the check_huge() to support mTHP check
` [PATCH v2 3/4] selftests: mm: implement the mTHP-sized hugepage check helpers
` [PATCH v2 4/4] selftests: mm: add mTHP collapse test cases
[PATCH] x86/pm: Save AMD CPUID leaf 7 across S3
2026-08-06 1:29 UTC (4+ messages)
[PATCH net-next] pppoe: pass bound packets directly to generic PPP
2026-08-06 1:28 UTC (2+ messages)
[PATCH] ACPI: TAD: report expired alarm status through RTC
2026-08-06 1:26 UTC (2+ messages)
[PATCH net-next v3 0/4] net: phy: add X-Powers AC200/AC300 EPHY support
2026-08-06 1:24 UTC (5+ messages)
` [PATCH net-next v3 1/4] dt-bindings: mfd: x-powers: add AC200
` [PATCH net-next v3 2/4] mfd: add X-Powers AC200 support
` [PATCH net-next v3 3/4] dt-bindings: net: x-powers: add AC200/AC300 EPHY packages
` [PATCH net-next v3 4/4] net: phy: add X-Powers AC200/AC300 EPHY driver
[PATCH v6 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
2026-08-06 1:21 UTC (5+ messages)
` [PATCH v6 3/8] riscv: Add support for srmcfg CSR from Ssqosid extension
[PATCH net-next v3 0/2] ptp: reject frequency adjustments that overflow scaled_ppm_to_ppb()
2026-08-06 1:20 UTC (3+ messages)
[PATCH] net: usb: cdc_ether: add quirk for AMI BMC stale link events
2026-08-06 1:20 UTC (2+ messages)
[PATCH 1/2] KVM: PPC: booke: Use min() in watchdog_next_timeout()
2026-08-06 1:20 UTC (4+ messages)
` [PATCH 2/2] KVM: PPC: Use min() in kvm_vm_ioctl_check_extension()
[PATCH] mfd: wm8350: propagate ADC read timeout instead of returning 0
2026-08-06 1:19 UTC (2+ messages)
[PATCH v4 0/7] KVM: x86: Add LASS virtualization support
2026-08-06 1:15 UTC (8+ messages)
` [PATCH v4 1/7] KVM: x86: Add an emulator flag to differentiate branch targets from fetches
` [PATCH v4 2/7] KVM: x86: Use linear_read_system() to read the TSS I/O bitmap
` [PATCH v4 3/7] KVM: x86: Add LASS violation checks during instruction emulation
` [PATCH v4 4/7] KVM: VMX: Implement LASS violation check
` [PATCH v4 5/7] KVM: x86: Virtualize LASS and advertise support to userspace
` [PATCH v4 6/7] KVM: selftests: Add coverage for LASS CPUID and CR4 handling
` [PATCH v4 7/7] selftests/x86: Add a userspace test for LASS enforcement
[RFC PATCH v2 00/16] Page Alloc Hogger
2026-08-06 1:09 UTC (17+ messages)
` [RFC PATCH v2 01/16] mm: Page Alloc Hogger module
` [RFC PATCH v2 02/16] mm: Define structs for allocation requests and store allocations
` [RFC PATCH v2 03/16] mm: Define the caches for the structs req_alloc and page_alloc
` [RFC PATCH v2 04/16] mm: Define function to create a dir for each online node
` [RFC PATCH v2 05/16] mm: Define function to create a dir for populated zone
` [RFC PATCH v2 06/16] mm: Define function to create a dir for each page order
` [RFC PATCH v2 07/16] mm: Define function to create a dir for each migrate type
` [RFC PATCH v2 08/16] mm: Define function that creates the "nr_pages_allocs" file
` [RFC PATCH v2 09/16] mm: Read the nr_pages_allocs value given by user
` [RFC PATCH v2 10/16] mm: Set the selected zone in gfp_t flags
` [RFC PATCH v2 11/16] mm: Sets the migrate type "
` [RFC PATCH v2 12/16] mm: Define the make_alloc() function
` [RFC PATCH v2 13/16] mm: Create the file associated with an allocation
` [RFC PATCH v2 14/16] mm: Free pages, remove files and clean cache when one alloc fails
` [RFC PATCH v2 15/16] mm: Create the "free" file to release the previously allocated pages
` [RFC PATCH v2 16/16] mm: Release resources when the page alloc hogger module exits
[PATCH 00/10] dt-bindings: mfd: Use generic power-controller schema
2026-08-06 1:11 UTC (3+ messages)
[PATCH net-next v11 4/4] net: pse-pd: realtek-pse-mcu: add UART transport
2026-08-06 1:11 UTC (2+ messages)
[PATCH net-next v11 3/4] net: pse-pd: realtek-pse-mcu: add I2C transport
2026-08-06 1:11 UTC (2+ messages)
[PATCH net-next v11 2/4] net: pse-pd: add Realtek PSE MCU core
2026-08-06 1:11 UTC (2+ messages)
[PATCH net-next v11 1/4] dt-bindings: net: pse-pd: add bindings for Realtek PSE MCU
2026-08-06 1:11 UTC (2+ messages)
[PATCH v2] ACPI: APEI: GHES: fix ARM section length accounting after header
2026-08-06 1:09 UTC
[PATCH] mm: debug_page_alloc: fix NULL buf in debug_guardpage_minorder_setup
2026-08-06 1:08 UTC (3+ messages)
[PATCH 0/2] tracing/boot: Support eprobe, fprobe, and tprobe events and add test framework
2026-08-06 1:07 UTC (3+ messages)
` [PATCH 1/2] tracing/boot: Add support for eprobe, fprobe, and tprobe events
` [PATCH 2/2] selftests/ftrace: Add boot-time tracing test framework
[PATCH v11 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
2026-08-06 1:06 UTC (14+ messages)
` [PATCH v11 01/11] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v11 04/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
[PATCH v2 1/2] x86/cpu/hygon: Introduce macros for hygon family numbers
2026-08-06 0:35 UTC (2+ messages)
` [PATCH v2 2/2] sched/numa: Apply remote socket distance averaging for Hygon CPUs
[PATCH net-next v4] rds: synchronize info callbacks with module unload
2026-08-06 1:00 UTC (2+ messages)
[PATCH net-next v4] net: phy: nxp-tja11xx: cancel registration work on remove
2026-08-06 1:00 UTC (2+ messages)
[PATCH net] dibs: initialise dibs->lock in dibs_dev_alloc()
2026-08-06 1:00 UTC (2+ messages)
[PATCH v2] vdpa/pds: check virtqueue notify mapping
2026-08-06 0:58 UTC
[PATCH] vdpa/pds: check virtqueue notify mapping
2026-08-06 0:58 UTC (2+ messages)
[PATCH v4 00/17] Refcounted interrupt disable and SpinLockIrq for Rust
2026-08-06 0:58 UTC (5+ messages)
` [PATCH v4 10/17] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
[PATCH v10 00/21] Synopsys DisplayPort Controller improvements for Rockchip platforms
2026-08-06 0:39 UTC (22+ messages)
` [PATCH v10 01/21] drm/bridge: synopsys: dw-dp: Register DP AUX on bridge attach
` [PATCH v10 02/21] drm/bridge: synopsys: dw-dp: Fix incorrect resource lifetimes in bind callback
` [PATCH v10 03/21] drm/bridge: synopsys: dw-dp: Fix error handling for DP link enablement
` [PATCH v10 04/21] drm/bridge: synopsys: dw-dp: Document missing reset line deassert
` [PATCH v10 05/21] drm/bridge: synopsys: dw-dp: Add missing mutex cleanups on module removal
` [PATCH v10 06/21] drm/bridge: synopsys: dw-dp: Fix AUX transfer timeout race condition
` [PATCH v10 07/21] drm/bridge: synopsys: dw-dp: Fix support for short I2C reads
` [PATCH v10 08/21] drm/bridge: synopsys: dw-dp: Free output_fmts when none are valid
` [PATCH v10 09/21] drm/bridge: synopsys: dw-dp: Support MEDIA_BUS_FMT_FIXED
` [PATCH v10 10/21] drm/bridge: synopsys: dw-dp: Add follow-up bridge support
` [PATCH v10 11/21] drm/bridge: Add out-of-band HPD notify handler
` [PATCH v10 12/21] drm/bridge: synopsys: dw-dp: Support software triggered OOB HPD
` [PATCH v10 13/21] drm/rockchip: dw_dp: Implement out-of-band HPD handling
` [PATCH v10 14/21] drm/bridge: synopsys: dw-dp: Add Runtime PM support
` [PATCH v10 15/21] drm/rockchip: dw_dp: Add runtime "
` [PATCH v10 16/21] drm/bridge: synopsys: dw-dp: Protect sdp_reg_bank from concurrent access
` [PATCH v10 17/21] drm/bridge: synopsys: dw-dp: Drop useless reservation of first slot
` [PATCH v10 18/21] drm/bridge: synopsys: dw-dp: Clear only enabled SDPs on atomic disable
` [PATCH v10 19/21] drm/bridge: synopsys: dw-dp: Use regmap_set_bits in dw_dp_send_sdp
` [PATCH v10 20/21] dt-bindings: display: rockchip: dw-dp: Fix sound DAI cells
` [PATCH v10 21/21] drm/bridge: synopsys: dw-dp: Add audio support
[PATCH] staging: sm750fb: make g_fbmode array pointers const;prevent accidental modification of entries
2026-08-06 0:43 UTC
[PATCH net-next v2] net: macb: remove unused ENST Q0/Q1 time register defines
2026-08-06 0:40 UTC (2+ messages)
[PATCH] netlink: drop unneeded semicolon
2026-08-06 0:40 UTC (2+ messages)
[PATCH] qlcnic: drop unneeded semicolon
2026-08-06 0:40 UTC (2+ messages)
[PATCH net v2] net: prestera: validate firmware header length
2026-08-06 0:40 UTC (2+ messages)
[PATCH] ARM: dts: BCM53573: Rename mpcore node to mpcore-bus
2026-08-06 0:37 UTC
[PATCH] fix: scsi: srp_reconnect_rport: unbalanced scsi_block_targets/scsi_target_unblock
2026-08-06 0:35 UTC (2+ messages)
[CFP] DAMON Nanoconference (aka BoF) at LPC'26
2026-08-06 0:33 UTC
[PATCH] ACPI: NFIT: validate subtable extents before parsing
2026-08-06 0:32 UTC (2+ messages)
[PATCH bpf-next 00/13] BPF interface for applying Landlock rulesets
2026-08-06 0:32 UTC (5+ messages)
[PATCH] dax: Remove unused export of dax_dev_get()
2026-08-06 0:28 UTC
[PATCH net] tcp: fix TFO max_qlen accounting across reuseport migration
2026-08-06 0:20 UTC (2+ messages)
[PATCH v2] clk: fix self-consuming provider module pinning
2026-08-06 0:14 UTC (2+ messages)
[syzbot] [btrfs?] kernel BUG in set_state_bits (2)
2026-08-06 0:13 UTC
[syzbot] [autofs?] possible deadlock in autofs_notify_daemon (3)
2026-08-06 0:13 UTC
[syzbot] [afs?] [net?] kernel BUG in rxrpc_destroy_all_connections (2)
2026-08-06 0:12 UTC
[syzbot] [media?] INFO: trying to register non-static key in as102_stream_ctrl
2026-08-06 0:12 UTC
[PATCH] ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()
2026-08-06 0:12 UTC (3+ messages)
[PATCH net-next 1/2] tools: ynl: check for null ptr on dump free
2026-08-06 0:07 UTC (3+ messages)
[PATCH v3 0/3] implement GPU reset API
2026-08-06 0:06 UTC (2+ messages)
[PATCHES v8 0/2] perf c2c hardening
2026-08-06 0:02 UTC (7+ messages)
` [PATCH 1/2] perf c2c: Fix error masking, OOM, and unchecked caller errors in hpp_list__parse()
` [PATCH 2/2] perf c2c: Clean up registered formats on c2c_hists__init() and c2c_hists__reinit() failure
[PATCH] apparmor: fix cred UAF caused by begin_current_label_crit_section()
2026-08-06 0:02 UTC (4+ messages)
[PATCH] kprobes: Fix NULL pointer dereference in unregister_kretprobes()
2026-08-06 0:02 UTC (2+ messages)
[PATCH] arm64/efi: Do not call EFI runtime services preemptibly under SW PAN
2026-08-06 0:01 UTC
[syzbot] [input?] general protection fault in rmi_driver_suspend
2026-08-06 0:01 UTC
[syzbot] [usb?] BUG: unable to handle kernel paging request in nhi_probe
2026-08-06 0:01 UTC
[syzbot] [media?] WARNING in __media_pipeline_start
2026-08-06 0:01 UTC
[syzbot] [usb?] WARNING in spcp8x5_get_msr
2026-08-06 0:00 UTC
[syzbot] [pm?] WARNING in __set_task_frozen
2026-08-06 0:00 UTC
[syzbot] [usb?] [input?] KASAN: slab-use-after-free Read in sur40_open
2026-08-06 0:00 UTC
[syzbot] [net?] WARNING in netdev_queue_get_dma_dev
2026-08-05 23:58 UTC (4+ messages)
[RFC v2] arm,x86,fs/resctrl: Generic schema description Proof of Concept
2026-08-05 23:57 UTC (3+ messages)
[REGRESSION] apparmor: AF_UNIX datagram send slowdown after 6456ccbd2ff7
2026-08-05 23:45 UTC (2+ messages)
[PATCH v2 00/10] Add HPD support for Rockchip Analogix DP
2026-08-05 23:42 UTC (4+ messages)
[PATCH bpf-next 1/2] bpf: Account for preempt and IRQ state in RCU protection
2026-08-05 23:39 UTC (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test overlapping "
[PATCH v3 2/6] mm/migrate_device: Do not write past the end of the src_pfns array
2026-08-05 23:29 UTC
[PATCH v2 0/6] Boot logo supplied by the device tree
2026-08-06 1:29 UTC (6+ messages)
` [PATCH v2 1/6] dt-bindings: display: add a device tree supplied boot logo
[PATCH 0/4] Introduce nvgrace-egm driver for Extended GPU Memory
2026-08-05 23:18 UTC (7+ messages)
` [PATCH 1/4] platform/nvidia: Introduce nvgrace-egm driver and enumerate EGM regions
` [PATCH 2/4] platform/nvidia: Implement mmap and memory scrubbing for EGM chardev
` [PATCH 3/4] platform/nvidia: Handle retired ECC pages and expose via ioctl
[PATCH v9 00/12] ZTE zx297520v3 clock bindings and driver
2026-08-05 23:15 UTC (5+ messages)
` [PATCH v9 05/12] clk: zte: Add Clock registration infrastructure
[PATCH] exfat: fix overflow in cluster-to-dentry conversion
2026-08-05 23:13 UTC (3+ messages)
[PATCH v2 0/4] mmc: sdhci_am654: Fix DDR50 mode for cards without tuning support
2026-08-05 23:13 UTC (5+ messages)
` [PATCH v2 4/4] mmc: sdhci_am654: Fallback to DT-provided itap delay on DDR50 tuning failure
[PATCH v4 net] net: page_pool: fix UAF in __page_pool_release_netmem_dma on xa_cmpxchg race
2026-08-05 23:11 UTC (5+ messages)
[PATCH] clk: rockchip: rk3588: don't disable unused I2S MCLK output gates
2026-08-05 23:09 UTC (4+ messages)
[PATCH] netdevsim: fix deadlock in nsim_bus_dev_max_vfs_write()
2026-08-05 23:08 UTC (2+ messages)
[PATCH v2 1/2] platform/x86: uniwill-laptop: Fix brightness notify for 3 level keyboards
2026-08-05 23:04 UTC (2+ messages)
` [PATCH v2 2/2] platform/x86: uniwill-laptop: Enable kb backlight and lightbar for TUXEDO
[PATCH v4] mm/hugetlb_cma: Fix null nodemask dereference in hugetlb_cma_alloc_frozen_folio
2026-08-05 23:05 UTC (3+ messages)
[PATCH 0/3] selftests/resctrl: increase L3 cache test coverage
2026-08-05 22:37 UTC (5+ messages)
` [PATCH 2/3] selftests/resctrl: Add L3_CAT_VALIDATE to check invalid CBMs
` [PATCH 3/3] selftests/resctrl: Add L3_BIT_USAGE to check bit_usage tracks allocation
[PATCH v3] dt-bindings: soc: qcom: qcom,pmic-glink: Add compatible string for SM8475
2026-08-05 22:56 UTC (3+ messages)
[PATCH v3 0/4] MMC pinmux configuration fixes
2026-08-05 22:54 UTC (5+ messages)
` [PATCH v3 1/4] arm64: dts: ti: k3-am62a: Fix MMC0_CLK register address
` [PATCH v3 2/4] arm64: dts: ti: k3-am62a: Set MMC clock pins as OUTPUT
` [PATCH v3 3/4] arm64: dts: ti: k3-am62: "
` [PATCH v3 4/4] arm64: dts: ti: k3-am62l-evm: Remove unnecessary internal pullups for MMC0
[PATCH 0/2] Document amd_pmc delay_suspend quirk
2026-08-05 22:54 UTC (5+ messages)
` [PATCH 2/2] Documentation/arch/x86/amd-debugging: Add section about delay_suspend
[PATCH 1/7] wifi: cfg80211: report authorized connect and roam events
2026-08-05 22:50 UTC (3+ messages)
` [PATCH v2 1/2] "
[PATCH v4 00/10] KVM: SEV: Add support for IBPB-on-Entry and BTB Isolation
2026-08-05 22:49 UTC (5+ messages)
` [PATCH v4 01/10] x86/bugs: Only log missing retpoline when it's actually the missing mitigation
[PATCH 0/4] xen: cleanup config files
2026-08-05 22:49 UTC (9+ messages)
` [PATCH 1/4] x86/xen: Remove redundant config dependency on X86_LOCAL_APIC
` [PATCH 2/4] xen: Drop CONFIG_XEN_PVHVM
` [PATCH 3/4] xen: Drop CONFIG_XEN_AUTO_XLATE
` [PATCH 4/4] x86/xen: Drop CONFIG_XEN_PVHVM_SMP
[syzbot] [ath10k?] WARNING in ath10k_pci_probe
2026-08-05 22:47 UTC
[PATCH] f2fs: issue multi-device flushes in parallel
2026-08-05 22:46 UTC (3+ messages)
` "
[syzbot] [media?] KASAN: slab-out-of-bounds Read in dw210x_op_rw
2026-08-05 22:46 UTC
[syzbot] [kernel?] general protection fault in regmap_get_i2c_bus
2026-08-05 22:46 UTC
[syzbot] [sound?] UBSAN: array-index-out-of-bounds in snd_dummy_probe
2026-08-05 22:46 UTC
[syzbot] [usb?] BUG: sleeping function called from invalid context in cancel_delayed_work_sync
2026-08-05 22:45 UTC
[syzbot] [mmc?] [mm?] BUG: sleeping function called from invalid context in mmc_free_host
2026-08-05 22:45 UTC
[syzbot] [acpi?] general protection fault in software_node_register
2026-08-05 22:45 UTC
[syzbot] [media?] KASAN: slab-use-after-free Read in rc_dev_uevent
2026-08-05 22:44 UTC
[syzbot] [intel-gfx?] general protection fault in i915_pci_probe
2026-08-05 22:44 UTC
[syzbot] [fs?] general protection fault in do_getname_kernel
2026-08-05 22:44 UTC
[PATCH] mm/mm_init: fix out-of-range first_deferred_pfn
2026-08-05 22:44 UTC
[PATCH 0/2] block device write path fixes
2026-08-05 22:44 UTC (4+ messages)
` [PATCH 1/2] block: use iomap_dirty_folio for block devices
[PATCH] bpf: disable lockdep while running BPF on lock_release
2026-08-05 22:43 UTC (8+ messages)
` 回复: "
[syzbot] [usb?] BUG: unable to handle kernel paging request in ioread32
2026-08-05 22:43 UTC
[syzbot] [sound?] BUG: unable to handle kernel paging request in azx_probe_work
2026-08-05 22:43 UTC
[syzbot] [nfc?] WARNING in port100_send_cmd_async/usb_submit_urb (3)
2026-08-05 22:43 UTC
[PATCH v2 0/5] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
2026-08-05 22:43 UTC (6+ messages)
` [PATCH v2 2/5] btrfs: split btrfs_insert_delayed_dir_index() into prealloc and commit phases
[PATCH 1/2] x86/resctrl, Documentation: Keep mbm_assign_mode "default" on boot
2026-08-05 22:40 UTC (11+ messages)
[PATCH v3 0/6] R-Car X5H CPG/MDLC support
2026-08-05 22:38 UTC (3+ messages)
` [PATCH v3 4/6] pmdomain: renesas: Add R-Car X5H MDLC driver
[PATCH bpf-next v3 0/2] bpf: htab: Reduce memory use of hash maps
2026-08-05 22:35 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: htab: Split htab_elem_lru and htab_elem_pcpu off of htab_elem
` [PATCH bpf-next v3 2/2] bpf: htab: Reduce elem_size by 8 bytes for small key sizes
[PATCH v3 4/7] KVM: x86/xen: Extract delivery of event to vCPU into a separate helper
2026-08-05 22:35 UTC
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