summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-08-02futex: futex_find_get_task remove credentails checkMichal Hocko1-13/+4
2010-08-02kmemleak: Add support for NO_BOOTMEM configurationsCatalin Marinas1-0/+6
2010-08-02genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner1-0/+3
2010-08-02sched: Fix over-scheduling bugAlex,Shi1-3/+0
2010-08-02sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon1-0/+6
2010-08-02dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron1-1/+3
2010-08-02fix mis-applied upstream commit ac9721f3f54b27a16c7e1afb2481e7ee95a70318Jan Beulich1-9/+9
2010-07-05perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra1-91/+126
2010-07-05perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra1-1/+4
2010-07-05cgroups: alloc_css_id() increments hierarchy depthGreg Thelen1-1/+1
2010-07-05signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov1-2/+4
2010-07-05mutex: Fix optimistic spinning vs. BKLTony Breeds1-0/+7
2010-07-05cpumask: fix compat getaffinityKOSAKI Motohiro1-14/+11
2010-07-05posix_timer: Fix error path in timer_createAndrey Vagin1-7/+4
2010-07-05Fix racy use of anon_inode_getfd() in perf_event.cAl Viro1-18/+22
2010-07-05perf: Fix exit() vs event-groupsPeter Zijlstra1-13/+13
2010-07-05perf: Fix exit() vs PERF_FORMAT_GROUPPeter Zijlstra1-3/+16
2010-05-14profile: fix stats and data leakageHugh Dickins1-1/+3
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki1-5/+26
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki1-2/+13
2010-05-11bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev1-8/+9
2010-05-11kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh1-4/+2
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt1-2/+0
2010-05-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-5/+24
2010-05-06rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney1-0/+11
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-05-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2010-05-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-5/+18
2010-05-04sched: Fix an RCU warning in print_task()Li Zefan1-0/+2
2010-05-04cgroup: Fix an RCU warning in alloc_css_id()Li Zefan1-2/+2
2010-05-04cgroup: Fix an RCU warning in cgroup_path()Li Zefan1-3/+9
2010-05-01perf: Fix resource leak in failure path of perf_event_open()Tejun Heo1-1/+1
2010-04-30rcu: Fix RCU lockdep splat on freezer_fork pathPaul E. McKenney1-1/+4
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra1-0/+10
2010-04-30workqueue: flush_delayed_work: keep the original workqueue for re-queueingOleg Nesterov1-1/+1
2010-04-24kernel/sys.c: fix compat uname machineAndreas Schwab1-1/+1
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt1-4/+4
2010-04-22CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells1-2/+0
2010-04-21CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells1-0/+2
2010-04-19rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney1-0/+7
2010-04-10PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handlingJiri Slaby1-1/+1
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki2-1/+5
2010-04-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+10
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard1-1/+1
2010-04-05Fix up possibly racy module refcountingNick Piggin1-8/+27
2010-04-05audit: preface audit printk with auditEric Paris1-1/+1
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds49-6/+44
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2-47/+78
2010-04-05Merge branch 'master' into export-slabhTejun Heo11-129/+153