public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-01 01:40:04 to 2019-12-11 12:33:02 UTC [more...]

[kvm-unit-tests PATCH 0/2] s390x: smp: Improve setup of additional cpus
 2019-12-11 12:32 UTC  (5+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: smp: Use full PSW to bringup new cpu
` [kvm-unit-tests PATCH 2/2] s390x: smp: Setup CRs from cpu 0

[PATCH v2 0/4] KASAN for powerpc64 radix, plus generic mm change
 2019-12-11  8:57 UTC  (17+ messages)
` [PATCH v2 1/4] mm: define MAX_PTRS_PER_{PTE,PMD,PUD}
` [PATCH v2 2/4] kasan: use MAX_PTRS_PER_* for early shadow
` [PATCH v2 3/4] kasan: Document support on 32-bit powerpc
` [PATCH v2 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support

[PATCH 0/6] Allow setting caching mode in arch_add_memory() for P2PDMA
 2019-12-11  8:37 UTC  (23+ messages)
` [PATCH 1/6] x86/mm: Thread pgprot_t through init_memory_mapping()
` [PATCH 2/6] x86/mm: Introduce _set_memory_prot()
` [PATCH 3/6] powerpc/mm: Thread pgprot_t through create_section_mapping()
` [PATCH 4/6] s390/mm: Thread pgprot_t through vmem_add_mapping()
` [PATCH 5/6] mm, memory_hotplug: Provide argument for the pgprot_t in arch_add_memory()
` [PATCH 6/6] mm/memremap: Set caching mode for PCI P2PDMA memory to WC

[GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops)
 2019-12-11  0:29 UTC  (6+ messages)

[PATCH AUTOSEL 4.9 70/91] s390/disassembler: don't hide instruction addresses
 2019-12-10 22:30 UTC 

[PATCH AUTOSEL 4.14 065/130] s390/time: ensure get_clock_monotonic() returns monotonic values
 2019-12-10 22:02 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 066/130] s390/mm: add mm_pxd_folded() checks to pxd_free()
` [PATCH AUTOSEL 4.14 105/130] s390/disassembler: don't hide instruction addresses

[PATCH AUTOSEL 4.19 088/177] s390/time: ensure get_clock_monotonic() returns monotonic values
 2019-12-10 21:31 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 089/177] s390/mm: add mm_pxd_folded() checks to pxd_free()
` [PATCH AUTOSEL 4.19 139/177] s390/disassembler: don't hide instruction addresses

[PATCH AUTOSEL 5.4 082/350] net/smc: increase device refcount for added link group
 2019-12-10 21:07 UTC  (9+ messages)
` [PATCH AUTOSEL 5.4 182/350] s390/time: ensure get_clock_monotonic() returns monotonic values
` [PATCH AUTOSEL 5.4 183/350] s390: add error handling to perf_callchain_kernel
` [PATCH AUTOSEL 5.4 184/350] s390/mm: add mm_pxd_folded() checks to pxd_free()
` [PATCH AUTOSEL 5.4 243/350] s390/bpf: Use kvcalloc for addrs array
` [PATCH AUTOSEL 5.4 272/350] s390/disassembler: don't hide instruction addresses
` [PATCH AUTOSEL 5.4 317/350] s390/crypto: Fix unsigned variable compared with zero
` [PATCH AUTOSEL 5.4 318/350] s390/kasan: support memcpy_real with TRACE_IRQFLAGS
` [PATCH AUTOSEL 5.4 325/350] s390/cpumf: Adjust registration of s390 PMU device drivers

[kvm-unit-tests PATCH v3 0/9] s390x: Testing the Channel Subsystem I/O
 2019-12-10 17:35 UTC  (38+ messages)
` [kvm-unit-tests PATCH v3 1/9] s390x: saving regs for interrupts
` [kvm-unit-tests PATCH v3 2/9] s390x: Define the PSW bits
` [kvm-unit-tests PATCH v3 3/9] s390: interrupt registration
` [kvm-unit-tests PATCH v3 4/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v3 5/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v3 6/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v3 7/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v3 8/9] s390x: css: ssch/tsch with sense and interrupt
` [kvm-unit-tests PATCH v3 9/9] s390x: css: ping pong

s390 depending on cc-options makes it difficult to configure
 2019-12-10  9:01 UTC  (2+ messages)

[PATCH 0/5] S390 hardware compression support for kernel zlib
 2019-12-09 16:39 UTC  (5+ messages)
` [PATCH 5/5] btrfs: Increase buffer size for zlib functions

[PATCH v2 0/6] S390 hardware compression support for kernel zlib
 2019-12-09 15:29 UTC  (7+ messages)
` [PATCH v2 1/6] lib/zlib: Add s390 hardware support for kernel zlib_deflate
` [PATCH v2 2/6] s390/boot: Rename HEAP_SIZE due to name collision
` [PATCH v2 3/6] lib/zlib: Add s390 hardware support for kernel zlib_inflate
` [PATCH v2 4/6] s390/boot: Add dfltcc= kernel command line parameter
` [PATCH v2 5/6] lib/zlib: Add zlib_deflate_dfltcc_enabled() function
` [PATCH v2 6/6] btrfs: Use larger zlib buffer for s390 hardware compression

[RFC PATCH v1 00/10] s390/vfio-ccw: Channel Path Handling
 2019-12-09 12:38 UTC  (7+ messages)
` [RFC PATCH v1 08/10] vfio-ccw: Wire up the CRW irq and CRW region

[PATCH 17/34] s390: Use CONFIG_PREEMPTION
 2019-12-08 14:58 UTC  (2+ messages)
` [tip: sched/urgent] sched/rt, "

[PATCH 3.16 35/72] hypfs: Fix error number left in struct pointer member
 2019-12-08 13:53 UTC 

[kvm-unit-tests PATCH v2 0/9] s390x: Testing the Channel Subsystem I/O
 2019-12-06 14:18 UTC  (36+ messages)
` [kvm-unit-tests PATCH v2 2/9] s390x: Define the PSW bits
` [kvm-unit-tests PATCH v2 3/9] s390x: irq: make IRQ handler weak
` [kvm-unit-tests PATCH v2 4/9] s390x: export the clock get_clock_ms() utility
` [kvm-unit-tests PATCH v2 5/9] s390x: Library resources for CSS tests
` [kvm-unit-tests PATCH v2 6/9] s390x: css: stsch, enumeration test
` [kvm-unit-tests PATCH v2 7/9] s390x: css: msch, enable test
` [kvm-unit-tests PATCH v2 8/9] s390x: css: ssch/tsch with sense and interrupt
` [kvm-unit-tests PATCH v2 9/9] s390x: css: ping pong

[PATCH v18 00/13] open: introduce openat2(2) syscall
 2019-12-06 14:13 UTC  (14+ messages)
` [PATCH v18 01/13] namei: only return -ECHILD from follow_dotdot_rcu()
` [PATCH v18 02/13] nsfs: clean-up ns_get_path() signature to return int
` [PATCH v18 03/13] namei: allow nd_jump_link() to produce errors
` [PATCH v18 04/13] namei: allow set_root() "
` [PATCH v18 05/13] namei: LOOKUP_NO_SYMLINKS: block symlink resolution
` [PATCH v18 06/13] namei: LOOKUP_NO_MAGICLINKS: block magic-link resolution
` [PATCH v18 07/13] namei: LOOKUP_NO_XDEV: block mountpoint crossing
` [PATCH v18 08/13] namei: LOOKUP_BENEATH: O_BENEATH-like scoped resolution
` [PATCH v18 09/13] namei: LOOKUP_IN_ROOT: chroot-like "
` [PATCH v18 10/13] namei: LOOKUP_{IN_ROOT,BENEATH}: permit limited ".." resolution
` [PATCH v18 11/13] open: introduce openat2(2) syscall
` [PATCH v18 12/13] selftests: add openat2(2) selftests
` [PATCH v18 13/13] Documentation: path-lookup: include new LOOKUP flags

[PATCH v16 08/25] s390: mm: Add p?d_leaf() definitions
 2019-12-06 13:52 UTC 

[PATCH 1/1] scsi: zfcp: check qdio before use
 2019-12-06  2:34 UTC 

[PATCH net 0/3] s390/qeth: fixes 2019-12-05
 2019-12-05 20:25 UTC  (5+ messages)
` [PATCH net 1/3] s390/qeth: guard against runt packets
` [PATCH net 2/3] s390/qeth: ensure linear access to packet headers
` [PATCH net 3/3] s390/qeth: fix dangling IO buffers after halt/clear

[PATCH] KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
 2019-12-05 17:07 UTC  (7+ messages)

[PATCH v3] KVM: s390: Add new reset vcpu API
 2019-12-05 12:50 UTC  (5+ messages)
  ` [PATCH v4] "

WARNING: refcount bug in smc_release (2)
 2019-12-04 11:47 UTC 

[PATCH v2] KVM: s390: Add new reset vcpu API
 2019-12-04 10:37 UTC  (6+ messages)

[PATCH v2 1/2] kasan: support instrumented bitops combined with generic bitops
 2019-12-03 23:39 UTC  (10+ messages)

[GIT PULL] s390 patches for the 5.5 merge window #2
 2019-12-03 21:05 UTC  (2+ messages)

[PATCH v6 05/10] mm/memory_hotplug: Shrink zones when offlining memory
 2019-12-03 15:27 UTC 

[PATCH V11] mm/debug: Add tests validating architecture page table helpers
 2019-12-03  9:18 UTC 

[bug report] net/smc: fix ethernet interface refcounting
 2019-12-02 13:23 UTC  (2+ messages)

[PATCH][next] s390/test_unwind: fix spelling mistake "reqister" -> "register"
 2019-12-02  9:02 UTC 

[PATCH] KVM: s390: Add new reset vcpu API
 2019-12-02  8:54 UTC  (9+ messages)

disk revalidation cleanups and fixlets v2
 2019-12-02  7:21 UTC  (5+ messages)
` [PATCH 2/7] block: merge invalidate_partitions into rescan_partitions

WARNING: refcount bug in smc_release (2)
 2019-12-01 12:21 UTC  (3+ messages)

[GIT PULL] seccomp updates for v5.5-rc1
 2019-12-01  1:40 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