summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2022-07-112-10/+34
|\
| * Merge branch 'mm-nonmm-unstable' into mm-everythingakpm2022-07-082-10/+32
| |\
| | * init/main.c: silence some -Wunused-parameter warningsAndrew Halaney2022-07-081-10/+15
| | * init-add-hostname-kernel-parameter-v2Dan Moulding2022-07-081-3/+3
| | * init: add "hostname" kernel parameterDan Moulding2022-07-081-0/+17
| * | Maple Tree: add new data structureLiam R. Howlett2022-07-081-0/+2
| |/
* | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2022-07-111-1/+50
|\ \
| * | init/Kconfig: Specify the interpreter for rust-is-available.shSeongJae Park2022-05-231-1/+7
| * | Kbuild: add Rust supportMiguel Ojeda2022-05-231-1/+44
* | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Stephen Rothwell2022-07-112-2/+3
|\ \ \
| * \ \ Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney2022-07-051-2/+2
| |\ \ \
| | * | | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-2/+2
| | | |/ | | |/|
| * / | rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney2022-06-201-0/+1
| |/ /
* / / Documentation: update watch_queue.rst referencesMauro Carvalho Chehab2022-07-071-1/+1
|/ /
* | gcc-12: disable '-Warray-bounds' universally for nowLinus Torvalds2022-06-091-0/+9
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-032-1/+3
|\ \
| * | init: Deal with the init process being a user mode processEric W. Biederman2022-05-071-0/+2
| * | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-1/+1
| |/
* | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-311-0/+4
|\ \
| * | arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren2022-04-261-0/+4
| |/
* | Merge tag 'trace-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-05-292-20/+39
|\ \
| * | bootconfig: Support embedding a bootconfig file in kernelMasami Hiramatsu2022-04-262-11/+32
| * | bootconfig: Check the checksum before removing the bootconfig from initrdMasami Hiramatsu2022-04-261-12/+10
| |/
* | Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-271-54/+0
|\ \
| * | mm: Kconfig: reorganize misplaced mm optionsVlastimil Babka2022-05-271-53/+0
* | | Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-272-28/+62
|\ \ \
| * | | initramfs: support cpio extraction with file checksumsDavid Disseldorp2022-05-091-5/+24
| * | | initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionDavid Disseldorp2022-05-092-12/+26
| * | | initramfs: make dir_entry.name a flexible array memberDavid Disseldorp2022-05-091-4/+6
| * | | initramfs: refactor do_header() cpio magic checksDavid Disseldorp2022-05-091-5/+4
| * | | init/Kconfig: remove USELIB syscall by defaultKees Cook2022-04-291-2/+2
| | |/ | |/|
* | | Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-0/+11
|\ \ \
| * | | module: Introduce module unload taint trackingAaron Tomlin2022-05-121-0/+11
| |/ /
* | | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-1/+21
|\ \ \
| * | | kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng2022-04-061-1/+21
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-05-261-0/+5
|\ \ \
| * | | Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bugSean Christopherson2022-04-131-0/+5
| |/ /
* | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-140/+0
|\ \ \ | | |/ | |/|
| * | mm: Kconfig: move swap and slab config options to the MM sectionJohannes Weiner2022-05-191-123/+0
| * | mm/uffd: move USERFAULTFD configs into mm/Peter Xu2022-05-131-17/+0
| |/
* | Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-05-261-4/+0
|\ \
| * | kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2022-05-241-4/+0
| |/
* | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-2/+1
|\ \
| * \ Merge branch 'remove-h8300' of git://git.infradead.org/users/hch/misc into as...Arnd Bergmann2022-04-041-2/+1
| |\ \ | | |/ | |/|
| | * remove the h8300 architectureChristoph Hellwig2022-02-231-2/+1
* | | Merge tag 'slab-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2022-05-251-0/+1
|\ \ \
| * | | mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2022-04-061-0/+1
| |/ /
* | | random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-05-181-7/+3
* | | init: call time_init() before rand_initialize()Jason A. Donenfeld2022-05-131-1/+2
|/ /
* | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-4/+4
|\ \