summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2015-10-01ntp/pps: use timespec64 for hardpps()Arnd Bergmann
2015-10-01Merge branch 'irq/for-arm' into irq/coreThomas Gleixner
2015-10-01ftrace: Remove redundant swap functionRasmus Villemoes
2015-10-01kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin
2015-10-01tracing: Use kstrdup_const instead of private implementationRasmus Villemoes
2015-10-01genirq: Introduce generic irq migration for cpu hotunplugYang Yingliang
2015-10-01genirq: Fix race in register_irq_proc()Ben Hutchings
2015-09-30tracing: Add trace options for tracer options to instancesSteven Rostedt (Red Hat)
2015-09-30tracing: Add trace options for core options to instancesSteven Rostedt (Red Hat)
2015-09-30tracing: Make ftrace_trace_stack() depend on general trace_array flagSteven Rostedt (Red Hat)
2015-09-30tracing: Add a method to pass in trace_array descriptor to option filesSteven Rostedt (Red Hat)
2015-09-30tracing: Move trace_flags from global to a trace_array fieldSteven Rostedt (Red Hat)
2015-09-30tracing: Move sleep-time and graph-time options out of the core trace_flagsSteven Rostedt (Red Hat)
2015-09-30workqueue: make sure delayed work run in local cpuShaohua Li
2015-09-30Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-09-30tracing: Remove access to trace_flags in trace_printk.cSteven Rostedt (Red Hat)
2015-09-30tracing: Add build bug if we have more trace_flags than bitsSteven Rostedt (Red Hat)
2015-09-30tracing: Always show all tracer options in the options directorySteven Rostedt (Red Hat)
2015-09-29tracing: Only create stacktrace option when STACKTRACE is configuredSteven Rostedt (Red Hat)
2015-09-29tracing: Do not create function tracer options when not compiled inSteven Rostedt (Red Hat)
2015-09-29irq: Export per-cpu irq allocation and de-allocation functionsMaxime Ripard
2015-09-29genirq: Fix the documentation of request_percpu_irqMaxime Ripard
2015-09-29tracing: Only create branch tracer options when compiled inSteven Rostedt (Red Hat)
2015-09-29tracing: Only create function graph options when it is compiled inSteven Rostedt (Red Hat)
2015-09-29tracing: Use TRACE_FLAGS macro to keep enums and strings matchedSteven Rostedt (Red Hat)
2015-09-29tracing: Use enums instead of hard coded bitmasks for TRACE_ITER flagsSteven Rostedt (Red Hat)
2015-09-29tracing: Remove unused tracing option "ftrace_preempt"Steven Rostedt (Red Hat)
2015-09-29tracing: Move "display-graph" option to main optionsSteven Rostedt (Red Hat)
2015-09-28tracing: Turn seq_print_user_ip() into a static functionSteven Rostedt (Red Hat)
2015-09-28tracing: Inject seq_print_userip_objs() into its only userSteven Rostedt (Red Hat)
2015-09-28tracing: Make ftrace_trace_stack() staticSteven Rostedt (Red Hat)
2015-09-28perf/core, perf/x86: Change needlessly global functions and a variable to staticGeliang Tang
2015-09-28Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...Ingo Molnar
2015-09-28Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2015-09-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-09-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-09-27Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-09-25tracing: Pass trace_array into trace_buffer_unlock_commit()Steven Rostedt (Red Hat)
2015-09-25cgroup: fix too early usage of static_branch_disable()Tejun Heo
2015-09-25tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2015-09-25tracing: Remove ftrace_trace_stack_regs()Steven Rostedt (Red Hat)
2015-09-23sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross
2015-09-23Merge branch 'locking/urgent' into locking/core, to pick up fixes before appl...Ingo Molnar
2015-09-23sched/rt: Make (do_)balance_runtime() return voidJuri Lelli
2015-09-23sched/deadline, locking/rtmutex: Fix open coded check in rt_mutex_waiter_less()Juri Lelli
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli
2015-09-23locking/lockdep: Fix hlock->pin_count reset on lock stack rebuildsPeter Zijlstra
2015-09-22userfaultfd: revert "userfaultfd: waitqueue: add nr wake parameter to __wake_...Andrea Arcangeli
2015-09-22kernel/trace_probe: is_good_name can be booleanYaowei Bai
2015-09-22cgroup: make cgroup_update_dfl_csses() migrate all target processes atomicallyTejun Heo