aboutsummaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)AuthorFilesLines
2008-04-30infrastructure to debug (dynamic) objectsGravatar Thomas Gleixner 1-0/+3
2008-04-30Deprecate find_task_by_pid()Gravatar Pavel Emelyanov 1-1/+1
2008-04-30signals: fix /sbin/init protection from unwanted signalsGravatar Oleg Nesterov 1-0/+2
2008-04-29idr: create idr_layer_cache at boot timeGravatar Akinobu Mita 1-0/+2
2008-04-29sysctl: allow embedded targets to disable sysctl_check.cGravatar Holger Schurig 1-0/+11
2008-04-29cgroups: add an owner to the mm_structGravatar Balbir Singh 2-0/+8
2008-04-29cgroups: implement device whitelistGravatar Serge E. Hallyn 1-0/+7
2008-04-29CGroup API files: make CGROUP_DEBUG default to offGravatar Paul Menage 1-0/+1
2008-04-29directly use kmalloc() and kfree() in init/initramfs.cGravatar Thomas Petazzoni 1-10/+10
2008-04-29Simplify initcall_debug outputGravatar Bjorn Helgaas 1-14/+6
2008-04-29let LOG_BUF_SHIFT default to 17Gravatar Adrian Bunk 1-9/+6
2008-04-28init: fix integer as NULL pointer warningsGravatar Harvey Harrison 2-2/+2
2008-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 1-1/+1
2008-04-28make CC_OPTIMIZE_FOR_SIZE non-experimentalGravatar Ingo Molnar 1-5/+1
2008-04-26sparc64: Kill CONFIG_SPARC32_COMPATGravatar David S. Miller 1-1/+1
2008-04-24[POWERPC] Use __weak macro for smp_setup_processor_idGravatar Benjamin Herrenschmidt 1-1/+1
2008-04-24[POWERPC] Add thread_info_cache_init() weak hookGravatar Benjamin Herrenschmidt 1-0/+5
2008-04-19sched: better rt-group documentationGravatar Viktor Radnai 1-0/+7
2008-04-19init: move setup of nr_cpu_ids to as early as possibleGravatar Mike Travis 1-0/+17
2008-04-19cpumask: add CPU_MASK_ALL_PTR macroGravatar Mike Travis 1-1/+6
2008-04-14slub: No need for per node slab counters if !SLUB_DEBUGGravatar Christoph Lameter 1-1/+1
2008-03-15ACPI: Remove ACPI_CUSTOM_DSDT_INITRD optionGravatar Linus Torvalds 2-14/+1
2008-03-10rcu: move PREEMPT_RCU config option back under PREEMPTGravatar Paul E. McKenney 1-31/+3
2008-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Gravatar Linus Torvalds 1-3/+8
2008-03-04Memory controller: rename to Memory Resource ControllerGravatar Balbir Singh 1-15/+15
2008-03-04Fix "Malformed early option 'loglevel'"Gravatar Alex Riesen 1-1/+1
2008-03-04sysfs: CONFIG_SYSFS_DEPRECATED fixGravatar Ingo Molnar 1-0/+4
2008-03-04driver core: fix up Kconfig text for CONFIG_SYSFS_DEPRECATEDGravatar Greg Kroah-Hartman 1-3/+4
2008-02-23cgroup memory controller: document huge memory/cache overhead in KconfigGravatar Andi Kleen 1-0/+8
2008-02-14Use struct path in fs_structGravatar Jan Blunck 1-3/+3
2008-02-13sched: rt-group: make rt groups scheduling configurableGravatar Peter Zijlstra 1-6/+17
2008-02-11kbuild: fix make V=1Gravatar Sam Ravnborg 1-0/+1
2008-02-09x86: DEBUG_PAGEALLOC: enable after mem_init()Gravatar Thomas Gleixner 1-1/+1
2008-02-09brk: help text typo fixGravatar Ingo Molnar 1-1/+1
2008-02-09kbuild: silence CHK/UPD messages according to $(quiet)Gravatar Mike Frysinger 1-1/+3
2008-02-08Convert loglevel-related kernel boot parameters to early_paramGravatar Yinghai Lu 1-9/+5
2008-02-08start the global /sbin/init with 0,0 special pidsGravatar Oleg Nesterov 1-1/+0
2008-02-08teach set_special_pids() to use struct pidGravatar Oleg Nesterov 1-1/+1
2008-02-08namespaces: cleanup the code managed with PID_NS optionGravatar Pavel Emelyanov 1-12/+12
2008-02-08namespaces: cleanup the code managed with the USER_NS optionGravatar Pavel Emelyanov 1-9/+8
2008-02-08namespaces: move the IPC namespace under IPC_NS optionGravatar Pavel Emelyanov 1-0/+7
2008-02-08namespaces: move the UTS namespace under UTS_NS optionGravatar Pavel Emelyanov 1-0/+7
2008-02-08namespaces: add the NAMESPACES config optionGravatar Pavel Emelyanov 1-0/+9
2008-02-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 2-1/+14
2008-02-07Memory controller: cgroups setupGravatar Balbir Singh 1-0/+7
2008-02-07Memory controller: resource countersGravatar Pavel Emelianov 1-0/+7
2008-02-06ACPI: basic initramfs DSDT override supportGravatar Markus Gaugusch 2-1/+14
2008-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86Gravatar Linus Torvalds 1-0/+12
2008-02-06brk randomization: introduce CONFIG_COMPAT_BRKGravatar Ingo Molnar 1-0/+12
2008-02-06calibrate_delay() must be __cpuinitGravatar Adrian Bunk 1-3/+3