aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-07-22Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Gravatar Linus Torvalds 13-151/+166
2013-07-19tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Gravatar Oleg Nesterov 1-2/+0
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2013-07-19tracing: Kill trace_array->waiterGravatar Oleg Nesterov 1-1/+0
2013-07-18tracing: Do not (ab)use trace_seq in event_id_read()Gravatar Oleg Nesterov 1-13/+4
2013-07-18tracing: Simplify the iteration logic in f_start/f_nextGravatar Oleg Nesterov 1-38/+22
2013-07-18tracing: Add ref_data to function and fgraph tracer structsGravatar Steven Rostedt (Red Hat) 3-2/+11
2013-07-18tracing: Miscellaneous fixes for trace_array ref countingGravatar Alexander Z Lam 2-8/+37
2013-07-18tracing: Fix error handling to ensure instances can always be removedGravatar Alexander Z Lam 1-1/+3
2013-07-18tracing/kprobe: Wait for disabling all running kprobe handlersGravatar Masami Hiramatsu 1-6/+17
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Gravatar Oleg Nesterov 4-20/+4
2013-07-18tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyGravatar Oleg Nesterov 1-4/+8
2013-07-18tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...Gravatar Oleg Nesterov 1-2/+4
2013-07-18tracing: Typo fix on ring buffer commentsGravatar zhangwei(Jovi) 1-7/+9
2013-07-18tracing: Use trace_seq_puts()/trace_seq_putc() where possibleGravatar zhangwei(Jovi) 6-45/+45
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+0
2013-07-16sysfs.h: add __ATTR_RW() macroGravatar Greg Kroah-Hartman 1-2/+0
2013-07-15tracing: Use correct config guard CONFIG_STACK_TRACERGravatar zhangwei(Jovi) 1-2/+2
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 15-33/+33
2013-07-14rcu: delete __cpuinit usage from all rcu filesGravatar Paul Gortmaker 4-11/+11
2013-07-15PM / Sleep: avoid 'autosleep' in shutdown progressGravatar Liu ShuoX 1-1/+2
2013-07-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-10/+1
2013-07-14cgroup: we can use simple_lookup() nowGravatar Al Viro 1-10/+1
2013-07-13Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-9/+11
2013-07-13Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2013-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-62/+75
2013-07-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+25
2013-07-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-12/+0
2013-07-12sched: Fix HRTICKGravatar Peter Zijlstra 1-9/+11
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugGravatar Stephen Boyd 1-1/+4
2013-07-12Merge branch 'linus' into timers/urgentGravatar Thomas Gleixner 62-2553/+3927
2013-07-12mutex: Move ww_mutex definitions to ww_mutex.hGravatar Maarten Lankhorst 1-0/+1
2013-07-12perf: Fix perf_lock_task_context() vs RCUGravatar Peter Zijlstra 1-1/+14
2013-07-12perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioGravatar Jiri Olsa 1-1/+10
2013-07-12perf: Clone child context from parent context pmuGravatar Jiri Olsa 1-1/+1
2013-07-11Merge tag 'trace-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 13-265/+650
2013-07-10Merge branch 'core-printk-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2013-07-10Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-4/+0
2013-07-10mm: remove free_area_cacheGravatar Michel Lespinasse 1-4/+0
2013-07-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+2
2013-07-10Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-35/+44
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 3-61/+71
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-1/+0
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelGravatar Robin Holt 1-1/+75
2013-07-09reboot: checkpatch.pl the new kernel/reboot.c fileGravatar Robin Holt 1-14/+13
2013-07-09reboot: move shutdown/reboot related functions to kernel/reboot.cGravatar Robin Holt 3-332/+347
2013-07-09reboot: remove -stable friendly PF_THREAD_BOUND defineGravatar Robin Holt 1-5/+0
2013-07-09ptrace: PTRACE_DETACH should do flush_ptrace_hw_breakpoint(child)Gravatar Oleg Nesterov 1-0/+1
2013-07-09ptrace: revert "Prepare to fix racy accesses on task breakpoints"Gravatar Oleg Nesterov 2-17/+1