messages from 2018-06-19 00:52:32 to 2018-06-25 21:11:15 UTC [more...]
[PATCH v2] ARC: Improve cmpxchg syscall implementation
2018-06-25 21:11 UTC (5+ messages)
why do we still need bootmem allocator?
2018-06-25 18:03 UTC (6+ messages)
[PATCH v2 1/2] y2038: rusage: Use __kernel_old_timeval for process times
2018-06-25 16:21 UTC (24+ messages)
` [PATCH v2 2/2] rusage: allow 64-bit times ru_utime/ru_stime
[RFC] ARC: allow to use IOC and non-IOC DMA devices simultaneously
2018-06-25 15:45 UTC (6+ messages)
[lkp-robot] a35353bb9e BUG: kernel hang in test stage
2018-06-25 8:52 UTC (3+ messages)
[PATCH v9 00/24] ILP32 for ARM64
2018-06-25 6:19 UTC (8+ messages)
` [PATCH 04/24] 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option
[PATCH v18 0/7] Add io{read|write}64 to io-64-atomic headers
2018-06-22 19:47 UTC (16+ messages)
` [PATCH v18 1/7] iomap: Use non-raw io functions for io{read|write}XXbe
` [PATCH v18 2/7] parisc: iomap: introduce io{read|write}64
` [PATCH v18 3/7] iomap: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v18 4/7] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v18 5/7] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v18 6/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v18 7/7] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header
[PATCH -tip v6 00/27] kprobes: Cleanup jprobe implementation
2018-06-22 6:07 UTC (64+ messages)
` [PATCH -tip v6 01/27] Documentation/kprobes: Fix to remove remaining jprobe
` [PATCH -tip v6 02/27] kprobes: Remove jprobe API implementation
` [PATCH -tip v6 03/27] kprobes/x86: Remove jprobe implementation
` [PATCH -tip v6 04/27] ARC: kprobes: "
` [PATCH -tip v6 05/27] ARM: kprobes: Remove jprobe arm implementation
` [PATCH -tip v6 06/27] arm64: kprobes: Remove jprobe implementation
` [PATCH -tip v6 07/27] powerpc/kprobes: Remove jprobe powerpc implementation
` [PATCH -tip v6 08/27] ia64: kprobes: Remove jprobe implementation
` [PATCH -tip v6 09/27] MIPS: "
` [PATCH -tip v6 10/27] s390/kprobes: "
` [PATCH -tip v6 11/27] sh: kprobes: "
` [PATCH -tip v6 12/27] sparc64: "
` [PATCH -tip v6 13/27] kprobes: Don't check the ->break_handler() in generic kprobes code
` [PATCH -tip v6 14/27] kprobes/x86: Don't call ->break_handler() in x86 kprobes
` [PATCH -tip v6 15/27] ARC: kprobes: Don't call the ->break_handler() in ARC kprobes code
` [PATCH -tip v6 16/27] ARM: kprobes: Don't call the ->break_handler() in arm "
` [PATCH -tip v6 17/27] arm64: kprobes: Don't call the ->break_handler() in arm64 "
` [PATCH -tip v6 18/27] powerpc/kprobes: Don't call the ->break_handler() in powerpc "
` [PATCH -tip v6 19/27] ia64: kprobes: Don't call the ->break_handler() in ia64 "
` [PATCH -tip v6 20/27] MIPS: kprobes: Don't call the ->break_handler() in MIPS "
` [PATCH -tip v6 21/27] s390/kprobes: Don't call the ->break_handler() in s390 "
` [PATCH -tip v6 22/27] sh: kprobes: Don't call the ->break_handler() in SH "
` [PATCH -tip v6 23/27] sparc64: kprobes: Don't call the ->break_handler() in sparc64 "
` [PATCH -tip v6 24/27] bpf: error-inject: kprobes: Clear current_kprobe and enable preempt in kprobe
` [PATCH -tip v6 25/27] kprobes/x86: Do not disable preempt on int3 path
` [PATCH -tip v6 26/27] Documentation: kprobes: Add how to change the execution path
` [PATCH -tip v6 27/27] kprobes: Remove jprobe stub API
[PATCH 00/10] Control Flow Enforcement - Part (3)
2018-06-21 23:07 UTC (47+ messages)
` [PATCH 06/10] x86/cet: Add arch_prctl functions for shadow stack
[PATCH 0/5] Control Flow Enforcement - Part (1)
2018-06-21 13:05 UTC (4+ messages)
` [PATCH 5/5] Documentation/x86: Add CET description
[RESEND PATCH v3 0/3] sh: make early_platform code SuperH-specific
2018-06-21 8:23 UTC (8+ messages)
` [RESEND PATCH v3 1/3] clocksource: timer-ti-dm: remove the early platform driver registration
` [RESEND PATCH v3 2/3] platform: move the early platform device support to arch/sh
` [RESEND PATCH v3 3/3] sh: add the sh_ prefix to early platform symbols
[PATCH v4 0/7] arm64: untag user pointers passed to the kernel
2018-06-20 15:24 UTC (16+ messages)
` [PATCH v4 1/7] arm64: add type casts to untagged_addr macro
` [PATCH v4 2/7] uaccess: add untagged_addr definition for other arches
` [PATCH v4 3/7] arm64: untag user addresses in access_ok and __uaccess_mask_ptr
` [PATCH v4 4/7] mm, arm64: untag user addresses in mm/gup.c
` [PATCH v4 5/7] lib, arm64: untag addrs passed to strncpy_from_user and strnlen_user
` [PATCH v4 6/7] arm64: update Documentation/arm64/tagged-pointers.txt
` [PATCH v4 7/7] selftests, arm64: add a selftest for passing tagged pointers to kernel
[PATCH v13 00/24] selftests, powerpc, x86 : Memory Protection Keys
2018-06-20 15:22 UTC (34+ messages)
` [PATCH v13 08/24] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v13 10/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v13 13/24] selftests/vm: pkey register should match shadow pkey
` [PATCH v13 14/24] selftests/vm: generic cleanup
` [PATCH v13 15/24] selftests/vm: powerpc implementation for generic abstraction
` [PATCH v13 16/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v13 17/24] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v13 18/24] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v13 19/24] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v13 22/24] selftests/vm: testcases must restore pkey-permissions
` [PATCH v13 24/24] selftests/vm: test correct behavior of pkey-0
Mutual Coperation Thank you
2018-06-20 13:59 UTC
[PATCH] ARC: Improve cmpxchng syscall implementation
2018-06-19 9:26 UTC (8+ 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).