summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* cgroups: make cgroup_path() RCU-safePaul Menage2009-01-081-9/+21
* cgroups: skip processes from other namespaces when listing a cgroupGowrishankar M2009-01-081-2/+4
* cgroups: introduce link_css_set() to remove duplicate codeLi Zefan2009-01-081-38/+30
* cgroups: add inactive subsystems to rootnode.subsys_listLi Zefan2009-01-081-2/+3
* cgroups: make root_list contains active hierarchies onlyLi Zefan2009-01-081-12/+7
* cgroups: remove rcu_read_lock() in cgroupstats_build()Lai Jiangshan2009-01-081-2/+0
* cgroups: call find_css_set() safely in cgroup_attach_task()Lai Jiangshan2009-01-081-1/+6
* cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone()Lai Jiangshan2009-01-081-0/+2
* cgroups: don't put struct cgroupfs_root protected by RCULai Jiangshan2009-01-081-2/+2
* cgroups: fix cgroup_iter_next() bugLai Jiangshan2009-01-081-1/+3
* cgroups: add lock for child->cgroups in cgroup_post_fork()Lai Jiangshan2009-01-081-0/+2
* ns_cgroup: remove unused spinlockLi Zefan2009-01-081-2/+0
* cgroups: remove some redundant NULL checksLi Zefan2009-01-081-22/+7
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-01-071-0/+5
|\
| * sched: fix possible recursive rq->lockPeter Zijlstra2009-01-071-0/+5
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-01-071-3/+58
|\ \
| * | resource: allow MMIO exclusivity for device driversArjan van de Ven2009-01-071-3/+58
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds2009-01-074-1/+330
|\ \
| * | async: don't do the initcall stuff post bootArjan van de Ven2009-01-071-4/+4
| * | async: Asynchronous function calls to speed up kernel bootArjan van de Ven2009-01-074-1/+330
| |/
* | stop_machine/cpu hotplug: fix disable_nonboot_cpusHeiko Carstens2009-01-071-1/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-073-3/+3
|\ \ | |/ |/|
| * trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-062-2/+2
| * trivial: printk: fix indentation of new_text_line declarationJiri Kosina2009-01-061-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-01-061-1/+1
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2009-01-071-1/+1
| |\ \ | | |/ | |/|
| | * CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells2009-01-071-1/+1
| | * Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...James Morris2009-01-071-1/+1
| | * CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells2009-01-051-1/+1
* | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-01-061-72/+70
|\ \ \
| * | | hrtimer: splitout peek ahead functionality, fixIngo Molnar2009-01-051-1/+5
| * | | hrtimer: fixup commentsThomas Gleixner2009-01-051-11/+9
| * | | hrtimer: fix recursion deadlock by re-introducing the softirqPeter Zijlstra2009-01-051-33/+27
| * | | hrtimer: simplify hotplug migrationThomas Gleixner2009-01-051-15/+10
| * | | hrtimer: fix HOTPLUG_CPU=n compile warningThomas Gleixner2009-01-051-11/+8
| * | | hrtimer: splitout peek ahead functionalityThomas Gleixner2009-01-051-7/+17
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-01-066-33/+31
|\ \ \ \
| * | | | sched: fix section mismatchLi Zefan2009-01-062-2/+2
| * | | | sched: fix double kfree in failure pathLi Zefan2009-01-061-3/+2
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'sched/clock', 'sched/cleanups' and 'linus' into sched/urgentIngo Molnar2009-01-066-30/+103
| |\ \ \ \ \ \ | | | | | |/ / | | | | |/| |
| | * | | | | sched_clock: prevent scd->clock from moving backwards, take #2Thomas Gleixner2008-12-312-3/+9
| | | |_|_|/ | | |/| | |
| * | | | | sched: clean up arch_reinit_sched_domains()Li Zefan2009-01-051-6/+3
| * | | | | sched: mark sched_create_sysfs_power_savings_entries() as __initLi Zefan2009-01-051-1/+1
| * | | | | Merge branch 'linus' into sched/urgentIngo Molnar2009-01-0545-1577/+1718
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | getrusage: RUSAGE_THREAD should return ru_utime and ru_stimeKOSAKI Motohiro2009-01-041-0/+2
| * | | | | sched: fix sched_slice()Mike Galbraith2009-01-021-18/+12
* | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-065-53/+72
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar2009-01-0610-679/+596
| |\ \ \ \ \ \ \ \ | | | | | |_|_|_|/ | | | | |/| | | |
| | * | | | | | | futex: catch certain assymetric (get|put)_futex_key callsDarren Hart2009-01-021-1/+4
| | * | | | | | | futex: make futex_(get|put)_key() calls symmetricDarren Hart2008-12-301-31/+36
OpenPOWER on IntegriCloud