summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2011-01-06sched: Fix string comparison in /proc/sched_featuresMathieu Desnoyers
2011-01-06hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi
2011-01-06ring-buffer: Fix typo of time extends per pageSteven Rostedt
2011-01-06Fix unprotected access to task credentials in waitid()Daniel J Blueman
2011-01-06sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka
2011-01-06pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney
2011-01-06sched: Fix select_idle_sibling() logic in select_task_rq_fair()Suresh Siddha
2011-01-06sched: Pre-compute cpumask_weight(sched_domain_span(sd))Peter Zijlstra
2011-01-06sched: Fix select_idle_sibling()Mike Galbraith
2011-01-06rcu: apply RCU protection to wake_affine()Daniel J Blueman
2011-01-06sched: Fix rq->clock synchronization when migrating tasksPeter Zijlstra
2011-01-06sched: Fix nr_uninterruptible countPeter Zijlstra
2011-01-06sched: Optimize task_rq_lock()Peter Zijlstra
2011-01-06sched: Fix TASK_WAKING vs fork deadlockPeter Zijlstra
2011-01-06sched: Make select_fallback_rq() cpuset friendlyOleg Nesterov
2011-01-06sched: _cpu_down(): Don't play with current->cpus_allowedOleg Nesterov
2011-01-06sched: sched_exec(): Remove the select_fallback_rq() logicOleg Nesterov
2011-01-06sched: move_task_off_dead_cpu(): Remove retry logicOleg Nesterov
2011-01-06sched: move_task_off_dead_cpu(): Take rq->lock around select_fallback_rq()Oleg Nesterov
2011-01-06sched: Kill the broken and deadlockable cpuset_lock/cpuset_cpus_allowed_locke...Oleg Nesterov
2011-01-06compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin
2011-01-06kernel/groups.c: fix integer overflow in groups_searchJerome Marchand
2011-01-06gcov: fix null-pointer dereference for certain module typesPeter Oberparleiter
2011-01-06tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright
2011-01-06tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt
2011-01-06tracing: Fix a race in function profileLi Zefan
2010-08-26mm: make the vma list be doubly linkedLinus Torvalds
2010-08-26tracing: Fix ring_buffer_read_page reading out of page boundaryHuang Ying
2010-08-26tracing: Fix an unallocated memory access in function_graphShaohua Li
2010-08-13irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell
2010-08-02futex: futex_find_get_task remove credentails checkMichal Hocko
2010-08-02kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas
2010-08-02genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner
2010-08-02sched: Fix over-scheduling bugAlex,Shi
2010-08-02sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-08-02dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron
2010-08-02fix mis-applied upstream commit ac9721f3f54b27a16c7e1afb2481e7ee95a70318Jan Beulich
2010-07-05perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra
2010-07-05perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra
2010-07-05cgroups: alloc_css_id() increments hierarchy depthGreg Thelen
2010-07-05signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov
2010-07-05mutex: Fix optimistic spinning vs. BKLTony Breeds
2010-07-05cpumask: fix compat getaffinityKOSAKI Motohiro
2010-07-05posix_timer: Fix error path in timer_createAndrey Vagin
2010-07-05Fix racy use of anon_inode_getfd() in perf_event.cAl Viro
2010-07-05perf: Fix exit() vs event-groupsPeter Zijlstra
2010-07-05perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra
2010-05-14profile: fix stats and data leakageHugh Dickins
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki