aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-03-10tracing: Add hist trigger support for variable reference aliasesTom Zanussi1-7/+67
2018-03-10tracing: Add cpu field for hist triggersTom Zanussi1-1/+27
2018-03-10tracing: Allow whitespace to surround hist trigger filterTom Zanussi1-5/+32
2018-03-10tracing: Add 'onmax' hist trigger action supportTom Zanussi1-35/+296
2018-03-10tracing: Add 'onmatch' hist trigger action supportTom Zanussi1-13/+475
2018-03-10tracing: Add support for 'field variables'Tom Zanussi1-1/+530
2018-03-10tracing: Add support for 'synthetic' eventsTom Zanussi1-2/+893
2018-03-10tracing: Add hist trigger action hookTom Zanussi1-2/+104
2018-03-10tracing: Add variable reference handling to hist triggersTom Zanussi4-16/+656
2018-03-10tracing: Add hist_field 'type' fieldTom Zanussi1-0/+33
2018-03-10tracing: Pass tracing_map_elt to hist_field accessor functionsTom Zanussi1-34/+57
2018-03-10tracing: Generalize per-element hist trigger dataTom Zanussi1-33/+43
2018-03-10tracing: Add simple expression support to hist triggersTom Zanussi1-74/+413
2018-03-10tracing: Move get_hist_field_flags()Tom Zanussi1-22/+22
2018-03-10tracing: Account for variables in named trigger compatibilityTom Zanussi1-1/+6
2018-03-10tracing: Add variable support to hist triggersTom Zanussi1-39/+331
2018-03-10tracing: Add usecs modifier for hist trigger timestampsTom Zanussi3-8/+35
2018-03-10tracing: Add hist_data member to hist_fieldTom Zanussi1-5/+9
2018-03-10tracing: Add per-element variable support to tracing_mapTom Zanussi2-0/+119
2018-03-10tracing: Add hist trigger timestamp supportTom Zanussi1-23/+71
2018-03-10tracing: Break out hist trigger assignment parsingTom Zanussi1-21/+51
2018-03-10tracing: Add ring buffer event param to hist field functionsTom Zanussi1-15/+24
2018-03-10tracing: Give event triggers access to ring_buffer_eventTom Zanussi3-26/+41
2018-03-10tracing: Add timestamp_mode trace fileTom Zanussi1-0/+47
2018-03-10ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMPTom Zanussi1-28/+76
2018-03-10ring-buffer: Add interface for setting absolute time stampsTom Zanussi3-1/+46
2018-03-10tracing: Remove code which merges duplicatesVedang Patel3-95/+6
2018-03-10tracing: Add support to detect and avoid duplicatesVedang Patel1-5/+36
2018-03-10Merge branch 'linus' into locking/core, to pick up fixes and dependenciesIngo Molnar20-95/+142
2018-03-10timekeeping/ntp: Determine the multiplier directly from NTP tick lengthMiroslav Lichvar1-91/+47
2018-03-10timekeeping/ntp: Don't align NTP frequency adjustments to ticksMiroslav Lichvar1-3/+0
2018-03-09bug: use %pB in BUG and stack protector failureKees Cook1-1/+1
2018-03-09arm64: signal: Ensure si_code is valid for all fault signalsDave Martin1-4/+0
2018-03-09softirq: Consolidate common code in tasklet_[hi]_action()Ingo Molnar1-39/+15
2018-03-09softirq: Consolidate common code in __tasklet_[hi]_schedule()Ingo Molnar1-12/+16
2018-03-09genirq/irq_sim: Return the base of the irq range from irq_sim_init()Bartosz Golaszewski1-4/+6
2018-03-09genirq/irq_sim: Check the return value of irq_sim_init() for error codesBartosz Golaszewski1-1/+1
2018-03-09genirq/irq_sim: Explicitly include slab.hBartosz Golaszewski1-0/+1
2018-03-09rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsitesBoqun Feng1-2/+3
2018-03-09bpf: comment why dots in filenames under BPF virtual FS are not allowedQuentin Monnet1-0/+3
2018-03-09perf/core: Fix ctx_event_type in ctx_resched()Song Liu1-1/+3
2018-03-09sched/completions: Use bool in try_wait_for_completion()gaurav jindal1-3/+3
2018-03-09sched/fair: Update blocked load when newly idleVincent Guittot1-18/+87
2018-03-09sched/fair: Move idle_balance()Peter Zijlstra1-114/+114
2018-03-09sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra1-6/+4
2018-03-09sched/fair: Move rebalance_domains()Peter Zijlstra1-118/+118
2018-03-09sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra1-5/+4
2018-03-09sched/fair: Reduce the periodic update durationVincent Guittot1-4/+17
2018-03-09sched/nohz: Stop NOHZ stats when decayedVincent Guittot2-20/+97
2018-03-09sched/cpufreq: Provide migration hintPeter Zijlstra1-12/+19