messages from 2026-03-07 03:56:57 to 2026-03-11 09:19:59 UTC [more...]
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-11 9:19 UTC (96+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 02/61] btrfs: "
` [PATCH 03/61] ceph: "
` [Intel-wired-lan] "
` [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
` [Intel-wired-lan] "
` [PATCH 07/61] erofs: "
` [PATCH 08/61] fuse: "
` [Intel-wired-lan] "
` [PATCH 09/61] ntfs3: "
` [PATCH 10/61] gfs2: "
` [PATCH 11/61] pstore: "
` [PATCH 12/61] quota: "
` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
` [Intel-wired-lan] "
` [PATCH 14/61] seq_file: "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [Intel-wired-lan] "
` [PATCH 17/61] module: "
` [Intel-wired-lan] "
` [PATCH 18/61] sound: "
` [PATCH 19/61] kvm: "
` [PATCH 20/61] apparmor: "
` [PATCH 21/61] lib/test: "
` [PATCH 22/61] md: "
` [Intel-wired-lan] "
` [PATCH 23/61] net/ipv6: "
` [PATCH 24/61] net/9p: "
` [Intel-wired-lan] "
` [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: "
` [EXTERNAL] "
` [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: "
` (subset) "
` [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: "
[PATCH net v4] net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
2026-03-11 9:17 UTC (2+ messages)
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-11 9:15 UTC (24+ messages)
` [PATCH v1 02/16] mm/memory: remove "zap_details" parameter from zap_page_range_single()
` [PATCH v1 04/16] mm/memory: simplify calculation in unmap_mapping_range_tree()
` [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 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()
cleanup the RAID5 XOR library v2
2026-03-11 8:45 UTC (29+ messages)
` [PATCH 01/27] xor: assert that xor_blocks is not from preemptible user context
` [PATCH 02/27] arm/xor: remove in_interrupt() handling
` [PATCH 03/27] um/xor: cleanup xor.h
` [PATCH 04/27] xor: move to lib/raid/
` [PATCH 05/27] xor: small cleanups
` [PATCH 06/27] xor: cleanup registration and probing
` [PATCH 07/27] xor: split xor.h
` [PATCH 08/27] xor: remove macro abuse for XOR implementation registrations
` [PATCH 09/27] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 10/27] alpha: move the XOR code to lib/raid/
` [PATCH 11/27] arm: "
` [PATCH 12/27] arm64: "
` [PATCH 13/27] loongarch: "
` [PATCH 14/27] powerpc: "
` [PATCH 15/27] riscv: "
` [PATCH 16/27] sparc: "
` [PATCH 17/27] s390: "
` [PATCH 18/27] x86: "
` [PATCH 19/27] xor: avoid indirect calls for arm64-optimized ops
` [PATCH 20/27] xor: make xor.ko self-contained in lib/raid/
` [PATCH 21/27] xor: add a better public API
` [PATCH 22/27] async_xor: use xor_gen
` [PATCH 23/27] btrfs: "
` [PATCH 24/27] xor: pass the entire operation to the low-level ops
` [PATCH 25/27] xor: use static_call for xor_gen
` [PATCH 26/27] random: factor out a __limit_random_u32_below helper
` [PATCH 27/27] xor: add a kunit test case
[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
2026-03-11 8:32 UTC (2+ messages)
[PATCH] perf test: Fix test case 120 and 121 for s390
2026-03-11 7:21 UTC (7+ messages)
[PATCH v2] s390/mm: add missing secure storage access fixups for donated memory
2026-03-11 7:00 UTC (4+ messages)
mm/pgtable: Support for page table check on s390
2026-03-11 2:59 UTC (3+ messages)
` [PATCH v2 1/4] mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()
[PATCH net v3] net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
2026-03-10 23:15 UTC (4+ messages)
` [syzbot ci] "
[PATCH v3 2/2] PCI: AtomicOps: Fix logic in enable function
2026-03-10 21:52 UTC (2+ messages)
[PATCH v3 1/2] PCI: AtomicOps: Define valid root port capabilities
2026-03-10 21:49 UTC (2+ messages)
[PATCH v3 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
2026-03-10 19:20 UTC (4+ messages)
` [PATCH v3 2/3] vfio/ism: Implement "
[PATCH net] net/smc: fix NULL pointer dereference in smc_tcp_syn_recv_sock
2026-03-10 18:01 UTC (2+ messages)
[PATCH 0/2] s390/dasd: copy pair swap fixes
2026-03-10 14:58 UTC (4+ messages)
` [PATCH 1/2] s390/dasd: Move quiesce state with pprc swap
` [PATCH 2/2] s390/dasd: Copy detected format information to secondary device
cleanup the RAID5 XOR library
2026-03-10 14:00 UTC (8+ messages)
` [PATCH 09/25] xor: move generic implementations out of asm-generic/xor.h
` [PATCH 21/25] xor: add a better public API
[PATCH] KVM: s390: log machine checks more aggressively
2026-03-10 13:05 UTC (3+ messages)
[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 (4+ messages)
[PATCH] integrity: Eliminate weak definition of arch_get_secureboot()
2026-03-09 20:37 UTC
[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 0/4] PCI: s390/pci: Fix deadlocks on s390 when releasing zPCI-bus or -device objects
2026-03-09 15:49 UTC (5+ messages)
` [PATCH 4/4] s390/pci: Use lock guard for pci_rescan_remove_lock
[PATCH] s390/mm: add missing secure storage access fixups for donated memory
2026-03-09 13:31 UTC (2+ messages)
[PATCH v2 0/2] KVM: s390: Limit adapter indicator access to page
2026-03-09 12:17 UTC (5+ messages)
` [PATCH v2 1/2] KVM: s390: Limit adapter indicator access to mapped page
[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 (2+ 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)
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