messages from 2026-03-10 14:14:13 to 2026-03-13 10:11:23 UTC [more...]
[PATCH v13 00/12] arm64: entry: Convert to Generic Entry
2026-03-13 10:10 UTC (15+ messages)
` [PATCH v13 01/12] arm64/ptrace: Refactor syscall_trace_enter/exit() to accept flags parameter
` [PATCH v13 02/12] arm64/ptrace: Expand secure_computing() in place
` [PATCH v13 03/12] arm64/ptrace: Use syscall_get_arguments() helper for audit
` [PATCH v13 04/12] arm64: ptrace: Move rseq_syscall() before audit_syscall_exit()
` [PATCH v13 05/12] arm64: syscall: Introduce syscall_exit_to_user_mode_work()
` [PATCH v13 06/12] arm64/ptrace: Define and use _TIF_SYSCALL_EXIT_WORK
` [PATCH v13 07/12] arm64/ptrace: Skip syscall exit reporting for PTRACE_SYSEMU_SINGLESTEP
` [PATCH v13 08/12] arm64: entry: Convert to generic entry
` [PATCH v13 09/12] arm64: Inline el0_svc_common()
` [PATCH v13 10/12] s390: Rename TIF_SINGLE_STEP to TIF_SINGLESTEP
` [PATCH v13 11/12] arm64: Use generic TIF bits for common thread flags
` [PATCH v13 12/12] selftests: sud_test: Support aarch64
[PATCH] perf test: Fix test case 120 and 121 for s390
2026-03-13 9:46 UTC (18+ messages)
` [PATCH v1 0/2] perf evsel fallback changes
` [PATCH v1 1/2] perf evsel: Improve falling back from cycles
` [PATCH v1 2/2] perf evsel: Don't configure framepointer callchains on s390
` [PATCH v2 0/2] perf evsel fallback changes
` [PATCH v2 1/2] perf evsel: Improve falling back from cycles
` [PATCH v2 2/2] perf evsel: Don't configure framepointer callchains on s390
[PATCH] s390/pkey: Remove synchronize_rcu from pkey_handler_register
2026-03-13 9:39 UTC (4+ messages)
[PATCH] perf record: Add support for arch_sdt_arg_parse_op() on s390
2026-03-13 9:03 UTC
mm/pgtable: Support for page table check on s390
2026-03-12 22:46 UTC (8+ messages)
` [PATCH v2 1/4] mm/page_table_check: Pass mm_struct to pxx_user_accessible_page()
[PATCH v2 0/3] PCI: s390/pci: Fix deadlocks on s390 when releasing zPCI-bus or -device objects
2026-03-12 21:02 UTC (7+ messages)
` [PATCH v2 1/3] PCI: Move declaration of pci_rescan_remove_lock into public pci.h
` [PATCH v2 2/3] PCI: Provide lock guard for pci_rescan_remove_lock
` [PATCH v2 3/3] s390/pci: Fix circular/recursive deadlocks in PCI-bus and -device release
[PATCH] integrity: Eliminate weak definition of arch_get_secureboot()
2026-03-12 20:55 UTC (4+ messages)
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-03-12 19:33 UTC (65+ messages)
` [PATCH 03/61] ceph: Prefer IS_ERR_OR_NULL over manual NULL check
` [Intel-wired-lan] "
` [PATCH 06/61] 9p: "
` [Intel-wired-lan] "
` [PATCH 08/61] fuse: "
` [Intel-wired-lan] "
` [PATCH 12/61] quota: "
` [Intel-wired-lan] "
` [PATCH 13/61] squashfs: "
` [Intel-wired-lan] "
` [PATCH 15/61] trace: "
` [PATCH 16/61] sched: "
` [Intel-wired-lan] "
` [PATCH 17/61] module: "
` [Intel-wired-lan] "
` [PATCH 22/61] md: "
` [Intel-wired-lan] "
` [PATCH 24/61] net/9p: "
` [Intel-wired-lan] "
` [PATCH 25/61] net/bluetooth: "
` [Intel-wired-lan] "
` [PATCH 28/61] net/sched: "
` [Intel-wired-lan] "
` [PATCH 30/61] net/sunrpc: "
` [Intel-wired-lan] "
` [PATCH 36/61] arch/sh: "
` [PATCH 38/61] net: "
` [EXTERNAL] "
` [Intel-wired-lan] "
` [PATCH 39/61] irqchip: "
` [Intel-wired-lan] "
` [PATCH 41/61] pinctrl: "
` [PATCH 46/61] vfio: "
` [Intel-wired-lan] "
` [PATCH 48/61] mtd: "
` [PATCH 49/61] media: "
` [Intel-wired-lan] "
` [PATCH 50/61] iommu: "
` [Intel-wired-lan] "
` [PATCH 54/61] aoe: "
` [Intel-wired-lan] "
` [PATCH 56/61] clk: "
` [PATCH 57/61] reset: "
[PATCH 02/20] tools/testing/vma: add unit tests for vma_flags_[empty, diff_pair, and]()
2026-03-12 19:30 UTC (2+ messages)
[PATCH 00/20] mm/vma: convert vm_flags_t to vma_flags_t in vma code
2026-03-12 19:28 UTC (21+ messages)
` [PATCH 01/20] mm/vma: add vma_flags_empty(), vma_flags_and(), vma_flags_diff_pair()
` [PATCH 03/20] mm/vma: add further vma_flags_t unions
` [PATCH 04/20] tools/testing/vma: convert bulk of test code to vma_flags_t
` [PATCH 05/20] mm/vma: use new VMA flags for sticky flags logic
` [PATCH 06/20] tools/testing/vma: fix VMA flag tests
` [PATCH 07/20] mm/vma: add append_vma_flags() helper
` [PATCH 08/20] tools/testing/vma: add simple test for append_vma_flags()
` [PATCH 09/20] mm: unexport vm_brk_flags() and eliminate vm_flags parameter
` [PATCH 10/20] mm/vma: introduce vma_flags_same[_mask/_pair]()
` [PATCH 11/20] mm/vma: introduce [vma_flags,legacy]_to_[legacy,vma_flags]() helpers
` [PATCH 12/20] tools/testing/vma: test that legacy flag helpers work correctly
` [PATCH 13/20] mm: convert do_brk_flags() to use vma_flags_t
` [PATCH 14/20] mm/vma: introduce vma_test[_any[_mask]](), and make inlining consistent
` [PATCH 15/20] tools/testing/vma: update VMA flag tests to test vma_test[_any_mask]()
` [PATCH 16/20] mm/vma: introduce vma_clear_flags[_mask]()
` [PATCH 17/20] tools/testing/vma: update VMA tests to test vma_clear_flags[_mask]()
` [PATCH 18/20] mm/vma: convert as much as we can in mm/vma.c to vma_flags_t
` [PATCH 19/20] mm/vma: convert vma_modify_flags[_uffd]() to use vma_flags_t
` [PATCH 20/20] mm/vma: convert __mmap_region() "
` [PATCH 02/20] tools/testing/vma: add unit tests flag empty, diff_pair, and[_mask]
cleanup the RAID5 XOR library v2
2026-03-12 13:46 UTC (35+ 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 00/15] mm/kasan: make kasan=on|off work for all three modes
2026-03-12 12:53 UTC (6+ messages)
` [PATCH v5 09/15] arch/powerpc: don't initialize kasan if it's disabled
` [PATCH v5 14/15] mm/kasan: add document into kernel-parameters.txt
[PATCH 0/2] kbuild: Switch from '-fms-extensions' to '-fms-anonymous-structs' when available
2026-03-12 12:08 UTC (2+ messages)
[PATCH net v5] net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
2026-03-12 9:29 UTC
[PATCH net-next] net/smc: cap allocation order for SMC-R physically contiguous buffers
2026-03-12 8:21 UTC
[PATCH net v4] net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
2026-03-12 3:27 UTC (4+ messages)
` [net,v4] "
[PATCH v1 0/3] KVM: s390: Introducing kvm_arch_set_irq_inatomic Fast Inject
2026-03-11 20:24 UTC (7+ 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 v10 6/9] s390/pci: Store PCI error information for passthrough devices
2026-03-11 19:49 UTC (3+ messages)
[PATCH v10 0/9] Error recovery for vfio-pci devices on s390x
2026-03-11 18:51 UTC (4+ messages)
` [PATCH v10 4/9] PCI: Add additional checks for flr reset
[PATCH] debugobjects: Allow to configure the amount of pre-allocated objects
2026-03-11 17:47 UTC (3+ messages)
[RFC PATCH 0/3] s390: Idle time accounting improvements
2026-03-11 16:14 UTC (7+ messages)
` [RFC PATCH 1/3] fixup! s390/time: Prepare to stop elapsing in dynticks-idle
` [RFC PATCH 2/3] s390/idle: Provide arch specific kcpustat_field_idle()/kcpustat_field_iowait()
` [RFC PATCH 3/3] s390/idle: Remove idle time and count sysfs files
[PATCH v1 00/16] mm: cleanups around unmapping / zapping
2026-03-11 16:01 UTC (24+ messages)
` [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 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 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
2026-03-11 15:12 UTC (3+ messages)
[PATCH v2] s390/mm: add missing secure storage access fixups for donated memory
2026-03-11 14:36 UTC (6+ messages)
[PATCH v3 0/3] vfio/pci: Introduce vfio_pci driver for ISM devices
2026-03-11 13:03 UTC (4+ messages)
` [PATCH v3 2/3] vfio/ism: Implement "
[PATCH v3 2/2] PCI: AtomicOps: Fix logic in enable function
2026-03-11 12:19 UTC (3+ messages)
[PATCH v3 1/2] PCI: AtomicOps: Define valid root port capabilities
2026-03-11 10:43 UTC (3+ messages)
[PATCH v5 0/2] Fix bugs and performance of kstack offset randomisation
2026-03-11 8:32 UTC (2+ messages)
[PATCH net v3] net/smc: fix NULL dereference and UAF in smc_tcp_syn_recv_sock()
2026-03-10 23:15 UTC (2+ messages)
` [syzbot ci] "
[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
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