messages from 2026-04-14 12:42:22 to 2026-05-12 21:06:16 UTC [more...]
[PATCH v7 11/31] mm: remove arch vma_alloc_zeroed_movable_folio overrides
2026-05-12 21:06 UTC
[PATCH resend v6 08/30] mm: remove arch vma_alloc_zeroed_movable_folio overrides
2026-05-11 9:02 UTC
[PATCH v6 15/30] mm: remove arch vma_alloc_zeroed_movable_folio overrides
2026-05-11 8:54 UTC
[PATCH v6 08/30] mm: remove arch vma_alloc_zeroed_movable_folio overrides
2026-05-11 8:53 UTC
[PATCH v7 00/24] PCI: Convert all dynamic sysfs attributes to static
2026-05-08 23:00 UTC (26+ messages)
` [PATCH v7 01/24] PCI/sysfs: Use PCI resource accessor macros
` [PATCH v7 02/24] PCI: Add pci_resource_is_io() and pci_resource_is_mem() helpers
` [PATCH v7 03/24] PCI/sysfs: Only allow supported resource types in I/O and MMIO helpers
` [PATCH v7 04/24] PCI/sysfs: Split pci_llseek_resource() for device and legacy attributes
` [PATCH v7 05/24] PCI/sysfs: Add CAP_SYS_ADMIN check to __resource_resize_store()
` [PATCH v7 06/24] PCI/sysfs: Add static PCI resource attribute macros
` [PATCH v7 07/24] PCI/sysfs: Convert PCI resource files to static attributes
` [PATCH v7 08/24] PCI/sysfs: Warn about BAR resize failure in __resource_resize_store()
` [PATCH v7 09/24] PCI/sysfs: Add stubs for pci_{create,remove}_sysfs_dev_files()
` [PATCH v7 10/24] PCI/sysfs: Limit pci_sysfs_init() late_initcall compile scope
` [PATCH v7 11/24] alpha/PCI: Add security_locked_down() check to pci_mmap_resource()
` [PATCH v7 12/24] alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH v7 13/24] alpha/PCI: Use PCI resource accessor macros
` [PATCH v7 14/24] alpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARs
` [PATCH v7 15/24] alpha/PCI: Remove WARN from __pci_mmap_fits() and __legacy_mmap_fits()
` [PATCH v7 16/24] alpha/PCI: Add static PCI resource attribute macros
` [PATCH v7 17/24] alpha/PCI: Convert resource files to static attributes
` [PATCH v7 18/24] PCI/sysfs: Remove pci_{create,remove}_sysfs_dev_files()
` [PATCH v7 19/24] PCI: Add macros for legacy I/O and memory address space sizes
` [PATCH v7 20/24] alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()
` [PATCH v7 21/24] PCI/sysfs: Add __weak pci_legacy_has_sparse() helper
` [PATCH v7 22/24] PCI/sysfs: Convert legacy I/O and memory attributes to static definitions
` [PATCH v7 23/24] PCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()
` [PATCH v7 24/24] PCI/sysfs: Limit BAR resize attribute scope to platforms with PCI mmap
[PATCH v5 13/28] mm: remove arch vma_alloc_zeroed_movable_folio overrides
2026-05-07 22:23 UTC
[PATCH v6 00/24] PCI: Convert all dynamic sysfs attributes to static
2026-05-06 17:48 UTC (43+ messages)
` [PATCH v6 01/24] PCI/sysfs: Use PCI resource accessor macros
` [PATCH v6 02/24] PCI: Add pci_resource_is_io() and pci_resource_is_mem() helpers
` [PATCH v6 03/24] PCI/sysfs: Only allow supported resource types in I/O and MMIO helpers
` [PATCH v6 04/24] PCI/sysfs: Use BAR length in pci_llseek_resource() when attr->size is zero
` [PATCH v6 05/24] PCI/sysfs: Add CAP_SYS_ADMIN check to __resource_resize_store()
` [PATCH v6 06/24] PCI/sysfs: Add static PCI resource attribute macros
` [PATCH v6 07/24] PCI/sysfs: Convert PCI resource files to static attributes
` [PATCH v6 08/24] PCI/sysfs: Warn about BAR resize failure in __resource_resize_store()
` [PATCH v6 09/24] PCI/sysfs: Add stubs for pci_{create,remove}_sysfs_dev_files()
` [PATCH v6 10/24] PCI/sysfs: Limit pci_sysfs_init() late_initcall compile scope
` [PATCH v6 11/24] alpha/PCI: Add security_locked_down() check to pci_mmap_resource()
` [PATCH v6 12/24] alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH v6 13/24] alpha/PCI: Use PCI resource accessor macros
` [PATCH v6 14/24] alpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARs
` [PATCH v6 15/24] alpha/PCI: Remove WARN from __pci_mmap_fits()
` [PATCH v6 16/24] alpha/PCI: Add static PCI resource attribute macros
` [PATCH v6 17/24] alpha/PCI: Convert resource files to static attributes
` [PATCH v6 18/24] PCI/sysfs: Remove pci_{create,remove}_sysfs_dev_files()
` [PATCH v6 19/24] PCI: Add macros for legacy I/O and memory address space sizes
` [PATCH v6 20/24] alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()
` [PATCH v6 21/24] PCI/sysfs: Add __weak pci_legacy_has_sparse() helper
` [PATCH v6 22/24] PCI/sysfs: Convert legacy I/O and memory attributes to static definitions
` [PATCH v6 23/24] PCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()
` [PATCH v6 24/24] PCI/sysfs: Limit BAR resize attribute scope to platforms with PCI mmap
[PATCH v3 0/4] arch, mm: consolidate empty_zero_page
2026-04-30 3:25 UTC (2+ messages)
[PATCH 01/28] xor: assert that xor_blocks is not call from interrupt context
2026-04-30 3:24 UTC (2+ messages)
[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
2026-04-29 11:26 UTC (30+ messages)
` [RFC PATCH v1 1/9] uaccess: Split check_zeroed_user() out of usercopy.c
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 3/9] x86/umip: Be stricter in fixup_umip_exception()
` [RFC PATCH v1 4/9] uaccess: Introduce copy_{to/from}_user_partial()
` [RFC PATCH v1 5/9] uaccess: Switch to copy_{to/from}_user_partial() when relevant
` [RFC PATCH v1 6/9] uaccess: Change copy_{to/from}_user to return -EFAULT
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "
` [RFC PATCH v1 9/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
[PATCH RFC v4 12/22] mm: remove arch vma_alloc_zeroed_movable_folio overrides
2026-04-26 21:48 UTC
[PATCH RFC v3 10/19] mm: remove arch vma_alloc_zeroed_movable_folio overrides
2026-04-24 7:16 UTC (4+ messages)
[RFC] alpha: optimize ip_fast_csum for BWX-capable CPUs
2026-04-23 9:30 UTC (2+ messages)
[PATCH v5 00/23] PCI: Convert all dynamic sysfs attributes to static
2026-04-21 20:06 UTC (29+ messages)
` [PATCH v5 01/23] PCI/sysfs: Use PCI resource accessor macros
` [PATCH v5 02/23] PCI: Add pci_resource_is_io() and pci_resource_is_mem() helpers
` [PATCH v5 03/23] PCI/sysfs: Only allow supported resource types in I/O and MMIO helpers
` [PATCH v5 04/23] PCI/sysfs: Use BAR length in pci_llseek_resource() when attr->size is zero
` [PATCH v5 05/23] PCI/sysfs: Add CAP_SYS_ADMIN check to __resource_resize_store()
` [PATCH v5 06/23] PCI/sysfs: Add static PCI resource attribute macros
` [PATCH v5 07/23] PCI/sysfs: Convert PCI resource files to static attributes
` [PATCH v5 08/23] PCI/sysfs: Warn about BAR resize failure in __resource_resize_store()
` [PATCH v5 09/23] PCI/sysfs: Add stubs for pci_{create,remove}_sysfs_dev_files()
` [PATCH v5 10/23] PCI/sysfs: Limit pci_sysfs_init() late_initcall compile scope
` [PATCH v5 11/23] alpha/PCI: Add security_locked_down() check to pci_mmap_resource()
` [PATCH v5 12/23] alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH v5 13/23] alpha/PCI: Use PCI resource accessor macros
` [PATCH v5 14/23] alpha/PCI: Fix __pci_mmap_fits() overflow for zero-length BARs
` [PATCH v5 15/23] alpha/PCI: Remove WARN from __pci_mmap_fits()
` [PATCH v5 16/23] alpha/PCI: Add static PCI resource attribute macros
` [PATCH v5 17/23] alpha/PCI: Convert resource files to static attributes
` [PATCH v5 18/23] PCI/sysfs: Remove pci_{create,remove}_sysfs_dev_files()
` [PATCH v5 19/23] PCI: Add macros for legacy I/O and memory address space sizes
` [PATCH v5 20/23] alpha/PCI: Compute legacy size in pci_mmap_legacy_page_range()
` [PATCH v5 21/23] PCI/sysfs: Add __weak pci_legacy_has_sparse() helper
` [PATCH v5 22/23] PCI/sysfs: Convert legacy I/O and memory attributes to static definitions
` [PATCH v5 23/23] PCI/sysfs: Remove pci_create_legacy_files() and pci_sysfs_init()
[PATCH] selftests/seccomp: add Alpha support to seccomp_bpf
2026-04-21 17:38 UTC (6+ messages)
[patch 00/38] treewide: Cleanup LATCH, CLOCK_TICK_RATE and get_cycles() [ab]use
2026-04-21 11:22 UTC (23+ messages)
` [patch 05/38] treewide: Remove CLOCK_TICK_RATE
` [patch 07/38] treewide: Consolidate cycles_t
` [patch 18/38] lib/tests: Replace get_cycles() with ktime_get()
` [patch 27/38] m68k: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 31/38] parisc: "
` [patch 32/38] powerpc/spufs: Use mftb() directly
` [patch 33/38] powerpc: Select ARCH_HAS_RANDOM_ENTROPY
` [patch 35/38] s390: "
[PATCH v4 00/24] PCI: Convert all dynamic sysfs attributes to static
2026-04-20 9:47 UTC (14+ messages)
` [PATCH v4 07/24] PCI/sysfs: Convert PCI resource files to static attributes
` [PATCH v4 12/24] alpha/PCI: Use BAR index in sysfs attr->private instead of resource pointer
` [PATCH v4 13/24] alpha/PCI: Use PCI resource accessor macros
` [PATCH v4 20/24] PCI: Add macros for legacy I/O and memory address space sizes
[GIT PULL] alpha updates for v7.1
2026-04-17 16:04 UTC (2+ messages)
page: | 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