aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+3
2018-06-28kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATIONGravatar Masahiro Yamada 1-4/+3
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaGravatar Christoph Hellwig 1-4/+0
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-0/+15
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+23
2018-06-08kconfig: add CC_IS_CLANG and CLANG_VERSIONGravatar Masahiro Yamada 1-0/+7
2018-06-08kconfig: add CC_IS_GCC and GCC_VERSIONGravatar Masahiro Yamada 1-0/+8
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+2
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-21/+4
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+27
2018-06-06rseq: Introduce restartable sequences system callGravatar Mathieu Desnoyers 1-0/+23
2018-05-29kconfig: replace $(UNAME_RELEASE) with function callGravatar Masahiro Yamada 1-2/+2
2018-05-29kconfig: reference environment variables directly and remove 'option env='Gravatar Masahiro Yamada 1-12/+4
2018-05-29kbuild: remove CONFIG_CROSS_COMPILE supportGravatar Masahiro Yamada 1-9/+0
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2018-05-25init/main.c: include <linux/mem_encrypt.h>Gravatar Mathieu Malaterre 1-0/+1
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-1/+8
2018-05-18sched/fair: Fix documentation file pathGravatar Sebastian Andrzej Siewior 1-1/+1
2018-05-17kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabledGravatar Nicholas Piggin 1-0/+27
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-0/+1
2018-05-14bpf: enable stackmap with build_id in nmi contextGravatar Song Liu 1-0/+1
2018-05-14audit: convert sessionid unset to a macroGravatar Richard Guy Briggs 1-1/+2
2018-05-11init: fix false positives in W+X checkingGravatar Jeffrey Hugo 1-0/+7
2018-05-07Fix typo in comment.Gravatar Florian La Roche 1-1/+1
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+10
2018-04-11seq_file: allocate seq_file from kmem_cacheGravatar Alexey Dobriyan 1-0/+1
2018-04-11init/ramdisk: use pr_cont() at the end of ramdisk loadingGravatar Aaro Koskinen 1-2/+2
2018-04-11uts: create "struct uts_namespace" from kmem_cacheGravatar Alexey Dobriyan 1-0/+2
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-17/+67
2018-04-07init: Have initcall_debug still work without CONFIG_TRACEPOINTSGravatar Steven Rostedt (VMware) 1-2/+26
2018-04-06init, tracing: Have printk come through the trace events for initcall_debugGravatar Steven Rostedt (VMware) 1-16/+35
2018-04-06init, tracing: Add initcall trace eventsGravatar Steven Rostedt (VMware) 1-0/+7
2018-04-05Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-1/+1
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsGravatar Dominik Brodowski 1-3/+6
2018-04-05syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yGravatar Dominik Brodowski 1-0/+7
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-103/+105
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Gravatar Linus Torvalds 1-3/+2
2018-04-02kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Gravatar Dominik Brodowski 1-1/+1
2018-04-02kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add ksys_read() helper; remove in-kernel calls to sys_read()Gravatar Dominik Brodowski 2-6/+6
2018-04-02fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Gravatar Dominik Brodowski 1-4/+4
2018-04-02fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Gravatar Dominik Brodowski 4-14/+15
2018-04-02fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Gravatar Dominik Brodowski 1-2/+2
2018-04-02fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Gravatar Dominik Brodowski 6-14/+14
2018-04-02fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Gravatar Dominik Brodowski 5-14/+14
2018-04-02fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Gravatar Dominik Brodowski 1-1/+1
2018-04-02fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersGravatar Dominik Brodowski 1-4/+4
2018-04-02fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel cal...Gravatar Dominik Brodowski 1-1/+2
2018-04-02fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; rem...Gravatar Dominik Brodowski 1-3/+3