summaryrefslogtreecommitdiffstats
path: root/init/main.c
Commit message (Expand)AuthorAgeFilesLines
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-251-2/+1
* Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-141-2/+5
|\
| * module: fix DEBUG_SET_MODULE_RONX typoArnd Bergmann2016-11-281-1/+1
| * module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro2016-11-271-2/+5
* | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-131-0/+10
|\ \
| * \ Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-191-0/+10
| |\ \ | | |/ | |/|
| | * workqueue: make workqueue available early during bootTejun Heo2016-09-171-0/+10
* | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-121-1/+1
|\ \ \
| * | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
| |/ /
* | | x86/amd: Check for the C1E bug post ACPI subsystem initThomas Gleixner2016-12-091-0/+3
|/ /
* | gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-101-0/+1
|/
* init: allow blacklisting of module_init functionsPrarit Bhargava2016-08-021-0/+6
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-06-241-1/+3
|\
| * init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64Rasmus Villemoes2016-06-241-1/+3
* | Clarify naming of thread info/stack allocatorsLinus Torvalds2016-06-241-2/+2
|/
* mm: use early_pfn_to_nid in page_ext_initYang Shi2016-05-271-2/+1
* init/main.c: simplify initcall_blacklisted()Rasmus Villemoes2016-05-201-5/+4
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-0/+1
* mm: call page_ext_init() after all struct pages are initializedYang Shi2016-05-201-1/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-161-3/+1
|\
| * init/main.c: use list_for_each_entry()Geliang Tang2016-03-151-3/+1
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-15/+1
|\ \ | |/ |/|
| * cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner2016-03-011-1/+0
| * cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner2016-03-011-14/+1
* | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-4/+23
|\ \
| * | mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook2016-02-221-4/+23
| |/
* | locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin2016-02-091-5/+0
|/
* init/main.c: obsolete_checksetup can be booleanYaowei Bai2016-01-201-5/+5
* rcu: Wire up rcu_end_inkernel_boot()Paul E. McKenney2015-12-041-0/+2
* kmod: use system_unbound_wq instead of khelperFrederic Weisbecker2015-09-101-1/+0
* fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman2015-08-071-1/+1
* mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-301-0/+2
* Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-06-261-10/+15
|\
| * module: add extra argument for parse_params() callbackLuis R. Rodriguez2015-05-201-10/+15
* | ACPI / init: Switch over platform to the ACPI mode laterRafael J. Wysocki2015-06-101-0/+1
|/
* kernel/fork.c: new function for max_threadsHeinrich Schuchardt2015-04-171-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-141-0/+2
|\
| * lib/ioremap.c: add huge I/O map capability interfacesToshi Kani2015-04-141-0/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-141-0/+1
|\ \
| * | cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2015-04-131-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \ \ | |_|/ |/| |
| * | init/main: fix reset_device commentFrans Klaver2015-03-061-1/+1
* | | cpuset: initialize cpuset a bit earlyZefan Li2015-03-051-1/+1
| |/ |/|
* | init: remove CONFIG_INIT_FALLBACKAndy Lutomirski2015-02-131-5/+0
* | init: Get rid of x86ismsThomas Gleixner2015-01-221-13/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-161-0/+2
|\ \
| * \ Merge branch 'nsfs' into for-nextAl Viro2014-12-101-0/+2
| |\ \ | | |/ | |/|
| | * take the targets of /proc/*/ns/* symlinks to separate fsAl Viro2014-12-101-0/+2
* | | Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-12-161-0/+4
|\ \ \
OpenPOWER on IntegriCloud