aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2010-04-22CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells
2010-04-21CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells
2010-04-19rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney
2010-04-10PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handlingJiri Slaby
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki
2010-04-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard
2010-04-05Fix up possibly racy module refcountingNick Piggin
2010-04-05audit: preface audit printk with auditEric Paris
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-04-05Merge branch 'master' into export-slabhTejun Heo