summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | kprobes: Remove redundant text_mutex lock in optimizeMasami Hiramatsu2010-10-251-3/+4
| * | | | | | tracing: Fix 'faild' -> 'failed' typoJoe Perches2010-10-231-1/+1
| * | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-10-231-7/+9
| |\ \ \ \ \ \
| | * | | | | | tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner2010-10-211-7/+9
| * | | | | | | Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-10-221-6/+2
| |\ \ \ \ \ \ \
| | * | | | | | | tracing: Do not limit the size of the number of CPU buffersSteven Rostedt2010-10-211-6/+2
| | |/ / / / / /
| * | | | | | | perf_events: Fix for transaction recovery in group_sched_in()Stephane Eranian2010-10-221-2/+20
| * | | | | | | perf_events: Revert: Fix transaction recovery in group_sched_in()Stephane Eranian2010-10-221-63/+13
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds2010-10-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | (trivial) Fix compiler warning in kernel/modules.cMichał Mirosław2010-10-271-1/+1
* | | | | | | | Remove duplicate includes from many filesZimny Lech2010-10-271-1/+0
* | | | | | | | kernel/resource.c: handle reinsertion of an already-inserted resourceHuang Shijie2010-10-271-0/+2
* | | | | | | | taskstats: use real microsecond granularity for CPU timesMichael Holzheu2010-10-271-6/+4
* | | | | | | | taskstats: split fill_pid functionMichael Holzheu2010-10-271-29/+21
* | | | | | | | taskstats: separate taskstats commandsMichael Holzheu2010-10-271-40/+78
* | | | | | | | delayacct: align to 8 byte boundary on 64-bit systemsJeff Mahoney2010-10-271-1/+7
* | | | | | | | /proc/stat: fix scalability of irq sum of all cpuKAMEZAWA Hiroyuki2010-10-271-0/+15
* | | | | | | | exit: add lock context annotation on find_new_reaper()Namhyung Kim2010-10-271-0/+2
* | | | | | | | signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-273-5/+5
* | | | | | | | signals: annotate lock context change on ptrace_stop()Namhyung Kim2010-10-271-0/+2
* | | | | | | | signals: annotate lock_task_sighand()Namhyung Kim2010-10-271-1/+2
* | | | | | | | ptrace: cleanup ptrace_request()Namhyung Kim2010-10-271-7/+7
* | | | | | | | ptrace: change signature of sys_ptrace() and friendsNamhyung Kim2010-10-271-6/+10
* | | | | | | | ptrace: annotate lock context change on exit_ptrace()Namhyung Kim2010-10-271-0/+2
* | | | | | | | cgroup: notify ns_cgroup deprecatedDaniel Lezcano2010-10-271-0/+8
* | | | | | | | cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov2010-10-271-0/+2
* | | | | | | | cgroup: make the mount options parsing more accurateDaniel Lezcano2010-10-271-30/+60
* | | | | | | | cgroup: add clone_children control fileDaniel Lezcano2010-10-271-0/+39
* | | | | | | | cgroup_freezer: update_freezer_state() does incorrect state transitionsTomasz Buchert2010-10-271-23/+15
* | | | | | | | cgroup_freezer: fix can_attach() to prohibit moving from/to freezing/frozen c...Tomasz Buchert2010-10-271-7/+8
* | | | | | | | cgroup_freezer: unnecessary test in cgroup_freezing_or_frozen()Tomasz Buchert2010-10-271-10/+9
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-263-4/+5
|\ \ \ \ \ \ \
| * | | | | | | fs: use percpu counter for nr_dentry and nr_dentry_unusedChristoph Hellwig2010-10-251-1/+1
| * | | | | | | fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-251-0/+1
| * | | | | | | new helper: ihold()Al Viro2010-10-251-1/+1
| * | | | | | | fs: Convert nr_inodes and nr_unused to per-cpu countersDave Chinner2010-10-251-2/+2
| * | | | | | | fs: allow for more than 2^31 filesEric Dumazet2010-10-251-3/+3
* | | | | | | | docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap2010-10-261-3/+3
* | | | | | | | printk: declare printk_ratelimit_state in ratelimit.hNamhyung Kim2010-10-261-2/+0
* | | | | | | | printk: change type of 'boot_delay' to int *Namhyung Kim2010-10-261-1/+1
* | | | | | | | printk: add lock context annotationNamhyung Kim2010-10-261-0/+1
* | | | | | | | printk: fixup declaration of kmsg_reasonsNamhyung Kim2010-10-261-1/+1
* | | | | | | | stop_machine: convert cpu notifier to return encapsulate errno valueAkinobu Mita2010-10-261-2/+2
* | | | | | | | kernel/stop_machine.c: fix unused variable warningRakib Mullick2010-10-261-1/+1
* | | | | | | | fs: allow for more than 2^31 filesEric Dumazet2010-10-261-3/+3
* | | | | | | | kernel/user.c: add lock release annotation on free_user()Namhyung Kim2010-10-261-0/+1
* | | | | | | | workqueues: s/ON_STACK/ONSTACK/Andrew Morton2010-10-261-1/+1
* | | | | | | | use clear_page()/copy_page() in favor of memset()/memcpy() on whole pagesJan Beulich2010-10-263-11/+11
* | | | | | | | mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-261-2/+2
* | | | | | | | oom: add per-mm oom disable countYing Han2010-10-262-1/+17
| |/ / / / / / |/| | | | | |
OpenPOWER on IntegriCloud