aboutsummaryrefslogtreecommitdiffstats
path: root/init (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-4/+4
2022-03-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+6
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-0/+6
2022-03-23init/main.c: return 1 from handled __setup() functionsRandy Dunlap1-2/+4
2022-03-23init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai1-6/+2
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2022-03-22Merge tag 'locking-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2022-03-21Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2022-03-11sched/preempt: Tell about PREEMPT_DYNAMIC on kernel headersFrederic Weisbecker1-1/+2
2022-02-14stack: Introduce CONFIG_RANDOMIZE_KSTACK_OFFSETMarco Elver1-1/+1
2022-02-14kbuild: Add environment variables for userprogs flagsElliot Berman1-4/+4
2022-02-11locking: Enable RT_MUTEXES by default on PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2022-02-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+4
2022-02-06net: initialize init_net earlierEric Dumazet1-0/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2022-02-02kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor1-0/+4
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka1-3/+6
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-2/+1
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-0/+13
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2022-01-11module: add in-kernel support for decompressingDmitry Torokhov1-0/+13
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+1
2022-01-11Merge tag 'kcsan.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-5/+0
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2022-01-08kbuild: do not quote string values in include/config/auto.confMasahiro Yamada1-1/+1
2022-01-05mm: Make SLAB_MERGE_DEFAULT depend on SL[AU]BHyeonggon Yoo1-0/+1
2021-12-30Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pmRafael J. Wysocki1-1/+1
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-1/+1
2021-12-09kcsan: Remove redundant zero-initialization of globalsMarco Elver1-5/+0
2021-12-02init/Kconfig: Drop linker version check for LD_ORPHAN_WARNNathan Chancellor1-1/+0
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann1-8/+0
2021-11-25futex: Ensure futex_atomic_cmpxchg_inatomic() is presentArnd Bergmann1-0/+1
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba1-1/+1
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson1-0/+4
2021-11-14kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.xGustavo A. R. Silva1-1/+1
2021-11-14kconfig: Add support for -Wimplicit-fallthroughGustavo A. R. Silva1-0/+5
2021-11-14Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-11-11mm: allow only SLUB on PREEMPT_RTIngo Molnar1-0/+2
2021-11-11preempt: Restore preemption model selection configsValentin Schneider1-1/+1
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+3
2021-11-09init: make unknown command line param message clearerAndrew Halaney1-1/+3
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-4/+6
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport2-3/+3
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-11-06mm: create a new system state and fix core_kernel_text()Christophe Leroy1-0/+2
2021-11-06mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMPT_RTSebastian Andrzej Siewior1-1/+1
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-12/+4
2021-10-18block: move elevator.h to block/Christoph Hellwig1-1/+0
2021-10-10bootconfig: init: Fix memblock leak in xbc_make_cmdline()Masami Hiramatsu1-0/+1
2021-10-10bootconfig: Rename xbc_destroy_all() to xbc_exit()Masami Hiramatsu1-1/+1