summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-11-181-5/+4
|\
| * relay: fix cpu offline problemLai Jiangshan2008-11-181-5/+4
* | suspend: use WARN not WARN_ON to print the messageArjan van de Ven2008-11-181-1/+1
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-11-183-19/+132
|\ \
| * | kernel/profile.c: fix section mismatch warningRakib Mullick2008-11-181-1/+1
| * | function tracing: fix wrong pos computing when read buffer has been fulfilledwalimis2008-11-161-11/+15
| * | tracing: fix mmiotrace resizing crashIngo Molnar2008-11-131-0/+6
| * | ring-buffer: no preempt for sched_clock()Steven Rostedt2008-11-121-1/+7
| * | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...Ingo Molnar2008-11-112-6/+103
| |\ \
| | * | ring-buffer: buffer record on/off switchSteven Rostedt2008-11-112-6/+103
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-185-18/+34
|\ \ \ \ | |_|_|/ |/| | |
| * | | cpuset: fix regression when failed to generate sched domainsLi Zefan2008-11-182-10/+15
| * | | sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix...Oleg Nesterov2008-11-172-6/+16
| * | | sched: fix kernel warning on /proc/sched_debug accessIngo Molnar2008-11-161-2/+3
* | | | Remove -mno-spe flags as they dont belongKumar Gala2008-11-171-3/+1
* | | | stop_machine: fix race with return value (fixes Bug #11989)Rusty Russell2008-11-161-2/+3
* | | | Fix inotify watch removal/umount racesAl Viro2008-11-152-42/+63
* | | | Move "exit_robust_list" into mm_release()Linus Torvalds2008-11-152-9/+11
|/ / /
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-121-1/+4
|\ \ \
| * | | sched: fix init_idle()'s use of sched_clock()Ingo Molnar2008-11-121-1/+2
| * | | sched: fix stale value in average load per taskBalbir Singh2008-11-121-0/+2
| |/ /
* | | kernel/kprobes.c: don't pad kretprobe_table_locks[] on uniprocessor buildsAndrew Morton2008-11-121-1/+1
* | | kprobes: disable preempt for module_text_address() and kernel_text_address()Masami Hiramatsu2008-11-121-5/+16
* | | freezer_cg: disable writing freezer.state of root cgroupLi Zefan2008-11-121-1/+10
* | | freezer_cg: remove task_lock from freezer_fork()Li Zefan2008-11-121-2/+6
* | | hrtimer: clean up unused callback modesPeter Zijlstra2008-11-121-9/+0
|/ /
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-11-113-4/+24
|\ \
| * | timers: handle HRTIMER_CB_IRQSAFE_UNLOCKED correctly from softirq contextGautham R Shenoy2008-11-111-1/+16
| * | nohz: disable tick_nohz_kick_tick() for nowThomas Gleixner2008-11-101-0/+4
| * | irq: call __irq_enter() before calling the tick_idle_checkThomas Gleixner2008-11-101-3/+4
* | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-114-26/+47
|\ \ \
| * | | sched: release buddies on yieldPeter Zijlstra2008-11-111-5/+12
| * | | fix for account_group_exec_runtime(), make sure ->signal can't be freed under...Oleg Nesterov2008-11-112-0/+13
| * | | sched: clean up debug infoPeter Zijlstra2008-11-102-21/+22
| |/ /
* | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...Ingo Molnar2008-11-1110-70/+235
|\ \ \ | | |/ | |/|
| * | ring-buffer: prevent infinite looping on time stampingSteven Rostedt2008-11-101-1/+1
| * | ftrace: disable tracing on resizeSteven Rostedt2008-11-101-1/+16
| |/
| * Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...Linus Torvalds2008-11-092-0/+48
| |\
| | * cpumask: introduce new API, without changing anythingRusty Russell2008-11-062-0/+48
| * | sched: fix memory leak in a failure pathLi Zefan2008-11-071-0/+1
| * | sched: fix a bug in sched domain degenerateLi Zefan2008-11-071-2/+4
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-11-062-36/+111
| |\ \
| | * | Add round_jiffies_up and related routinesAlan Stern2008-11-061-30/+99
| | * | generic-ipi: fix the smp_mb() placementSuresh Siddha2008-11-061-6/+12
| | |/
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-11-063-29/+54
| |\ \
| | * | sched: fix buddies for group schedulingPeter Zijlstra2008-11-051-2/+14
| | * | sched: backward looking buddyPeter Zijlstra2008-11-053-9/+30
| | * | sched: fix fair preempt checkPeter Zijlstra2008-11-051-0/+3
| | * | sched: cleanup fair task selectionPeter Zijlstra2008-11-051-22/+11
| | |/
| * | cgroups: fix invalid cgrp->dentry before cgroup has been completely removedLi Zefan2008-11-061-1/+0
| |/
OpenPOWER on IntegriCloud