index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-08
perf top: Decay periods in callchains
Namhyung Kim
3
-0
/
+30
2016-01-08
tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
Arnaldo Carvalho de Melo
4
-1
/
+6
2016-01-08
tools lib: Sync tools/lib/find_bit.c with the kernel
Arnaldo Carvalho de Melo
2
-54
/
+51
2016-01-08
tools lib: Move find_next_bit.c to tools/lib/
Arnaldo Carvalho de Melo
4
-6
/
+6
2016-01-08
firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6
Andrea Arcangeli
1
-3
/
+3
2016-01-08
ACPI / property: avoid leaking format string into kobject name
Kees Cook
1
-1
/
+1
2016-01-07
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-0
/
+1
2016-01-07
Merge tag 'iommu-fixes-v4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-4
/
+9
2016-01-07
Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+7
2016-01-07
perf tests: Give a bit more information on the CQM test failure path
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-01-07
perf tests: No need to set attr.sample_freq for tracking !PERF_RECORD_SAMPLE
Arnaldo Carvalho de Melo
1
-1
/
+0
2016-01-07
perf python: Add missing files to binding link list
Arnaldo Carvalho de Melo
1
-0
/
+2
2016-01-07
ftrace/module: Call clean up function when module init fails early
Steven Rostedt (Red Hat)
2
-0
/
+7
2016-01-07
perf test: No need for setting attr.sample_freq on the RECORD test
Arnaldo Carvalho de Melo
1
-1
/
+0
2016-01-07
perf test: Use "dummy" events in the PERF_RECORD_ test
Arnaldo Carvalho de Melo
1
-1
/
+4
2016-01-07
perf evlist: Introduce perf_evlist__new_dummy constructor
Arnaldo Carvalho de Melo
2
-0
/
+31
2016-01-07
dts: vt8500: Add SDHC node to DTS file for WM8650
Roman Volkov
1
-0
/
+9
2016-01-07
ARM: Fix broken USB support in multi_v7_defconfig for sunxi devices
Timo Sigurdsson
1
-0
/
+1
2016-01-07
perf tests: No need to set attr.sample_freq in the perf time to TSC test
Arnaldo Carvalho de Melo
1
-1
/
+0
2016-01-07
kvm: x86: only channel 0 of the i8254 is linked to the HPET
Paolo Bonzini
2
-1
/
+3
2016-01-07
iommu/dma: Use correct offset in map_sg
Robin Murphy
1
-1
/
+1
2016-01-07
Merge branch 'linux-4.4' of git://github.com/skeggsb/linux into drm-fixes
Dave Airlie
1
-0
/
+1
2016-01-07
dmaengine: xgene-dma: Fix double IRQ issue by setting IRQ_DISABLE_UNLAZY flag
Rameshwar Prasad Sahu
1
-0
/
+4
2016-01-07
async_tx: use GFP_NOWAIT rather than GFP_IO
NeilBrown
4
-7
/
+7
2016-01-07
ARM: versatile: fix MMC/SD interrupt assignment
Linus Walleij
2
-4
/
+26
2016-01-07
ARM: nomadik: set latencies to 8 cycles
Linus Walleij
1
-3
/
+3
2016-01-06
Merge tag 'for-linus-20160106' of git://git.infradead.org/linux-mtd
Linus Torvalds
3
-16
/
+22
2016-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
24
-117
/
+150
2016-01-06
perf pmu: fix alias->snapshot missing initialization bug
Stephane Eranian
1
-0
/
+1
2016-01-06
perf script: Add stat-cpi.py script
Jiri Olsa
1
-0
/
+77
2016-01-06
perf script: Display stat events by default
Jiri Olsa
1
-0
/
+36
2016-01-06
perf cpumap: Fix cpu conversion in cpu_map__from_entries
Jiri Olsa
1
-2
/
+11
2016-01-06
perf script: Add python support for stat events
Jiri Olsa
1
-6
/
+109
2016-01-06
perf script: Add stat default handlers
Jiri Olsa
1
-0
/
+33
2016-01-06
perf script: Add process_stat/process_stat_interval scripting interface
Jiri Olsa
1
-0
/
+4
2016-01-06
perf script: Process stat config event
Jiri Olsa
1
-0
/
+10
2016-01-06
perf script: Process cpu/threads maps
Jiri Olsa
1
-0
/
+67
2016-01-06
perf stat record: Keep sample_type 0 for pipe session
Jiri Olsa
1
-1
/
+8
2016-01-06
perf report: Add documentation for dynamic sort keys
Namhyung Kim
1
-0
/
+24
2016-01-06
perf tools: Add all matching dynamic sort keys for field name
Namhyung Kim
1
-16
/
+32
2016-01-06
perf build: Use FEATURE-DUMP in bpf subproject
Jiri Olsa
2
-1
/
+5
2016-01-06
tools build feature: Use value assignment form for FEATURE-DUMP file
Jiri Olsa
1
-5
/
+21
2016-01-06
tools build feature: Introduce feature_assign macro
Jiri Olsa
1
-1
/
+7
2016-01-06
tools build feature: Move dwarf post unwind choice output into perf
Jiri Olsa
2
-9
/
+4
2016-01-06
tools build feature: Fix feature_check_display_code typo
Jiri Olsa
1
-1
/
+1
2016-01-06
perf tools: Make 'trace' or 'trace_fields' sort key default for tracepoint ev...
Namhyung Kim
2
-5
/
+26
2016-01-06
perf tools: Add 'trace_fields' dynamic sort key
Namhyung Kim
1
-9
/
+38
2016-01-06
perf tools: Skip dynamic fields not defined for current event
Namhyung Kim
7
-18
/
+37
2016-01-06
perf tools: Support '<event>.*' dynamic sort key
Namhyung Kim
1
-15
/
+34
2016-01-06
perf tools: Support shortcuts for events in dynamic sort keys
Namhyung Kim
1
-20
/
+87
[prev]
[next]