summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAge
* mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin2016-12-25
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-17
|\
| * cgroup: Fix CGROUP_BPF configAndy Lutomirski2016-12-17
* | Merge tag 'modules-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-14
|\ \
| * | module: fix DEBUG_SET_MODULE_RONX typoArnd Bergmann2016-11-28
| * | module: extend 'rodata=off' boot cmdline parameter to module mappingsAKASHI Takahiro2016-11-27
* | | Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-12-13
|\ \ \
| * \ \ Merge branch 'for-4.9' into for-4.10Tejun Heo2016-10-19
| |\ \ \ | | |/ / | |/| |
| | * | workqueue: make workqueue available early during bootTejun Heo2016-09-17
* | | | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-12
|\ \ \ \
| * | | | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-24
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-12-12
|\ \ \ \
| * | | | init: reduce rootwait polling interval time to 5msJungseung Lee2016-12-12
| | |_|/ | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-12
|\ \ \ \
| * | | | posix-timers: Make them configurableNicolas Pitre2016-11-16
| | |/ / | |/| |
* | | | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-12
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/amd: Check for the C1E bug post ACPI subsystem initThomas Gleixner2016-12-09
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\ \ \
| * | | Re-enable CONFIG_MODVERSIONS in a slightly weaker formLinus Torvalds2016-11-29
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-26
|\ \ \ \ | |/ / /
| * | | Fix subtle CONFIG_MODVERSIONS problemsLinus Torvalds2016-11-25
| * | | init: use pr_cont() when displaying rotator during ramdisk loading.Nicolas Schichan2016-11-24
| |/ /
* | | cgroup: add support for eBPF programsDaniel Mack2016-11-25
|/ /
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-15
|\ \
| * | gcc-plugins: Add latent_entropy pluginEmese Revfy2016-10-10
| |/
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-14
|\ \
| * | kbuild: allow archs to select link dead code/data eliminationNicholas Piggin2016-09-09
* | | relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra2016-10-11
* | | Merge branch 'parisc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-10-07
|\ \ \
| * | | parisc: Drop BROKEN_RODATA config optionHelge Deller2016-09-20
| | |/ | |/|
* | | sched/core: Add try_get_task_stack() and put_task_stack()Andy Lutomirski2016-09-16
* | | sched/core: Allow putting thread_info into task_structAndy Lutomirski2016-09-15
|/ /
* | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-08
|\ \ | |/ |/|
| * mm: SLUB hardened usercopy supportKees Cook2016-07-26
| * mm: SLAB hardened usercopy supportKees Cook2016-07-26
* | init/Kconfig: add clarification for out-of-tree modulesValdis Kletnieks2016-08-02
* | init/Kconfig: ban CONFIG_LOCALVERSION_AUTO with allmodconfigAlexey Dobriyan2016-08-02
* | init: allow blacklisting of module_init functionsPrarit Bhargava2016-08-02
* | treewide: replace obsolete _refok by __refFabian Frederick2016-08-02
* | init/Kconfig: make COMPILE_TEST depend on !UMLRichard Weinberger2016-08-02
* | cgroup: update cgroup's document pathseokhoon.yoon2016-08-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-07-28
|\ \
| * | init: fix Kconfig textGeert Uytterhoeven2016-06-21
* | | mm: SLUB freelist randomizationThomas Garnier2016-07-26
* | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-25
|\ \ \
| * | | sched/cputime: Replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING codeRik van Riel2016-07-14
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-25
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-06-30
| |\ \
| | * | rcu: Disable TASKS_RCU for usermode LinuxPaul E. McKenney2016-06-15