linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-29 11:26:13 to 2018-04-03 16:55:51 UTC [more...]

[RFC PATCH 0/3] Documentation/features: Provide and apply "features-refresh.sh"
 2018-04-03 16:55 UTC  (4+ messages)
` [PATCH 1/3] Documentation/features: Add script that refreshes the arch support status files in place
` [PATCH 2/3] Documentation/features/core: Add arch support status files for 'cBPF-JIT' and 'eBPF-JIT'
` [PATCH 3/3] Documentation/features: Refresh and auto-generate the arch support status files in place

[PATCH v17 00/10] LPC: legacy ISA I/O support
 2018-04-03 16:37 UTC  (15+ messages)
` [PATCH v17 01/10] LIB: Introduce a generic PIO mapping method
` [PATCH v17 04/10] PCI: Apply the new generic I/O management on PCI IO hosts

[PATCH RFC tools/memory-model] Add s390.{cfg,cat}
 2018-04-03 15:16 UTC  (9+ messages)

[PATCH v2 1/2] io: prevent compiler reordering on the default writeX() implementation
 2018-04-03 13:06 UTC  (14+ messages)
` [PATCH v2 2/2] io: prevent compiler reordering on the default readX() implementation

[PATCH v8 0/4] Fix issues with huge mapping in ioremap for ARM64
 2018-04-03 11:55 UTC  (14+ messages)
` [PATCH v8 1/4] ioremap: Update pgtable free interfaces with addr
` [PATCH v8 2/4] arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
` [PATCH v8 3/4] arm64: Implement page table free interfaces
` [PATCH v8 4/4] Revert "arm64: Enforce BBM for huge IO/VMAP mappings"

[GIT PULL] remove in-kernel calls to syscalls
 2018-04-03 10:53 UTC  (6+ messages)

[GIT PULL] arch: remove obsolete architecture ports
 2018-04-03  9:18 UTC  (12+ messages)

[PATCH v7 1/4] ioremap: Update pgtable free interfaces with addr
 2018-04-03  8:01 UTC  (5+ messages)

[PATCH 000/109] remove in-kernel calls to syscalls
 2018-04-02 16:14 UTC  (149+ 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 009/109] net: socket: add __sys_sendto() helper; remove in-kernel call to syscall
` [PATCH 011/109] net: socket: add __sys_socket() "
` [PATCH 012/109] net: socket: add __sys_bind() "
` [PATCH 014/109] net: socket: add __sys_listen() "
` [PATCH 016/109] net: socket: add __sys_getpeername() "
` [PATCH 018/109] net: socket: add __sys_shutdown() "
` [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 038/109] ipc: add msgrcv "
` [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 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 051/109] fs: add do_futimesat() helper; remove internal call to sys_futimesat()
` [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 060/109] fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall
` [PATCH 061/109] fs: add do_compat_futimesat() "
` [PATCH 062/109] inotify: add do_inotify_init() helper; remove in-kernel call to syscall
` [PATCH 064/109] fs/quota: add kernel_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 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 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 087/109] fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()
` [PATCH 088/109] fs: add ksys_read() helper; remove in-kernel calls to sys_read()
` [PATCH 090/109] kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()
` [PATCH 091/109] kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()
` [PATCH 093/109] fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
` [PATCH 094/109] fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
` [PATCH 096/109] mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
` [PATCH 097/109] mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
` [PATCH 100/109] x86: fix sys_sigreturn() return type to be long, not unsigned long
` [PATCH 102/109] kexec: move sys_kexec_load() prototype to syscalls.h
` [PATCH 103/109] syscalls: sort syscall prototypes in include/linux/syscalls.h
` [PATCH 104/109] net: remove compat_sys_*() prototypes from net/compat.h
` [PATCH 106/109] syscalls/x86: auto-create compat_sys_*() prototypes
` [PATCH 108/109] kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitions

[RFC PATCH] lib/ioremap: Avoid triggering BUG_ON when end is not PAGE_ALIGN
 2018-03-31  1:27 UTC  (6+ messages)

[RFC PATCH 4/6] mm: provide generic compat_sys_readahead() implementation
 2018-03-30 15:54 UTC  (14+ messages)
  ` [RFC] new SYSCALL_DEFINE/COMPAT_SYSCALL_DEFINE wrappers

[PATCH] io: prevent compiler reordering on the default writeX() implementation
 2018-03-30 15:16 UTC  (6+ messages)

[PATCH 0/7] use struct pt_regs based syscall calling for x86-64
 2018-03-30 12:00 UTC  (28+ messages)
` [PATCH 1/7] x86: don't pointlessly reload the system call number
` [PATCH 2/7] syscalls: introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER
` [PATCH 3/7] syscalls/x86: use struct pt_regs based syscall calling for 64bit syscalls
` [PATCH 4/7] syscalls: prepare ARCH_HAS_SYSCALL_WRAPPER for compat syscalls
` [PATCH 5/7] syscalls/x86: use struct pt_regs based syscall calling for IA32_EMULATION and x32
` [PATCH 6/7] syscalls/x86: unconditionally enable struct pt_regs based syscalls on x86_64
` [PATCH 7/7] x86/entry/64: extend register clearing on syscall entry to lower registers

[Question] Documentation/features: More automation/scripting help?
 2018-03-30 11:31 UTC  (3+ messages)


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).