summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-3/+11
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-0/+1
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-2/+2
| * kconfig: remove duplicate SWAP symbol defintionsChristoph Hellwig2018-08-021-1/+8
* | Merge tag 'kconfig-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-08-151-2/+2
|\ \
| * | init/Kconfig: Use short unix-style option instead of --longnameRob Landley2018-08-091-2/+2
| |/
* | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-152-0/+12
|\ \
| * | kbuild: Add build salt to the kernel and modulesLaura Abbott2018-07-182-0/+12
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-08-131-1/+14
|\ \
| * | init/Kconfig: add an option for uncompressed kernelVasily Gorbik2018-06-251-1/+14
* | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-08-131-2/+2
|\ \ \
| * | | sched/clock: Enable sched clock earlyPavel Tatashin2018-07-201-1/+1
| * | | sched/clock: Move sched clock initialization and merge with generic clockPavel Tatashin2018-07-201-2/+2
| | |/ | |/|
* | | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-131-0/+7
|\ \ \
| * | | x86/mm/pti: Introduce pti_finalize()Joerg Roedel2018-07-201-0/+7
| |/ /
* / / init: rename and re-order boot_cpu_state_init()Linus Torvalds2018-08-121-1/+1
|/ /
* | Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-301-4/+3
|\ \ | |/ |/|
| * kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada2018-06-281-4/+3
* | dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-141-4/+0
|/
* Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-131-0/+15
|\
| * kconfig: add CC_IS_CLANG and CLANG_VERSIONMasahiro Yamada2018-06-081-0/+7
| * kconfig: add CC_IS_GCC and GCC_VERSIONMasahiro Yamada2018-06-081-0/+8
* | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-101-0/+23
|\ \ | |/ |/|
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-061-0/+23
* | 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