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
2017-10-07
bpf: Append prog->aux->name in bpf_get_prog_name()
Martin KaFai Lau
1
-2
/
+15
2017-10-07
bpf: Change bpf_obj_name_cpy() to better ensure map's name is init by 0
Martin KaFai Lau
1
-3
/
+2
2017-10-07
bpf: fix liveness marking
Alexei Starovoitov
1
-0
/
+5
2017-10-07
bpf: add helper bpf_perf_prog_read_value
Yonghong Song
1
-0
/
+28
2017-10-07
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
2
-5
/
+44
2017-10-07
bpf: perf event change needed for subsequent bpf helpers
Yonghong Song
3
-4
/
+15
2017-10-07
padata: ensure padata_do_serial() runs on the correct CPU
Mathias Krause
1
-1
/
+19
2017-10-07
padata: ensure the reorder timer callback runs on the correct CPU
Mathias Krause
1
-1
/
+42
2017-10-07
padata: set cpu_index of unused CPUs to -1
Mathias Krause
1
-1
/
+7
2017-10-06
tracing: Prepare to add preempt and irq trace events
Joel Fernandes
1
-26
/
+74
2017-10-06
Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-517
/
+369
2017-10-05
ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions
Steven Rostedt (VMware)
2
-6
/
+72
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
26
-283
/
+605
2017-10-05
Merge tag 'pm-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-7
/
+11
2017-10-06
Merge branch 'pm-sleep'
Rafael J. Wysocki
1
-7
/
+11
2017-10-05
ftrace: Add freeing algorithm to free ftrace_mod_maps
Steven Rostedt (VMware)
1
-2
/
+30
2017-10-05
ftrace: Save module init functions kallsyms symbols for tracing
Steven Rostedt (VMware)
3
-3
/
+150
2017-10-05
ftrace: Allow module init functions to be traced
Steven Rostedt (VMware)
2
-2
/
+6
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2017-10-05
workqueue: Convert callback to use from_timer()
Kees Cook
1
-4
/
+3
2017-10-05
kthread: Convert callback to use from_timer()
Kees Cook
1
-6
/
+4
2017-10-05
timer: Remove expires and data arguments from DEFINE_TIMER
Kees Cook
1
-1
/
+1
2017-10-05
timer: Remove users of TIMER_DEFERRED_INITIALIZER
Kees Cook
1
-5
/
+3
2017-10-05
timer: Convert schedule_timeout() to use from_timer()
Kees Cook
1
-7
/
+19
2017-10-05
Merge branch 'linus' into timers/core
Thomas Gleixner
19
-238
/
+555
2017-10-04
bpf: enforce return code for cgroup-bpf programs
Alexei Starovoitov
1
-0
/
+40
2017-10-04
bpf: introduce BPF_PROG_QUERY command
Alexei Starovoitov
4
-0
/
+128
2017-10-04
bpf: multi program support for cgroup+bpf
Alexei Starovoitov
4
-145
/
+410
2017-10-04
ftrace: Add a ftrace_free_mem() function for modules to use
Steven Rostedt (VMware)
1
-3
/
+11
2017-10-04
sysctl: remove /proc/sys/vm/nr_pdflush_threads
Jens Axboe
1
-5
/
+0
2017-10-04
tracing: Reimplement log2
Tom Zanussi
1
-4
/
+27
2017-10-04
tracing: Add hist_field_name() accessor
Tom Zanussi
1
-22
/
+45
2017-10-04
tracing: Clean up hist_field_flags enum
Tom Zanussi
1
-10
/
+10
2017-10-04
tracing: Make traceprobe parsing code reusable
Tom Zanussi
6
-103
/
+103
2017-10-04
tracing: Increase tracing map KEYS_MAX size
Tom Zanussi
1
-1
/
+1
2017-10-04
tracing: Remove lookups from tracing_map hitcount
Tom Zanussi
1
-1
/
+2
2017-10-04
tracing: Exclude 'generic fields' from histograms
Tom Zanussi
1
-2
/
+2
2017-10-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-23
/
+38
2017-10-04
ring-buffer: Rewrite trace_recursive_(un)lock() to be simpler
Steven Rostedt (VMware)
1
-47
/
+17
2017-10-04
tracing: Reverse the order of trace_types_lock and event_mutex
Steven Rostedt (VMware)
2
-16
/
+20
2017-10-04
tracing: Remove redundant unread variable ret
Colin Ian King
1
-4
/
+2
2017-10-04
tracing: Remove obsolete sched_switch tracer selftest
Joel Fernandes
2
-34
/
+0
2017-10-04
Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-16
/
+2
2017-10-04
watchdog/core: Put softlockup_threads_initialized under ifdef guard
Thomas Gleixner
1
-1
/
+1
2017-10-04
watchdog/core: Rename some softlockup_* functions
Thomas Gleixner
1
-9
/
+9
2017-10-04
powerpc/watchdog: Make use of watchdog_nmi_probe()
Thomas Gleixner
1
-1
/
+4
2017-10-04
watchdog/core, powerpc: Lock cpus across reconfiguration
Thomas Gleixner
2
-3
/
+10
2017-10-04
watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()
Thomas Gleixner
1
-15
/
+18
2017-10-03
kernel/params.c: improve STANDARD_PARAM_DEF readability
Jean Delvare
1
-8
/
+8
2017-10-03
kernel/params.c: fix an overflow in param_attr_show
Jean Delvare
1
-10
/
+7
[prev]
[next]