summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-0/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-0/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-212-1/+8
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-161-0/+1
| |\ \ \
| | * | | bpf: enable stackmap with build_id in nmi contextSong Liu2018-05-141-0/+1
* | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-061-1/+2
|\ \ \ \ \
| * | | | | audit: convert sessionid unset to a macroRichard Guy Briggs2018-05-141-1/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-06-061-21/+4
|\ \ \ \ \
| * | | | | kconfig: replace $(UNAME_RELEASE) with function callMasahiro Yamada2018-05-291-2/+2
| * | | | | kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-291-12/+4
| * | | | | kbuild: remove CONFIG_CROSS_COMPILE supportMasahiro Yamada2018-05-291-9/+0
| | |_|_|/ | |/| | |
* | | | | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-061-0/+27
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabledNicholas Piggin2018-05-171-0/+27
| |/ / /
* | | / init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre2018-05-251-0/+1
| |_|/ |/| |
* | | sched/fair: Fix documentation file pathSebastian Andrzej Siewior2018-05-181-1/+1
* | | init: fix false positives in W+X checkingJeffrey Hugo2018-05-111-0/+7
| |/ |/|
* | Fix typo in comment.Florian La Roche2018-05-071-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-151-0/+10
|\
| * syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski2018-04-051-3/+6
| * syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yDominik Brodowski2018-04-051-0/+7
* | seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-111-0/+1
* | init/ramdisk: use pr_cont() at the end of ramdisk loadingAaro Koskinen2018-04-111-2/+2
* | uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan2018-04-111-0/+2
* | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-101-17/+67
|\ \
| * | init: Have initcall_debug still work without CONFIG_TRACEPOINTSSteven Rostedt (VMware)2018-04-071-2/+26
| * | init, tracing: Have printk come through the trace events for initcall_debugSteven Rostedt (VMware)2018-04-061-16/+35
| * | init, tracing: Add initcall trace eventsSteven Rostedt (VMware)2018-04-061-0/+7
| * | init: Fix initcall0 name as it is "pure" not "early"Steven Rostedt (VMware)2018-03-231-1/+1
* | | Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-04-051-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v4.16-rc5' into develLinus Walleij2018-03-181-0/+2
| |\|
| * | pc104: Add EXPERT dependency for PC104 Kconfig optionWilliam Breathitt Gray2018-02-221-1/+1
* | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-028-103/+105
|\ \ \
| * | | kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski2018-04-021-1/+1
| * | | kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-021-1/+1
| * | | fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2018-04-022-6/+6
| * | | fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski2018-04-021-4/+4
| * | | fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski2018-04-024-14/+15
| * | | fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski2018-04-021-2/+2
| * | | fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-026-14/+14
| * | | fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-025-14/+14
| * | | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
| * | | fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski2018-04-021-4/+4
| * | | fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Dominik Brodowski2018-04-021-1/+2
| * | | fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Dominik Brodowski2018-04-021-3/+3
| * | | 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