aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2018-04-05syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yDominik Brodowski
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski
2018-04-02fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski
2018-04-02fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski
2018-04-02fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski
2018-04-02fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski
2018-04-02fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski
2018-04-02fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski
2018-04-02fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski
2018-04-02fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski
2018-04-02fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski
2018-04-02fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski
2018-04-02fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski
2018-04-02fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski
2018-04-02fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Dominik Brodowski
2018-04-02fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann
2018-03-20jump_label: Disable jump labels in __exit codeJosh Poimboeuf
2018-03-09mn10300: Remove the architectureDavid Howells
2018-02-21jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers
2018-02-05locking: Introduce sync_core_before_usermode()Mathieu Desnoyers
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers
2018-01-29Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-01-17Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeDavid Howells
2018-01-17Expand various INIT_* macros and removeDavid Howells
2018-01-17Expand INIT_TASK() in init/init_task.c and removeDavid Howells
2018-01-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-01-09Construct init thread stack in the linker script rather than by unionDavid Howells
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov
2018-01-08sched/isolation: Make CONFIG_CPU_ISOLATION=y depend on SMP or COMPILE_TESTGeert Uytterhoeven
2017-12-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-12-29Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner
2017-12-23Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-12-22init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner
2017-12-18sched/isolation: Enable CONFIG_CPU_ISOLATION=y by defaultFrederic Weisbecker
2017-11-27main: kernel_start: move housekeeping_init() before workqueue_init_early()Tal Shorer