aboutsummaryrefslogtreecommitdiffstats
path: root/init (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-3/+11
2018-08-15Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2018-08-15Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-0/+12
2018-08-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+14
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-08-13Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2018-08-12init: rename and re-order boot_cpu_state_init()Linus Torvalds1-1/+1
2018-08-09init/Kconfig: Use short unix-style option instead of --longnameRob Landley1-2/+2
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-0/+1
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-2/+2
2018-08-02kconfig: remove duplicate SWAP symbol defintionsChristoph Hellwig1-1/+8
2018-07-20x86/mm/pti: Introduce pti_finalize()Joerg Roedel1-0/+7
2018-07-20sched/clock: Enable sched clock earlyPavel Tatashin1-1/+1
2018-07-20sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin1-2/+2
2018-07-18kbuild: Add build salt to the kernel and modulesLaura Abbott2-0/+12
2018-06-30Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+3
2018-06-28kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada1-4/+3
2018-06-25init/Kconfig: add an option for uncompressed kernelVasily Gorbik1-1/+14
2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig1-4/+0
2018-06-13Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+15
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+23
2018-06-08kconfig: add CC_IS_CLANG and CLANG_VERSIONMasahiro Yamada1-0/+7
2018-06-08kconfig: add CC_IS_GCC and GCC_VERSIONMasahiro Yamada1-0/+8
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+2
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-21/+4
2018-06-06Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+27
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+23
2018-05-29kconfig: replace $(UNAME_RELEASE) with function callMasahiro Yamada1-2/+2
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-12/+4
2018-05-29kbuild: remove CONFIG_CROSS_COMPILE supportMasahiro Yamada1-9/+0
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-05-25init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre1-0/+1
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+8
2018-05-18sched/fair: Fix documentation file pathSebastian Andrzej Siewior1-1/+1
2018-05-17kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabledNicholas Piggin1-0/+27
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu1-0/+1
2018-05-14audit: convert sessionid unset to a macroRichard Guy Briggs1-1/+2
2018-05-11init: fix false positives in W+X checkingJeffrey Hugo1-0/+7
2018-05-07Fix typo in comment.Florian La Roche1-1/+1
2018-04-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+10
2018-04-11seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan1-0/+1
2018-04-11init/ramdisk: use pr_cont() at the end of ramdisk loadingAaro Koskinen1-2/+2
2018-04-11uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan1-0/+2
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-17/+67
2018-04-07init: Have initcall_debug still work without CONFIG_TRACEPOINTSSteven Rostedt (VMware)1-2/+26
2018-04-06init, tracing: Have printk come through the trace events for initcall_debugSteven Rostedt (VMware)1-16/+35
2018-04-06init, tracing: Add initcall trace eventsSteven Rostedt (VMware)1-0/+7
2018-04-05Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1