index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-10
tracing: Add hist trigger support for variable reference aliases
Tom Zanussi
1
-7
/
+67
2018-03-10
tracing: Add cpu field for hist triggers
Tom Zanussi
1
-1
/
+27
2018-03-10
tracing: Allow whitespace to surround hist trigger filter
Tom Zanussi
1
-5
/
+32
2018-03-10
tracing: Add 'onmax' hist trigger action support
Tom Zanussi
1
-35
/
+296
2018-03-10
tracing: Add 'onmatch' hist trigger action support
Tom Zanussi
1
-13
/
+475
2018-03-10
tracing: Add support for 'field variables'
Tom Zanussi
1
-1
/
+530
2018-03-10
tracing: Add support for 'synthetic' events
Tom Zanussi
1
-2
/
+893
2018-03-10
tracing: Add hist trigger action hook
Tom Zanussi
1
-2
/
+104
2018-03-10
tracing: Add variable reference handling to hist triggers
Tom Zanussi
4
-16
/
+656
2018-03-10
tracing: Add hist_field 'type' field
Tom Zanussi
1
-0
/
+33
2018-03-10
tracing: Pass tracing_map_elt to hist_field accessor functions
Tom Zanussi
1
-34
/
+57
2018-03-10
tracing: Generalize per-element hist trigger data
Tom Zanussi
1
-33
/
+43
2018-03-10
tracing: Add simple expression support to hist triggers
Tom Zanussi
1
-74
/
+413
2018-03-10
tracing: Move get_hist_field_flags()
Tom Zanussi
1
-22
/
+22
2018-03-10
tracing: Account for variables in named trigger compatibility
Tom Zanussi
1
-1
/
+6
2018-03-10
tracing: Add variable support to hist triggers
Tom Zanussi
1
-39
/
+331
2018-03-10
tracing: Add usecs modifier for hist trigger timestamps
Tom Zanussi
3
-8
/
+35
2018-03-10
tracing: Add hist_data member to hist_field
Tom Zanussi
1
-5
/
+9
2018-03-10
tracing: Add per-element variable support to tracing_map
Tom Zanussi
2
-0
/
+119
2018-03-10
tracing: Add hist trigger timestamp support
Tom Zanussi
1
-23
/
+71
2018-03-10
tracing: Break out hist trigger assignment parsing
Tom Zanussi
1
-21
/
+51
2018-03-10
tracing: Add ring buffer event param to hist field functions
Tom Zanussi
1
-15
/
+24
2018-03-10
tracing: Give event triggers access to ring_buffer_event
Tom Zanussi
3
-26
/
+41
2018-03-10
tracing: Add timestamp_mode trace file
Tom Zanussi
1
-0
/
+47
2018-03-10
ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMP
Tom Zanussi
1
-28
/
+76
2018-03-10
ring-buffer: Add interface for setting absolute time stamps
Tom Zanussi
3
-1
/
+46
2018-03-10
tracing: Remove code which merges duplicates
Vedang Patel
3
-95
/
+6
2018-03-10
tracing: Add support to detect and avoid duplicates
Vedang Patel
1
-5
/
+36
2018-03-10
Merge branch 'linus' into locking/core, to pick up fixes and dependencies
Ingo Molnar
20
-95
/
+142
2018-03-10
timekeeping/ntp: Determine the multiplier directly from NTP tick length
Miroslav Lichvar
1
-91
/
+47
2018-03-10
timekeeping/ntp: Don't align NTP frequency adjustments to ticks
Miroslav Lichvar
1
-3
/
+0
2018-03-09
bug: use %pB in BUG and stack protector failure
Kees Cook
1
-1
/
+1
2018-03-09
arm64: signal: Ensure si_code is valid for all fault signals
Dave Martin
1
-4
/
+0
2018-03-09
softirq: Consolidate common code in tasklet_[hi]_action()
Ingo Molnar
1
-39
/
+15
2018-03-09
softirq: Consolidate common code in __tasklet_[hi]_schedule()
Ingo Molnar
1
-12
/
+16
2018-03-09
genirq/irq_sim: Return the base of the irq range from irq_sim_init()
Bartosz Golaszewski
1
-4
/
+6
2018-03-09
genirq/irq_sim: Check the return value of irq_sim_init() for error codes
Bartosz Golaszewski
1
-1
/
+1
2018-03-09
genirq/irq_sim: Explicitly include slab.h
Bartosz Golaszewski
1
-0
/
+1
2018-03-09
rtmutex: Make rt_mutex_futex_unlock() safe for irq-off callsites
Boqun Feng
1
-2
/
+3
2018-03-09
bpf: comment why dots in filenames under BPF virtual FS are not allowed
Quentin Monnet
1
-0
/
+3
2018-03-09
perf/core: Fix ctx_event_type in ctx_resched()
Song Liu
1
-1
/
+3
2018-03-09
sched/completions: Use bool in try_wait_for_completion()
gaurav jindal
1
-3
/
+3
2018-03-09
sched/fair: Update blocked load when newly idle
Vincent Guittot
1
-18
/
+87
2018-03-09
sched/fair: Move idle_balance()
Peter Zijlstra
1
-114
/
+114
2018-03-09
sched/nohz: Merge CONFIG_NO_HZ_COMMON blocks
Peter Zijlstra
1
-6
/
+4
2018-03-09
sched/fair: Move rebalance_domains()
Peter Zijlstra
1
-118
/
+118
2018-03-09
sched/nohz: Optimize nohz_idle_balance()
Peter Zijlstra
1
-5
/
+4
2018-03-09
sched/fair: Reduce the periodic update duration
Vincent Guittot
1
-4
/
+17
2018-03-09
sched/nohz: Stop NOHZ stats when decayed
Vincent Guittot
2
-20
/
+97
2018-03-09
sched/cpufreq: Provide migration hint
Peter Zijlstra
1
-12
/
+19
[prev]
[next]