aboutsummaryrefslogtreecommitdiffstats
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2012-09-21[no-upstream] init: support uncompressed initrd imagesMurali Karicheri1-2/+4
2012-08-14Revert "x86-64/efi: Use EFI to deal with platform wall clock"H. Peter Anvin1-4/+4
2012-07-31mm/hotplug: correctly setup fallback zonelists when creating new pgdatJiang Liu1-1/+1
2012-07-31memcg: rename config variablesAndrew Morton1-7/+7
2012-07-31mm/hugetlb: add new HugeTLB cgroupAneesh Kumar K.V1-0/+15
2012-07-27Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2012-07-27Merge tag 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2012-07-27init: add comments to keep initcall-names in sync with initcall levelsJim Cromie1-0/+1
2012-07-26Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+4
2012-07-22switch fput to task_work_addAl Viro1-1/+2
2012-07-09ARM: 7453/1: audit: only allow syscall auditing for pure EABI userspaceWill Deacon1-1/+1
2012-06-08init: Drop initcall level outputBorislav Petkov1-6/+1
2012-06-08module_param: stop double-calling parameters.Rusty Russell1-1/+1
2012-06-06x86-64/efi: Use EFI to deal with platform wall clockJan Beulich1-4/+4
2012-05-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds6-14/+62
2012-05-31kconfig: update compression algorithm infoRandy Dunlap1-6/+5
2012-05-31init: disable sparse checking of the mount.o source filesH Hartley Sweeten5-8/+57
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-1/+129
2012-05-23Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-13/+1
2012-05-22Merge tag 'driver-core-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-14/+19
2012-05-21Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+28
2012-05-21Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+46
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-0/+1
2012-05-21Fix blocking allocations called very early during bootupLinus Torvalds1-3/+4
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-12/+13
2012-05-15userns: Convert the move_pages, and migrate_pages permission checks to use ui...Eric W. Biederman1-2/+0
2012-05-15userns: Convert cgroup permission checks to use uid_eqEric W. Biederman1-1/+0
2012-05-15userns: Convert tmpfs to use kuid and kgid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert sysfs to use kgid/kuid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert sysctl permission checks to use kuid and kgids.Eric W. Biederman1-1/+0
2012-05-15userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert ext4 to user kuid/kgid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert ext2 to use kuid/kgid where appropriate.Eric W. Biederman1-1/+0
2012-05-15userns: Convert devpts to use kuid/kgid where appropriateEric W. Biederman1-1/+0
2012-05-15userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman1-2/+0
2012-05-15userns: Add negative depends on entries to avoid building code that is userns...Eric W. Biederman1-0/+131
2012-05-14Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-4/+46
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner1-12/+13
2012-05-05init: don't try mounting device as nfs root unless type fully matchesSasha Levin1-1/+1
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+4
2012-05-05init_task: Create generic init_task instanceThomas Gleixner2-0/+25
2012-05-02Merge 3.4-rc5 into driver-core-nextGreg Kroah-Hartman1-14/+13
2012-05-01Merge tag 'v3.4-rc5' into for-3.5/coreJens Axboe2-14/+15
2012-04-30params: add 3rd arg to option handler callback signatureJim Cromie1-13/+20
2012-04-26perf: Remove PERF_COUNTERS config optionRobert Richter1-13/+1
2012-04-25init: fix bug where environment vars can't be passed via boot argsChris Metcalf1-12/+13
2012-04-24rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney1-0/+27
2012-04-24rcu: Clarify help text for RCU_BOOST_PRIOPaul E. McKenney1-4/+19
2012-04-19kbuild/extable: Hook up sortextable into the build system.David Daney1-0/+3
2012-04-07userns: Add a Kconfig option to enforce strict kuid and kgid type checksEric W. Biederman1-1/+11
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-2/+2
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo6-33/+72
2012-03-31new helper: ext2_image_size()Al Viro1-5/+4
2012-03-31get rid of pointless includes of ext2_fs.hAl Viro1-1/+0
2012-03-29documentation: remove references to cpu_*_map.Rusty Russell1-2/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Move all declarations of free_initmem() to linux/mm.hDavid Howells1-1/+0
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll1-6/+59
2012-03-23init/do_mounts.c: print error code on mount failureBernhard Walle1-2/+2
2012-03-23init: check printed flag to skip printing messageDiwakar Tundlam1-1/+2
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+2
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-03-21init: Remove CONFIG_PPC_ISERIESStephen Rothwell1-2/+2
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+1
2012-03-15init: fix wording error in mm_init commentJim Cromie1-2/+2
2012-03-06blkcg: make CONFIG_BLK_CGROUP boolTejun Heo1-1/+1
2012-03-01sched/rt: Use schedule_preempt_disabled()Thomas Gleixner1-4/+1
2012-02-21rcu: Move RCU_TRACE to lib/Kconfig.debugPaul E. McKenney1-9/+0
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+15
2012-01-17Kernel: Audit Support For The ARM PlatformNathaniel Husted1-1/+1
2012-01-17audit: only allow tasks to set their loginuid if it is -1Eric Paris1-0/+14
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+1
2012-01-12c/r: introduce CHECKPOINT_RESTORE symbolCyrill Gorcunov1-0/+11
2012-01-13module_param: make bool parameters really bool (core code)Rusty Russell1-1/+1
2012-01-11Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+0
2012-01-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+15
2012-01-11Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+0
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-4/+31
2012-01-10sched: Fix CONFIG_CGROUP_SCHED dependencyFabio Estevam1-1/+0
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2-8/+10
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-4/+6
2012-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+11
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2012-01-05NFS: Retry mounting NFSROOTChuck Lever1-4/+31
2012-01-03init/initramfs.c: should use umode_tAl Viro1-4/+4
2011-12-12Basic kernel memory functionality for the Memory ControllerGlauber Costa1-0/+11
2011-12-11rcu: Permit RCU_FAST_NO_HZ to be used by TREE_PREEMPT_RCUPaul E. McKenney1-5/+5
2011-12-06mm, x86: Remove debug_pagealloc_enabledStanislaw Gruszka1-5/+0
2011-12-06init/main.c: Execute lockdep_init() as early as possibleMing Lei1-2/+1
2011-12-05x86: Reduce clock calibration time during slave cpu startupJack Steiner1-0/+15
2011-11-06Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+3
2011-11-02sysctl: make CONFIG_SYSCTL_SYSCALL default to nWANG Cong1-2/+2
2011-11-02init: add root=PARTUUID=UUID/PARTNROFF=%d supportWill Drewry1-5/+43
2011-11-02init/do_mounts_rd.c: fix ramdisk identification for padded cramfsNeil Armstrong1-0/+14
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-25jump-label: initialize jump-label subsystem much earlierJeremy Fitzhardinge1-0/+3
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