aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-04clockevents: check broadcast tick device not the clock events deviceThomas Gleixner1-2/+4
2008-10-02fix error-path NULL deref in alloc_posix_timer()Dan Carpenter1-1/+1
2008-09-30Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-14/+89
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh2-4/+13
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner4-16/+29
2008-09-29hrtimer: mark migration stateThomas Gleixner1-2/+10
2008-09-29hrtimer: fix migration of CB_IRQSAFE_NO_SOFTIRQ hrtimersThomas Gleixner1-3/+25
2008-09-29hrtimer: migrate pending list on cpu offlineThomas Gleixner1-1/+33
2008-09-26kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel1-4/+4
2008-09-26kgdb: could not write to the last of valid memory with kgdbAtsuo Igarashi1-1/+1
2008-09-23Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-10/+30
2008-09-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-09-23kexec: fix segmentation fault in kimage_add_entryJonathan Steel1-1/+7
2008-09-23timers: fix build error in !oneshot caseIngo Molnar1-0/+1
2008-09-23clockevents: prevent mode mismatch on cpu onlineThomas Gleixner3-1/+12
2008-09-23clockevents: check broadcast device not tick deviceThomas Gleixner1-2/+2
2008-09-23clockevents: prevent stale tick_next_period for onlining CPUsThomas Gleixner1-0/+3
2008-09-23clockevents: prevent cpu online to interfere with nohzThomas Gleixner3-7/+12
2008-09-23sched: fix init_hrtick() section mismatch warningRakib Mullick1-1/+1
2008-09-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-0/+7
2008-09-19Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds4-8/+19
2008-09-16clockevents: make device shutdown robustThomas Gleixner4-8/+19
2008-09-13cpuset: avoid changing cpuset's cpus when -errno returnedLi Zefan1-22/+15
2008-09-11sched: fix deadlock in setting scheduler parameter to zeroHiroshi Shimamoto1-0/+6
2008-09-11sched: fix 2.6.27-rc5 couldn't boot on tulsa machine randomlyZhang, Yanmin1-0/+1
2008-09-09clockevents: remove WARN_ON which was used to gather informationThomas Gleixner1-10/+8
2008-09-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-136/+195
2008-09-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-29/+103
2008-09-06Merge branch 'sched/cpuset' into sched/urgentIngo Molnar2-136/+195
2008-09-06sched: arch_reinit_sched_domains() must destroy domains to force rebuildMax Krasnyansky1-6/+13
2008-09-06ntp: fix calculation of the next jiffie to trigger RTC syncMaciej W. Rozycki1-1/+1
2008-09-06clockevents: broadcast fixup possible waitersThomas Gleixner1-1/+36
2008-09-05sched: fix process time monotonicityBalbir Singh2-3/+62
2008-09-05sched_clock: fix NOHZ interactionPeter Zijlstra1-0/+3
2008-09-05clockevents: prevent endless loop lockupThomas Gleixner3-16/+34
2008-09-05clockevents: prevent multiple init/shutdownThomas Gleixner1-7/+13
2008-09-05clockevents: enforce reprogram in oneshot setupThomas Gleixner1-4/+14
2008-09-05clockevents: prevent endless loop in periodic broadcast handlerThomas Gleixner1-3/+8
2008-09-05clockevents: prevent clockevent event_handler ending up handler_noopVenkatesh Pallipadi2-2/+2
2008-09-04forgotten refcount on sysctl root tableAl Viro1-0/+1
2008-09-02pm_qos_requirement might sleepJohn Kacur1-16/+9
2008-09-02pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsOleg Nesterov2-50/+34
2008-09-02pid_ns: zap_pid_ns_processes: fix the ->child_reaper changingOleg Nesterov1-3/+6
2008-09-02Merge branch 'audit.b57' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-currentLinus Torvalds1-1/+2
2008-09-02softlockup: minor cleanup, don't check task->state twiceOleg Nesterov1-5/+2
2008-09-02kernel/resource.c: fix new kernel-doc warningRandy Dunlap1-1/+1
2008-09-01[PATCH] audit: Moved variable declaration to beginning of functionCordelia1-1/+2
2008-08-29Resource handling: add 'insert_resource_expand_to_fit()' functionLinus Torvalds1-25/+63
2008-08-29Don't trigger softlockup detector on network fs blocked tasksAndi Kleen1-0/+4
2008-08-28Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-6/+7