summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-052-6/+7
|\
| * rcu: Fix full dynticks' dependency on wide RCU nocb modeFrederic Weisbecker2013-05-041-2/+2
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-022-46/+77
| |\
| * | nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker2013-04-261-3/+3
| * | nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker2013-04-191-0/+1
| * | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\ \ \
| * | | proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-1/+1
* | | | init: Do not warn on non-zero initcall returnSteven Rostedt2013-05-011-4/+1
* | | | init/Kconfig: re-order CONFIG_EXPERT options to fix menuconfig displayMike Frysinger2013-04-301-40/+40
* | | | usermodehelper: split remaining calls to call_usermodehelper_fns()Lucas De Marchi2013-04-301-2/+6
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'linus' into timers/coreThomas Gleixner2013-04-241-4/+0
| |\| |
| * | | tick: Call tick_init lateThomas Gleixner2013-03-071-1/+1
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-1/+1
|\ \ \ \
| * | | | idle: Provide a generic entry point for the idle codeThomas Gleixner2013-04-081-1/+1
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-04-301-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | context_tracking: Enable probes by default for selftestingFrederic Weisbecker2013-03-071-0/+1
| | |/ | |/|
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-04-301-15/+58
|\ \ \
| * \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2013-04-101-15/+58
| |\ \ \ | | |_|/ | |/| |
| | * | rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacksPaul E. McKenney2013-03-261-7/+10
| | * | rcu: Distinguish "rcuo" kthreads by RCU flavorPaul E. McKenney2013-03-261-6/+7
| | * | rcu: Provide compile-time control for no-CBs CPUsPaul E. McKenney2013-03-261-0/+39
| | * | rcu: Remove restrictions on no-CBs CPUsPaul E. McKenney2013-03-121-2/+2
| | |/
* | | init/main.c: convert to pr_foo()Andrew Morton2013-04-291-16/+15
* | | init: raise log levelRichard Weinberger2013-04-291-3/+3
* | | init: scream bloody murder if interrupts are enabled too earlySteven Rostedt2013-04-291-10/+3
|/ /
* / final removal of CONFIG_EXPERIMENTALKees Cook2013-03-121-4/+0
|/
* Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-03-021-0/+8
|\
| * sysctl: Enable PARISC "unaligned-trap" to be used cross-archVineet Gupta2013-02-151-0/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-251-13/+7
|\ \
| * | cifs: Enable building with user namespaces enabled.Eric W. Biederman2013-02-131-1/+0
| * | nfsd: Enable building with user namespaces enabled.Eric W. Biederman2013-02-131-1/+0
| * | nfs: Enable building with user namespaces enabled.Eric W. Biederman2013-02-131-1/+0
| * | ncpfs: Support interacting with multiple user namespacesEric W. Biederman2013-02-131-1/+0
| * | gfs2: Enable building with user namespaces enabledEric W. Biederman2013-02-131-1/+0
| * | ocfs2: Enable building with user namespaces enabledEric W. Biederman2013-02-131-1/+0
| * | coda: Allow coda to be built when user namespace support is enabledEric W. Biederman2013-02-131-1/+0
| * | afs: Support interacting with multiple user namespacesEric W. Biederman2013-02-131-1/+0
| * | 9p: Allow building 9p with user namespaces enabled.Eric W. Biederman2013-02-121-4/+0
| * | ceph: Enable building when user namespaces are enabled.Eric W. Biederman2013-02-121-1/+0
| * | userns: Recommend use of memory control groups.Eric W. Biederman2013-01-261-0/+7
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-0/+20
|\ \ \
| * | | MODSIGN: Add option to not sign modules during modules_installMichal Marek2013-01-251-0/+11
| * | | MODSIGN: Simplify Makefile with a Kconfig helperMichal Marek2013-01-251-0/+9
| | |/ | |/|
* | | Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-211-0/+7
|\ \ \
| * | | sysctl: Enable IA64 "ignore-unaligned-usertrap" to be used cross-archVineet Gupta2013-01-091-0/+7
| | |/ | |/|
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-212-44/+14
|\ \ \
| * | | driver-core: constify data for class_find_device()Michał Mirosław2013-02-061-2/+2
| * | | Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-252-2/+6
| |\ \ \ | | | |/ | | |/|