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
/
include
/
linux
/
numa.h
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-13
Linux 5.4-rc3
Linus Torvalds
1
-1
/
+1
2019-10-12
tracing: Initialize iter->seq after zeroing in tracing_read_pipe()
Petr Mladek
1
-0
/
+1
2019-10-12
tracing/hwlat: Don't ignore outer-loop duration when calculating max_latency
Srivatsa S. Bhat (VMware)
1
-0
/
+2
2019-10-12
tracing/hwlat: Report total time spent in all NMIs during the sample
Srivatsa S. Bhat (VMware)
1
-1
/
+1
2019-10-12
recordmcount: Fix nop_mcount() function
Steven Rostedt (VMware)
1
-4
/
+1
2019-10-12
tracing: Do not create tracefs files if tracefs lockdown is in effect
Steven Rostedt (VMware)
1
-0
/
+4
2019-10-12
tracing: Add locked_down checks to the open calls of files created for tracefs
Steven Rostedt (VMware)
10
-4
/
+98
2019-10-12
tracing: Add tracing_check_open_get_tr()
Steven Rostedt (VMware)
6
-60
/
+81
2019-10-12
tracing: Have trace events system open call tracing_open_generic_tr()
Steven Rostedt (VMware)
3
-15
/
+5
2019-10-12
tracing: Get trace_array reference for available_tracers files
Steven Rostedt (VMware)
1
-2
/
+15
2019-10-12
ftrace: Get a reference counter for the trace_array on filter files
Steven Rostedt (VMware)
1
-9
/
+18
2019-10-12
tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is locked down")
Steven Rostedt (VMware)
1
-41
/
+1
2019-10-12
perf/x86/cstate: Add Tiger Lake CPU support
Kan Liang
1
-9
/
+11
2019-10-12
perf/x86/msr: Add Tiger Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
perf/x86/intel: Add Tiger Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
perf/x86/cstate: Update C-state counters for Ice Lake
Kan Liang
1
-11
/
+25
2019-10-12
perf/x86/msr: Add new CPU model numbers for Ice Lake
Kan Liang
1
-0
/
+3
2019-10-12
perf/x86/cstate: Add Comet Lake CPU support
Kan Liang
1
-10
/
+14
2019-10-12
perf/x86/msr: Add Comet Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-12
perf/x86/intel: Add Comet Lake CPU support
Kan Liang
1
-0
/
+2
2019-10-11
Documentation/process: Add fallthrough pseudo-keyword
Joe Perches
2
-11
/
+24
2019-10-11
compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use
Joe Perches
1
-0
/
+17
2019-10-11
net: sctp: Rename fallthrough label to unhandled
Joe Perches
1
-6
/
+6
2019-10-11
perf diff: Report noisy for cycles diff
Jin Yao
9
-0
/
+203
2019-10-11
perf tools: Propagate CFLAGS to libperf
Jiri Olsa
3
-15
/
+18
2019-10-11
s390/uaccess: avoid (false positive) compiler warnings
Christian Borntraeger
1
-2
/
+2
2019-10-11
firmware: google: increment VPD key_len properly
Brian Norris
1
-1
/
+1
2019-10-11
MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdb
Douglas Anderson
1
-0
/
+1
2019-10-11
spufs: fix a crash in spufs_create_root()
Emmanuel Nicolet
1
-0
/
+1
2019-10-10
io_uring: fix sequence logic for timeout requests
Jens Axboe
1
-17
/
+20
2019-10-10
SUNRPC: fix race to sk_err after xs_error_report
Benjamin Coddington
2
-9
/
+9
2019-10-10
NFSv4: Fix leak of clp->cl_acceptor string
Chuck Lever
1
-0
/
+1
2019-10-10
MIPS: Disable Loongson MMI instructions for kernel build
Paul Burton
2
-0
/
+5
2019-10-10
MIPS: elf_hwcap: Export userspace ASEs
Jiaxun Yang
2
-0
/
+44
2019-10-10
libperf: Adopt perf_evlist__filter_pollfd() from tools/perf
Jiri Olsa
4
-11
/
+19
2019-10-10
libperf: Introduce perf_evlist__purge()
Jiri Olsa
2
-0
/
+31
2019-10-10
libperf: Introduce perf_evlist__exit()
Jiri Olsa
3
-6
/
+14
2019-10-10
libperf: Move the pollfd allocation from tools/perf to libperf
Jiri Olsa
2
-4
/
+5
2019-10-10
libperf: Centralize map refcnt setting
Jiri Olsa
2
-30
/
+15
2019-10-10
perf evlist: Switch to libperf's mmap interface
Jiri Olsa
1
-175
/
+4
2019-10-10
perf evlist: Introduce perf_evlist__mmap_cb_mmap()
Jiri Olsa
1
-2
/
+13
2019-10-10
nbd: fix possible sysfs duplicate warning
Xiubo Li
1
-1
/
+1
2019-10-10
xen: Stop abusing DT of_dma_configure API
Rob Herring
2
-21
/
+4
2019-10-10
perf evlist: Introduce perf_evlist__mmap_cb_get()
Jiri Olsa
1
-0
/
+24
2019-10-10
perf tools: Introduce perf_evlist__mmap_cb_idx()
Jiri Olsa
1
-0
/
+14
2019-10-10
libperf: Introduce perf_evlist_mmap_ops::mmap callback
Jiri Olsa
2
-3
/
+29
2019-10-10
libperf: Add perf_evlist_mmap_ops::get callback
Jiri Olsa
2
-8
/
+13
2019-10-10
libperf: Introduce perf_evlist_mmap_ops::idx callback
Jiri Olsa
2
-5
/
+17
2019-10-10
libperf: Introduce perf_evlist__mmap_ops()
Jiri Olsa
2
-6
/
+26
2019-10-10
libperf: Adopt perf_evlist__mmap()/munmap() from tools/perf
Jiri Olsa
4
-0
/
+243
[next]