messages from 2026-05-11 19:01:34 to 2026-05-12 13:06:54 UTC [more...]
[PATCH v4 00/20] drm/atomic: Rework initial state allocation
2026-05-12 13:06 UTC (15+ messages)
` [PATCH v4 01/20] drm/atomic: Document atomic commit lifetime
` [PATCH v4 02/20] drm/colorop: Fix typos in the doc
` [PATCH v4 03/20] drm/atomic: Drop drm_private_obj.state assignment from create_state
` [PATCH v4 04/20] drm/atomic: Expand atomic_create_state expectations for drm_private_obj
` [PATCH v4 05/20] drm/mode-config: Document drm_private_obj exclusion from drm_mode_config_reset()
` [PATCH v4 06/20] drm/colorop: Rename __drm_colorop_state_reset()
` [PATCH v4 07/20] drm/colorop: Create drm_atomic_helper_colorop_create_state()
` [PATCH v4 08/20] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH v4 09/20] drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
` [PATCH v4 10/20] drm/plane: Add new atomic_create_state callback
` [PATCH v4 11/20] drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()
` [PATCH v4 12/20] drm/crtc: Add new atomic_create_state callback
` [PATCH v4 13/20] drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()
` [PATCH v4 14/20] drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()
[PATCH v6 0/4] mm/memory-failure: add panic option for unrecoverable pages
2026-05-12 13:05 UTC (10+ messages)
` [PATCH v6 1/4] mm/memory-failure: report MF_MSG_KERNEL for reserved pages
` [PATCH v6 2/4] mm/memory-failure: classify get_any_page() failures by reason
` [PATCH v6 3/4] mm/memory-failure: add panic option for unrecoverable pages
[PATCH] docs: reporting-issues: fix advice wording
2026-05-12 12:35 UTC (4+ messages)
[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
2026-05-12 12:14 UTC (9+ messages)
` [PATCH v4 1/4] kernel: param: initialize module_kset before do_initcalls()
[PATCH RESEND bpf-next v10 0/8] bpf: Extend the bpf_list family of APIs
2026-05-12 12:05 UTC (17+ messages)
` [PATCH RESEND bpf-next v10 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
` [PATCH RESEND bpf-next v10 3/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH RESEND bpf-next v10 4/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH RESEND bpf-next v10 5/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH RESEND bpf-next v10 6/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH RESEND bpf-next v10 7/8] bpf: allow non-owning list-node args via __nonown_allowed
` [PATCH RESEND bpf-next v10 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty
[PATCH v12 00/11] ADF41513/ADF41510 PLL frequency synthesizers
2026-05-12 11:52 UTC (7+ messages)
` [PATCH v12 02/11] lib: kstrtox: add kstrtoudec64() and kstrtodec64()
` [PATCH v12 11/11] Documentation: ABI: testing: add common ABI file for iio/frequency
[PATCH 0/3] mm/zswap: Implement per-cgroup proactive writeback
2026-05-12 11:23 UTC (10+ messages)
` [PATCH 2/3] mm/zswap: Implement "
[PATCH v3 00/20] drm/atomic: Rework initial state allocation
2026-05-12 11:20 UTC (16+ messages)
` [PATCH v3 10/20] drm/plane: Add new atomic_create_state callback
` [PATCH v3 12/20] drm/crtc: "
` [PATCH v3 16/20] drm/mode-config: Create drm_mode_config_create_initial_state()
` [PATCH v3 17/20] drm/drv: Switch skeleton to drm_mode_config_create_initial_state()
` [PATCH v3 18/20] drm/tidss: Switch "
[PATCH 0/5] io_uring/zcrx: add CQE based notifications and stats reporting
2026-05-12 11:02 UTC (5+ messages)
` [PATCH 1/5] io_uring/zcrx: notify user when out of buffers
` [PATCH 2/5] io_uring/zcrx: notify user on frag copy fallback
[PATCH 0/2] Doc, scripts: facilitate phaseout of strlcat
2026-05-12 10:43 UTC (13+ messages)
` [PATCH 1/2] [PATCH 1/2] Doc: deprecated.rst: add strlcat()
` "
` [PATCH 2/2] scripts: checkpatch.pl: add warning for strlcat()
[PATCH v10 0/9] drivers/base: Introduce revocable
2026-05-12 10:41 UTC (14+ messages)
` [PATCH v10 1/9] revocable: Revocable resource management
` [PATCH v10 2/9] revocable: Add KUnit test cases
` [PATCH v10 7/9] gpio: Remove unused `chip` and `srcu` in struct gpio_device
` [PATCH v10 8/9] platform/chrome: Protect cros_ec_device lifecycle with revocable
[PATCH] docs: netlink: Correct buffer sizing info
2026-05-12 10:30 UTC
[PATCH RFC 0/5] memcg: dma-buf per-cgroup accounting via pid_fd
2026-05-12 10:14 UTC (7+ messages)
` [PATCH RFC 1/5] memcg: Track exported dma-buffers
` [PATCH RFC 2/5] dma-heap: charge dma-buf memory via explicit memcg
` [PATCH RFC 3/5] security: dma-heap: Add dma_heap_alloc LSM hook
` [PATCH RFC 4/5] selinux: Restrict cross-cgroup dma-heap charging
` [PATCH RFC 5/5] selftests/dmabuf-heaps: Add dma-buf memcg accounting tests
[PATCH 00/17] dynamic-debug cleanups refactors maintenance
2026-05-12 10:12 UTC
[PATCH net-next 0/2] Add ICSSG firmware stats related to HSR
2026-05-12 10:03 UTC (6+ messages)
` [PATCH net-next 1/2] net: ti: icssg: Derive stats array lengths from ARRAY_SIZE
` [PATCH net-next 2/2] net: ti: icssg: Add HSR and LRE PA statistics
[pdx86-platform-drivers-x86:review-ilpo-next 21/30] htmldocs: Warning: MAINTAINERS references a file that doesn't exist: Documentation/devicetree/bindings/embedded-controller/qcom,hamoa-crd-ec.yaml
2026-05-12 9:34 UTC (2+ messages)
htmldocs: Documentation/networking/xfrm/xfrm_migrate_state.rst:16: WARNING: Inline emphasis start-string without end-string. [docutils]
2026-05-12 9:11 UTC
[PATCH v19 0/2] ACPI: Add support for ACPI RAS2 feature table
2026-05-12 8:58 UTC (2+ messages)
[RFC net-next 0/4] devlink: Add boot-time defaults
2026-05-12 8:45 UTC (15+ messages)
[PATCH 0/3] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
2026-05-12 8:42 UTC (3+ messages)
` [PATCH 1/3] mm/hmm: Add hmm_range_fault_unlockable() for mmap lock-drop support
[PATCH v5 00/13] ima: Introduce staging mechanism
2026-05-12 8:17 UTC (4+ messages)
[PATCH] docs: Document panic_on_rcu_stall default behavior
2026-05-12 8:08 UTC (3+ messages)
[RFC PATCH 0/5] mm: support zswap-backed anonymous large folio swapin
2026-05-12 8:05 UTC (12+ messages)
` [RFC PATCH 3/5] mm: zswap: load fully stored large folios
` [RFC PATCH 4/5] mm: swap: fall back to order-0 after large swapin races
[PATCH mm-unstable v17 00/14] khugepaged: mTHP support
2026-05-12 7:42 UTC (12+ messages)
` [PATCH mm-unstable v17 03/14] mm/khugepaged: rework max_ptes_* handling with helper functions
` [PATCH mm-unstable v17 05/14] mm/khugepaged: require collapse_huge_page to enter/exit with the lock dropped
` [PATCH mm-unstable v17 10/14] mm/khugepaged: introduce collapse_allowable_orders helper function
` [PATCH mm-unstable v17 11/14] mm/khugepaged: Introduce mTHP collapse support
` [PATCH mm-unstable v17 12/14] mm/khugepaged: avoid unnecessary mTHP collapse attempts
` [PATCH mm-unstable v17 13/14] mm/khugepaged: run khugepaged for all orders
` [PATCH mm-unstable v17 14/14] Documentation: mm: update the admin guide for mTHP collapse
[PATCH mm-unstable v17 04/14] mm/khugepaged: generalize __collapse_huge_page_* for mTHP support
2026-05-12 7:42 UTC (2+ messages)
improve the swap_activate interface
2026-05-12 7:41 UTC (27+ messages)
` [PATCH 01/12] swap: remove the maxpages variable in sys_swapon
` [PATCH 02/12] swap: move boilerplate code into the core swap code
` [PATCH 03/12] swap,fs: move swapfile operations to struct file_operations
` [PATCH 04/12] swap: restrict to regular files or block devices
` [PATCH 05/12] swap: cleanup setup_swap_extents
` [PATCH 06/12] swap,block: move the block device swapon code into block/fops.c
` [PATCH 07/12] swap,block: limit swap file size to device size
` [PATCH 08/12] swap,iomap: simplify iomap_swapfile_iter
` [PATCH 09/12] swap: push down setting sis->bdev into ->swap_activate
` [PATCH 10/12] swap: add a swap_activate_fs_ops helper
` [PATCH 11/12] swap: move struct swap_extent to swapfile.c
` [PATCH 12/12] swap: move swap_info_struct to mm/swap.h
[PATCH v13 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
2026-05-12 7:22 UTC (20+ messages)
` [PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver
[PATCH] docs: kernel-doc: python: strip __counted_by_ptr macro
2026-05-12 6:20 UTC (3+ messages)
[PATCH v3 0/3] Documentation: security-bugs: new updates covering triage and AI
2026-05-12 5:54 UTC (9+ messages)
` [PATCH v3 2/3] Documentation: security-bugs: explain what is and is not a security bug
[kees:for-next/hardening 1/1] htmldocs: Documentation/driver-api/basics:127: ./include/linux/stddef.h:110: WARNING: Definition list ends without a blank line; unexpected unindent. [docutils]
2026-05-12 3:06 UTC
[PATCH RFC v3 0/3] Add splash DRM client
2026-05-12 1:59 UTC (2+ messages)
[PATCH] docs/zh_CN: update admin-guide/index.rst translation
2026-05-12 1:46 UTC (3+ messages)
[PATCH 0/2] hwmon: Add Murata D1U74T-W PSU driver
2026-05-12 1:44 UTC (3+ messages)
` [PATCH 1/2] dt-bindings: hwmon: pmbus: Add Murata D1U74T PSU
` [PATCH 2/2] hwmon: (pmbus/d1u74t) Add Murata D1U74T PSU driver
[PATCH v3 0/4] clk: update kernel docs
2026-05-12 1:35 UTC (5+ messages)
` [PATCH v3 1/4] clk: add kernel docs for the core flags
` [PATCH v3 2/4] clk: add kernel docs for struct clk_core
` [PATCH v3 3/4] docs: clk: include some identifiers to keep documentation up to date
` [PATCH v3 4/4] clk: test: convert constants to use HZ_PER_MHZ
[PATCH net-next v4 0/8] net: devmem: support devmem with netkit devices
2026-05-12 1:18 UTC (9+ messages)
` [PATCH net-next v4 1/8] net: convert netmem_tx flag to enum
` [PATCH net-next v4 2/8] net: netkit: declare NETMEM_TX_NO_DMA mode
` [PATCH net-next v4 3/8] net: devmem: support TX over NETMEM_TX_NO_DMA devices
` [PATCH net-next v4 4/8] selftests: drv-net: ncdevmem: add -n flag to skip NIC configuration
` [PATCH net-next v4 5/8] selftests: drv-net: make attr _nk_guest_ifname public
` [PATCH net-next v4 6/8] selftests: drv-net: refactor devmem command builders into lib module
` [PATCH net-next v4 7/8] selftests: drv-net: add primary_rx_redirect support to NetDrvContEnv
` [PATCH net-next v4 8/8] selftests: drv-net: add netkit devmem tests
[PATCH] docs: fix spelling of Shepherd in howto
2026-05-12 0:41 UTC (2+ messages)
[PATCH v4 00/16] vfio/pci: Base Live Update support for VFIO
2026-05-11 23:48 UTC (17+ messages)
` [PATCH v4 01/16] vfio/pci: Register a file handler with Live Update Orchestrator
` [PATCH v4 02/16] vfio/pci: Preserve vfio-pci device files across Live Update
` [PATCH v4 03/16] vfio/pci: Retrieve preserved device files after "
` [PATCH v4 04/16] vfio/pci: Notify PCI subsystem about devices preserved across "
` [PATCH v4 05/16] vfio: Enforce preserved devices are retrieved via LIVEUPDATE_SESSION_RETRIEVE_FD
` [PATCH v4 06/16] vfio/pci: Store incoming Live Update state in struct vfio_pci_core_device
` [PATCH v4 07/16] docs: liveupdate: Add documentation for VFIO PCI
` [PATCH v4 08/16] vfio: selftests: Build liveupdate library in VFIO selftests
` [PATCH v4 09/16] vfio: selftests: Add vfio_pci_liveupdate_uapi_test
` [PATCH v4 10/16] vfio: selftests: Initialize vfio_pci_device using a VFIO cdev FD
` [PATCH v4 11/16] vfio: selftests: Add Makefile support for TEST_GEN_PROGS_EXTENDED
` [PATCH v4 12/16] vfio: selftests: Add vfio_pci_liveupdate_kexec_test
` [PATCH v4 13/16] vfio: selftests: Expose iommu_modes to tests
` [PATCH v4 14/16] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
` [PATCH v4 15/16] vfio: selftests: Verify that opening VFIO device fails during Live Update
` [PATCH v4 16/16] vfio: selftests: Add continuous DMA to vfio_pci_liveupdate_kexec_test
[PATCH v17 00/11] Enable CXL PCIe Port Protocol Error handling and logging
2026-05-11 23:28 UTC (12+ messages)
` [PATCH v17 02/11] cxl/ras: Unify Endpoint and Port AER trace events
` [PATCH v17 10/11] PCI/CXL: Mask/Unmask CXL protocol errors
[PATCH] killswitch: add per-function short-circuit mitigation primitive
2026-05-11 23:05 UTC (8+ messages)
[PATCH v6 00/22] Virtual Swap Space
2026-05-11 22:46 UTC (3+ messages)
` [PATCH v6 01/22] mm/swap: decouple swap cache from physical swap infrastructure
[PATCH AUTOSEL 7.0-6.6] docs: cgroup-v1: Update charge-commit section
2026-05-11 22:19 UTC
[PATCH] crypto: af_alg - Document the deprecation of AF_ALG
2026-05-11 21:38 UTC (6+ messages)
[PATCH v2] killswitch: add per-function short-circuit mitigation primitive
2026-05-11 20:12 UTC (7+ 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