aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-24memory controller: soft limit organize cgroupsBalbir Singh1-2/+16
2009-09-24memory controller: soft limit interfaceBalbir Singh1-0/+3
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum5-22/+114
2009-09-24cgroups: change css_set freeing mechanism to be under RCUBen Blum1-1/+7
2009-09-24cgroups: use vmalloc for large cgroups pidlist allocationsBen Blum1-5/+42
2009-09-24cgroups: ensure correct concurrent opening/reading of pidlists across pid namespacesBen Blum1-17/+90
2009-09-24cgroups: add a read-only "procs" file similar to "tasks" that shows only unique tgidsBen Blum1-106/+172
2009-09-24cgroups: revert "cgroups: fix pid namespace bug"Paul Menage1-71/+24
2009-09-24cgroups: allow cgroup hierarchies to be created with no bound subsystemsPaul Menage1-59/+99
2009-09-24cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroupPaul Menage1-49/+199
2009-09-24cgroups: move the cgroup debug subsys into cgroup.c to access internal statePaul Menage3-106/+88
2009-09-24cgroups: support named cgroups hierarchiesPaul Menage1-48/+136
2009-09-24cgroups: make unlock sequence in cgroup_get_sb consistentXiaotian Feng1-1/+1
2009-09-24time: add function to convert between calendar time and broken-down time for universal useZhaolei2-1/+128
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2-12/+2
2009-09-23headers: utsname.h reduxAlexey Dobriyan3-3/+0
2009-09-23Revert "kmod: fix race in usermodehelper code"Sebastian Andrzej Siewior1-8/+5
2009-09-24cpumask: remove arch_send_call_function_ipiRusty Russell1-7/+0
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-5/+2
2009-09-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-0/+19
2009-09-23creds_are_invalid() needs to be exported for use by modules:Randy Dunlap1-0/+1
2009-09-23include/linux/cred.h: fix buildAndrew Morton1-0/+18
2009-09-23Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-169/+245
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-7/+16
2009-09-23procfs: provide stack information for threadsStefani Seibold1-0/+2
2009-09-23lockdep: use new arch_is_kernel_data()Mike Frysinger1-0/+3
2009-09-23kallsyms: use new arch_is_kernel_text()Mike Frysinger1-1/+2
2009-09-23getrusage: fill ru_maxrss valueJiri Pirko3-0/+21
2009-09-23proc connector: add event for process becoming session leaderScott James Remnant1-1/+3
2009-09-23seq_file: constify seq_operationsJames Morris5-7/+7
2009-09-23generic-ipi: make struct call_function_data locklessXiao Guangrong1-21/+8
2009-09-23kmod: fix race in usermodehelper codeNeil Horman1-5/+8
2009-09-23printk: add printk_delay to make messages readable for some scenariosDave Young2-0/+29
2009-09-23printk boot_delay: rename printk_delay_msec to loops_per_msecDave Young1-7/+5
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-4/+4
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven1-0/+13
2009-09-22nommu: add support for Memory Protection Units (MPU)Bernd Schmidt1-0/+5
2009-09-22oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro1-0/+2
2009-09-22oom: move oom_killer_enable()/oom_killer_disable to where they belongAlexey Dobriyan1-0/+1
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich1-11/+4
2009-09-22mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich1-1/+1
2009-09-22ksm: fix deadlock with munlock in exit_mmapAndrea Arcangeli1-0/+1
2009-09-22ksm: fix oom deadlockHugh Dickins1-1/+0
2009-09-22ksm: the mm interface to ksmHugh Dickins1-1/+7
2009-09-22mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro1-0/+11
2009-09-22const: mark remaining inode_operations as constAlexey Dobriyan1-2/+2
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-1263/+1262
2009-09-21Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-129/+181
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-49/+73