summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2010-05-11bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev
2010-05-11kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-05-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-06rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2010-05-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-04sched: Fix an RCU warning in print_task()Li Zefan
2010-05-04cgroup: Fix an RCU warning in alloc_css_id()Li Zefan
2010-05-04cgroup: Fix an RCU warning in cgroup_path()Li Zefan
2010-05-01perf: Fix resource leak in failure path of perf_event_open()Tejun Heo
2010-04-30rcu: Fix RCU lockdep splat on freezer_fork pathPaul E. McKenney
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra
2010-04-30workqueue: flush_delayed_work: keep the original workqueue for re-queueingOleg Nesterov
2010-04-24kernel/sys.c: fix compat uname machineAndreas Schwab
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt