index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2019-04-08
tracing: Add error_log to README
Tom Zanussi
-0
/
+1
2019-04-08
tracing: Have the error logs show up in the proper instances
Steven Rostedt (VMware)
-23
/
+46
2019-04-08
tracing: Have histogram code pass around trace_array for error handling
Steven Rostedt (VMware)
-62
/
+80
2019-04-08
tracing: Add trace_array parameter to create_event_filter()
Steven Rostedt (VMware)
-13
/
+18
2019-04-08
tracing: stop making gpio tracing configurable
Uwe Kleine-König
-7
/
+0
2019-04-08
mmiowb: Hook up mmiowb helpers to spinlocks and generic I/O accessors
Will Deacon
-1
/
+5
2019-04-08
asm-generic/mmiowb: Add generic implementation of mmiowb() tracking
Will Deacon
-0
/
+14
2019-04-08
cpufreq: schedutil: Simplify iowait boosting
Rafael J. Wysocki
-11
/
+10
2019-04-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-1
/
+2
2019-04-05
kernel/sysctl.c: fix out-of-bounds access when setting file-max
Will Deacon
-1
/
+2
2019-04-05
Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
-4
/
+7
2019-04-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-34
/
+70
2019-04-05
genirq/timings: Add array suffix computation code
Daniel Lezcano
-5
/
+457
2019-04-05
genirq/timings: Remove variance computation code
Daniel Lezcano
-250
/
+2
2019-04-05
genirq: Respect IRQCHIP_SKIP_SET_WAKE in irq_chip_set_wake_parent()
Stephen Boyd
-0
/
+4
2019-04-05
bpf: Add missed newline in verifier verbose log
Andrey Ignatov
-1
/
+1
2019-04-05
bpf: Sanity check max value for var_off stack access
Andrey Ignatov
-3
/
+15
2019-04-05
bpf: Reject indirect var_off stack access in unpriv mode
Andrey Ignatov
-0
/
+16
2019-04-05
bpf: Reject indirect var_off stack access in raw mode
Andrey Ignatov
-0
/
+9
2019-04-05
syscalls: Remove start and number from syscall_get_arguments() args
Steven Rostedt (Red Hat)
-3
/
+3
2019-04-05
genirq: Initialize request_mutex if CONFIG_SPARSE_IRQ=n
Kefeng Wang
-0
/
+1
2019-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-19
/
+31
2019-04-04
acct_on(): don't mess with freeze protection
Al Viro
-2
/
+2
2019-04-04
cgroup: remove extra cgroup_migrate_finish() call
Shakeel Butt
-4
/
+1
2019-04-04
tracing/syscalls: Pass in hardcoded 6 into syscall_get_arguments()
Steven Rostedt (Red Hat)
-3
/
+6
2019-04-04
bpf: increase verifier log limit
Alexei Starovoitov
-1
/
+1
2019-04-04
bpf: increase complexity limit and maximum program size
Alexei Starovoitov
-2
/
+2
2019-04-04
bpf: verbose jump offset overflow check
Alexei Starovoitov
-6
/
+12
2019-04-04
bpf: convert temp arrays to kvcalloc
Alexei Starovoitov
-7
/
+7
2019-04-04
bpf: improve verification speed by not remarking live_read
Alexei Starovoitov
-0
/
+9
2019-04-04
bpf: improve verification speed by droping states
Alexei Starovoitov
-3
/
+41
2019-04-04
bpf: add verifier stats and log_level bit 2
Alexei Starovoitov
-24
/
+52
2019-04-03
locking/rwsem: Optimize down_read_trylock()
Waiman Long
-5
/
+8
2019-04-03
locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs
Waiman Long
-346
/
+2
2019-04-03
locking/rwsem: Remove arch specific rwsem files
Waiman Long
-0
/
+132
2019-04-03
sched/fair: Make sync_entity_load_avg() and remove_entity_load_avg() static
YueHaibing
-2
/
+2
2019-04-03
sched/core: Annotate perf_domain pointer with __rcu
Joel Fernandes (Google)
-1
/
+1
2019-04-03
sched_domain: Annotate RCU pointers properly
Joel Fernandes (Google)
-12
/
+12
2019-04-03
sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu
Joel Fernandes (Google)
-2
/
+2
2019-04-03
locking/static_key: Fix false positive warnings on concurrent dec/inc
Peter Zijlstra
-8
/
+13
2019-04-03
x86/uaccess, kcov: Disable stack protector
Peter Zijlstra
-0
/
+1
2019-04-03
x86/uaccess, ftrace: Fix ftrace_likely_update() vs. SMAP
Peter Zijlstra
-0
/
+4
2019-04-03
ia64/tlb: Eradicate tlb_migrate_finish() callback
Peter Zijlstra
-1
/
+0
2019-04-03
perf/core: Make perf_swevent_init_cpu() static
Valdis Kletnieks
-1
/
+1
2019-04-03
sched/fair: Do not re-read ->h_load_next during hierarchical load calculation
Mel Gorman
-3
/
+3
2019-04-02
tracing: Use tracing error_log with probe events
Masami Hiramatsu
-124
/
+348
2019-04-02
tracing: Use tracing error_log with trace event filters
Tom Zanussi
-2
/
+9
2019-04-02
tracing: Use tracing error_log with hist triggers
Tom Zanussi
-102
/
+104
2019-04-02
tracing: Save the last hist command's associated event name
Tom Zanussi
-6
/
+27
2019-04-02
tracing: Add tracing error log
Tom Zanussi
-0
/
+222
[prev]
[next]