summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2010-05-14profile: fix stats and data leakageHugh Dickins-1/+3
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki-5/+26
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki-2/+13
2010-05-11bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev-8/+9
2010-05-11kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh-4/+2
2010-05-11revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt-2/+0
2010-05-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+24
2010-05-06rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney-0/+11
2010-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2010-05-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2010-05-04Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-5/+18
2010-05-04sched: Fix an RCU warning in print_task()Li Zefan-0/+2
2010-05-04cgroup: Fix an RCU warning in alloc_css_id()Li Zefan-2/+2
2010-05-04cgroup: Fix an RCU warning in cgroup_path()Li Zefan-3/+9
2010-05-01perf: Fix resource leak in failure path of perf_event_open()Tejun Heo-1/+1
2010-04-30rcu: Fix RCU lockdep splat on freezer_fork pathPaul E. McKenney-1/+4
2010-04-30rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra-0/+10
2010-04-30workqueue: flush_delayed_work: keep the original workqueue for re-queueingOleg Nesterov-1/+1
2010-04-24kernel/sys.c: fix compat uname machineAndreas Schwab-1/+1
2010-04-23mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt-4/+4
2010-04-22CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells-2/+0
2010-04-21CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells-0/+2
2010-04-19rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney-0/+7
2010-04-10PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handlingJiri Slaby-1/+1
2010-04-08Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki-1/+5
2010-04-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+10
2010-04-06sched: Fix sched_getaffinity()Anton Blanchard-1/+1
2010-04-05Fix up possibly racy module refcountingNick Piggin-8/+27
2010-04-05audit: preface audit printk with auditEric Paris-1/+1
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds-6/+44
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-47/+78
2010-04-05Merge branch 'master' into export-slabhTejun Heo-129/+153
2010-04-04Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-10/+23
2010-04-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+1
2010-04-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+7
2010-04-03perf: Always build the stub perf_arch_fetch_caller_regs versionFrederic Weisbecker-2/+1
2010-04-02Merge branch 'kgdb-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds-102/+103
2010-04-02Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-6/+8
2010-04-02kgdb: Turn off tracing while in the debuggerJason Wessel-0/+8
2010-04-02kgdb: use atomic_inc and atomic_dec instead of atomic_setJason Wessel-8/+7
2010-04-02kgdb: eliminate kgdb_wait(), all cpus enter the same wayJason Wessel-83/+82
2010-04-02kgdb: have ebin2mem call probe_kernel_write onceJason Wessel-14/+9
2010-04-02sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov-1/+1
2010-04-02sched: Fix proc_sched_set_task()Mike Galbraith-4/+0
2010-04-02perf: Fix 'perf sched record' deadlockMike Galbraith-3/+12
2010-04-02Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar-5/+10
2010-04-01perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker-3/+1
2010-04-01perf: Correctly align perf event tracing bufferFrederic Weisbecker-2/+9
2010-03-31genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner-0/+10