messages from 2025-02-25 15:45:17 to 2025-03-07 08:42:12 UTC [more...]
[kvm-unit-tests PATCH] Makefile: Use CFLAGS in cc-option
2025-03-07 8:42 UTC (2+ messages)
[PATCH v1 0/1] Rework protected key AES for true asynch support
2025-03-07 8:36 UTC (5+ messages)
` [PATCH v1 1/1] s390/crypto: "
[PATCH v4 0/1] KVM: s390: fix a newly introduced bug
2025-03-06 22:17 UTC (5+ messages)
` [PATCH v4 1/1] KVM: s390: pv: fix race when making a page secure
[PATCH 00/13] arch, mm: reduce code duplication in mem_init()
2025-03-06 21:20 UTC (16+ messages)
` [PATCH 01/13] arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111
` [PATCH 02/13] csky: move setup_initrd() to setup.c
` [PATCH 03/13] hexagon: move initialization of init_mm.context init to paging_init()
` [PATCH 04/13] MIPS: consolidate mem_init() for NUMA machines
` [PATCH 05/13] MIPS: make setup_zero_pages() use memblock
` [PATCH 06/13] nios2: move pr_debug() about memory start and end to setup_arch()
` [PATCH 07/13] s390: make setup_zero_pages() use memblock
` [PATCH 08/13] xtensa: split out printing of virtual memory layout to a function
` [PATCH 09/13] arch, mm: set max_mapnr when allocating memory map for FLATMEM
` [PATCH 10/13] arch, mm: set high_memory in free_area_init()
` [PATCH 11/13] arch, mm: streamline HIGHMEM freeing
` [PATCH 12/13] arch, mm: introduce arch_mm_preinit
` [PATCH 13/13] arch, mm: make releasing of memory to page allocator more explicit
[PATCH] perf/bench: Fix perf bench syscall XXXX loop count
2025-03-06 17:14 UTC (3+ messages)
[PATCH] s390/pci: Fix dev.dma_range_map missing sentinel element
2025-03-06 15:41 UTC (2+ messages)
[PATCH v2 0/6] sysctl: Move sysctls from kern_table into their respective subsystems
2025-03-06 15:31 UTC (8+ messages)
` [PATCH v2 1/6] panic: Move panic ctl tables into panic.c
` [PATCH v2 2/6] signal: Move signal ctl tables into signal.c
` [PATCH v2 3/6] tracing: Move trace sysctls into trace.c
` [PATCH v2 4/6] stack_tracer: move sysctl registration to kernel/trace/trace_stack.c
` [PATCH v2 5/6] sparc: mv sparc sysctls into their own file under arch/sparc/kernel
` [PATCH v2 6/6] s390: mv s390 sysctls into their own file under arch/s390 dir
[PATCH 0/8] sysctl: Move sysctls from kern_table into their respective subsystems
2025-03-06 10:37 UTC (7+ messages)
` [PATCH 3/8] ftrace: Move trace sysctls into trace.c
` [PATCH 4/8] stack_tracer: move sysctl registration to kernel/trace/trace.c
[PATCH RFC v2 00/29] Address Space Isolation (ASI)
2025-03-05 13:12 UTC (10+ messages)
` [PATCH RFC v2 02/29] x86: Create CONFIG_MITIGATION_ADDRESS_SPACE_ISOLATION
` [PATCH RFC v2 03/29] mm: asi: Introduce ASI core API
` [PATCH RFC v2 25/29] mm: asi: Restricted execution fore bare-metal processes
kernel bug found and suggestions for fixing it
2025-03-05 12:06 UTC (2+ messages)
[PATCH v7 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2025-03-04 22:59 UTC (6+ messages)
` [PATCH v7 1/3] s390/pci: Fix s390_mmio_read/write syscall page fault handling
` [PATCH v7 2/3] PCI: s390: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAP
` [PATCH v7 3/3] PCI: s390: Support mmap() of PCI resources except for ISM devices
[RFC PATCH v2] s390/vfio-ap: Notify userspace that guest's AP config changed when mdev removed
2025-03-04 21:00 UTC (3+ messages)
[PATCH 00/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock
2025-03-03 11:11 UTC (24+ messages)
` [PATCH 01/19] vdso: Introduce vdso/cache.h
` [PATCH 02/19] arm64: Make asm/cache.h compatible with vDSO
` [PATCH 03/19] vdso: Make vdso_time_data cacheline aligned
` [PATCH 04/19] vdso/datapage: Define for vdso_data to make rework of vdso possible
` [PATCH 05/19] vdso/helpers: Prepare introduction of struct vdso_clock
` [PATCH 06/19] vdso/gettimeofday: "
` [PATCH 07/19] vdso/gettimeofday: Prepare do_hres() for "
` [PATCH 08/19] vdso/gettimeofday: Prepare do_hres_timens() "
` [PATCH 09/19] vdso/gettimeofday: Prepare do_coarse() "
` [PATCH 10/19] vdso/gettimeofday: Prepare do_coarse_timens() "
` [PATCH 11/19] vdso/gettimeofday: Prepare helper functions "
` [PATCH 12/19] vdso/vsyscall: Prepare "
` [PATCH 13/19] vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock struct
` [PATCH 14/19] time/namespace: Prepare introduction of struct vdso_clock
` [PATCH 15/19] x86/vdso: "
` [PATCH 16/19] arm64/vdso: "
` [PATCH 17/19] powerpc/vdso: "
` [PATCH 18/19] vdso: Move arch related data before basetime
` [PATCH 19/19] vdso: Rework struct vdso_time_data and introduce struct vdso_clock
[PATCH v2 00/20] AP bus/zcrypt/pkey/paes no-mem-alloc patches
2025-03-04 17:21 UTC (21+ messages)
` [PATCH v2 01/20] s390/ap: Move response_type struct into ap_msg struct
` [PATCH v2 02/20] s390/ap/zcrypt: Rework AP message buffer allocation
` [PATCH v2 03/20] s390/ap: Introduce ap message buffer pool
` [PATCH v2 04/20] s390/ap/zcrypt: New xflag parameter and extension of the ap msg flags
` [PATCH v2 05/20] s390/zcrypt: Introduce cprb mempool for cca misc functions
` [PATCH v2 06/20] s390/zcrypt: Introduce cprb mempool for ep11 "
` [PATCH v2 07/20] s390/zcrypt: Rework zcrypt function zcrypt_device_status_mask_ext
` [PATCH v2 08/20] s390/zcrypt: Introduce pre-allocated device status array for cca misc
` [PATCH v2 09/20] s390/zcrypt: Introduce pre-allocated device status array for ep11 misc
` [PATCH v2 10/20] s390/zcrypt/pkey: Rework cca findcard() implementation and callers
` [PATCH v2 11/20] s390/zcrypt/pkey: Rework ep11 "
` [PATCH v2 12/20] s390/zcrypt: Rework cca misc functions kmallocs to use the cprb mempool
` [PATCH v2 13/20] s390/zcrypt: Add small mempool for cca info list entries
` [PATCH v2 14/20] s390/zcrypt: Locate ep11_domain_query_info onto the stack instead of kmalloc
` [PATCH v2 15/20] s390/zcrypt: Rework ep11 misc functions to use cprb mempool
` [PATCH v2 16/20] s390/zcrypt: Add small mempool for ep11 card info list entries
` [PATCH v2 17/20] s390/pkey: Rework CCA pkey handler to use stack for small memory allocs
` [PATCH v2 18/20] s390/pkey: Rework EP11 "
` [PATCH v2 19/20] s390/zcrypt/pkey: Provide and pass xflags within pkey and zcrypt layers
` [PATCH v2 20/20] s390/pkey/crypto: Introduce xflags param for pkey in-kernel API
[RFC PATCH v1] fixup! s390/vfio-ap: Notify userspace that guest's AP config changed when mdev removed
2025-03-04 14:29 UTC (4+ messages)
[PATCH net-next v2] net/smc: use the correct ndev to find pnetid by pnetid table
2025-03-04 12:43 UTC
=?gb18030?B?QWRkaXRpb25hbCBkZXNjcmlwdGlvbiBhYm91dCBidWc6IKGwS0FTQU46IG51bGwtcHRyLWRlcmVmIFJlYWQgaW4gc21jX3RjcF9zeW5fcmVjdl9zb2NrobE=?=
2025-03-04 12:33 UTC
[PATCH v3 0/1] KVM: s390: fix a newly introduced bug
2025-03-04 9:45 UTC (5+ messages)
` [PATCH v3 1/1] KVM: s390: pv: fix race when making a page secure
[PATCH net] net/smc: use the correct ndev to find pnetid by pnetid table
2025-03-04 2:39 UTC (10+ messages)
[PATCH net-next 0/3] Converge on using secs_to_jiffies() part two
2025-03-03 20:57 UTC (3+ messages)
[PATCH v7 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-03-03 11:20 UTC (3+ messages)
` [PATCH v7 2/6] syscall.h: add syscall_set_arguments()
` [PATCH v7 3/6] syscall.h: introduce syscall_set_nr()
[PATCH v1 00/20] AP bus/zcrypt/pkey/paes no-mem-alloc patches
2025-03-03 8:29 UTC (9+ messages)
` [PATCH v1 04/20] s390/zcrypt: Rework zcrypt layer to support new flag NOMEMALLOC
` [PATCH v1 05/20] s390/zcrypt: Introduce cprb mempool for cca misc functions
` [PATCH v1 06/20] s390/zcrypt: Introduce cprb mempool for ep11 "
` [PATCH v1 07/20] s390/zcrypt: New zcrypt function zcrypt_device_status_mask_ext2
[PATCH] perf/test: Skip leader sampling for s390
2025-03-03 5:53 UTC (4+ messages)
[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-03-02 12:20 UTC (12+ messages)
[PATCH v9 2/9] preempt: Introduce __preempt_count_{sub, add}_return()
2025-03-01 19:00 UTC (6+ messages)
[PATCH v3 0/5] iommu/s390: support additional table regions
2025-02-28 21:44 UTC (6+ messages)
` [PATCH v3 1/5] iommu/s390: set appropriate IOTA region type
` [PATCH v3 2/5] iommu/s390: support cleanup of additional table regions
` [PATCH v3 3/5] iommu/s390: support iova_to_phys for "
` [PATCH v3 4/5] iommu/s390: support map/unmap "
` [PATCH v3 5/5] iommu/s390: allow larger region tables
[PATCH v5 03/27] mm/cma: introduce cma_intersects function
2025-02-28 18:29 UTC
[PATCH] crypto: lib/Kconfig - fix chacha/poly1305 dependencies more more
2025-02-28 17:10 UTC (18+ messages)
` [PATCH] crypto: lib/Kconfig - Select and hide arch options
` [v2 PATCH] crypto: lib/Kconfig - Hide arch options from user
` [v3 "
[PATCH 0/2] KVM: s390: Don't use %pK through debug printing or tracepoints
2025-02-27 16:04 UTC (2+ messages)
[kvm-unit-tests PATCH v1] s390x: pv: fix arguments for out-of-tree-builds
2025-02-27 13:15 UTC (2+ messages)
[PATCH V3 0/5] mm: Rework generic PTDUMP configs
2025-02-27 0:06 UTC (12+ messages)
` [PATCH V3 1/5] configs: Drop GENERIC_PTDUMP from debug.config
` [PATCH V3 2/5] arch/powerpc: Drop GENERIC_PTDUMP from mpc885_ads_defconfig
` [PATCH V3 3/5] docs: arm64: Drop PTDUMP config options from ptdump.rst
` [PATCH V3 4/5] mm: Make DEBUG_WX depdendent on GENERIC_PTDUMP
` [PATCH V3 5/5] mm: Rename GENERIC_PTDUMP and PTDUMP_CORE
[RFC PATCH v3 0/2] Eventfd signal on guest AP configuration change
2025-02-26 18:06 UTC (3+ messages)
` [RFC PATCH v3 1/2] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
` [RFC PATCH v3 2/2] s390/vfio-ap: Adding mdev remove notification
[RFC PATCH v2 0/2] Eventfd signal on guest AP configuration change
2025-02-26 18:05 UTC (4+ messages)
` [RFC PATCH v2 1/2] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
` [RFC PATCH v2 2/2] s390/vfio-ap: Fixing mdev remove notification
[PATCH v2 0/1] KVM: s390: fix a newly introduced bug
2025-02-26 17:26 UTC (6+ messages)
` [PATCH v2 1/1] KVM: s390: pv: fix race when making a page secure
[RFC PATCH v2 0/2] Eventfd signal on guest AP configuration change
2025-02-26 14:16 UTC (4+ messages)
` [RFC PATCH v2 1/2] s390/vfio-ap: Signal eventfd when guest AP configuration is changed
` [RFC PATCH v2 2/2] s390/vfio-ap: Fixing mdev remove notification
[PATCH v6 0/3] vfio/pci: s390: Fix issues preventing VFIO_PCI_MMAP=y for s390 and enable it
2025-02-26 8:28 UTC (3+ messages)
[PATCH v5 0/6] scripts/sorttable: ftrace: Remove place holders for weak functions in available_filter_functions
2025-02-25 15:45 UTC (7+ messages)
` [PATCH v5 2/6] scripts/sorttable: Have mcount rela sort use direct values
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