messages from 2016-04-01 11:04:46 to 2016-04-29 15:45:12 UTC [more...]
[RFC6 PATCH v6 00/21] ILP32 for ARM64
2016-04-29 15:45 UTC (57+ messages)
` [PATCH 01/25] all: syscall wrappers: add documentation
` [PATCH 02/25] all: introduce COMPAT_WRAPPER option and enable it for s390
` [PATCH 03/25] all: s390: move wrapper infrastructure to generic headers
` [PATCH 04/25] all: s390: move compat_wrappers.c from arch/s390/kernel to kernel/
` [PATCH 05/25] all: wrap needed syscalls in generic unistd
` [PATCH 06/25] compat ABI: use non-compat openat and open_by_handle_at variants
` [PATCH 07/25] 32-bit ABI: introduce ARCH_32BIT_OFF_T config option
` [PATCH 08/25] arm64: ilp32: add documentation on the ILP32 ABI for ARM64
` [PATCH 09/25] arm64: ensure the kernel is compiled for LP64
` [PATCH 10/25] arm64: rename COMPAT to AARCH32_EL0 in Kconfig
` [PATCH 11/25] arm64: change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 instead
` [PATCH 12/25] arm64: compat: change config dependences to aarch32
` [PATCH 13/25] arm64:uapi: set __BITS_PER_LONG correctly for ILP32 and LP64
` [PATCH 14/25] thread: move thread bits accessors to separated file
` [PATCH 15/25] arm64: introduce is_a32_task and is_a32_thread (for AArch32 compat)
` [PATCH 16/25] arm64: ilp32: add is_ilp32_compat_{task,thread} and TIF_32BIT_AARCH64
` [PATCH 17/25] arm64: introduce binfmt_elf32.c
` [PATCH 18/25] arm64: ilp32: introduce binfmt_ilp32.c
` [PATCH 19/25] arm64: ptrace: handle ptrace_request differently for aarch32 and ilp32
` [PATCH 20/25] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [PATCH 21/25] arm64: signal: share lp64 signal routines to ilp32
` [PATCH 22/25] arm64: signal32: move ilp32 and aarch32 common code to separated file
` [PATCH 23/25] arm64: ilp32: introduce ilp32-specific handlers for sigframe and ucontext
` [PATCH 24/25] arm64:ilp32: add vdso-ilp32 and use for signal return
` [PATCH 25/25] arm64:ilp32: add ARM64_ILP32 to Kconfig
` [RFC6 PATCH v6 00/21] ILP32 for ARM64 - LTP results
[RFC PATCH v2 00/18] livepatch: hybrid consistency model
2016-04-29 14:00 UTC (21+ messages)
` [RFC PATCH v2 01/18] x86/asm/head: clean up initial stack variable
` [RFC PATCH v2 02/18] x86/asm/head: use a common function for starting CPUs
` [RFC PATCH v2 03/18] x86/asm/head: standardize the bottom of the stack for idle tasks
` [RFC PATCH v2 04/18] x86: move _stext marker before head code
` [RFC PATCH v2 05/18] sched: add task flag for preempt IRQ tracking
` [RFC PATCH v2 06/18] x86: dump_trace() error handling
` [RFC PATCH v2 07/18] stacktrace/x86: function for detecting reliable stack traces
` [RFC PATCH v2 08/18] livepatch: temporary stubs for klp_patch_pending() and klp_patch_task()
` [RFC PATCH v2 09/18] livepatch/x86: add TIF_PATCH_PENDING thread flag
` [RFC PATCH v2 10/18] livepatch/powerpc: "
` [RFC PATCH v2 11/18] livepatch/s390: reorganize TIF thread flag bits
` [RFC PATCH v2 12/18] livepatch/s390: add TIF_PATCH_PENDING thread flag
` [RFC PATCH v2 13/18] livepatch: separate enabled and patched states
` [RFC PATCH v2 14/18] livepatch: remove unnecessary object loaded check
` [RFC PATCH v2 15/18] livepatch: move patching functions into patch.c
` [RFC PATCH v2 16/18] livepatch: store function sizes
` [RFC PATCH v2 17/18] livepatch: change to a per-task consistency model
` [RFC PATCH v2 18/18] livepatch: add /proc/<pid>/patch_state
[PATCH RFC 0/9] basic channel IO passthrough infrastructure based on vfio
2016-04-29 12:13 UTC (10+ messages)
` [PATCH RFC 1/9] vfio: linux-headers update for vfio-ccw
` [PATCH RFC 2/9] vfio: No-IOMMU mode support
` [PATCH RFC 3/9] s390x/css: introduce ccw chain interfaces
` [PATCH RFC 4/9] s390x/css: add s390-map-css machine option
` [PATCH RFC 5/9] s390x/css: realize css_sch_build_schib
` [PATCH RFC 6/9] s390x/css: device and bus support for s390-ccw passthrough
` [PATCH RFC 7/9] vfio/ccw: vfio based ccw passthrough driver
` [PATCH RFC 8/9] s390x/css: introduce and realize ccw-request callback
` [PATCH RFC 9/9] s390x/css: ccws translation infrastructure
[PATCH RFC 0/8] basic vfio-ccw infrastructure
2016-04-29 12:11 UTC (9+ messages)
` [PATCH RFC 1/8] iommu: s390: enable iommu api for s390 ccw devices
` [PATCH RFC 2/8] s390: move orb.h from drivers/s390/ to arch/s390/
` [PATCH RFC 3/8] vfio: ccw: basic implementation for vfio_ccw driver
` [PATCH RFC 4/8] vfio: ccw: realize VFIO_DEVICE_GET_INFO ioctl
` [PATCH RFC 5/8] vfio: ccw: realize VFIO_DEVICE_CCW_HOT_RESET ioctl
` [PATCH RFC 6/8] vfio: ccw: introduce page array interfaces
` [PATCH RFC 7/8] vfio: ccw: introduce ccw chain interfaces
` [PATCH RFC 8/8] vfio: ccw: realize VFIO_DEVICE_CCW_CMD_REQUEST ioctl
[GIT PULL] s390 patches for 4.6-rc6
2016-04-28 8:08 UTC
[PATCH 0/11] introduce down_write_killable for rw_semaphore v3
2016-04-27 12:02 UTC (35+ messages)
` [PATCH 01/11] locking, rwsem: get rid of __down_write_nested
` [PATCH 02/11] locking, rwsem: drop explicit memory barriers
` [PATCH 03/11] xtensa, rwsem: drop superfluous arch specific implementation
` [PATCH 04/11] sh, "
` [PATCH 05/11] sparc, "
` [PATCH 06/11] locking, rwsem: introduce basis for down_write_killable
` [PATCH 07/11] alpha, rwsem: provide __down_write_killable
` [PATCH 08/11] ia64, "
` [PATCH 09/11] s390, "
` [PATCH 10/11] x86, "
` [PATCH] x86/locking/rwsem: Cleanup ____down_write()
` [PATCH 11/11] locking, rwsem: provide down_write_killable
Double-Fetch bug in Linux-4.5/drivers/s390/char/sclp_ctl.c
2016-04-26 12:37 UTC
[PULL 0/4] KVM: s390 patches for kvm/next
2016-04-20 16:41 UTC (6+ messages)
` [PULL 1/4] KVM: s390/perf: provide additional sigp events
` [PULL 2/4] KVM: s390: implement has_attr for FLIC
` [PULL 3/4] KVM: s390: document FLIC behavior on unsupported
` [PULL 4/4] KVM: s390: add clear I/O irq operation for FLIC
[GIT PULL] s390 patches for 4.6-rc5
2016-04-18 7:48 UTC
[v3,11/41] mips: reuse asm-generic/barrier.h
2016-04-14 21:40 UTC (11+ messages)
` [PATCH] documentation: Add disclaimer
[PATCH V3 00/29] bitops: add parity functions
2016-04-14 4:18 UTC
linux-next: Tree for Apr 4
2016-04-13 7:52 UTC (4+ messages)
[RFC6 PATCH v6 00/21] ILP32 for ARM64
2016-04-09 2:42 UTC (3+ messages)
[PATCH] s390/cpum_sf: Remove superfluous SMP function call
2016-04-08 12:40 UTC (15+ messages)
` [PREEMPT-RT] "
` [PATCH] cpu/hotplug: fix rollback during error-out in __cpu_disable()
` [PATCH v2] "
[PATCH 0/11] introduce down_write_killable for rw_semaphore v2
2016-04-07 7:38 UTC (27+ messages)
` [PATCH 01/11] locking, rwsem: get rid of __down_write_nested
` [PATCH 02/11] locking, rwsem: drop explicit memory barriers
` [PATCH 1/2] xtensa, rwsem: drop superfluous arch specific implementation
` [PATCH 2/2] sh, "
` [PATCH 03/11] locking, rwsem: introduce basis for down_write_killable
` [PATCH 04/11] alpha, rwsem: provide __down_write_killable
` [PATCH 05/11] ia64, "
` [PATCH 06/11] s390, "
` [PATCH 07/11] sh, "
` [PATCH 08/11] sparc, "
` [PATCH 09/11] xtensa, "
` [PATCH 10/11] x86, "
` [PATCH 11/11] locking, rwsem: provide down_write_killable
[PATCH] s390/cpum_cf: Remove superfluous SMP function call
2016-04-05 10:49 UTC (2+ messages)
[PATCH 0/1] KVM: s390/mm: fix for 4.6
2016-04-05 9:25 UTC (5+ messages)
` [PATCH 1/1] s390/mm/kvm: fix mis-merge in gmap handling
[PATCH v6 0/5] (mostly) Arch-independent livepatch
2016-04-01 15:00 UTC (2+ messages)
[PATCH] s390: fix build failure
2016-04-01 14:02 UTC (2+ 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 NNTP newsgroup(s).