Linux-S390 Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-11 11:46:13 to 2021-05-19 20:02:03 UTC [more...]

[PATCH v4 0/3] audit: add support for openat2
 2021-05-19 20:00 UTC  (3+ messages)
` [PATCH v4 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v4 2/3] audit: add support for the openat2 syscall

[PATCH v5 0/4] KVM statistics data fd-based binary interface
 2021-05-19 19:30 UTC  (19+ messages)
` [PATCH v5 1/4] KVM: stats: Separate common stats from architecture specific ones
` [PATCH v5 2/4] KVM: stats: Add fd-based API to read binary stats data
` [PATCH v5 3/4] KVM: stats: Add documentation for statistics data binary interface
` [PATCH v5 4/4] KVM: selftests: Add selftest for KVM "

[PATCH v3 0/2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-19 17:21 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] s390/vfio-ap: control access to PQAP(AQIC) interception handler

[PATCH RFC 0/3] make '%pD' print full path for file
 2021-05-19 15:55 UTC  (28+ messages)
` [PATCH RFC 1/3] fs: introduce helper d_path_fast()
                  ` [PATCHSET] d_path cleanups
                    ` [PATCH 01/14] d_path: "\0" is {0,0}, not {0}
                      ` [PATCH 02/14] d_path: saner calling conventions for __dentry_path()
                      ` [PATCH 03/14] d_path: regularize handling of root dentry in __dentry_path()
                      ` [PATCH 04/14] d_path: get rid of path_with_deleted()
                      ` [PATCH 05/14] getcwd(2): saner logics around prepend_path() call
                      ` [PATCH 06/14] d_path: don't bother with return value of prepend()
                      ` [PATCH 07/14] d_path: lift -ENAMETOOLONG handling into callers of prepend_path()
                      ` [PATCH 08/14] d_path: make prepend_name() boolean
                      ` [PATCH 09/14] d_path: introduce struct prepend_buffer
                      ` [PATCH 10/14] d_path: prepend_path(): get rid of vfsmnt
                      ` [PATCH 11/14] d_path: prepend_path(): lift resetting b in case when we'd return 3 out of loop
                      ` [PATCH 12/14] d_path: prepend_path(): lift the inner loop into a new helper
                      ` [PATCH 13/14] d_path: prepend_path() is unlikely to return non-zero
                      ` [PATCH 14/14] getcwd(2): clean up error handling

move bd_mutex to the gendisk (resend)
 2021-05-19 13:23 UTC  (12+ messages)
` [PATCH 1/8] block: split __blkdev_get
` [PATCH 2/8] block: move sync_blockdev from __blkdev_put to blkdev_put
` [PATCH 3/8] block: move bd_mutex to struct gendisk
` [PATCH 4/8] block: move adjusting bd_part_count out of __blkdev_get
` [PATCH 5/8] block: split __blkdev_put
` [PATCH 6/8] block: move bd_part_count to struct gendisk
` [PATCH 7/8] block: factor out a part_devt helper
` [PATCH 8/8] block: remove bdget_disk

[PATCH v2] s390/vfio-ap: fix memory leak in mdev remove callback
 2021-05-19 13:02 UTC  (33+ messages)

[PATCH v16 00/14] s390/vfio-ap: dynamic configuration support
 2021-05-19 11:58 UTC  (6+ messages)
` [PATCH v16 10/14] s390/zcrypt: driver callback to indicate resource in use

[PATCH] mm/thp: Make ARCH_ENABLE_SPLIT_PMD_PTLOCK dependent on PGTABLE_LEVELS > 2
 2021-05-19 11:07 UTC  (4+ messages)

[kvm-unit-tests PATCH v2 0/3] s390x: cpumodel: Add sclp checks
 2021-05-19 10:43 UTC  (8+ messages)
` [kvm-unit-tests PATCH v2 1/3] s390x: sclp: Only fetch read info byte 134 if cpu entries are above it
` [kvm-unit-tests PATCH v2 2/3] lib: s390x: sclp: Extend feature probing
` [kvm-unit-tests PATCH v2 3/3] s390x: cpumodel: FMT2 and FMT4 SCLP test

[kvm-unit-tests PATCH v3 0/6] s390x: uv: Extend guest test and add host test
 2021-05-19  8:16 UTC  (8+ messages)
` [kvm-unit-tests PATCH v3 1/6] s390x: uv-guest: Add invalid share location test
` [kvm-unit-tests PATCH v3 2/6] s390x: Add more Ultravisor command structure definitions
` [kvm-unit-tests PATCH v3 3/6] s390x: uv: Add UV lib
` [kvm-unit-tests PATCH v3 4/6] s390x: Test for share/unshare call support before using them
` [kvm-unit-tests PATCH v3 5/6] s390x: uv-guest: Test invalid commands
` [kvm-unit-tests PATCH v3 6/6] s390x: Add UV host test

[v3 PATCH 0/7] mm: thp: use generic THP migration for NUMA hinting fault
 2021-05-19  8:13 UTC  (9+ messages)
` [v3 PATCH 1/7] mm: memory: add orig_pmd to struct vm_fault
` [v3 PATCH 2/7] mm: memory: make numa_migrate_prep() non-static
` [v3 PATCH 3/7] mm: thp: refactor NUMA fault handling
` [v3 PATCH 4/7] mm: migrate: account THP NUMA migration counters correctly
` [v3 PATCH 5/7] mm: migrate: don't split THP for misplaced NUMA page
` [v3 PATCH 6/7] mm: migrate: check mapcount for THP instead of refcount
` [v3 PATCH 7/7] mm: thp: skip make PMD PROT_NONE if THP migration is not supported

[v2 RFC PATCH 0/7] mm: thp: use generic THP migration for NUMA hinting fault
 2021-05-18 17:03 UTC  (17+ messages)
` [v2 PATCH 1/7] mm: memory: add orig_pmd to struct vm_fault
` [v2 PATCH 2/7] mm: memory: make numa_migrate_prep() non-static
` [v2 PATCH 3/7] mm: thp: refactor NUMA fault handling
` [v2 PATCH 4/7] mm: migrate: account THP NUMA migration counters correctly
` [v2 PATCH 5/7] mm: migrate: don't split THP for misplaced NUMA page
` [v2 PATCH 7/7] mm: thp: skip make PMD PROT_NONE if THP migration is not supported

[PATCH v1 00/11] KVM: s390: pv: implement lazy destroy
 2021-05-18 17:00 UTC  (29+ messages)
` [PATCH v1 01/11] KVM: s390: pv: leak the ASCE page when destroy fails
` [PATCH v1 02/11] KVM: s390: pv: properly handle page flags for protected guests
` [PATCH v1 03/11] KVM: s390: pv: handle secure storage violations "
` [PATCH v1 04/11] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v1 05/11] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v1 06/11] KVM: s390: pv: usage counter instead of flag
` [PATCH v1 07/11] KVM: s390: pv: add export before import
` [PATCH v1 08/11] KVM: s390: pv: lazy destroy for reboot
` [PATCH v1 09/11] KVM: s390: pv: extend lazy destroy to handle shutdown
` [PATCH v1 10/11] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v1 11/11] KVM: s390: pv: add support for UV feature bits

[kvm-unit-tests PATCH v2 0/6] s390x: uv: Extend guest test and add host test
 2021-05-18 13:10 UTC  (13+ messages)
` [kvm-unit-tests PATCH v2 2/6] s390x: Add more Ultravisor command structure definitions
` [kvm-unit-tests PATCH v2 3/6] s390x: uv: Add UV lib
` [kvm-unit-tests PATCH v2 4/6] s390x: Test for share/unshare call support before using them
` [kvm-unit-tests PATCH v2 5/6] s390x: uv-guest: Test invalid commands
` [kvm-unit-tests PATCH v2 6/6] s390x: Add UV host test

[PATCH v6 0/3] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2021-05-18  9:49 UTC  (12+ messages)
` [PATCH v6 1/3] vfio-ccw: Check initialized flag in cp_init()
` [PATCH v6 2/3] vfio-ccw: Reset FSM state to IDLE inside FSM
` [PATCH v6 3/3] vfio-ccw: Serialize FSM IDLE state with I/O completion

[PATCH] Replace use of perl with sed and tr in s390x build
 2021-05-18  4:46 UTC 

[PATCH net] net/smc: remove device from smcd_dev_list after failed device_add()
 2021-05-17 22:30 UTC  (2+ messages)

s390 and crashk_res
 2021-05-14 13:12 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Remove bpf_jit_enable=2 debugging mode
 2021-05-14  6:34 UTC  (9+ messages)

[PATCH v3 0/4] KVM statistics data fd-based binary interface
 2021-05-13 20:54 UTC  (3+ messages)
` [PATCH v3 3/4] KVM: stats: Add documentation for statistics data "

[PATCH] sched: Initialize the idle task with preemption disabled
 2021-05-12  9:46 UTC 

[PATCH 1/5] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
 2021-05-12  7:57 UTC 

[PATCH v3 0/3] audit: add support for openat2
 2021-05-11 18:50 UTC  (6+ messages)
` [PATCH v3 1/3] audit: replace magic audit syscall class numbers with macros

[RFC PATCH v5 0/3] vfio-ccw: Fix interrupt handling for HALT/CLEAR
 2021-05-11 18:02 UTC  (4+ messages)
` [RFC PATCH v5 3/3] vfio-ccw: Serialize FSM IDLE state with I/O completion

[kvm-unit-tests PATCH 0/4] s390x: cpumodel: Add sclp checks
 2021-05-11 16:36 UTC  (14+ messages)
` [kvm-unit-tests PATCH 1/4] s390x: sclp: Only fetch read info byte 134 if cpu entries are above it
` [kvm-unit-tests PATCH 2/4] lib: s390x: sclp: Extend feature probing
` [kvm-unit-tests PATCH 3/4] s390x: cpumodel: FMT4 SCLP test
` [kvm-unit-tests PATCH 4/4] s390x: cpumodel: FMT2 SCLP implies test

[PATCH v3 1/1] kernel.h: Split out panic and oops helpers
 2021-05-11 14:35 UTC  (2+ messages)


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).