aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-23kprobes/x86: Call out into INT3 handler directly instead of using notifierJiri Kosina1-1/+1
2013-07-22Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds13-151/+166
2013-07-22sched_clock: Fix integer overflowBaruch Siach1-1/+1
2013-07-22clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compilePrarit Bhargava1-0/+1
2013-07-22mutex: Fix/document access-once assumption in mutex_can_spin_on_owner()Peter Zijlstra1-2/+4
2013-07-22sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai1-5/+3
2013-07-22Merge tag 'v3.11-rc2' into sched/coreIngo Molnar27-135/+149
2013-07-19tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov1-2/+0
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2013-07-19tracing: Kill trace_array->waiterOleg Nesterov1-1/+0
2013-07-19Merge branch 'x86/jumplabel' into perf/coreIngo Molnar1-1/+1
2013-07-19Merge branch 'linus' into perf/coreIngo Molnar76-2689/+4056
2013-07-18tracing: Do not (ab)use trace_seq in event_id_read()Oleg Nesterov1-13/+4
2013-07-18tracing: Simplify the iteration logic in f_start/f_nextOleg Nesterov1-38/+22
2013-07-18tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)3-2/+11
2013-07-18tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam2-8/+37
2013-07-18tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam1-1/+3
2013-07-18tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu1-6/+17
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov4-20/+4
2013-07-18tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyOleg Nesterov1-4/+8
2013-07-18tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...Oleg Nesterov1-2/+4
2013-07-18tracing: Typo fix on ring buffer commentszhangwei(Jovi)1-7/+9
2013-07-18tracing: Use trace_seq_puts()/trace_seq_putc() where possiblezhangwei(Jovi)6-45/+45
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2013-07-18remove sched notifier for cross-cpu migrationsMarcelo Tosatti1-15/+0
2013-07-18sched: Fix some kernel-doc warningsYacine Belkadi3-25/+70
2013-07-16x86: Introduce int3 (breakpoint)-based instruction patchingJiri Kosina1-1/+1
2013-07-16sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman1-2/+0
2013-07-16cgroup: remove gratuituous BUG_ON()s from rebind_subsystems()Tejun Heo1-9/+0
2013-07-16cgroup: move module ref handling into rebind_subsystems()Tejun Heo1-65/+28
2013-07-15tracing: Use correct config guard CONFIG_STACK_TRACERzhangwei(Jovi)1-2/+2
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker15-33/+33
2013-07-14rcu: delete __cpuinit usage from all rcu filesPaul Gortmaker4-11/+11
2013-07-15PM / Sleep: avoid 'autosleep' in shutdown progressLiu ShuoX1-1/+2
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+1
2013-07-14cgroup: we can use simple_lookup() nowAl Viro1-10/+1
2013-07-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-9/+11
2013-07-13Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2013-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-62/+75
2013-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+25
2013-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-12/+0
2013-07-12cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()Tejun Heo1-12/+19
2013-07-12cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_re...Tejun Heo1-7/+6
2013-07-12cgroup: make rebind_subsystems() handle file additions and removals with prop...Tejun Heo1-32/+41
2013-07-12cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_pop...Tejun Heo1-5/+8
2013-07-12cgroup: update error handling in cgroup_populate_dir()Tejun Heo1-2/+11
2013-07-12cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clea...Tejun Heo1-27/+19
2013-07-12cgroup: fix cgroup_add_cftypes() error handlingTejun Heo1-8/+18
2013-07-12cgroup: fix error path of cgroup_addrm_files()Tejun Heo1-6/+22