summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAge
* Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-30
|\
| * kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATIONMasahiro Yamada2018-06-28
* | dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig2018-06-14
|/
* Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-13
|\
| * kconfig: add CC_IS_CLANG and CLANG_VERSIONMasahiro Yamada2018-06-08
| * kconfig: add CC_IS_GCC and GCC_VERSIONMasahiro Yamada2018-06-08
* | Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-10
|\ \ | |/ |/|
| * rseq: Introduce restartable sequences system callMathieu Desnoyers2018-06-06
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-06
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-26
| |\|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-21
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-16
| |\ \ \
| | * | | bpf: enable stackmap with build_id in nmi contextSong Liu2018-05-14
* | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-06
|\ \ \ \ \
| * | | | | audit: convert sessionid unset to a macroRichard Guy Briggs2018-05-14
| | |/ / / | |/| | |
* | | | | Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-06-06
|\ \ \ \ \
| * | | | | kconfig: replace $(UNAME_RELEASE) with function callMasahiro Yamada2018-05-28
| * | | | | kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-28
| * | | | | kbuild: remove CONFIG_CROSS_COMPILE supportMasahiro Yamada2018-05-28
| | |_|_|/ | |/| | |
* | | | | Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-06-06
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabledNicholas Piggin2018-05-17
| |/ / /
* | | / init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre2018-05-25
| |_|/ |/| |
* | | sched/fair: Fix documentation file pathSebastian Andrzej Siewior2018-05-18
* | | init: fix false positives in W+X checkingJeffrey Hugo2018-05-11
| |/ |/|
* | Fix typo in comment.Florian La Roche2018-05-07
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-15
|\
| * syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski2018-04-05
| * syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=yDominik Brodowski2018-04-05
* | seq_file: allocate seq_file from kmem_cacheAlexey Dobriyan2018-04-11
* | init/ramdisk: use pr_cont() at the end of ramdisk loadingAaro Koskinen2018-04-11
* | uts: create "struct uts_namespace" from kmem_cacheAlexey Dobriyan2018-04-11
* | Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-10
|\ \
| * | init: Have initcall_debug still work without CONFIG_TRACEPOINTSSteven Rostedt (VMware)2018-04-07
| * | init, tracing: Have printk come through the trace events for initcall_debugSteven Rostedt (VMware)2018-04-06
| * | init, tracing: Add initcall trace eventsSteven Rostedt (VMware)2018-04-06
| * | init: Fix initcall0 name as it is "pure" not "early"Steven Rostedt (VMware)2018-03-23
* | | Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-04-05
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v4.16-rc5' into develLinus Walleij2018-03-18
| |\|
| * | pc104: Add EXPERT dependency for PC104 Kconfig optionWilliam Breathitt Gray2018-02-22
* | | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-03
|\ \ \
| * | | kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid()Dominik Brodowski2018-04-02
| * | | kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare()Dominik Brodowski2018-04-02
| * | | fs: add ksys_read() helper; remove in-kernel calls to sys_read()Dominik Brodowski2018-04-02
| * | | fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek()Dominik Brodowski2018-04-02
| * | | fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl()Dominik Brodowski2018-04-02
| * | | fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64()Dominik Brodowski2018-04-02
| * | | fs: add ksys_open() wrapper; remove in-kernel calls to sys_open()Dominik Brodowski2018-04-02
| * | | fs: add ksys_close() wrapper; remove in-kernel calls to sys_close()Dominik Brodowski2018-04-02
| * | | fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-02
| * | | fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappersDominik Brodowski2018-04-02