summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2022-04-071-10/+15
|\
| * init/main.c: silence some -Wunused-parameter warningsAndrew Halaney2022-04-061-10/+15
* | Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Stephen Rothwell2022-04-071-1/+21
|\ \
| * | kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng2022-04-061-1/+21
| |/
* | Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2022-04-071-1/+49
|\ \
| * | rust: avoid all GCC plugins, not just the randstruct oneMiguel Ojeda2022-04-051-1/+1
| * | init/Kconfig: Specify the interpreter for rust-is-available.shSeongJae Park2022-04-041-1/+7
| * | Kbuild: add Rust supportMiguel Ojeda2022-04-041-1/+43
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vbab...Stephen Rothwell2022-04-071-0/+1
|\ \
| * | mm/slub: use stackdepot to save stack trace in objectsOliver Glitta2022-04-061-0/+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 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-311-4/+4
|\ \
| * | kbuild: Add environment variables for userprogs flagsElliot Berman2022-02-141-4/+4
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-241-8/+6
|\ \
| * | init/main.c: return 1 from handled __setup() functionsRandy Dunlap2022-03-231-2/+4
| * | init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai2022-03-231-6/+2
| |/
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-242-0/+6
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-0/+4
| |\ \
| | * | kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor2022-02-021-0/+4
| * | | net: initialize init_net earlierEric Dumazet2022-02-061-0/+2
| | |/ | |/|
* | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-1/+2
|\ \ \
| * | | sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headersFrederic Weisbecker2022-03-111-1/+2
| |/ /
* | | Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-03-221-0/+1
|\ \ \
| * | | locking: Enable RT_MUTEXES by default on PREEMPT_RT.Sebastian Andrzej Siewior2022-02-111-0/+1
| |/ /
* | | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-211-1/+1
|\ \ \
| * | | stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETMarco Elver2022-02-141-1/+1
| |/ /
* / / block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
|/ /
* / lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2022-01-221-3/+6
|/
* Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-192-2/+1
|\
| * kbuild: do not quote string values in include/config/auto.confMasahiro Yamada2022-01-081-1/+1
| * init/Kconfig: Drop linker version check for LD_ORPHAN_WARNNathan Chancellor2021-12-021-1/+0
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-171-0/+13
|\ \
| * | module: add in-kernel support for decompressingDmitry Torokhov2022-01-111-0/+13
* | | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-0/+4
|\ \ \ | |/ / |/| |
| * | perf: Force architectures to opt-in to guest callbacksSean Christopherson2021-11-171-0/+4
* | | 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