aboutsummaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2011-10-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2011-10-26params: make dashes and underscores in parameter names truly equalMichal Schmidt1-2/+2
2011-10-04Merge branch 'linus' into sched/coreIngo Molnar1-5/+14
2011-10-01Merge branch 'rcu/next' of git://github.com/paulmckrcu/linux into core/rcuIngo Molnar1-3/+3
2011-09-29bootup: move 'usermodehelper_enable()' a little earlierwangyanqing1-1/+1
2011-09-28rcu: Drive configuration directly from SMP and PREEMPTPaul E. McKenney1-3/+3
2011-09-28bootup: move 'usermodehelper_enable()' to the end of do_basic_setup()Linus Torvalds1-3/+1
2011-09-21init: carefully handle loglevel option on kernel cmdline.Alexander Sverdlin1-2/+13
2011-08-14sched: Introduce primitives to account for CFS bandwidth trackingPaul Turner1-0/+12
2011-08-03Boot up with usermodehelper disabledLinus Torvalds1-1/+4
2011-08-03tmpfs: miscellaneous trivial cleanupsHugh Dickins1-1/+1
2011-07-25init: skip calibration delay if previously doneSameer Nanda1-1/+10
2011-07-25mm: remove the leftovers of noswapaccountWANG Cong1-2/+2
2011-07-23Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-...Linus Torvalds1-0/+2
2011-07-22Merge branch 'timers-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+6
2011-06-23Fix CPU spinlock lockups on secondary CPU bringupRussell King1-6/+8
2011-06-17generic-ipi: Fix kexec boot crash by initializing call_single_queue before en...Takao Indoh1-0/+1
2011-06-15gcov: disable CONFIG_CONSTRUCTORS when not needed by CONFIG_GCOV_KERNELJosh Triplett1-1/+0
2011-06-15init/calibrate.c: remove annoying printkBorislav Petkov1-3/+0
2011-06-15uts: make default hostname configurable, rather than always using "(none)"Josh Triplett1-0/+9
2011-06-09pcspkr: Cleanup Kconfig dependenciesRalf Baechle1-1/+5
2011-06-09i8253: Consolidate all kernel definitions of i8253_lockRalf Baechle1-0/+1
2011-06-07debug: Make CONFIG_EXPERT select CONFIG_DEBUG_KERNEL to unhide debug optionsJosh Triplett1-0/+2
2011-05-29mm: Fix boot crash in mm_alloc()Linus Torvalds1-1/+1
2011-05-26cgroup: remove the ns_cgroupDaniel Lezcano1-8/+0
2011-05-25printk: allocate kernel log buffer earlierMike Travis1-0/+1
2011-05-25init/calibrate.c: fix for critical bogoMIPS intermittent calculation failureAndrew Worsley1-6/+69
2011-05-25mm: convert mm->cpu_vm_cpumask into cpumask_var_tKOSAKI Motohiro1-0/+2
2011-05-24Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-18/+12
2011-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds1-5/+0
2011-05-22Give up on pushing CC_OPTIMIZE_FOR_SIZELinus Torvalds1-1/+0
2011-05-20SCHED_TTWU_QUEUE is not longer needed since sparc32 now implements IPIDaniel Hellstrom1-5/+0
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds1-0/+5
2011-05-19kmemleak: Initialise kmemleak after debug_objects_mem_init()Catalin Marinas1-1/+1
2011-05-12Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar1-8/+9
2011-05-10slub: Revert "[PARISC] slub: fix panic with DISCONTIGMEM"David Rientjes1-1/+0
2011-05-05rcu: priority boosting for TREE_PREEMPT_RCUPaul E. McKenney1-1/+1
2011-04-27Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/pa...Linus Torvalds1-0/+1
2011-04-26init/Kconfig: fix EXPERT menu listRandy Dunlap1-8/+8
2011-04-22[PARISC] slub: fix panic with DISCONTIGMEMJames Bottomley1-0/+1
2011-04-15kbuild: move KALLSYMS_EXTRA_PASS from Kconfig to MakefileArtem Bityutskiy1-12/+0
2011-04-15Kconfig: improve KALLSYMS_ALL documentationArtem Bityutskiy1-6/+12
2011-04-14sched: Move the second half of ttwu() to the remote cpuPeter Zijlstra1-0/+5
2011-04-14sched: Remove need_migrate_task()Peter Zijlstra0-0/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23userns: add a user_namespace as creator/owner of uts_namespaceSerge E. Hallyn1-0/+1
2011-03-23pid: remove the child_reaper special case in init/main.cEric W. Biederman1-9/+0
2011-03-22init: return proper error code in do_mounts_rd()Davidlohr Bueso1-1/+1
2011-03-22calibrate: retry with wider bounds when converge seems to failPhil Carmody1-4/+18
2011-03-22calibrate: home in on correct lpj value more quicklyPhil Carmody1-23/+34
2011-03-22calibrate: extract fall-back calculation into own helperPhil Carmody1-33/+40
2011-03-22smp: move smp setup functions to kernel/smp.cAmerigo Wang1-89/+1
2011-03-22fs: use appropriate printk priority levelsMandeep Singh Baines1-1/+2
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+3
2011-03-16Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-5/+0
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2011-03-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+10
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V1-0/+12
2011-03-05BKL: That's all, folksArnd Bergmann1-5/+0
2011-03-04perf cgroup: Fix a typo in kernel configLi Zefan1-1/+1
2011-02-16perf: Add cgroup supportStephane Eranian1-0/+10
2011-02-15Merge branch 'master' into for-nextJiri Kosina3-46/+48
2011-02-10fix jiffy calculations in calibrate_delay_direct to handle overflowTim Deegan1-3/+3
2011-02-03sysfs: Capitalize description of SYSFS_DEPRECATED{_V2} optionsFerenc Wagner1-2/+2
2011-01-20Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+11
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-26/+34
2011-01-20lockdep: Move early boot local IRQ enable/disable status to init/main.cTejun Heo1-2/+11
2011-01-17Kconfig: BLK_THROTTLE -> BLK_DEV_THROTTLINGMichael Witten1-1/+1
2011-01-17Kconfig: Typo: seti -> setMichael Witten1-2/+2
2011-01-15Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...Linus Torvalds1-15/+0
2011-01-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-15/+0
2011-01-14rcu: demote SRCU_SYNCHRONIZE_DELAY from kernel-parameter statusPaul E. McKenney1-15/+0
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2011-01-13decompressors: add boot-time XZ supportLasse Collin1-1/+19
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+0
2011-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+13
2011-01-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2011-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+54
2011-01-05Merge commit 'v2.6.37' into perf/coreIngo Molnar1-1/+1
2011-01-05Merge commit 'v2.6.37' into sched/coreIngo Molnar1-1/+1
2011-01-03name_to_dev_t() must not call __init codeJan Beulich1-1/+1
2010-12-24init: don't call flush_scheduled_work() from do_initcalls()Tejun Heo1-3/+0
2010-12-23Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-1/+54
2010-12-22init/Kconfig: fix typoJim Cromie1-1/+1
2010-12-16init: Initialized IDR earlierPeter Zijlstra1-1/+1
2010-12-16perf: Move perf_event_init() into main.cPeter Zijlstra1-0/+2
2010-12-08Merge branch 'linus' into sched/coreIngo Molnar1-0/+13
2010-12-07Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar1-0/+13
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-0/+13
2010-11-29rcu: Make synchronize_srcu_expedited() fast if running readersPaul E. McKenney1-0/+15
2010-11-29rcu: add tracing for TINY_RCU and TINY_PREEMPT_RCUPaul E. McKenney1-1/+0
2010-11-29rcu: priority boosting for TINY_PREEMPT_RCUPaul E. McKenney1-0/+39
2010-11-26perf, arch: Cleanup perf-pmu init vs lockup-detectorPeter Zijlstra1-0/+1
2010-11-25cgroups: make swap accounting default behavior configurableMichal Hocko1-0/+13
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-28Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-5/+4
2010-10-27namespaces Kconfig: move namespace menu location after the cgroupDaniel Lezcano1-52/+52
2010-10-27namespaces Kconfig: remove the cgroup device whitelist experimental tagDaniel Lezcano1-1/+0
2010-10-27namespaces Kconfig: remove pointless cgroup dependencyDaniel Lezcano1-10/+4
2010-10-27namespaces Kconfig: make namespace a submenuDaniel Lezcano1-6/+8
2010-10-27namespaces: default all the namespaces to 'yes' when CONFIG_NAMESPACES is sel...Daniel Lezcano1-2/+5
2010-10-27namespaces: remove pid_ns and net_ns experimental statusDaniel Lezcano1-6/+3
2010-10-26init: mark __user address space on string literalsNamhyung Kim5-10/+11
2010-10-25Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds1-6/+6
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-31/+33
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-3/+76
2010-10-22Merge branch 'config' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2-3/+1
2010-10-22SYSFS: Allow boot time switching between deprecated and modern sysfs layoutAndi Kleen1-4/+22
2010-10-22driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devicesKay Sievers1-31/+15
2010-10-21Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-1/+2
2010-10-21Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-1/+1
2010-10-19init/main.c: remove BKL notationsNamhyung Kim1-2/+0
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra1-0/+8
2010-10-12genirq: Remove early_init_irq_lock_class()Thomas Gleixner1-1/+0
2010-10-04genirq: Provide KconfigThomas Gleixner1-0/+2
2010-09-29initramfs: fix initramfs size calculationHendrik Brueckner1-5/+4
2010-09-17NFS: Use super.c for NFSROOT mount option parsingChuck Lever1-6/+6
2010-09-17do_mounts: only enable PARTUUID for CONFIG_BLOCKJens Axboe1-0/+4
2010-09-16blkio: Core implementation of throttle policyVivek Goyal1-3/+6
2010-09-16core: match_dev_by_uuid() should not be marked __initJens Axboe1-1/+1
2010-09-15init: add support for root devices specified by partition UUIDWill Drewry1-0/+66
2010-08-23Kconfig: delete duplicate wordStephan Sperber1-1/+1
2010-08-20rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney1-1/+15
2010-08-19rcu: Fix RCU_FANOUT help messagePaul E. McKenney1-3/+6
2010-08-19rcu: restrict TREE_RCU to SMP builds with !PREEMPTPaul E. McKenney1-0/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells2-6/+7
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds1-4/+4
2010-08-11memcg: remove experimental from swap account configKAMEZAWA Hiroyuki1-2/+2
2010-08-11param: make param sections const.Rusty Russell1-4/+4
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds1-3/+7
2010-08-09init/main.c: mark do_one_initcall* as __init_or_moduleKevin Winchester1-2/+2
2010-08-09init/main.c: fix warning: 'calltime.tv64' may be used uninitializedKevin Winchester1-14/+20
2010-08-07Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds1-5/+0
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-26/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-19/+10
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-0/+1
2010-08-01workqueue: mark init_workqueues() as early_initcall()Suresh Siddha1-2/+0
2010-07-28Audit: split audit watch KconfigEric Paris1-1/+5
2010-07-28Audit: audit watches depend on fsnotifyEric Paris1-2/+2
2010-07-28audit: reimplement audit_trees using fsnotify rather than inotifyEric Paris1-1/+1
2010-07-23slow-work: kill itTejun Heo1-24/+0
2010-07-09init: Remove the BKL from startup codeArnd Bergmann1-5/+0
2010-07-05Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar1-0/+12
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+12
2010-06-30init: Fix commentPeter Zijlstra1-1/+1
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner1-1/+3
2010-06-28init, sched: Fix race between init and kthreaddPeter Zijlstra1-0/+12
2010-06-27percpu: allow limited allocation before slab is onlineTejun Heo1-0/+1
2010-06-18Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar1-0/+8
2010-06-09ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus=Thomas Renninger1-1/+3
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan1-2/+0
2010-06-08tracing: Remove boot tracerAmérico Wang1-17/+10
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-0/+8
2010-05-25mem-hotplug: avoid multiple zones sharing same boot strapping boot_pagesetHaicheng Li1-1/+1
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe2-2/+3
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel1-2/+2
2010-05-20kdb: core for kgdb back end (2 of 2)Jason Wessel1-0/+2
2010-05-07Merge commit 'v2.6.34-rc6' into sched/coreIngo Molnar1-1/+2
2010-04-29Merge branch 'master' into for-2.6.35Jens Axboe1-1/+2
2010-04-26blk-cgroup: config options re-arrangementVivek Goyal1-0/+27
2010-04-24initramfs: handle unrecognised decompressor when unpackingPhillip Lougher1-1/+2
2010-04-15Merge branch 'linus' into sched/coreIngo Molnar3-1/+3
2010-04-02sched: Remove remaining USER_SCHED codeLi Zefan1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-1/+3
2010-03-24cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie1-1/+1
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov1-0/+1
2010-03-06init/main.c: make setup_max_cpus static for !SMPH Hartley Sweeten1-1/+1
2010-03-06init/initramfs.c: fix "symbol shadows an earlier one" noiseH Hartley Sweeten1-6/+6
2010-03-06init/main.c: improve usability in case of init binary failureAndreas Mohr1-1/+2
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki1-1/+1
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-9/+6
2010-03-03init: Open /dev/console from rootfsEric W. Biederman2-9/+6
2010-03-03Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+15
2010-02-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-51/+30
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+0
2010-02-28Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2010-02-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+18
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+4
2010-02-26oprofile: remove EXPERIMENTAL from the config option descriptionRobert Richter1-1/+1
2010-02-25rcu: Accelerate grace period if last non-dynticked CPUPaul E. McKenney1-0/+16
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney1-0/+2
2010-02-17smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu1-0/+14
2010-02-17init: Move radix_tree_init() earlyYinghai Lu1-1/+1
2010-02-08Merge branch 'sched/urgent' into sched/coreIngo Molnar1-4/+14
2010-02-07ima: initialize ima before inodes can be allocatedEric Paris1-1/+1
2010-02-02kconfig CROSS_COMPILE optionRoland McGrath1-0/+8
2010-01-21sched: Remove USER_SCHEDDhaval Giani1-51/+30
2010-01-13Merge branch 'perf/urgent' into perf/coreIngo Molnar5-22/+25
2010-01-11lib: add support for LZO-compressed kernelsAlbin Tonnerre1-4/+14
2010-01-06padata: Generic parallelization/serialization interfaceSteffen Klassert1-0/+4
2009-12-28perf events: Remove CONFIG_EVENT_PROFILELi Zefan1-13/+0
2009-12-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+6
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2-8/+4
2009-12-16sched: Mark boot-cpu active before smp_init()Peter Zijlstra1-6/+1
2009-12-15initramfs: add missing decompressor error checkPhillip Lougher1-4/+6