summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2013-07-29cpuset: get rid of the useless forward declaration of cpusetZhao Hongjiang
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki
2013-07-28Merge tag 'trace-fixes-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-26sysctl: range checking in do_proc_dointvec_ms_jiffies_convFrancesco Fusco
2013-07-26tracing: Add __tracepoint_string() to export string pointersSteven Rostedt (Red Hat)
2013-07-26tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()Steven Rostedt (Red Hat)
2013-07-26PM / Sleep: increase ftrace coverage in suspend/resumeBrandt, Todd E
2013-07-25mutex: Avoid label warning when !CONFIG_MUTEX_SPIN_ON_OWNERDavidlohr Bueso
2013-07-25Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-07-24nohz: fix compile warning in tick_nohz_init()Li Zhong
2013-07-24nohz: Do not warn about unstable tsc unless user uses nohz_fullSteven Rostedt
2013-07-24workqueue: allow work_on_cpu() to be called recursivelyLai Jiangshan
2013-07-24ftrace: Add check for NULL regs if ops has SAVE_REGS setSteven Rostedt (Red Hat)
2013-07-24tracing: Kill trace_cpu struct/membersOleg Nesterov
2013-07-24tracing: Change tracing_fops/snapshot_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_entries_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_stats_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_buffers_fops to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Change tracing_pipe_fops() to rely on tracing_get_cpu()Oleg Nesterov
2013-07-24tracing: Introduce trace_create_cpu_file() and tracing_get_cpu()Oleg Nesterov
2013-07-23Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-07-23Fix __wait_on_atomic_t() to call the action func if the counter != 0David Howells
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra
2013-07-23sched: Implement smarter wake-affine logicMichael Wang
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov
2013-07-23perf: Update perf_event_type documentationPeter Zijlstra
2013-07-23mutex: Do not unnecessarily deal with waitersDavidlohr Bueso
2013-07-23Merge tag 'v3.11-rc2' into core/lockingIngo Molnar
2013-07-23kprobes/x86: Call out into INT3 handler directly instead of using notifierJiri Kosina
2013-07-22Merge tag 'trace-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2013-07-22sched_clock: Fix integer overflowBaruch Siach
2013-07-22clocksource: Fix !CONFIG_CLOCKSOURCE_WATCHDOG compilePrarit Bhargava
2013-07-22mutex: Fix/document access-once assumption in mutex_can_spin_on_owner()Peter Zijlstra
2013-07-22sched/fair: Cleanup: remove duplicate variable declarationKirill Tkhai
2013-07-22Merge tag 'v3.11-rc2' into sched/coreIngo Molnar
2013-07-19tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()Oleg Nesterov
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-19tracing: Kill trace_array->waiterOleg Nesterov
2013-07-19Merge branch 'x86/jumplabel' into perf/coreIngo Molnar
2013-07-19Merge branch 'linus' into perf/coreIngo Molnar
2013-07-18tracing: Do not (ab)use trace_seq in event_id_read()Oleg Nesterov
2013-07-18tracing: Simplify the iteration logic in f_start/f_nextOleg Nesterov
2013-07-18tracing: Add ref_data to function and fgraph tracer structsSteven Rostedt (Red Hat)
2013-07-18tracing: Miscellaneous fixes for trace_array ref countingAlexander Z Lam
2013-07-18tracing: Fix error handling to ensure instances can always be removedAlexander Z Lam
2013-07-18tracing/kprobe: Wait for disabling all running kprobe handlersMasami Hiramatsu
2013-07-18tracing/perf: Move the PERF_MAX_TRACE_SIZE check into perf_trace_buf_prepare()Oleg Nesterov
2013-07-18tracing/syscall: Avoid perf_trace_buf_*() if sys_data->perf_events is emptyOleg Nesterov
2013-07-18tracing/function: Avoid perf_trace_buf_*() if event_function.perf_events is e...Oleg Nesterov
2013-07-18tracing: Typo fix on ring buffer commentszhangwei(Jovi)