summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2008-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-hrtLinus Torvalds
2008-03-09cpu hotplug: adjust root-domain->online span in response to hotplug eventGregory Haskins
2008-03-09time: remove obsolete CLOCK_TICK_ADJUSTRoman Zippel
2008-03-09time: don't touch an offlined CPU's ts->tick_stopped in tick_cancel_sched_tim...Karsten Wiese
2008-03-09ntp: use unsigned input for do_div()David Howells
2008-03-08Fix waitid si_code regressionRoland McGrath
2008-03-07sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani
2008-03-07sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra
2008-03-07sched: fix the wrong time slice value for SCHED_FIFO tasksMiao Xie
2008-03-07sched: export task_nicePavel Roskin
2008-03-07sched: balance RT task resched only on runqueueSteven Rostedt
2008-03-07sched: retain vruntimePeter Zijlstra
2008-03-05cpusets: fix obsolete commentDavid Rientjes
2008-03-04module: allow ndiswrapper to use GPL-only symbolsPavel Roskin
2008-03-04kprobes: fix a null pointer bug in register_kretprobe()Masami Hiramatsu
2008-03-04markers: don't risk NULL deref in markerJesper Juhl
2008-03-04Kprobes: indicate kretprobe support in KconfigAnanth N Mavinakayanahalli
2008-03-04Memory Resource Controller use strstrip while parsing argumentsBalbir Singh
2008-03-04cgroup: fix default notify_on_release settingLi Zefan
2008-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds
2008-03-04sched: revert load_balance_monitor() changesPeter Zijlstra
2008-03-04freezer vs stopped or tracedRoland McGrath
2008-03-03exit_notify: fix kill_orphaned_pgrp() usage with mt exitOleg Nesterov
2008-03-03will_become_orphaned_pgrp: partially fix insufficient ->exit_state checkOleg Nesterov
2008-03-03introduce kill_orphaned_pgrp() helperOleg Nesterov
2008-03-01[PATCH] drop EOE records from printkSteve Grubb
2008-03-01[RFC] AUDIT: do not panic when printk loses messagesEric Paris
2008-03-01[PATCH] Audit: Fix the format type for size_t variablesPaul Moore
2008-02-29rcupreempt: remove never-migrates assumption from rcu_process_callbacks()Paul E. McKenney
2008-02-29rcupreempt: fix hibernate/resume in presence of PREEMPT_RCU and hotplugPaul E. McKenney
2008-02-29softlockup: fix task state settingDmitry Adamushko
2008-02-29rcu: add support for dynamic ticks and preempt rcuSteven Rostedt
2008-02-26Merge branch 'v2.6.25-rc3-lockdep' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2008-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds
2008-02-26printk: fix possible printk overrunTejun Heo
2008-02-25Subject: lockdep: include all lock classes in all_lock_classesDale Farnsworth
2008-02-25sched: fix signedness warnings in sched.cHarvey Harrison
2008-02-25sched: clean up __pick_last_entity() a bitIngo Molnar
2008-02-25sched: remove duplicate code from sched_fair.cBalbir Singh
2008-02-25sched: make early bootup sched_clock() use saferIngo Molnar
2008-02-23Add memory barrier semantics to wake_up() & coLinus Torvalds
2008-02-23cgroup: remove dead code in cgroup_get_rootdir()Li Zefan
2008-02-23cgroup: remove duplicate code in find_css_set()Li Zefan
2008-02-23cgroup: fix subsys bitopsLi Zefan
2008-02-23cgroup: fix memory leak in cgroup_get_sb()Li Zefan
2008-02-23cgroup: fix commentsLi Zefan
2008-02-23kprobes: refuse kprobe insertion on add/sub_preempt_counter()Srinivasa Ds
2008-02-23futex: runtime enable pi and robust functionalityThomas Gleixner
2008-02-23futex: fix init orderThomas Gleixner
2008-02-23markers: fix sparse warnings in markers.cHarvey Harrison