summaryrefslogtreecommitdiff
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* kconfig-preempt-rt-full.patchThomas Gleixner2013-09-131-1/+1
* rcu: Disable RCU_FAST_NO_HZ on RTThomas Gleixner2013-09-131-1/+1
* mm: Enable SLUB for RTThomas Gleixner2013-09-131-1/+0
* softirq: Init softirq local lock after per cpu section is set upSteven Rostedt2013-09-131-1/+1
* softirq-local-lock.patchThomas Gleixner2013-09-131-0/+1
* sched: Disable CONFIG_RT_GROUP_SCHED on RTThomas Gleixner2013-09-131-0/+1
* posix-timers: thread posix-cpu-timers on -rtJohn Stultz2013-09-131-0/+1
* mm: Allow only slab on RTIngo Molnar2013-09-131-0/+2
* efi: Defer freeing boot services memory until after ACPI initJosh Triplett2012-10-311-0/+3
* Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin2012-08-141-4/+4
* mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu2012-07-311-1/+1
* memcg: rename config variablesAndrew Morton2012-07-311-7/+7
* mm/hugetlb: add new HugeTLB cgroupAneesh Kumar K.V2012-07-311-0/+15
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-07-271-1/+1
|\
| * ARM: 7453/1: audit: only allow syscall auditing for pure EABI userspaceWill Deacon2012-07-091-1/+1
* | Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-07-271-0/+1
|\ \
| * | init: add comments to keep initcall-names in sync with initcall levelsJim Cromie2012-07-271-0/+1
| |/
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-07-261-4/+4
|\ \
| * | x86-64/efi: Use EFI to deal with platform wall clockJan Beulich2012-06-061-4/+4
* | | switch fput to task_work_addAl Viro2012-07-221-1/+2
| |/ |/|
* | init: Drop initcall level outputBorislav Petkov2012-06-081-6/+1
* | module_param: stop double-calling parameters.Rusty Russell2012-06-081-1/+1
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-05-316-14/+62
|\
| * kconfig: update compression algorithm infoRandy Dunlap2012-05-311-6/+5
| * init: disable sparse checking of the mount.o source filesH Hartley Sweeten2012-05-315-8/+57
* | Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-301-1/+1
|\ \ | |/ |/|
| * Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2012-05-012-14/+15
| |\
| * \ Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo2012-04-016-33/+72
| |\ \
| * | | blkcg: make CONFIG_BLK_CGROUP boolTejun Heo2012-03-061-1/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-0/+1
|\ \ \ \
| * | | | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-1/+129
|\ \ \ \ \
| * | | | | userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman2012-05-151-2/+0
| * | | | | userns: Convert cgroup permission checks to use uid_eqEric W. Biederman2012-05-151-1/+0
| * | | | | userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman2012-05-151-1/+0
| * | | | | userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman2012-05-151-1/+0
| * | | | | userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman2012-05-151-1/+0
| * | | | | userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman2012-05-151-1/+0
| * | | | | userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman2012-05-151-1/+0
| * | | | | userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman2012-05-151-1/+0
| * | | | | userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman2012-05-151-1/+0
| * | | | | userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman2012-05-151-1/+0
| * | | | | userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman2012-05-151-2/+0
| * | | | | userns: Add negative depends on entries to avoid building code that is userns...Eric W. Biederman2012-05-151-0/+131
| * | | | | userns: Add a Kconfig option to enforce strict kuid and kgid type checksEric W. Biederman2012-04-071-1/+11
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-231-0/+3
|\ \ \ \ \
| * | | | | kbuild/extable: Hook up sortextable into the build system.David Daney2012-04-191-0/+3
* | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-221-13/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-181-12/+13
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | perf: Remove PERF_COUNTERS config optionRobert Richter2012-04-261-13/+1
| | |/ / / / | |/| | | |