index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-04-30
uprobes/x86: Add is_64bit_mm(), kill validate_insn_bits()
Oleg Nesterov
1
-11
/
+9
2014-04-30
uprobes/x86: Add uprobe_init_insn(), kill validate_insn_{32,64}bits()
Oleg Nesterov
1
-32
/
+13
2014-04-30
uprobes/x86: Refuse to attach uprobe to "word-sized" branch insns
Denys Vlasenko
1
-0
/
+11
2014-04-28
perf tests: Add map groups sharing with thread object test
Jiri Olsa
4
-0
/
+96
2014-04-28
perf tools: Share map_groups among threads of the same group
Jiri Olsa
3
-13
/
+47
2014-04-28
perf tools: Reference count map_groups objects
Arnaldo Carvalho de Melo
3
-1
/
+17
2014-04-28
perf tools: Allocate thread map_groups's dynamically
Arnaldo Carvalho de Melo
7
-10
/
+35
2014-04-28
perf tests: Add thread maps lookup automated tests
Jiri Olsa
5
-0
/
+245
2014-04-28
perf tests: Add a test case for hists filtering
Namhyung Kim
4
-0
/
+321
2014-04-28
perf tests: Factor out fake_setup_machine()
Namhyung Kim
4
-139
/
+195
2014-04-24
perf hists/tui: Count callchain rows separately
Namhyung Kim
1
-20
/
+43
2014-04-24
perf top/tui: Update nr_entries properly after a filter is applied
Namhyung Kim
2
-4
/
+22
2014-04-24
perf ui/tui: Rename hist_browser__update_nr_entries()
Namhyung Kim
1
-9
/
+8
2014-04-24
perf ui/tui: Fix off-by-one in hist_browser__update_nr_entries()
Namhyung Kim
1
-3
/
+3
2014-04-24
perf hists: Add missing update on filtered stats in hists__decay_entries()
Namhyung Kim
1
-2
/
+9
2014-04-24
perf tools: Account entry stats when it's added to the output tree
Namhyung Kim
4
-21
/
+20
2014-04-24
perf hists: Collapse expanded callchains after filter is applied
Namhyung Kim
1
-2
/
+2
2014-04-24
perf hists: Add a couple of hists stat helper functions
Namhyung Kim
3
-25
/
+40
2014-04-24
perf hists: Move column length calculation out of hists__inc_stats()
Namhyung Kim
2
-1
/
+6
2014-04-24
perf hists: Rename hists__inc_stats()
Namhyung Kim
3
-5
/
+5
2014-04-24
perf report: Count number of entries separately
Namhyung Kim
1
-20
/
+22
2014-04-24
perf/x86: Fix RAPL rdmsrl_safe() usage
Stephane Eranian
1
-1
/
+2
2014-04-23
tools lib traceevent: Fix memory leak in pretty_print()
Steven Rostedt
1
-0
/
+1
2014-04-23
tools lib traceevent: Fix backward compatibility macros for pevent filter enums
Steven Rostedt
1
-2
/
+2
2014-04-23
perf tools: Disable libdw unwind for all but x86 arch
Jiri Olsa
1
-0
/
+8
2014-04-23
perf tests x86: Fix memory leak in sample_ustack()
Masanari Iida
1
-0
/
+1
2014-04-22
perf callchain: Add generic report parse callchain callback function
Don Zickus
3
-78
/
+82
2014-04-22
perf kmem: Utilize the new generic cpunode_map
Don Zickus
1
-75
/
+3
2014-04-22
perf tools: Use cpu/possible instead of cpu/kernel_max
Don Zickus
1
-1
/
+1
2014-04-22
perf tools: Allow ability to map cpus to nodes easily
Don Zickus
2
-0
/
+195
2014-04-22
perf tools: Fix pmu object compilation error
Jiri Olsa
1
-3
/
+3
2014-04-20
um: Memory corruption on startup
Anton Ivanov
3
-0
/
+8
2014-04-20
um: Missing pipe handling
Anton Ivanov
1
-0
/
+1
2014-04-20
uml: Simplify tempdir logic.
Tristan Schmelcher
1
-297
/
+75
2014-04-20
Linux 3.15-rc2
v3.15-rc2
Linus Torvalds
1
-1
/
+1
2014-04-20
perf tools: Improve error reporting
Adrien BAK
2
-2
/
+9
2014-04-20
perf tools: Adjust symbols in VDSO
Vladimir Nikulichev
1
-0
/
+2
2014-04-20
perf kvm: Fix 'Min time' counting in report command
Alexander Yarygin
1
-0
/
+1
2014-04-19
ext4: disable COLLAPSE_RANGE for bigalloc
Namjae Jeon
1
-0
/
+3
2014-04-19
ext4: fix COLLAPSE_RANGE failure with 1KB block size
Namjae Jeon
1
-3
/
+10
2014-04-19
coredump: fix va_list corruption
Eric Dumazet
1
-1
/
+6
2014-04-19
thp: close race between split and zap huge pages
Kirill A. Shutemov
1
-3
/
+10
2014-04-19
mm: fix new kernel-doc warning in filemap.c
Randy Dunlap
1
-1
/
+0
2014-04-19
mm: fix CONFIG_DEBUG_VM_RB description
Davidlohr Bueso
1
-2
/
+1
2014-04-19
mm: use paravirt friendly ops for NUMA hinting ptes
Mel Gorman
1
-8
/
+23
2014-04-19
mips: export flush_icache_range
Kees Cook
1
-2
/
+2
2014-04-19
mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()
Mizuma, Masayoshi
1
-0
/
+1
2014-04-19
wait: explain the shadowing and type inconsistencies
Peter Zijlstra
1
-1
/
+13
2014-04-19
Shiraz has moved
Viresh Kumar
11
-13
/
+14
2014-04-19
Documentation/vm/numa_memory_policy.txt: fix wrong document in numa_memory_po...
Tang Chen
1
-3
/
+2
[next]