summaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorLines
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-0/+2
2018-08-24kbuild: test dead code/data elimination support in KconfigMasahiro Yamada-0/+2
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-80/+31
2018-08-22init/Kconfig: remove EXPERT from CHECKPOINT_RESTOREAdrian Reber-12/+12
2018-08-22init/main.c: log init process file namePaul Menzel-0/+1
2018-08-22init/Kconfig: fix its typosRandy Dunlap-2/+2
2018-08-22init/: remove ineffective sparse disablingLuc Van Oostenryck-50/+0
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel-16/+16
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+8
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+2
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai-0/+5
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+11
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-2/+2
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+12
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds-1/+14
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds-0/+7
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds-1/+1
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)-2/+0
2018-08-09signal: Don't restart fork when signals come in.Eric W. Biederman-0/+1
2018-08-09init/Kconfig: Use short unix-style option instead of --longnameRob Landley-2/+2
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig-0/+1
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig-2/+2
2018-08-02kconfig: remove duplicate SWAP symbol defintionsChristoph Hellwig-1/+8
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)-1/+4
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman-1/+1
2018-07-21pids: Move the pgrp and session pid pointers from task_struct to signal_structEric W. Biederman-5/+6
2018-07-21pids: Initialize leader_pid in init_taskEric W. Biederman-0/+1
2018-07-20x86/mm/pti: Introduce pti_finalize()Joerg Roedel-0/+7
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin-1/+1
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin-2/+2
2018-07-18kbuild: Add build salt to the kernel and modulesLaura Abbott-0/+12
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-4/+3
2018-06-28kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada-4/+3
2018-06-25init/Kconfig: add an option for uncompressed kernelVasily Gorbik-1/+14
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig-4/+0
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-0/+15
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+23
2018-06-08kconfig: add CC_IS_CLANG and CLANG_VERSIONMasahiro Yamada-0/+7
2018-06-08kconfig: add CC_IS_GCC and GCC_VERSIONMasahiro Yamada-0/+8
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+1
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+2
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds-21/+4
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-0/+27
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers-0/+23
2018-05-29kconfig: replace $(UNAME_RELEASE) with function callMasahiro Yamada-2/+2
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada-12/+4
2018-05-29kbuild: remove CONFIG_CROSS_COMPILE supportMasahiro Yamada-9/+0
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2018-05-25init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre-0/+1