summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-10-281-16/+135
|\
| * resources: support allocating space within a region from the top downBjorn Helgaas2010-10-261-4/+94
| * resources: handle overflow when aligning start of available areaBjorn Helgaas2010-10-261-8/+13
| * resources: ensure callback doesn't allocate outside available spaceBjorn Helgaas2010-10-261-5/+11
| * resources: factor out resource_clip() to simplify find_resource()Bjorn Helgaas2010-10-261-4/+11
| * resources: add a default alignf to simplify find_resource()Bjorn Helgaas2010-10-261-2/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300Linus Torvalds2010-10-271-4/+4
|\ \
| * | Typedef SMP call function pointerDavid Howells2010-10-271-4/+4
* | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-275-242/+218
|\ \ \
| * \ \ Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2010-10-261-163/+172
| |\ \ \
| | * | | ring-buffer: Remove unused macro RB_TIMESTAMPS_PER_PAGESteven Rostedt2010-10-201-3/+0
| | * | | ring-buffer: Micro-optimize with some strategic inliningSteven Rostedt2010-10-201-8/+15
| | * | | ring-buffer: Remove condition to add timestamp in fast pathSteven Rostedt2010-10-201-22/+6
| | * | | ring-buffer: Bind time extend and data events togetherSteven Rostedt2010-10-201-124/+142
| | * | | ring-buffer: Pass delta by value and not by referenceSteven Rostedt2010-10-201-8/+8
| | * | | ring-buffer: Pass timestamp by value and not by referenceSteven Rostedt2010-10-201-10/+10
| | * | | ring-buffer: Make write slow path out of lineSteven Rostedt2010-10-191-2/+5
| * | | | 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
OpenPOWER on IntegriCloud