summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to...Dominik Brodowski2018-04-021-1/+1
| * | | fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-023-3/+3
| * | | fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel ca...Dominik Brodowski2018-04-021-1/+1
| * | | fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls ...Dominik Brodowski2018-04-023-4/+4
| * | | fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir()Dominik Brodowski2018-04-021-2/+2
| * | | fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink()Dominik Brodowski2018-04-024-6/+6
| * | | fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir()Dominik Brodowski2018-04-022-5/+5
| * | | fs: add ksys_write() helper; remove in-kernel calls to sys_write()Dominik Brodowski2018-04-022-3/+3
| * | | fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot()Dominik Brodowski2018-04-022-3/+3
| * | | fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}()Dominik Brodowski2018-04-022-4/+4
| * | | fs: add ksys_umount() helper; remove in-kernel call to sys_umount()Dominik Brodowski2018-04-021-1/+1
| * | | fs: add ksys_mount() helper; remove in-kernel calls to sys_mount()Dominik Brodowski2018-04-022-5/+5
| | |/ | |/|
* | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-021-3/+2
|\ \ \
| * | | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-3/+2
| * | | mn10300: Remove the architectureDavid Howells2018-03-091-1/+1
| |/ /
* | | jump_label: Disable jump labels in __exit codeJosh Poimboeuf2018-03-201-1/+1
|/ /
* | jump_label: Explicitly disable jump labels in __init codeJosh Poimboeuf2018-02-211-0/+2
|/
* membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2018-02-051-0/+3
* locking: Introduce sync_core_before_usermode()Mathieu Desnoyers2018-02-051-0/+3
* powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2018-02-051-0/+3
* Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-292-9/+163
|\
| * Expand the INIT_SIGNALS and INIT_SIGHAND macros and removeDavid Howells2018-01-171-2/+28
| * Expand various INIT_* macros and removeDavid Howells2018-01-171-24/+71
| * Expand INIT_TASK() in init/init_task.c and removeDavid Howells2018-01-171-2/+83
| * Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-092-6/+6
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-01-121-0/+1
|\ \
| * | sched/isolation: Make CONFIG_CPU_ISOLATION=y depend on SMP or COMPILE_TESTGeert Uytterhoeven2018-01-081-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-101-0/+7
|\ \ | |/ |/|
| * bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-01-091-0/+7
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-12-311-1/+5
|\ \
| * | sched/isolation: Enable CONFIG_CPU_ISOLATION=y by defaultFrederic Weisbecker2017-12-181-1/+5
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-0/+3
|\ \ \ | |_|/ |/| |
| * | x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-231-0/+3
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-4/+2
|\ \ \ | |/ / | | / | |/ |/|
| * init: Invoke init_espfix_bsp() from mm_init()Thomas Gleixner2017-12-221-4/+2
* | main: kernel_start: move housekeeping_init() before workqueue_init_early()Tal Shorer2017-11-271-1/+6
* | EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap2017-11-171-91/+93
* | initramfs: use time64_t timestampsArnd Bergmann2017-11-171-5/+5
* | pid: remove pidhashGargi Sharma2017-11-171-1/+0
* | pid: replace pid bitmap implementation with IDR APIGargi Sharma2017-11-171-1/+1
* | init/version.c: include <linux/export.h> instead of <linux/module.h>Masahiro Yamada2017-11-171-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-153-9/+1
|\ \
| * | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-2/+1
| * | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-151-1/+0
| * | mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-151-6/+0
* | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-9/+0
|\ \ \ | |/ / |/| |
| * | PCI: Move PCI_QUIRKS to the PCI bus menuRandy Dunlap2017-11-071-9/+0
* | | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \ \
| * | | init/Kconfig: Fix module signing document locationNathan Chancellor2017-10-121-1/+1
| |/ /
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-1/+1
|\ \ \
OpenPOWER on IntegriCloud