summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | sched: fix __load_balance_iterator() for cfq with only one taskGautham R Shenoy2008-09-061-1/+1
| * | | | | | | | | | Merge branch 'linus' into sched/develIngo Molnar2008-09-0617-163/+246
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | sched: clean up __might_sleep()Ingo Molnar2008-08-281-14/+19
| * | | | | | | | | | | make might_sleep() display the oopsing processJoe Korty2008-08-281-2/+2
| * | | | | | | | | | | sched: call resched_task() conditionally from new task wake up pathBharata B Rao2008-08-281-1/+8
| * | | | | | | | | | | sched: add kernel doc for the completion, fix kernel-doc-nano-HOWTO.txtKevin Diggs2008-08-261-0/+56
| * | | | | | | | | | | Merge branch 'linus' into sched/develIngo Molnar2008-08-2619-85/+128
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | wait_task_inactive: "improve" the returned value for ->nvcsw == 0Oleg Nesterov2008-08-221-1/+1
| * | | | | | | | | | | | wait_task_inactive(): don't consider task->nivcswOleg Nesterov2008-08-221-5/+2
| * | | | | | | | | | | | sched: do_wait_for_common: use signal_pending_state()Oleg Nesterov2008-08-221-4/+1
* | | | | | | | | | | | | kgdb: call touch_softlockup_watchdog on resumeJason Wessel2008-10-061-0/+3
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | clockevents: check broadcast tick device not the clock events deviceThomas Gleixner2008-10-041-2/+4
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | fix error-path NULL deref in alloc_posix_timer()Dan Carpenter2008-10-021-1/+1
* | | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-304-14/+89
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | hrtimer: prevent migration of per CPU hrtimersThomas Gleixner2008-09-294-16/+29
| * | | | | | | | | | hrtimer: mark migration stateThomas Gleixner2008-09-291-2/+10
| * | | | | | | | | | hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimersThomas Gleixner2008-09-291-3/+25
| * | | | | | | | | | hrtimer: migrate pending list on cpu offlineThomas Gleixner2008-09-291-1/+33
* | | | | | | | | | | mm owner: fix race between swapoff and exitBalbir Singh2008-09-292-4/+13
* | | | | | | | | | | kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel2008-09-261-4/+4
* | | | | | | | | | | kgdb: could not write to the last of valid memory with kgdbAtsuo Igarashi2008-09-261-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-234-10/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | timers: fix build error in !oneshot caseIngo Molnar2008-09-231-0/+1
| * | | | | | | | | | clockevents: prevent mode mismatch on cpu onlineThomas Gleixner2008-09-233-1/+12
| * | | | | | | | | | clockevents: check broadcast device not tick deviceThomas Gleixner2008-09-231-2/+2
| * | | | | | | | | | clockevents: prevent stale tick_next_period for onlining CPUsThomas Gleixner2008-09-231-0/+3
| * | | | | | | | | | clockevents: prevent cpu online to interfere with nohzThomas Gleixner2008-09-233-7/+12
* | | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-09-231-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | sched: fix init_hrtick() section mismatch warningRakib Mullick2008-09-231-1/+1
| |/ / / / / / / / /
* | | | | | | | | | kexec: fix segmentation fault in kimage_add_entryJonathan Steel2008-09-231-1/+7
|/ / / / / / / / /
* | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-09-192-0/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | sched: fix deadlock in setting scheduler parameter to zeroHiroshi Shimamoto2008-09-111-0/+6
| * | | | | | | | | sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomlyZhang, Yanmin2008-09-111-0/+1
* | | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-194-8/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | clockevents: make device shutdown robustThomas Gleixner2008-09-164-8/+19
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | cpuset: avoid changing cpuset's cpus when -errno returnedLi Zefan2008-09-131-22/+15
|/ / / / / / / / /
* | | | | | | | | clockevents: remove WARN_ON which was used to gather informationThomas Gleixner2008-09-091-10/+8
* | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-09-082-136/+195
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Merge branch 'sched/cpuset' into sched/urgentIngo Molnar2008-09-062-136/+195
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | sched: arch_reinit_sched_domains() must destroy domains to force rebuildMax Krasnyansky2008-09-061-6/+13
| | * | | | | | sched, cpuset: rework sched domains and CPU hotplug handling (v4)Max Krasnyansky2008-08-141-130/+182
| | |/ / / / /
* | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2008-09-066-29/+103
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ntp: fix calculation of the next jiffie to trigger RTC syncMaciej W. Rozycki2008-09-061-1/+1
| * | | | | | clockevents: broadcast fixup possible waitersThomas Gleixner2008-09-061-1/+36
| * | | | | | clockevents: prevent endless loop lockupThomas Gleixner2008-09-053-16/+34
| * | | | | | clockevents: prevent multiple init/shutdownThomas Gleixner2008-09-051-7/+13
| * | | | | | clockevents: enforce reprogram in oneshot setupThomas Gleixner2008-09-051-4/+14
| * | | | | | clockevents: prevent endless loop in periodic broadcast handlerThomas Gleixner2008-09-051-3/+8
| * | | | | | clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi2008-09-052-2/+2
* | | | | | | sched: fix process time monotonicityBalbir Singh2008-09-052-3/+62
OpenPOWER on IntegriCloud