aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* profile: fix stats and data leakageHugh Dickins2010-05-141-1/+3
* memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki2010-05-111-5/+26
* memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki2010-05-111-2/+13
* bsdacct: use del_timer_sync() in acct_exit_ns()Vitaliy Gusev2010-05-111-8/+9
* kexec: fix OOPS in crash_kernel_shrinkVitaly Mayatskikh2010-05-111-4/+2
* revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt2010-05-111-2/+0
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-073-5/+24
|\
| * rcu: create rcu_my_thread_group_empty() wrapperPaul E. McKenney2010-05-061-0/+11
| * sched: Fix an RCU warning in print_task()Li Zefan2010-05-041-0/+2
| * cgroup: Fix an RCU warning in alloc_css_id()Li Zefan2010-05-041-2/+2
| * cgroup: Fix an RCU warning in cgroup_path()Li Zefan2010-05-041-3/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-05-051-1/+1
|\ \
| * | workqueue: flush_delayed_work: keep the original workqueue for re-queueingOleg Nesterov2010-04-301-1/+1
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-041-1/+1
|\ \ \
| * | | perf: Fix resource leak in failure path of perf_event_open()Tejun Heo2010-05-011-1/+1
| |/ /
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-042-5/+18
|\ \ \ | |/ / |/| / | |/
| * rcu: Fix RCU lockdep splat on freezer_fork pathPaul E. McKenney2010-04-301-1/+4
| * rcu: Fix RCU lockdep splat in set_task_cpu on fork pathPeter Zijlstra2010-04-301-0/+10
| * mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt2010-04-231-4/+4
* | kernel/sys.c: fix compat uname machineAndreas Schwab2010-04-241-1/+1
|/
* CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells2010-04-221-2/+0
* CRED: Fix double free in prepare_usermodehelper_creds() error handlingDavid Howells2010-04-211-0/+2
* rcu: Make RCU lockdep check the lockdep_recursion variablePaul E. McKenney2010-04-191-0/+7
* PM / Hibernate: user.c, fix SNAPSHOT_SET_SWAP_AREA handlingJiri Slaby2010-04-101-1/+1
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-04-081-1/+1
|\
| * sched: Fix sched_getaffinity()Anton Blanchard2010-04-061-1/+1
* | mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki2010-04-072-1/+5
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-04-061-0/+10
|\ \
| * | genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner2010-03-311-0/+10
* | | Fix up possibly racy module refcountingNick Piggin2010-04-051-8/+27
* | | audit: preface audit printk with auditEric Paris2010-04-051-1/+1
* | | Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds2010-04-0549-6/+44
|\ \ \
| * \ \ Merge branch 'master' into export-slabhTejun Heo2010-04-0511-129/+153
| |\ \ \ | | | |/ | | |/|
| * | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3049-6/+44
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-04-052-47/+78
|\ \ \ \ | |_|/ / |/| | |
| * | | percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2010-03-292-16/+43
| * | | module: encapsulate percpu handling better and record percpu_sizeTejun Heo2010-03-291-31/+35
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-04-042-10/+23
|\ \ \ \
| * | | | perf: Always build the stub perf_arch_fetch_caller_regs versionFrederic Weisbecker2010-04-031-2/+1
| * | | | perf: Fix 'perf sched record' deadlockMike Galbraith2010-04-021-3/+12
| * | | | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-04-022-5/+10
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | perf: Use hot regs with software sched switch/migrate eventsFrederic Weisbecker2010-04-011-3/+1
| | * | | perf: Correctly align perf event tracing bufferFrederic Weisbecker2010-04-011-2/+9
| | |/ /
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-04-042-5/+1
|\ \ \ \
| * | | | sched: set_cpus_allowed_ptr(): Don't use rq->migration_thread after unlockOleg Nesterov2010-04-021-1/+1
| * | | | sched: Fix proc_sched_set_task()Mike Galbraith2010-04-021-4/+0
| |/ / /
* | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-04-042-5/+7
|\ \ \ \
| * | | | ring-buffer: Add missing unlockJulia Lawall2010-03-291-3/+5
| * | | | tracing: Fix lockdep warning in global_clock()Li Zefan2010-03-291-2/+2
| | |/ / | |/| |
* | | | Merge branch 'kgdb-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2010-04-021-102/+103
|\ \ \ \