index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-12-28
samples/bpf sock_example: Avoid getting ethhdr from two includes
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-12-28
perf sched timehist: Show total scheduling time
Namhyung Kim
1
-3
/
+14
2016-12-22
perf sched timehist: Fix invalid period calculation
Namhyung Kim
1
-1
/
+1
2016-12-22
perf sched timehist: Remove hardcoded 'comm_width' check at print_summary
Namhyung Kim
1
-3
/
+0
2016-12-22
perf sched timehist: Enlarge default 'comm_width'
Namhyung Kim
1
-1
/
+1
2016-12-22
perf sched timehist: Honour 'comm_width' when aligning the headers
Namhyung Kim
1
-3
/
+4
2016-12-22
perf/x86: Fix overlap counter scheduling bug
Peter Zijlstra
1
-1
/
+1
2016-12-22
perf/x86/pebs: Fix handling of PEBS buffer overflows
Stephane Eranian
1
-9
/
+21
2016-12-20
samples/bpf: Move open_raw_sock to separate header
Joe Stringer
8
-6
/
+7
2016-12-20
samples/bpf: Remove perf_event_open() declaration
Joe Stringer
8
-18
/
+15
2016-12-20
samples/bpf: Be consistent with bpf_load_program bpf_insn parameter
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-12-20
tools lib bpf: Add bpf_prog_{attach,detach}
Joe Stringer
4
-24
/
+26
2016-12-20
samples/bpf: Switch over to libbpf
Joe Stringer
10
-168
/
+52
2016-12-20
perf diff: Do not overwrite valid build id
Kan Liang
1
-1
/
+2
2016-12-20
perf annotate: Don't throw error for zero length symbols
Ravi Bangoria
1
-1
/
+2
2016-12-20
perf bench futex: Fix lock-pi help string
Davidlohr Bueso
1
-1
/
+1
2016-12-20
perf trace: Check if MAP_32BIT is defined (again)
Jiri Olsa
1
-0
/
+2
2016-12-20
samples/bpf: Make perf_event_read() static
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-12-18
uprobes: Fix uprobes on MIPS, allow for a cache flush after ixol breakpoint c...
Marcin Nowakowski
1
-1
/
+1
2016-12-15
samples/bpf: Make samples more libbpf-centric
Joe Stringer
30
-109
/
+133
2016-12-15
tools lib bpf: Add flags to bpf_create_map()
Joe Stringer
3
-3
/
+5
2016-12-15
tools lib bpf: use __u32 from linux/types.h
Joe Stringer
2
-4
/
+4
2016-12-15
tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.h
Joe Stringer
1
-229
/
+364
2016-12-15
perf annotate: Fix jump target outside of function address range
Ravi Bangoria
3
-9
/
+15
2016-12-15
perf annotate: Support jump instruction with target as second operand
Ravi Bangoria
1
-1
/
+5
2016-12-15
perf record: Force ignore_missing_thread for uid option
Jiri Olsa
1
-0
/
+3
2016-12-15
perf evsel: Allow to ignore missing pid
Jiri Olsa
3
-0
/
+46
2016-12-15
perf thread_map: Add thread_map__remove function
Jiri Olsa
5
-0
/
+72
2016-12-15
perf evsel: Use variable instead of repeating lengthy FD macro
Jiri Olsa
1
-8
/
+9
2016-12-15
perf mem: Fix --all-user/--all-kernel options
Jiri Olsa
1
-2
/
+2
2016-12-15
perf tools: Remove some needless __maybe_unused
Arnaldo Carvalho de Melo
3
-11
/
+10
2016-12-15
perf sched timehist: Show callchains for idle stat
Namhyung Kim
1
-0
/
+86
2016-12-15
perf sched timehist: Add -I/--idle-hist option
Namhyung Kim
2
-5
/
+45
2016-12-15
perf sched timehist: Skip non-idle events when necessary
Namhyung Kim
1
-7
/
+18
2016-12-15
perf sched timehist: Save callchain when entering idle
Namhyung Kim
1
-0
/
+30
2016-12-15
perf sched timehist: Introduce struct idle_time_data
Namhyung Kim
1
-4
/
+33
2016-12-15
perf sched timehist: Split is_idle_sample()
Namhyung Kim
1
-19
/
+20
2016-12-15
perf tools: Move headers check into bash script
Jiri Olsa
2
-93
/
+60
2016-12-13
treewide: Make remaining source files non-executable
Joe Perches
5
-0
/
+0
2016-12-13
init: reduce rootwait polling interval time to 5ms
Jungseung Lee
1
-1
/
+1
2016-12-13
binfmt_elf: use vmalloc() for allocation of vma_filesz
Jason Baron
1
-2
/
+4
2016-12-13
checkpatch: don't emit unified-diff error for rename-only patches
Andrew Jeffery
1
-0
/
+1
2016-12-13
checkpatch: don't check c99 types like uint8_t under tools
Tomas Winkler
1
-1
/
+2
2016-12-13
checkpatch: avoid multiple line dereferences
Joe Perches
1
-0
/
+12
2016-12-13
checkpatch: don't check .pl files, improve absolute path commit log test
Joe Perches
1
-15
/
+15
2016-12-13
scripts/checkpatch.pl: fix spelling
Andrew Morton
1
-1
/
+1
2016-12-13
checkpatch: don't try to get maintained status when --no-tree is given
Jerome Forissier
1
-1
/
+1
2016-12-13
lib/ida: document locking requirements a bit better
Daniel Vetter
1
-0
/
+11
2016-12-13
lib/rbtree.c: fix typo in comment of ____rb_erase_color
Jie Chen
1
-4
/
+19
2016-12-13
lib/Kconfig.debug: make CONFIG_STRICT_DEVMEM depend on CONFIG_DEVMEM
Dave Young
1
-1
/
+1
[next]