messages from 2024-10-15 11:10:32 to 2024-10-24 10:52:52 UTC [more...]
[PATCH RFC v2 0/4] mm: Introduce MAP_BELOW_HINT
2024-10-24 10:52 UTC (9+ messages)
[PATCH net-next] net/smc: use new helper to get the netdev associated to an ibdev
2024-10-24 10:00 UTC (2+ messages)
[PATCH v5 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
2024-10-24 8:41 UTC (8+ messages)
` [PATCH v5 1/6] s390/uv: Use a constant for more-data rc
` [PATCH v5 2/6] s390/uv: Retrieve UV secrets support
` [PATCH v6 "
` [PATCH v5 3/6] s390/uvdevice: Add Retrieve Secret IOCTL
` [PATCH v5 4/6] s390/uvdevice: Increase indent in IOCTL definitions
` [PATCH v5 5/6] s390/uvdevice: Add List Secrets Ext IOCTL
` [PATCH v5 6/6] s390/uv: Retrieve UV secrets sysfs support
[kvm-unit-tests PATCH v3 0/5] Support cross compiling with clang
2024-10-24 8:38 UTC (2+ messages)
[PATCH bpf-next 0/4] net/smc: Introduce smc_bpf_ops
2024-10-24 5:49 UTC (8+ messages)
` [PATCH bpf-next 1/4] bpf: export necessary sympols for modules
` [PATCH bpf-next 2/4] bpf: allow to access bpf_prog during bpf_struct_access
` [PATCH net-next 3/4] net/smc: Introduce smc_bpf_ops
` [PATCH bpf-next 4/4] bpf/selftests: add simple selftest for bpf_smc_ops
[PATCH AUTOSEL 6.11 17/30] s390/ap: Fix CCA crypto card behavior within protected execution environment
2024-10-23 14:29 UTC
[PATCH v3] s390/kdump: make is_kdump_kernel() consistently return "true" in kdump environments only
2024-10-23 12:53 UTC (4+ messages)
[PATCH v2 1/7] s390/kdump: implement is_kdump_kernel()
2024-10-23 11:17 UTC (9+ messages)
[PATCH v4 00/11] s390/kvm: Handle guest-related program interrupts in KVM
2024-10-23 8:39 UTC (16+ messages)
` [PATCH v4 01/11] s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT again
` [PATCH v4 02/11] s390/kvm: Remove kvm_arch_fault_in_page()
` [PATCH v4 03/11] s390/mm/gmap: Refactor gmap_fault() and add support for pfault
` [PATCH v4 04/11] s390/mm/gmap: Fix __gmap_fault() return code
` [PATCH v4 05/11] s390/mm/fault: Handle guest-related program interrupts in KVM
` [PATCH v4 06/11] s390/kvm: Stop using gmap_{en,dis}able()
` [PATCH v4 07/11] s390/mm/gmap: Remove gmap_{en,dis}able()
` [PATCH v4 08/11] s390: Remove gmap pointer from lowcore
` [PATCH v4 09/11] s390/mm: Simplify get_fault_type()
` [PATCH v4 10/11] s390/mm: Get rid of fault type switch statements
` [PATCH v4 11/11] s390/mm: Convert to LOCK_MM_AND_FIND_VMA
[PATCH v4 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
2024-10-23 8:14 UTC (10+ messages)
` [PATCH v4 1/6] s390/boot/uv.c: Use a constant for more-data rc
` [PATCH v4 2/6] s390/uv: Retrieve UV secrets support
` [PATCH v4 3/6] s390/uvdevice: Add Retrieve Secret IOCTL
` [PATCH v4 4/6] s390/uvdevice: Increase indent in IOCTL definitions
` [PATCH v4 5/6] s390/uvdevice: Add List Secrets Ext IOCTL
` [PATCH v4 6/6] s390/uv: Retrieve UV secrets sysfs support
[PATCH v3 0/2] s390/uv: Provide host-key hashes in sysfs
2024-10-23 7:55 UTC (4+ messages)
` [PATCH v3 1/2] s390/uv: Refactor uv-sysfs creation
` [PATCH v3 2/2] s390/uv: Provide host-key hashes in sysfs
[PATCH v4 2/5] perf/core: Export perf_exclude_event()
2024-10-23 7:33 UTC (2+ messages)
[PATCH net-next v4 0/2] PtP driver for s390 clocks
2024-10-23 6:56 UTC (3+ messages)
` [PATCH net-next v4 1/2] s390/time: Add clocksource id to TOD clock
` [PATCH net-next v4 2/2] s390/time: Add PtP driver
provide generic page_to_phys and phys_to_page implementations v3
2024-10-23 5:36 UTC (3+ messages)
` [PATCH 1/2] asm-generic: provide generic page_to_phys and phys_to_page implementations
` [PATCH 2/2] asm-generic: add an optional pfn_valid check to page_to_phys
[PATCH net-next v3 0/2] PtP driver for s390 clocks
2024-10-22 9:24 UTC (3+ messages)
` [PATCH net-next v3 1/2] s390/time: Add clocksource id to TOD clock
` [PATCH net-next v3 2/2] s390/time: Add PtP driver
(no subject)
2024-10-22 2:00 UTC (8+ messages)
` [PATCH v3 1/2 RESEND] resolve gtp possible deadlock warning
` [PATCH v3 2/2 "
`
[PATCH 00/15] Wire up CRC32 library functions to arch-optimized code
2024-10-21 17:56 UTC (18+ messages)
` [PATCH 01/15] lib/crc32: drop leading underscores from __crc32c_le_base
` [PATCH 02/15] lib/crc32: improve support for arch-specific overrides
` [PATCH 03/15] arm/crc32: expose CRC32 functions through lib
` [PATCH 04/15] loongarch/crc32: "
` [PATCH 05/15] mips/crc32: "
` [PATCH 06/15] powerpc/crc32: "
` [PATCH 07/15] s390/crc32: "
` [PATCH 08/15] sparc/crc32: "
` [PATCH 09/15] x86/crc32: update prototype for crc_pcl()
` [PATCH 10/15] x86/crc32: update prototype for crc32_pclmul_le_16()
` [PATCH 11/15] x86/crc32: expose CRC32 functions through lib
` [PATCH 12/15] lib/crc32: make crc32c() go directly to lib
` [PATCH 13/15] ext4: switch to using the crc32c library
` [PATCH 14/15] jbd2: "
` [PATCH 15/15] f2fs: switch to using the crc32 library
[kvm-unit-tests PATCH v4 0/6] s390x: STFLE nested interpretation
2024-10-21 13:04 UTC (14+ messages)
` [kvm-unit-tests PATCH v4 1/6] s390x: lib: Remove double include
` [kvm-unit-tests PATCH v4 2/6] s390x: Add sie_is_pv
` [kvm-unit-tests PATCH v4 3/6] s390x: Add function for checking diagnose intercepts
` [kvm-unit-tests PATCH v4 4/6] s390x: Add library functions for exiting from snippet
` [kvm-unit-tests PATCH v4 5/6] s390x: Use library functions for snippet exit
` [kvm-unit-tests PATCH v4 6/6] s390x: Add test for STFLE interpretive execution (format-0)
[PATCH v2 0/7] virtio-mem: s390 support
2024-10-21 12:19 UTC (19+ messages)
` [PATCH v2 4/7] s390/physmem_info: query diag500(STORAGE LIMIT) to support QEMU/KVM memory devices
` [PATCH v2 5/7] virtio-mem: s390 support
[PATCH v3 00/11] s390/kvm: Handle guest-related program interrupts in KVM
2024-10-21 11:45 UTC (19+ messages)
` [PATCH v3 01/11] s390/entry: Remove __GMAP_ASCE and use _PIF_GUEST_FAULT again
` [PATCH v3 02/11] s390/kvm: Remove kvm_arch_fault_in_page()
` [PATCH v3 03/11] s390/mm/gmap: Refactor gmap_fault() and add support for pfault
` [PATCH v3 04/11] s390/mm/gmap: Fix __gmap_fault() return code
` [PATCH v3 05/11] s390/mm/fault: Handle guest-related program interrupts in KVM
` [PATCH v3 06/11] s390/kvm: Stop using gmap_{en,dis}able()
` [PATCH v3 07/11] s390/mm/gmap: Remove gmap_{en,dis}able()
` [PATCH v3 08/11] s390: Remove gmap pointer from lowcore
` [PATCH v3 09/11] s390/mm: Simplify get_fault_type()
` [PATCH v3 10/11] s390/mm: Get rid of fault type switch statements
` [PATCH v3 11/11] s390/mm: Convert to LOCK_MM_AND_FIND_VMA
[PATCH 1/3] PCI: Remove unused PCI_SUBTRACTIVE_DECODE
2024-10-18 18:36 UTC (3+ messages)
[GIT PULL] s390 fixes for 6.12-rc4
2024-10-18 14:12 UTC (2+ messages)
[PATCH v6 0/5] selftests: kvm: s390: Add ucontrol memory selftests
2024-10-18 9:03 UTC (8+ messages)
` [PATCH v6 2/5] selftests: kvm: s390: Add uc_skey VM test case
[PATCH v3 0/2] PtP driver for s390 clocks
2024-10-17 14:06 UTC (6+ messages)
` [PATCH v3 1/2] s390/time: Add clocksource id to TOD clock
` [PATCH v3 2/2] s390/time: Add PtP driver
[PATCH v2 0/2] PtP driver for s390 clocks
2024-10-16 18:37 UTC (4+ messages)
` [PATCH v2 1/2] s390/time: Add clocksource id to TOD clock
` [PATCH v2 2/2] s390/time: Add PtP driver
[kvm-unit-tests PATCH v3 0/7] s390x: STFLE nested interpretation
2024-10-16 14:42 UTC (4+ messages)
` [kvm-unit-tests PATCH v3 5/7] s390x: Add library functions for exiting from snippet
[RFC PATCH v1 01/57] mm: Add macros ahead of supporting boot-time page size selection
2024-10-16 14:36 UTC (6+ messages)
[PATCH 0/2] PtP driver for s390 clocks
2024-10-16 11:50 UTC (3+ messages)
` [PATCH 1/2] s390/time: Add clocksource id to TOD clock
` [PATCH 2/2] s390/time: Add PtP driver
[PATCH RESEND 0/3] PtP driver for s390 clocks
2024-10-16 10:20 UTC (10+ messages)
` [PATCH 2/3] ptp: Add clock name to uevent
` [PATCH 3/3] s390/time: Add PtP driver
[PATCH v3 0/6] s390/uv: Retrieve Secrets Ultravisor Call support
2024-10-16 9:06 UTC (11+ messages)
` [PATCH v3 1/6] s390/boot/uv.c: Use a constant for more-data rc
` [PATCH v3 2/6] s390/uv: Retrieve UV secrets support
` [PATCH v3 3/6] s390/uvdevice: Add Retrieve Secret IOCTL
` [PATCH v3 4/6] s390/uvdevice: Increase indent in IOCTL definitions
` [PATCH v3 5/6] s390/uvdevice: Add List Secrets Ext IOCTL
` [PATCH v3 6/6] s390/uv: Retrieve UV secrets sysfs support
[PATCH 0/3] PtP driver for s390 clocks
2024-10-16 5:20 UTC (7+ messages)
` [PATCH 2/3] ptp: Add clock name to uevent
` [PATCH 3/3] s390/time: Add PtP driver
[PATCH v3 0/2] resolve gtp possible deadlock warning
2024-10-15 17:54 UTC (2+ messages)
[PATCH 6.1 000/798] 6.1.113-rc1 review
2024-10-15 11:14 UTC (3+ messages)
[PATCH 6.11 000/214] 6.11.4-rc1 review
2024-10-15 11:10 UTC (5+ 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).