summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-01-21sched: Hack to make prio ceiling posix compliantThomas Gleixner
2010-01-21sched: Extend activate_task to allow queueing to the head of a listThomas Gleixner
2010-01-20sched: Queue a deboosted task to the head of the RT priority queueThomas Gleixner
2010-01-20sched: Implement head queueing for sched_rtThomas Gleixner
2010-01-20sched: Extend enqueue_task to allow head queueingThomas Gleixner
2010-01-18Merge branch 'master' ofThomas Gleixner
2010-01-18fix more leaks in audit_tree.c tag_chunk()Al Viro
2010-01-18fix braindamage in audit_tree.c untag_chunk()Al Viro
2010-01-18kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen
2010-01-18clockevents: Add missing includeThomas Gleixner
2010-01-18clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng
2010-01-14Merge branch 'master' ofThomas Gleixner
2010-01-06clockevents: Prevent clockevent_devices list corruption on cpu hotplugThomas Gleixner
2009-12-19Merge branch 'master' ofThomas Gleixner
2009-12-19ftrace: Fix trace_marker outputCarsten Emde
2009-12-19latency_hist: Add lock, fix typosCarsten Emde
2009-12-18futex: Take mmap_sem for get_user_pages in fault_in_user_writeableAndi Kleen
2009-12-18bsdacct: fix uid/gid misreportingAlexey Dobriyan
2009-12-16signals: Fix more rcu assumptionsThomas Gleixner
2009-12-16signal: Fix racy access to __task_cred in kill_pid_info_as_uid()Thomas Gleixner
2009-12-16sys: Fix missing rcu protection for __task_cred() accessThomas Gleixner
2009-12-16capabilities: Use rcu to protect task lookup in sys_capgetThomas Gleixner
2009-12-16audit: Use rcu for task lookup protectionThomas Gleixner
2009-12-16audit: Do not send uninitialized data for AUDIT_TTY_GETThomas Gleixner
2009-12-16audit: Call tty_audit_push_task() outside preempt disabled regionThomas Gleixner
2009-12-16futex: Protect pid lookup in compat code with RCUThomas Gleixner
2009-12-16sched: Use rcu in sched_get_rr_paramThomas Gleixner
2009-12-16sched: Rename bogus label in sched_setaffinity()Thomas Gleixner
2009-12-16sched: Use rcu in sched_get/set_affinity()Thomas Gleixner
2009-12-16sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner
2009-12-16sched: Protect task->cpus_allowed access in sched_getaffinity()Thomas Gleixner
2009-12-16Merge branch 'master' ofThomas Gleixner
2009-12-16Merge branch 'rt/head' into rt/2.6.31Thomas Gleixner
2009-12-08perf_event: Adjust frequency and unthrottle for non-group-leader eventsPaul Mackerras
2009-12-08modules: don't export section names of empty sections via sysfsHelge Deller
2009-12-08sched: Fix isolcpus boot optionRusty Russell
2009-12-08sched: Fix boot crash by zalloc()ing most of the cpu masksRusty Russell
2009-12-08uids: Prevent tear down raceThomas Gleixner
2009-12-08futex: Take mmap_sem for get_user_pages in fault_in_user_writeablev2.6.31-rt-headAndi Kleen
2009-11-16Merge branch 'rt/head' into rt/2.6.31Thomas Gleixner
2009-11-16uids: Prevent tear down raceThomas Gleixner
2009-11-16sched_rt: Do not reenable interrupts unconditionally in post_schedule_rt()Jupyung Lee
2009-11-10Merge branch 'master' ofThomas Gleixner
2009-11-10Merge branch 'rt/head' into rt/2.6.31Thomas Gleixner
2009-11-10softirqs: Add missing preemption point in ksoftirqdJupyung Lee
2009-11-09param: fix setting arrays of boolRusty Russell
2009-11-09param: fix NULL comparison on oomRusty Russell
2009-11-09param: fix lots of bugs with writing charp params from sysfs, by leaking mem.Rusty Russell
2009-11-09futex: Fix spurious wakeup for requeue_pi reallyThomas Gleixner
2009-11-09futex: Move drop_futex_key_refs out of spinlock'ed regionDarren Hart