| Commit message (Expand) | Author | Age | Files | Lines |
* | directly use kmalloc() and kfree() in init/initramfs.c | Thomas Petazzoni | 2008-04-29 | 1 | -10/+10 |
* | Simplify initcall_debug output | Bjorn Helgaas | 2008-04-29 | 1 | -14/+6 |
* | let LOG_BUF_SHIFT default to 17 | Adrian Bunk | 2008-04-29 | 1 | -9/+6 |
* | init: fix integer as NULL pointer warnings | Harvey Harrison | 2008-04-28 | 2 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-04-28 | 1 | -1/+1 |
|\ |
|
| * | sparc64: Kill CONFIG_SPARC32_COMPAT | David S. Miller | 2008-04-26 | 1 | -1/+1 |
* | | make CC_OPTIMIZE_FOR_SIZE non-experimental | Ingo Molnar | 2008-04-28 | 1 | -5/+1 |
|/ |
|
* | [POWERPC] Use __weak macro for smp_setup_processor_id | Benjamin Herrenschmidt | 2008-04-24 | 1 | -1/+1 |
* | [POWERPC] Add thread_info_cache_init() weak hook | Benjamin Herrenschmidt | 2008-04-24 | 1 | -0/+5 |
* | sched: better rt-group documentation | Viktor Radnai | 2008-04-19 | 1 | -0/+7 |
* | init: move setup of nr_cpu_ids to as early as possible | Mike Travis | 2008-04-19 | 1 | -0/+17 |
* | cpumask: add CPU_MASK_ALL_PTR macro | Mike Travis | 2008-04-19 | 1 | -1/+6 |
* | slub: No need for per node slab counters if !SLUB_DEBUG | Christoph Lameter | 2008-04-14 | 1 | -1/+1 |
* | ACPI: Remove ACPI_CUSTOM_DSDT_INITRD option | Linus Torvalds | 2008-03-15 | 2 | -14/+1 |
* | rcu: move PREEMPT_RCU config option back under PREEMPT | Paul E. McKenney | 2008-03-10 | 1 | -31/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-03-04 | 1 | -3/+8 |
|\ |
|
| * | sysfs: CONFIG_SYSFS_DEPRECATED fix | Ingo Molnar | 2008-03-04 | 1 | -0/+4 |
| * | driver core: fix up Kconfig text for CONFIG_SYSFS_DEPRECATED | Greg Kroah-Hartman | 2008-03-04 | 1 | -3/+4 |
* | | Memory controller: rename to Memory Resource Controller | Balbir Singh | 2008-03-04 | 1 | -15/+15 |
* | | Fix "Malformed early option 'loglevel'" | Alex Riesen | 2008-03-04 | 1 | -1/+1 |
|/ |
|
* | cgroup memory controller: document huge memory/cache overhead in Kconfig | Andi Kleen | 2008-02-23 | 1 | -0/+8 |
* | Use struct path in fs_struct | Jan Blunck | 2008-02-14 | 1 | -3/+3 |
* | sched: rt-group: make rt groups scheduling configurable | Peter Zijlstra | 2008-02-13 | 1 | -6/+17 |
* | kbuild: fix make V=1 | Sam Ravnborg | 2008-02-11 | 1 | -0/+1 |
* | x86: DEBUG_PAGEALLOC: enable after mem_init() | Thomas Gleixner | 2008-02-09 | 1 | -1/+1 |
* | brk: help text typo fix | Ingo Molnar | 2008-02-09 | 1 | -1/+1 |
* | kbuild: silence CHK/UPD messages according to $(quiet) | Mike Frysinger | 2008-02-09 | 1 | -1/+3 |
* | Convert loglevel-related kernel boot parameters to early_param | Yinghai Lu | 2008-02-08 | 1 | -9/+5 |
* | start the global /sbin/init with 0,0 special pids | Oleg Nesterov | 2008-02-08 | 1 | -1/+0 |
* | teach set_special_pids() to use struct pid | Oleg Nesterov | 2008-02-08 | 1 | -1/+1 |
* | namespaces: cleanup the code managed with PID_NS option | Pavel Emelyanov | 2008-02-08 | 1 | -12/+12 |
* | namespaces: cleanup the code managed with the USER_NS option | Pavel Emelyanov | 2008-02-08 | 1 | -9/+8 |
* | namespaces: move the IPC namespace under IPC_NS option | Pavel Emelyanov | 2008-02-08 | 1 | -0/+7 |
* | namespaces: move the UTS namespace under UTS_NS option | Pavel Emelyanov | 2008-02-08 | 1 | -0/+7 |
* | namespaces: add the NAMESPACES config option | Pavel Emelyanov | 2008-02-08 | 1 | -0/+9 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2008-02-07 | 2 | -1/+14 |
|\ |
|
| * | ACPI: basic initramfs DSDT override support | Markus Gaugusch | 2008-02-06 | 2 | -1/+14 |
* | | Memory controller: cgroups setup | Balbir Singh | 2008-02-07 | 1 | -0/+7 |
* | | Memory controller: resource counters | Pavel Emelianov | 2008-02-07 | 1 | -0/+7 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 | Linus Torvalds | 2008-02-06 | 1 | -0/+12 |
|\ |
|
| * | brk randomization: introduce CONFIG_COMPAT_BRK | Ingo Molnar | 2008-02-06 | 1 | -0/+12 |
* | | calibrate_delay() must be __cpuinit | Adrian Bunk | 2008-02-06 | 1 | -3/+3 |
* | | Remove superfluous checks for CONFIG_BLK_DEV_INITRD from initramfs.c | Robert P. J. Day | 2008-02-06 | 1 | -5/+0 |
* | | proper prototype for get_filesystem_list() | Adrian Bunk | 2008-02-06 | 1 | -2/+1 |
* | | proper prototype for signals_init() | Adrian Bunk | 2008-02-06 | 1 | -1/+1 |
* | | read_current_timer() cleanups | Andrew Morton | 2008-02-06 | 1 | -2/+1 |
|/ |
|
* | slob: correct Kconfig description | Matt Mackall | 2008-02-05 | 1 | -5/+3 |
* | maps4: make page monitoring /proc file optional | Matt Mackall | 2008-02-05 | 1 | -0/+10 |
* | timerfd: un-break CONFIG_TIMERFD | Davide Libenzi | 2008-02-05 | 1 | -1/+0 |
* | Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig | Mathieu Desnoyers | 2008-02-03 | 1 | -0/+12 |