aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-09-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-133/+192
2008-09-08kernel/cpu.c: create a CPU_STARTING cpu_chain notifierManfred Spraul1-0/+19
2008-09-07hrtimer: show the timer ranges in /proc/timer_listArjan van de Ven1-1/+3
2008-09-07hrtimer: add a hrtimer_start_range() functionArjan van de Ven1-3/+23
2008-09-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-28/+102
2008-09-06Merge branch 'sched/cpuset' into sched/urgentIngo Molnar2-133/+192
2008-09-06genirq: irq_chip->startup() usage in setup_irq and set_irq_chained handlerPawel MOLL2-5/+2
2008-09-06softirq: allocate less vectorsAlexey Dobriyan1-1/+1
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-06Merge branch 'linus' into timers/ntpIngo Molnar24-170/+253
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-05hrtimer: create a "timer_slack" field in the task structArjan van de Ven2-0/+12
2008-09-05hrtimer: turn hrtimers into range timersArjan van de Ven1-4/+52
2008-09-05hrtimer: convert kernel/* to the new hrtimer apisArjan van de Ven8-52/+47
2008-09-05select: add a timespec_add_safe() functionThomas Gleixner1-0/+18
2008-09-05select: Introduce a hrtimeout functionArjan van de Ven1-0/+65
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-15/+33
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-04IO resources: fix/remove printkIngo Molnar1-5/+1
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-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
2008-08-28Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-6/+7
2008-08-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+7
2008-08-28ftrace: disable tracing for hibernationRafael J. Wysocki1-3/+10
2008-08-28sched: rt-bandwidth accounting fixPeter Zijlstra1-6/+5
2008-08-28sched: extract walk_tg_tree(), fixIngo Molnar1-1/+1