messages from 2026-03-05 12:20:34 to 2026-03-10 11:55:59 UTC [more...]
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-10 11:49 UTC (62+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
` [PATCH 04/61] ext4: "
` [PATCH 05/61] smb: Prefer IS_ERR_OR_NULL over manual NULl check
` [PATCH 06/61] 9p: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
` [PATCH 13/61] squashfs: "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [PATCH 17/61] module: "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
` [PATCH 25/61] net/bluetooth: "
` [PATCH 26/61] net/core: "
` [PATCH 27/61] net/netlink: "
` [PATCH 28/61] net/sched: "
` [PATCH 29/61] net/sctp: "
` [PATCH 30/61] net/sunrpc: "
` [PATCH 31/61] net/tipc: "
` [PATCH 32/61] net/wireless: "
` [PATCH 33/61] mm: "
` [PATCH 34/61] arch/arm: "
` [PATCH 35/61] arch/mips: "
` [PATCH 36/61] arch/sh: "
` [PATCH 37/61] drm: "
` [PATCH 38/61] net: "
` [PATCH 39/61] irqchip: "
` [PATCH 40/61] phy: "
` [PATCH 41/61] pinctrl: "
` [PATCH 42/61] pmdomain: "
` [PATCH 43/61] s390: "
` [PATCH 44/61] target: "
` [PATCH 45/61] thermal: "
` [PATCH 46/61] vfio: "
` [PATCH 47/61] nfc: "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [PATCH 50/61] iommu: "
` [PATCH 51/61] leds: "
` [PATCH 52/61] gpib: "
` [PATCH 53/61] hyperv: "
` [PATCH 54/61] aoe: "
` [PATCH 55/61] interconnect: "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
` [PATCH 58/61] arch/x86: "
` [PATCH 59/61] debugobjects: Drop likely() around !IS_ERR_OR_NULL()
` [PATCH 60/61] Input alps: Drop unlikely() around IS_ERR_OR_NULL()
` [PATCH 61/61] file: "
cleanup the RAID5 XOR library
2026-03-10 6:58 UTC (4+ messages)
` [PATCH 21/25] xor: add a better public API
[PATCH net v2] net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
2026-03-10 5:51 UTC (6+ messages)
[RFC v2 00/21] mm: thp: lazy PTE page table allocation at PMD split
2026-03-09 21:34 UTC (6+ messages)
` [RFC v2 12/21] mm: thp: handle split failure in device migration
[PATCH] integrity: avoid using __weak functions
2026-03-09 21:29 UTC (5+ messages)
[PATCH] integrity: Eliminate weak definition of arch_get_secureboot()
2026-03-09 20:37 UTC
[PATCH] perf test: Fix test case 120 and 121 for s390
2026-03-09 18:18 UTC (5+ messages)
[PATCH v1 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-03-09 18:15 UTC (9+ messages)
` [PATCH v1 1/3] Add map/unmap ioctl and clean mappings post-guest
` [PATCH v1 2/3] Enable adapter_indicators_set to use mapped pages
` [PATCH v1 3/3] Introducing kvm_arch_set_irq_inatomic fast inject
[PATCH v3 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
2026-03-09 16:48 UTC (4+ messages)
` [PATCH v3 2/3] vfio/ism: Implement "
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-09 16:46 UTC (38+ messages)
` [PATCH v1 01/16] mm/madvise: drop range checks in madvise_free_single_vma()
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 03/16] mm/memory: inline unmap_mapping_range_vma() into unmap_mapping_range_tree()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [PATCH v1 05/16] mm/oom_kill: use MMU_NOTIFY_CLEAR in __oom_reap_task_mm()
` [PATCH v1 06/16] mm/oom_kill: factor out zapping of VMA into zap_vma_for_reaping()
` [PATCH v1 07/16] mm/memory: rename unmap_single_vma() to __zap_vma_range()
` [PATCH v1 08/16] mm/memory: move adjusting of address range to unmap_vmas()
` [PATCH v1 09/16] mm/memory: convert details->even_cows into details->skip_cows
` [PATCH v1 10/16] mm/memory: use __zap_vma_range() in zap_vma_for_reaping()
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()
` [PATCH v1 12/16] mm: rename zap_vma_pages() to zap_vma()
` [PATCH v1 13/16] mm: rename zap_page_range_single_batched() to zap_vma_range_batched()
` [PATCH v1 14/16] mm: rename zap_page_range_single() to zap_vma_range()
` [PATCH v1 15/16] mm: rename zap_vma_ptes() to zap_special_vma_range()
` [PATCH v1 16/16] mm/memory: support VM_MIXEDMAP in zap_special_vma_range()
[PATCH 0/4] PCI: s390/pci: Fix deadlocks on s390 when releasing zPCI-bus or -device objects
2026-03-09 15:49 UTC (10+ messages)
` [PATCH 1/4] PCI: Move declaration of pci_rescan_remove_lock into public pci.h
` [PATCH 2/4] s390/pci: Fix circular/recursive deadlocks in PCI-bus and -device release
` [PATCH 3/4] PCI: Provide lock guard for pci_rescan_remove_lock
` [PATCH 4/4] s390/pci: Use "
[PATCH] s390/mm: add missing secure storage access fixups for donated memory
2026-03-09 13:31 UTC (2+ messages)
[PATCH] KVM: s390: log machine checks more aggressively
2026-03-09 13:25 UTC (2+ messages)
[PATCH v2 0/2] KVM: s390: Limit adapter indicator access to page
2026-03-09 12:17 UTC (9+ messages)
` [PATCH v2 1/2] KVM: s390: Limit adapter indicator access to mapped page
` [PATCH v2 2/2] KVM: s390: selftests: Add IRQ routing address offset tests
[RFC v2 0/2] ptp: Move non-NIC PHC drivers from netdev to clock/timekeeping maintainership
2026-03-09 6:54 UTC (6+ messages)
[PATCH 0/2] kbuild: Switch from '-fms-extensions' to '-fms-anonymous-structs' when available
2026-03-09 6:49 UTC (5+ messages)
[PATCH] drivers: s390: hmcdrv_dev: remove commented out code
2026-03-08 11:04 UTC (2+ messages)
[PATCH net-next v3] net/smc: transition to RDMA core CQ pooling
2026-03-07 10:07 UTC (3+ messages)
[PATCH net v1] net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
2026-03-07 4:36 UTC (3+ messages)
[GIT PULL] s390 updates for 7.0-rc3
2026-03-07 4:33 UTC (2+ messages)
[PATCH v3 1/3] integrity: Make arch_ima_get_secureboot integrity-wide
2026-03-06 21:16 UTC (5+ messages)
` [PATCH 1/1] s390/ipl: Fix missing arch_get_secureboot() prototype warning
[PATCH v10 00/15] Direct Map Removal Support for guest_memfd
2026-03-06 20:06 UTC (26+ messages)
` [PATCH v10 01/15] set_memory: set_direct_map_* to take address
` [PATCH v10 02/15] set_memory: add folio_{zap,restore}_direct_map helpers
` [PATCH v10 02/15] set_memory: add folio_{zap, restore}_direct_map helpers
` [PATCH v10 04/15] mm/gup: drop local variable in gup_fast_folio_allowed
` [PATCH v10 07/15] KVM: x86: define kvm_arch_gmem_supports_no_direct_map()
` [PATCH v10 08/15] KVM: arm64: "
` [PATCH v10 09/15] KVM: guest_memfd: Add flag to remove from direct map
[PATCH v3 0/2] PCI: AtomicOps: Fix pci_enable_atomic_ops_to_root()
2026-03-06 17:13 UTC (3+ messages)
` [PATCH v3 1/2] PCI: AtomicOps: Define valid root port capabilities
` [PATCH v3 2/2] PCI: AtomicOps: Fix logic in enable function
mm/pgtable: Support for page table check on s390
2026-03-06 16:16 UTC (5+ messages)
` [PATCH v2 1/4] mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()
` [PATCH v2 2/4] s390/pgtable: Use set_pmd_bit() to invalidate PMD entry
` [PATCH v2 3/4] s390/pgtable: Add s390 support for page table check
` [PATCH v2 4/4] s390: Enable page table check for debug_defconfig
[PATCH v1] PCI: Add write-only 'uevent' sysfs attribute for PCI slots
2026-03-06 15:15 UTC (7+ messages)
[PATCH] s390: Revert "s390/irq/idle: Remove psw bits early"
2026-03-06 14:49 UTC (3+ messages)
[PATCH v2 0/5] vDSO: Use 32-bit CHECKFLAGS for compat vDSO
2026-03-06 13:26 UTC (4+ messages)
[linux-next][s390] Boot hang after merge c50f05bd3c4e (sched/hrtick)
2026-03-06 8:41 UTC (11+ messages)
[PATCH v3 0/3] Use killable vma write locking in most places
2026-03-05 16:12 UTC (17+ messages)
` [PATCH v3 2/3] mm: replace vma_start_write() with vma_start_write_killable()
` [PATCH v3 3/3] mm: use vma_start_write_killable() in process_vma_walk_lock()
[PATCH v1 1/1] KVM: s390: Fix a deadlock
2026-03-05 15:44 UTC (2+ messages)
[PATCH v6 00/14] sparc64: vdso: Switch to the generic vDSO library
2026-03-05 15:17 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