summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2013-03-20workqueue: kick a worker in pwq_adjust_max_active()Lai Jiangshan
2013-03-20workqueue: simplify current_is_workqueue_rescuer()Lai Jiangshan
2013-03-20connector: Added coredumping event to the process connectorJesper Derehag
2013-03-20workqueue: add missing POOL_FREEZINGLai Jiangshan
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan
2013-03-20cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan
2013-03-20module: fix symbol versioning with symbol prefixesJames Hogan
2013-03-19workqueue: restore CPU affinity of unbound workers on CPU_ONLINETejun Heo
2013-03-19workqueue: directly restore CPU affinity of workers from CPU_ONLINETejun Heo
2013-03-19workqueue: relocate rebind_workers()Tejun Heo
2013-03-19workqueue: convert worker_pool->worker_ida to idr and implement for_each_pool...Tejun Heo
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo
2013-03-19Merge tag 'v3.9-rc3' into drm-intel-next-queuedDaniel Vetter
2013-03-18Merge branch 'for-3.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-03-18params: Fix potential memory leak in add_sysfs_param()David Woodhouse
2013-03-18perf/cgroup: Add __percpu annotation to perf_cgroup->infoNamhyung Kim
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra
2013-03-18Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Ingo Molnar
2013-03-18Merge branch 'tip/perf/urgent-2' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2013-03-18perf: Generate EXIT event only once per task contextNamhyung Kim
2013-03-18perf: Reset hwc->last_period on sw clock eventsNamhyung Kim
2013-03-15timekeeping: utilize the suspend-nonstop clocksource to count suspended timeFeng Tang
2013-03-15timekeeping: Use inject_offset in warp_clockJohn Stultz
2013-03-15timekeeping: Avoid adjust kernel time once hwclock kept in UTC timeDong Zhu
2013-03-15tracing: Fix ftrace_dump()Steven Rostedt (Red Hat)
2013-03-15tracing: Rename trace_event_mutex to trace_event_semzhangwei(Jovi)
2013-03-15tracing: Fix comment about prefix in arch_syscall_match_sym_name()zhangwei(Jovi)
2013-03-15tracing: Convert trace_destroy_fields() to staticzhangwei(Jovi)
2013-03-15tracing: Move find_event_field() into trace_events.czhangwei(Jovi)
2013-03-15tracing: Use TRACE_MAX_PRINT instead of constantzhangwei(Jovi)
2013-03-15tracing: Use pr_warn_once instead of open coded implementationzhangwei(Jovi)
2013-03-15ring-buffer: Add ring buffer startup selftestSteven Rostedt (Red Hat)
2013-03-15CONFIG_SYMBOL_PREFIX: cleanup.Rusty Russell
2013-03-15tracing: Add "perf" trace_clockSteven Rostedt (Red Hat)
2013-03-15tracing: Add "uptime" trace clock that uses jiffiesSteven Rostedt (Red Hat)
2013-03-15tracing: Add function-trace option to disable function tracing of latency tra...Steven Rostedt (Red Hat)
2013-03-15tracing: Remove most or all of stack tracer stack size from stack_max_sizeSteven Rostedt (Red Hat)
2013-03-15tracing: Fix stack tracer with fentry useSteven Rostedt (Red Hat)
2013-03-15tracing: Use stack of calling function for stack tracerSteven Rostedt (Red Hat)
2013-03-15tracing: Add function probe to trigger stack tracesSteven Rostedt (Red Hat)
2013-03-15tracing: Add skip argument to trace_dump_stack()Steven Rostedt (Red Hat)
2013-03-15tracing: Add function probe triggers to enable/disable eventsSteven Rostedt (Red Hat)
2013-03-15tracing: Add a way to soft disable trace eventsSteven Rostedt (Red Hat)
2013-03-15ftrace: Use manual free after synchronize_sched() not call_rcu_sched()Steven Rostedt (Red Hat)
2013-03-15ftrace: Clean up function probe methodsSteven Rostedt (Red Hat)
2013-03-15tracing: Add snapshot trigger to function probesSteven Rostedt (Red Hat)
2013-03-15tracing: Add alloc/free_snapshot() to replace duplicate codeSteven Rostedt (Red Hat)
2013-03-15ftrace: Fix function probe to only enable needed functionsSteven Rostedt (Red Hat)
2013-03-15ftrace: Separate unlimited probes from count limited probesSteven Rostedt (Red Hat)
2013-03-15tracing: Consolidate ftrace_trace_onoff_unreg() into callbackSteven Rostedt (Red Hat)