summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-23rcu: fix sparse shadowed variable warningHarvey Harrison1-3/+3
2008-09-23sched: clarify ifdef tangleAndrew Morton1-3/+3
2008-09-23sched: fix init_hrtick() section mismatch warningRakib Mullick1-1/+1
2008-09-22sched: fix list traversal to use _rcu variantChris Friesen1-1/+1
2008-09-22sched: turn off WAKEUP_OVERLAPIngo Molnar1-1/+1
2008-09-22sched: wakeup preempt when small overlapPeter Zijlstra5-13/+21
2008-09-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+7
2008-09-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-8/+19
2008-09-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...David S. Miller24-350/+557
2008-09-17clockevents: make device shutdown robustThomas Gleixner4-8/+19
2008-09-14Merge branch 'linus' into x86/iommuIngo Molnar1-22/+15
2008-09-14cpuset: avoid changing cpuset's cpus when -errno returnedLi Zefan1-22/+15
2008-09-12sysctl: Use header file for sysctl knob declarations on sparc.David S. Miller1-3/+1
2008-09-12sysctl: Use CONFIG_SPARC instead of __sparc__ for ifdef tests.David S. Miller1-2/+2
2008-09-11Merge commit 'v2.6.27-rc6' into sched/develIngo Molnar8-165/+296
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-10Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar10-168/+361
2008-09-10Merge commit 'v2.6.27-rc6' into x86/iommuIngo Molnar33-341/+556
2008-09-10Merge commit 'v2.6.27-rc6' into core/rcuIngo Molnar46-707/+1133
2008-09-10clockevents: remove WARN_ON which was used to gather informationThomas Gleixner1-10/+8
2008-09-09Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-136/+195
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+19
2008-09-07Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus 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-06kernel/cpu.c: Move the CPU_DYING notifiersManfred Spraul1-2/+3
2008-09-06sched: fix __load_balance_iterator() for cfq with only one taskGautham R Shenoy1-1/+1
2008-09-06Merge branch 'linus' into sched/develIngo Molnar17-163/+246
2008-09-06ntp: fix calculation of the next jiffie to trigger RTC syncMaciej W. Rozycki1-1/+1
2008-09-06sched: compilation fix with gcc 3.4.6Krzysztof Helt1-6/+4
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-05Merge branch 'x86/core' into x86/unify-cpu-detectIngo Molnar2-1/+76
2008-09-04Merge branch 'core/resources' into x86/coreIngo Molnar1-0/+68
2008-09-04IO resources: add reserve_region_with_split()Yinghai Lu1-0/+68
2008-09-04forgotten refcount on sysctl root tableAl Viro1-0/+1
2008-09-04Merge branch 'linus' into x86/coreH. Peter Anvin13-157/+173
2008-09-04Merge branch 'x86/cpu' into x86/coreH. Peter Anvin20-88/+135
2008-09-03pm_qos_requirement might sleepJohn Kacur1-16/+9
2008-09-03pid_ns: (BUG 11391) change ->child_reaper when init->group_leader exitsOleg Nesterov2-50/+34