index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
locking-selftest.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-09-23
tools vm: Fix build due to removal of tools/lib/api/fs/debugfs.h
Arnaldo Carvalho de Melo
1
-3
/
+3
2015-09-22
tools lib traceevent: Fix string handling in heterogeneous arch environments
Kapileshwar Singh
1
-3
/
+20
2015-09-22
perf tools: Add include/err.h into MANIFEST
Jiri Olsa
1
-0
/
+1
2015-09-22
tools lib bpf: Use FEATURE_USER to allow building in the same dir as perf
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-09-22
tools build: Allow setting the feature detection user
Arnaldo Carvalho de Melo
1
-3
/
+4
2015-09-22
tools lib bpf: Fix up FEATURE_{TESTS,DISPLAY} usage
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-09-22
tools build: Fixup feature detection display function name
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-21
perf tools: Don't assume that the parser returns non empty evsel list
Wang Nan
1
-0
/
+16
2015-09-21
perf probe: Fix a segfault when removing uprobe events
Masami Hiramatsu
1
-2
/
+5
2015-09-18
perf record: Avoid infinite loop at buildid processing with no samples
Mark Rutland
1
-1
/
+4
2015-09-18
perf/x86/intel: Fix static checker warning in lbr enable
Kan Liang
1
-2
/
+3
2015-09-18
perf: Fix races in computing the header sizes
Peter Zijlstra
1
-6
/
+9
2015-09-18
perf: Fix u16 overflows
Peter Zijlstra
1
-10
/
+40
2015-09-18
perf: Restructure perf syscall point of no return
Peter Zijlstra
1
-17
/
+32
2015-09-18
perf/x86/intel: Fix Skylake FRONTEND MSR extrareg mask
Andi Kleen
1
-1
/
+5
2015-09-18
perf/x86/intel/pebs: Add PEBS frontend profiling for Skylake
Andi Kleen
3
-1
/
+13
2015-09-18
perf/x86/intel: Make the CYCLE_ACTIVITY.* constraint on Broadwell more specific
Andi Kleen
1
-1
/
+1
2015-09-18
revert "mm: make sure all file VMAs have ->vm_ops set"
Andrew Morton
1
-8
/
+0
2015-09-18
MAINTAINERS: update LTP mailing list
Cyril Hrubis
1
-2
/
+2
2015-09-18
userfaultfd: add missing mmput() in error path
Eric Biggers
1
-1
/
+3
2015-09-18
lib/string_helpers.c: fix infinite loop in string_get_size()
Vitaly Kuznetsov
1
-1
/
+5
2015-09-18
alpha: lib: export __delay
Sudip Mukherjee
1
-0
/
+1
2015-09-18
alpha: io: define ioremap_uc
Sudip Mukherjee
1
-1
/
+3
2015-09-18
kasan: fix last shadow judgement in memory_is_poisoned_16()
Xishi Qiu
1
-2
/
+1
2015-09-18
zram: fix possible use after free in zcomp_create()
Luis Henriques
1
-5
/
+7
2015-09-18
hp-wmi: limit hotkey enable
Kyle Evans
1
-11
/
+20
2015-09-17
perf tools: Bool functions shouldn't return -1
Peter Senna Tschudin
1
-1
/
+1
2015-09-17
libceph: advertise support for keepalive2
Ilya Dryomov
1
-0
/
+1
2015-09-17
libceph: don't access invalid memory in keepalive2 path
Ilya Dryomov
2
-5
/
+8
2015-09-17
tools build: Add test for presence of __get_cpuid() gcc builtin
Arnaldo Carvalho de Melo
5
-5
/
+28
2015-09-17
tools build: Add test for presence of numa_num_possible_cpus() in libnuma
Arnaldo Carvalho de Melo
5
-3
/
+25
2015-09-17
Revert "perf symbols: Fix mismatched declarations for elf_getphdrnum"
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-09-17
arm64: errata: add module build workaround for erratum #843419
Will Deacon
3
-0
/
+22
2015-09-17
arm64: compat: fix vfp save/restore across signal handlers in big-endian
Will Deacon
1
-11
/
+36
2015-09-17
arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiers
Will Deacon
2
-2
/
+2
2015-09-16
perf stat: Fix per-pkg event reporting bug
Stephane Eranian
1
-2
/
+14
2015-09-16
x86/platform: Fix Geode LX timekeeping in the generic x86 build
David Woodhouse
1
-7
/
+10
2015-09-16
ia64: Enable userfaultfd and membarrier system calls
Luck, Tony
3
-1
/
+5
2015-09-15
modsign: Fix GPL/OpenSSL licence incompatibility
David Woodhouse
2
-10
/
+13
2015-09-15
arm64: head.S: initialise mdcr_el2 in el2_setup
Will Deacon
1
-0
/
+5
2015-09-15
arm64: enable generic idle loop
Leo Yan
1
-0
/
+1
2015-09-15
perf tests: Fix software clock events test setting maps
Adrian Hunter
1
-4
/
+14
2015-09-15
perf tests: Fix task exit test setting maps
Adrian Hunter
1
-4
/
+14
2015-09-15
perf evlist: Fix create_syswide_maps() not propagating maps
Adrian Hunter
1
-9
/
+10
2015-09-15
perf evlist: Fix add() not propagating maps
Adrian Hunter
1
-0
/
+2
2015-09-15
perf evlist: Factor out a function to propagate maps for a single evsel
Adrian Hunter
1
-22
/
+27
2015-09-15
perf evlist: Make create_maps() use set_maps()
Adrian Hunter
1
-9
/
+10
2015-09-15
perf evlist: Make set_maps() more resilient
Adrian Hunter
1
-4
/
+15
2015-09-15
perf evsel: Add own_cpus member
Adrian Hunter
4
-3
/
+8
2015-09-15
perf evlist: Fix missing thread_map__put in propagate_maps()
Adrian Hunter
1
-0
/
+1
[next]