summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-111-8/+1
|\
| * Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131-1/+1
| |\
| * | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-251-8/+0
| * | futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann2021-11-251-0/+1
* | | Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-5/+0
|\ \ \
| * | | kcsan: Remove redundant zero-initialization of globalsMarco Elver2021-12-091-5/+0
| |/ /
* | | Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-01-101-1/+1
|\ \ \
| * \ \ Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-12-301-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba2021-11-231-1/+1
| | |/
* | / mm: Make SLAB_MERGE_DEFAULT depend on SL[AU]BHyeonggon Yoo2022-01-051-0/+1
|/ /
* / kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.xGustavo A. R. Silva2021-11-141-1/+1
|/
* kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva2021-11-141-0/+5
* Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-141-1/+1
|\
| * preempt: Restore preemption model selection configsValentin Schneider2021-11-111-1/+1
* | mm: allow only SLUB on PREEMPT_RTIngo Molnar2021-11-111-0/+2
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-091-1/+3
|\
| * init: make unknown command line param message clearerAndrew Halaney2021-11-091-1/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-063-4/+6
|\|
| * memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-062-3/+3
| * memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
| * mm: create a new system state and fix core_kernel_text()Christophe Leroy2021-11-061-0/+2
| * mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMP...Sebastian Andrzej Siewior2021-11-061-1/+1
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-12/+4
|\ \
| * | bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu2021-10-101-1/+1
| * | bootconfig: Add xbc_get_info() for the node informationMasami Hiramatsu2021-10-101-0/+1
| * | bootconfig: Allocate xbc_data inside xbc_init()Masami Hiramatsu2021-10-101-11/+2
* | | block: move elevator.h to block/Christoph Hellwig2021-10-181-1/+0
| |/ |/|
* | bootconfig: init: Fix memblock leak in xbc_make_cmdline()Masami Hiramatsu2021-10-101-0/+1
|/
* Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-09-241-14/+16
|\
| * init: don't panic if mount_nodev_root failedLeon Romanovsky2021-09-191-3/+0
| * init/do_mounts.c: Harden split_fs_names() against buffer overflowVivek Goyal2021-09-191-11/+16
* | init: Revert accidental changes to print irqs_disabled()Geert Uytterhoeven2021-09-221-3/+3
|/
* memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds2021-09-141-1/+1
* Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-09-091-11/+26
|\
| * init/bootconfig: Reorder init parameter from bootconfig and cmdlineMasami Hiramatsu2021-09-081-9/+14
| * init: bootconfig: Remove all bootconfig data when the init memory is removedMasami Hiramatsu2021-09-081-2/+12
* | Merge branch 'work.init' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-09-091-25/+65
|\ \
| * | fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig2021-08-231-28/+21
| * | init: allow mounting arbitrary non-blockdevice filesystems as rootChristoph Hellwig2021-08-231-0/+43
| * | init: split get_fs_namesChristoph Hellwig2021-08-231-22/+26
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-083-1/+6
|\ \ \
| * | | trap: cleanup trap_init()Kefeng Wang2021-09-081-0/+2
| * | | init: move usermodehelper_enable() to populate_rootfs()Rasmus Villemoes2021-09-083-1/+4
| | |/ | |/|
* | | kbuild: Only default to -Werror if COMPILE_TESTMarco Elver2021-09-071-1/+1
* | | Enable '-Werror' by default for all kernel buildsLinus Torvalds2021-09-051-0/+14
* | | Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-011-5/+14
|\ \ \
| * \ \ Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-5/+0
| |\ \ \
| | * | | printk: remove NMI trackingJohn Ogness2021-07-261-5/+0
| * | | | printk: Userspace format indexing supportChris Down2021-07-191-0/+14
| | |_|/ | |/| |
* | | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-3/+3
|\ \ \ \