summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAge
* writeback: add {CONFIG|BDI_CAP|FS}_CGROUP_WRITEBACKTejun Heo2015-06-02
* Merge tag 'docs-for-linus' of git://git.lwn.net/linux-2.6Linus Torvalds2015-04-18
|\
| * Documentation/memcg: update memcg/kmem statusVladimir Davydov2015-04-11
* | Merge tag 'dm-4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2015-04-18
|\ \
| * | init: stricter checking of major:minor root= valuesDan Ehrenberg2015-04-15
| * | init: export name_to_dev_t and mark name argument as constDan Ehrenberg2015-04-15
| |/
* | kernel/fork.c: new function for max_threadsHeinrich Schuchardt2015-04-17
* | kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-15
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-14
|\ \
| * | lib/ioremap.c: add huge I/O map capability interfacesToshi Kani2015-04-14
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-04-14
|\ \ \
| * | | bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ...Ingo Molnar2015-04-02
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-14
|\ \ \
| * | | cpu: Defer smpboot kthread unparking until CPU known to schedulerPaul E. McKenney2015-04-13
| * | | rcu: Add Kconfig option to expedite grace periods during bootPaul E. McKenney2015-02-26
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-14
|\ \ \ | |_|/ |/| |
| * | init/main: fix reset_device commentFrans Klaver2015-03-06
* | | cpuset: initialize cpuset a bit earlyZefan Li2015-03-05
| |/ |/|
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2015-02-19
|\ \
| * | kconfig: use bool instead of boolean for type definition attributesChristoph Jaeger2015-01-07
* | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2015-02-19
|\ \ \
| * | | kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZEMasahiro Yamada2015-01-08
| |/ /
* | | init: remove CONFIG_INIT_FALLBACKAndy Lutomirski2015-02-13
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-09
|\ \ \
| * | | init: Get rid of x86ismsThomas Gleixner2015-01-22
| |/ /
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'doc.2015.01.07a', 'fixes.2015.01.15a', 'preempt.2015.01.06a',...Paul E. McKenney2015-01-15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| | | * | rcu: Optionally run grace-period kthreads at real-time priorityPaul E. McKenney2015-01-15
| |_|/ / |/| | |
| | * | rcu: Make SRCU optional by using CONFIG_SRCUPranith Kumar2015-01-06
| |/ / |/| |
| * | rcu: Remove "select IRQ_WORK" from config TREE_RCULai Jiangshan2015-01-06
|/ /
* | init: fix read-write root mountMiklos Szeredi2014-12-17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-16
|\ \
| * \ Merge branch 'nsfs' into for-nextAl Viro2014-12-10
| |\ \ | | |/ | |/|
| | * take the targets of /proc/*/ns/* symlinks to separate fsAl Viro2014-12-10
| | * copy address of proc_ns_ops into ns_commonAl Viro2014-12-04
| | * common object embedded into various struct ....nsAl Viro2014-12-04
* | | Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2014-12-16
|\ \ \
| * | | tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)2014-12-15
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-12-14
|\ \ \
| * \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2014-11-19
| |\ \ \
| | * | | integrity: provide a hook to load keys when rootfs is readyDmitry Kasatkin2014-11-17
* | | | | mm/page_ext: resurrect struct page extending code for debuggingJoonsoo Kim2014-12-13
* | | | | init: allow CONFIG_INIT_FALLBACK=n to disable defaults if init= failsAndy Lutomirski2014-12-10
* | | | | mm: move page->mem_cgroup bad page handling into generic codeJohannes Weiner2014-12-10
* | | | | mm: embed the memcg pointer directly into struct pageJohannes Weiner2014-12-10
* | | | | mm/numa balancing: rearrange Kconfig entryAneesh Kumar K.V2014-12-10
* | | | | kernel: res_counter: remove the unused APIJohannes Weiner2014-12-10
* | | | | mm: hugetlb_cgroup: convert to lockless page countersJohannes Weiner2014-12-10
* | | | | mm: memcontrol: lockless page countersJohannes Weiner2014-12-10
* | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-11-20
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | rcu: Remove redundant TREE_PREEMPT_RCU config optionPranith Kumar2014-10-29