index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-16
x86, mm, perf: Allow recursive faults from interrupts
Peter Zijlstra
1
-0
/
+18
2014-01-15
tools lib traceevent: fix pointer-integer size mismatch
Mark Rutland
2
-2
/
+2
2014-01-15
perf hists: Convert hist entry functions to use struct he_stat
Namhyung Kim
1
-11
/
+11
2014-01-15
perf tools: Factor out sample__resolve_callchain()
Namhyung Kim
4
-36
/
+39
2014-01-15
perf tools: Remove symbol_conf.use_callchain check
Namhyung Kim
1
-2
/
+0
2014-01-15
perf: tools: Fix cross building
Mark Rutland
3
-7
/
+9
2014-01-15
tools lib traceevent: Make plugin unload function receive pevent
Namhyung Kim
4
-7
/
+8
2014-01-15
tools lib traceevent: Get rid of die() finally!!
Namhyung Kim
2
-48
/
+0
2014-01-15
tools lib traceevent: Get rid of malloc_or_die() in trace_seq_init()
Namhyung Kim
1
-2
/
+5
2014-01-15
tools lib traceevent: Check return value of realloc()
Namhyung Kim
1
-4
/
+9
2014-01-15
tools lib traceevent: Add state member to struct trace_seq
Namhyung Kim
3
-14
/
+50
2014-01-15
perf tools: Fix build error due to zfree() cast
Namhyung Kim
2
-3
/
+3
2014-01-15
lib/percpu_counter.c: fix __percpu_counter_add()
Ming Lei
1
-2
/
+2
2014-01-15
crash_dump: fix compilation error (on MIPS at least)
Qais Yousef
1
-0
/
+2
2014-01-15
mm: fix crash when using XFS on loopback
Mikulas Patocka
1
-1
/
+4
2014-01-15
MIPS: fix blast_icache32 on loongson2
Aaro Koskinen
2
-21
/
+29
2014-01-15
MIPS: fix case mismatch in local_r4k_flush_icache_range()
Huacai Chen
3
-7
/
+7
2014-01-15
nilfs2: fix segctor bug that causes file system corruption
Andreas Rohner
1
-4
/
+6
2014-01-15
drm/nouveau: fix null ptr dereferences on some boards
Ben Skeggs
6
-10
/
+17
2014-01-14
perf record: Rename --initial-delay to --delay
Arnaldo Carvalho de Melo
2
-2
/
+3
2014-01-14
perf record: Rename --no-delay to --no-buffering
Arnaldo Carvalho de Melo
7
-13
/
+12
2014-01-14
hwmon: (coretemp) Fix truncated name of alarm attributes
Jean Delvare
1
-1
/
+1
2014-01-14
i2c: Re-instate body of i2c_parent_is_i2c_adapter()
Stephen Warren
1
-1
/
+1
2014-01-14
md: fix problem when adding device to read-only array with bitmap.
NeilBrown
2
-3
/
+18
2014-01-14
md/raid10: fix bug when raid10 recovery fails to recover a block.
NeilBrown
1
-4
/
+4
2014-01-14
md/raid5: fix a recently broken BUG_ON().
NeilBrown
1
-1
/
+2
2014-01-14
md/raid1: fix request counting bug in new 'barrier' code.
NeilBrown
1
-2
/
+1
2014-01-14
md/raid10: fix two bugs in handling of known-bad-blocks.
NeilBrown
1
-2
/
+2
2014-01-14
md/raid5: Fix possible confusion when multiple write errors occur.
NeilBrown
1
-2
/
+2
2014-01-14
Revert "drm: copy mode type in drm_mode_connector_list_update()"
Dave Airlie
1
-1
/
+1
2014-01-13
perf tools: Remove unused test-volatile-register-var.c
Yann Droneaud
1
-6
/
+0
2014-01-13
perf probe: Fix build when DWARF support libraries not present
Arnaldo Carvalho de Melo
1
-1
/
+4
2014-01-13
perf diff: Color the Weighted Diff column
Ramkumar Ramachandra
1
-0
/
+22
2014-01-13
perf diff: Color the Ratio column
Ramkumar Ramachandra
3
-3
/
+28
2014-01-13
perf diff: Color the Delta column
Ramkumar Ramachandra
1
-1
/
+48
2014-01-13
perf tools: Generalize percent_color_snprintf()
Ramkumar Ramachandra
1
-2
/
+3
2014-01-13
tools include: Include <linux/compiler.h> from asm/bug.h
Namhyung Kim
1
-0
/
+2
2014-01-13
perf record: Add --initial-delay option
Andi Kleen
4
-2
/
+15
2014-01-13
perf tools: Use the DWARF unwind info only if loaded
Jean Pihet
1
-4
/
+4
2014-01-13
perf tools: Add test for building detached source tarballs
Arnaldo Carvalho de Melo
2
-2
/
+29
2014-01-13
perf tools: Include tools/lib/api/ in MANIFEST
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-01-13
tools include: Move perf's bug.h to a generic place
Namhyung Kim
3
-4
/
+6
2014-01-13
tools include: Define likely/unlikely in linux/compiler.h
Namhyung Kim
2
-0
/
+9
2014-01-13
tools include: Move perf's linux/compiler.h to a generic place
Namhyung Kim
3
-4
/
+5
2014-01-13
perf evlist: Introduce evlist__for_each() & friends
Arnaldo Carvalho de Melo
24
-86
/
+151
2014-01-13
perf report: Move histogram entries collapsing to separate function
Arnaldo Carvalho de Melo
1
-28
/
+45
2014-01-13
perf report: Move hist browser selection code to separate function
Arnaldo Carvalho de Melo
1
-33
/
+46
2014-01-13
perf report: Move logic to warn about kptr_restrict'ed kernels to separate fu...
Arnaldo Carvalho de Melo
1
-26
/
+30
2014-01-13
tools perf: Comment typo fix
Cody P Schafer
1
-1
/
+1
2014-01-13
perf stat: Fix --delay option in man page
Andi Kleen
1
-1
/
+1
[next]