summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-23Merge branch 'android-4.9' into amlogic-4.9-devJianxin Pan3137-31640/+78174
2019-05-16Merge 4.9.177 into android-4.9Greg Kroah-Hartman55-153/+604
2019-05-16init: initialize jump labels before command line option parsingDan Williams1-2/+2
2019-03-22UPSTREAM: mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin9-50/+174
2019-03-22UPSTREAM: workqueue: make workqueue available early during bootTejun Heo3-17/+76
2018-11-10module: fix DEBUG_SET_MODULE_RONX typoArnd Bergmann1-1/+1
2018-08-15init: rename and re-order boot_cpu_state_init()Linus Torvalds3-3/+3
2018-04-24Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan1597-9267/+26531
2018-04-08module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro3-5/+25
2018-01-22Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan655-2803/+6655
2018-01-05kaiser: stack map PAGE_SIZE at THREAD_SIZE-PAGE_SIZEHugh Dickins3-17/+36
2018-01-05KAISER: Kernel Address IsolationRichard Fellner22-16/+449
2017-11-14Merge branch 'android-4.9' into amlogic-4.9-devVictor Wan418-6051/+12280
2017-10-23mm: add pagetrace functiontao zeng10-2/+1031
2017-10-21initramfs: finish fput() before accessing any binary from initramfsLokesh Vutla2-3/+2
2017-04-12random: use chacha20 for get_random_int/longJason A. Donenfeld3-43/+43
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy8-1/+689
2016-08-02init: allow blacklisting of module_init functionsPrarit Bhargava1-0/+6
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick36-53/+46
2016-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds67-207/+178
2016-06-25init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64Rasmus Villemoes1-1/+3
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds10-39/+41
2016-05-27mm: use early_pfn_to_nid in page_ext_initYang Shi2-3/+4
2016-05-21init/main.c: simplify initcall_blacklisted()Rasmus Villemoes1-5/+4
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek24-107/+306
2016-05-21mm: call page_ext_init() after all struct pages are initializedYang Shi1-1/+2
2016-03-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds119-1805/+3139
2016-03-15init/main.c: use list_for_each_entry()Geliang Tang1-3/+1
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds35-236/+1294
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds26-84/+103
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner6-45/+13
2016-03-01cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner4-45/+194
2016-02-22mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook3-7/+28
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin13-98/+0
2016-01-21init/main.c: obsolete_checksetup can be booleanYaowei Bai1-5/+5
2015-12-04rcu: Wire up rcu_end_inkernel_boot()Paul E. McKenney1-0/+2
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker3-26/+17
2015-08-07fs, file table: reinit files_stat.max_files after deferred memory initialisationMel Gorman5-22/+25
2015-07-01mm: meminit: finish initialisation of struct pages before basic setupMel Gorman5-37/+49
2015-06-26Merge tag 'driver-core-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds23-79/+367
2015-06-10ACPI / init: Switch over platform to the ACPI mode laterRafael J. Wysocki3-15/+44
2015-05-20module: add extra argument for parse_params() callbackLuis R. Rodriguez6-21/+32
2015-04-17kernel/fork.c: new function for max_threadsHeinrich Schuchardt2-15/+23
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds153-1419/+2312
2015-04-14lib/ioremap.c: add huge I/O map capability interfacesToshi Kani5-0/+52
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds31-440/+986
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds46-59/+54
2015-04-13cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney3-3/+34
2015-03-06init/main: fix reset_device commentFrans Klaver1-1/+1
2015-03-05cpuset: initialize cpuset a bit earlyZefan Li1-1/+1
[next]