messages from 2018-03-26 06:24:49 to 2018-03-29 11:23:00 UTC [more...]
[PATCH 000/109] remove in-kernel calls to syscalls
2018-03-29 11:23 UTC (24+ messages)
` [PATCH 001/109] syscalls: define and explain goal to not call syscalls in the kernel
` [PATCH 002/109] kernel: use kernel_wait4() instead of sys_wait4()
` [PATCH 003/109] kernel: open-code sys_rt_sigpending() in sys_sigpending()
` [PATCH 004/109] kexec: call do_kexec_load() in compat syscall directly
` [PATCH 005/109] mm: use do_futex() instead of sys_futex() in mm_release()
` [PATCH 006/109] x86: use _do_fork() in compat_sys_x86_clone()
` [PATCH 007/109] x86: remove compat_sys_x86_waitpid()
` [PATCH 008/109] net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall
` [PATCH 009/109] net: socket: add __sys_sendto() "
` [PATCH 010/109] net: socket: add __sys_accept4() "
` [PATCH 011/109] net: socket: add __sys_socket() "
` [PATCH 012/109] net: socket: add __sys_bind() "
` [PATCH 013/109] net: socket: add __sys_connect() "
` [PATCH 014/109] net: socket: add __sys_listen() "
` [PATCH 015/109] net: socket: add __sys_getsockname() "
` [PATCH 016/109] net: socket: add __sys_getpeername() "
` [PATCH 017/109] net: socket: add __sys_socketpair() "
` [PATCH 018/109] net: socket: add __sys_shutdown() "
` [PATCH 019/109] net: socket: add __sys_setsockopt() "
` [PATCH 020/109] net: socket: add __sys_getsockopt() "
` [PATCH 021/109] net: socket: add do_sys_recvmmsg() "
` [PATCH 022/109] net: socket: move check for forbid_cmsg_compat to __sys_...msg()
` [PATCH 023/109] net: socket: replace calls to sys_send() with __sys_sendto()
[PATCH RFC tools/memory-model] Add s390.{cfg,cat}
2018-03-29 2:18 UTC (20+ messages)
[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
2018-03-28 23:51 UTC (13+ messages)
` [PATCH v12 04/22] selftests/vm: typecast the pkey register
` [PATCH v12 07/22] selftests/vm: fixed bugs in pkey_disable_clear()
[PATCH] dma-mapping: don't clear GFP_ZERO in dma_alloc_attrs
2018-03-28 15:12 UTC (2+ messages)
[PATCH v5 0/4] Fix issues with huge mapping in ioremap for ARM64
2018-03-28 13:12 UTC (20+ messages)
` [PATCH v5 1/4] ioremap: Update pgtable free interfaces with addr
` [PATCH v5 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
` [PATCH v5 3/4] arm64: Implement page table free interfaces
` [PATCH v5 4/4] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"
[PATCH v7 0/4] Fix issues with huge mapping in ioremap for ARM64
2018-03-28 12:31 UTC (10+ messages)
` [PATCH v7 1/4] ioremap: Update pgtable free interfaces with addr
` [PATCH v7 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
` [PATCH v7 3/4] arm64: Implement page table free interfaces
` [PATCH v7 4/4] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"
[Question] Documentation/features: More automation/scripting help?
2018-03-28 12:22 UTC (2+ messages)
[PATCH v6 0/4] Fix issues with huge mapping in ioremap for ARM64
2018-03-28 12:10 UTC (12+ messages)
` [PATCH v6 1/4] ioremap: Update pgtable free interfaces with addr
` [PATCH v6 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
` [PATCH v6 1/2] arm64: Implement page table free interfaces
` [PATCH v6 4/4] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"
[PATCH 00/19] C-SKY(csky) Linux Kernel Port
2018-03-28 8:04 UTC (43+ messages)
` [PATCH 10/19] csky: Signal handling
` [PATCH 12/19] csky: Debug and Ptrace GDB
` [PATCH 15/19] csky: Build infrastructure
` [PATCH 17/19] csky: defconfig
` [gnu-csky] [PATCH 00/19] C-SKY(csky) Linux Kernel Port
[PATCH v15 0/9] Add io{read|write}64 to io-64-atomic headers
2018-03-27 23:08 UTC (20+ messages)
` [PATCH v15 1/9] iomap: Use non-raw io functions for io{read|write}XXbe
` [PATCH v15 2/9] parisc: iomap: introduce io{read|write}64
` [PATCH v15 3/9] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v15 4/9] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v15 5/9] iomap: "
` [PATCH v15 6/9] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v15 7/9] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v15 8/9] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64
` [PATCH v15 9/9] ntb: ntb_hw_switchtec: Cleanup 64bit IO defines to use the common header
dma-mapping: clearing GFP_ZERO flag caused crashes of Ethernet on arc/hsdk board
2018-03-27 18:24 UTC (2+ messages)
[PATCH v13 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
2018-03-27 9:09 UTC (8+ messages)
` [PATCH v13 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v13 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v13 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys
[RFC PATCH 0/6] remove in-kernel syscall invocations (part 3 == compat cruft)
2018-03-27 4:58 UTC (24+ messages)
` [RFC PATCH 4/6] mm: provide generic compat_sys_readahead() implementation
` [RFC] new SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE wrappers
[PATCH v4 0/3] Fix issues with huge mapping in ioremap for ARM64
2018-03-27 4:38 UTC (6+ messages)
` [PATCH v4 2/3] arm64: Implement page table free interfaces
[PATCH v4] mm, pkey: treat pkey-0 special
2018-03-27 4:15 UTC (7+ messages)
[PATCH v5] earlycon: Use a pointer table to fix __earlycon_table stride
2018-03-26 22:24 UTC (3+ messages)
[PATCH v13 00/10] Add io{read|write}64 to io-64-atomic headers
2018-03-26 20:33 UTC (10+ messages)
` [PATCH v13 01/10] iomap: Use correct endian conversion function in mmio_writeXXbe
[PATCH 00/45] remove in-kernel syscall invocations (part 3 == remainder outside arch/)
2018-03-26 12:33 UTC (13+ messages)
` [PATCH 16/45] inotify: add do_inotify_init() helper; remove in-kernel call to syscall
` [PATCH 17/45] fanotify: add do_fanotify_mark() "
` [PATCH 18/45] fs/quota: add kernel_quotactl() "
` [PATCH 19/45] fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
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).