messages from 2018-03-27 04:58:18 to 2018-03-29 11:24:00 UTC [more...]
[PATCH 000/109] remove in-kernel calls to syscalls
2018-03-29 11:24 UTC (84+ 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 024/109] net: socket: replace call to sys_recv() with __sys_recvfrom()
` [PATCH 025/109] net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to compat syscall
` [PATCH 026/109] net: socket: add __compat_sys_setsockopt() "
` [PATCH 027/109] net: socket: add __compat_sys_getsockopt() "
` [PATCH 028/109] net: socket: add __compat_sys_recvmmsg() "
` [PATCH 029/109] net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to compat syscalls
` [PATCH 030/109] ipc: add semtimedop syscall/compat_syscall wrappers
` [PATCH 031/109] ipc: add semget syscall wrapper
` [PATCH 032/109] ipc: add semctl syscall/compat_syscall wrappers
` [PATCH 033/109] ipc: add msgget syscall wrapper
` [PATCH 034/109] ipc: add shmget "
` [PATCH 035/109] ipc: add shmdt "
` [PATCH 036/109] ipc: add shmctl syscall/compat_syscall wrappers
` [PATCH 037/109] ipc: add msgctl "
` [PATCH 038/109] ipc: add msgrcv "
` [PATCH 039/109] ipc: add msgsnd "
` [PATCH 040/109] kernel: add do_getpgid() helper; remove internal call to sys_getpgid()
` [PATCH 041/109] kernel: add do_compat_sigaltstack() helper; remove in-kernel call to compat syscall
` [PATCH 042/109] kernel: provide ksys_*() wrappers for syscalls called by kernel/uid16.c
` [PATCH 043/109] sched: add do_sched_yield() helper; remove in-kernel call to sched_yield()
` [PATCH 044/109] mm: add kernel_migrate_pages() helper, move compat syscall to mm/mempolicy.c
` [PATCH 045/109] mm: add kernel_move_pages() helper, move compat syscall to mm/migrate.c
` [PATCH 046/109] mm: add kernel_mbind() helper; remove in-kernel call to syscall
` [PATCH 047/109] mm: add kernel_[sg]et_mempolicy() helpers; remove in-kernel calls to syscalls
` [PATCH 048/109] fs: add do_readlinkat() helper; remove internal call to sys_readlinkat()
` [PATCH 049/109] fs: add do_pipe2() helper; remove internal call to sys_pipe2()
` [PATCH 050/109] fs: add do_renameat2() helper; remove internal call to sys_renameat2()
` [PATCH 051/109] fs: add do_futimesat() helper; remove internal call to sys_futimesat()
` [PATCH 052/109] fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
` [PATCH 053/109] fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
` [PATCH 054/109] fs: add do_eventfd() helper; remove internal call to sys_eventfd()
` [PATCH 055/109] fs: add do_lookup_dcookie() helper; remove in-kernel call to syscall
` [PATCH 056/109] fs: add do_vmsplice() "
` [PATCH 057/109] fs: add kern_select() helper; remove in-kernel call to sys_select()
` [PATCH 058/109] fs: add do_compat_fcntl64() helper; remove in-kernel call to compat syscall
` [PATCH 059/109] fs: add do_compat_select() "
` [PATCH 060/109] fs: add do_compat_signalfd4() "
` [PATCH 061/109] fs: add do_compat_futimesat() "
` [PATCH 062/109] inotify: add do_inotify_init() helper; remove in-kernel call to syscall
` [PATCH 063/109] fanotify: add do_fanotify_mark() "
` [PATCH 064/109] fs/quota: add kernel_quotactl() "
` [PATCH 065/109] fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()
` [PATCH 066/109] fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()
` [PATCH 067/109] fs: add ksys_umount() helper; remove in-kernel call to sys_umount()
` [PATCH 068/109] fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()
` [PATCH 069/109] fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()
` [PATCH 070/109] fs: add ksys_write() helper; remove in-kernel calls to sys_write()
` [PATCH 071/109] fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()
` [PATCH 072/109] fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()
` [PATCH 073/109] hostfs: rename do_rmdir() to hostfs_do_rmdir()
` [PATCH 074/109] fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()
` [PATCH 075/109] fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall
` [PATCH 076/109] fs: add do_symlinkat() helper and ksys_symlink() "
` [PATCH 077/109] fs: add do_mknodat() helper and ksys_mknod() "
` [PATCH 078/109] fs: add do_linkat() helper and ksys_link() "
` [PATCH 079/109] fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() "
` [PATCH 080/109] fs: add do_faccessat() helper and ksys_access() "
` [PATCH 081/109] fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers
` [PATCH 082/109] fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
` [PATCH 083/109] fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()
[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 (9+ messages)
` [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 (23+ messages)
` [PATCH 15/19] csky: Build infrastructure
` [PATCH 17/19] csky: defconfig
[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 (18+ messages)
` [RFC PATCH 4/6] mm: provide generic compat_sys_readahead() implementation
` [RFC] new SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE wrappers
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).