Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
41aad2a6d4fcdda8d73c9739daf7a9f3f49499d6
41aad2a
Merge tag 'perf-core-for-mingo-20160929' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 8 years ago
d18019a
perf tests: Add dwarf unwind test for powerpc
by Ravi Bangoria
· 8 years ago
d5a0029
perf probe: Match linkage name with mangled name
by Masami Hiramatsu
· 8 years ago
35726d3
perf probe: Fix to cut off incompatible chars from group name
by Masami Hiramatsu
· 8 years ago
0ad45b3
perf probe: Skip if the function address is 0
by Masami Hiramatsu
· 8 years ago
f8da4b5
perf probe: Ignore the error of finding inline instance
by Masami Hiramatsu
· 8 years ago
2acee10
perf intel-pt: Fix decoding when there are address filters
by Adrian Hunter
· 8 years ago
9f1d122
perf intel-pt: Enable decoder to handle TIP.PGD with missing IP
by Adrian Hunter
· 8 years ago
2b9e32c
perf intel-pt: Read address filter from AUXTRACE_INFO event
by Adrian Hunter
· 8 years ago
c093f30
perf intel-pt: Record address filter in AUXTRACE_INFO event
by Adrian Hunter
· 8 years ago
40b746a
perf intel-pt: Add a helper function for processing AUXTRACE_INFO
by Adrian Hunter
· 8 years ago
4d34e10
perf intel-pt: Fix missing error codes processing auxtrace_info
by Adrian Hunter
· 8 years ago
fa8025c
perf intel-pt: Add support for recording the max non-turbo ratio
by Adrian Hunter
· 8 years ago
810c398
perf intel-pt: Fix snapshot overlap detection decoder errors
by Adrian Hunter
· 8 years ago
f965520
perf probe: Increase debug level of SDT debug messages
by Adrian Hunter
· 8 years ago
1b36c03
perf record: Add support for using symbols in address filters
by Adrian Hunter
· 8 years ago
cd67f99
perf symbols: Add dso__last_symbol()
by Adrian Hunter
· 8 years ago
5c01ad6
perf record: Fix error paths
by Adrian Hunter
· 8 years ago
394c01e
perf record: Rename label 'out_symbol_exit'
by Adrian Hunter
· 8 years ago
e7a06a5
perf script: Fix vanished idle symbols
by Adrian Hunter
· 8 years ago
1e85748
perf evsel: Add support for address filters
by Mathieu Poirier
· 8 years ago
3541c03
perf evsel: New tracepoint specific function
by Mathieu Poirier
· 8 years ago
b15d0a4
perf tools: Make perf_evsel__append_filter() generic
by Mathieu Poirier
· 8 years ago
2acad19
perf tools: Update documentation info about quipper
by Simon Que
· 8 years ago
f0bbd60
perf trace: Beautify sched_[gs]et_attr return value
by Arnaldo Carvalho de Melo
· 8 years ago
f2c8852
perf data: Fix building in 32 bit platform with libbabeltrace
by Wang Nan
· 8 years ago
973186c
perf tools: Fix MMAP event synthesis broken by MAP_HUGETLB change
by Adrian Hunter
· 8 years ago
a9e5700
perf record: Fix documentation 'event_sources' -> 'event_source'
by Adrian Hunter
· 8 years ago
6b652de
Merge tag 'perf-core-for-mingo-20160922' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 8 years ago
739f1bc
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 8 years ago
2d83145
perf hists: Make hists__fprintf_headers function global
by Jiri Olsa
· 8 years ago
bd28d0c
perf hists: Make __hist_entry__snprintf function global
by Jiri Olsa
· 8 years ago
98ba160
perf tools: Make several display functions global
by Jiri Olsa
· 8 years ago
5fe7b9b
perf tools: Make several sorting functions global
by Jiri Olsa
· 8 years ago
a76490e
perf tools: Make output_field_add and sort_dimension__add global
by Jiri Olsa
· 8 years ago
bcf9874
perf tools: Make reset_dimensions global
by Jiri Olsa
· 8 years ago
9da44db
perf hists: Add __hist_entry__snprintf function
by Jiri Olsa
· 8 years ago
3becf45
perf tools: Add sink configuration for cs_etm PMU
by Mathieu Poirier
· 8 years ago
5d8bb1e
perf tools: Add PMU configuration to tools
by Mathieu Poirier
· 8 years ago
859442b
perf pmu: Push configuration down to PMU driver
by Mathieu Poirier
· 8 years ago
a818c56
perf tools: Add coresight etm PMU record capabilities
by Mathieu Poirier
· 8 years ago
7e21b0d
perf tools: Make coresight PMU listable
by Mathieu Poirier
· 8 years ago
08d5204
perf tools: Confine __get_cpuid() to x86 architecture
by Mathieu Poirier
· 8 years ago
3bf6215
perf/core: Limit matching exclusive events to one PMU
by Alexander Shishkin
· 8 years ago
08b90f0
perf/x86/intel/bts: Make it an exclusive PMU
by Alexander Shishkin
· 8 years ago
d527822
perf hists: Use bigger buffer for stdio headers
by Jiri Olsa
· 8 years ago
82deb8a
perf evsel: Remove superfluous initialization of weight
by Jiri Olsa
· 8 years ago
89f1c2c
Merge tag 'perf-core-for-mingo-20160920' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 8 years ago
3c028a0
perf symbols: Do not open device files
by Jiri Olsa
· 8 years ago
e3b60bc
perf hists: Factor out hists__reset_column_width()
by Namhyung Kim
· 8 years ago
5ff3e7a
perf ui/tui: Reset output width for hierarchy
by Namhyung Kim
· 8 years ago
5f62d4f
perf annotate: Resolve 'call' operands to function names
by Arnaldo Carvalho de Melo
· 8 years ago
bff5c30
perf annotate: Pass the symbol's map/dso to the instruction parsers
by Arnaldo Carvalho de Melo
· 8 years ago
88a7fcf
perf annotate: Do not ignore call instruction with indirect target
by Ravi Bangoria
· 8 years ago
f666ac0
perf hists: Fix width computation for srcline sort entry
by Jiri Olsa
· 8 years ago
f1e1c9e
perf/x86/intel/bts: Make sure debug store is valid
by Sebastian Andrzej Siewior
· 8 years ago
8ee83b2
perf/x86/intel/pt: Add support for PTWRITE and power event tracing
by Alexander Shishkin
· 8 years ago
f82b774
tools include: Add mman macros needed by perf for all arch
by Wang Nan
· 8 years ago
f752e90
perf trace beauty mmap: Add missing MADV_FREE
by Wang Nan
· 8 years ago
3be7988
Linux 4.8-rc7
by Linus Torvalds
· 8 years ago
b01cf67
Merge tag 'usb-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 8 years ago
88b4ad2
Merge tag 'fixes-for-linus-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 8 years ago
3286be9
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
6ffa36a
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
aaed4d0
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
8e4b720
openrisc: fix the fix of copy_from_user()
by Guenter Roeck
· 8 years ago
65c0044
avr32: fix 'undefined reference to `___copy_from_user'
by Guenter Roeck
· 8 years ago
d4690f1
fix iov_iter_fault_in_readable()
by Al Viro
· 8 years ago
f32a10d
Merge tag 'mmc-v4.8-rc6' of git://git.linaro.org/people/ulf.hansson/mmc
by Linus Torvalds
· 8 years ago
baf009f
Merge tag 'powerpc-4.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
4d2899d
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 8 years ago
87ee128
Merge tag 'nfsd-4.8-2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 8 years ago
5fbf3e3
Merge tag 'drm-fixes-for-4.8-rc6' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
095f5cf
Merge tag 'pm-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
09cb5b7
Merge tag 'drm-vc4-fixes-2016-09-14' of https://github.com/anholt/linux into drm-fixes
by Dave Airlie
· 8 years ago
9929c09
Merge tag 'drm-intel-fixes-2016-09-15' of git://anongit.freedesktop.org/drm-intel into drm-fixes
by Dave Airlie
· 8 years ago
dd5a477
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 8 years ago
008f08d
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 8 years ago
cac4662
Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 8 years ago
e4618d4
IB/rdmavt: Don't vfree a kzalloc'ed memory region
by Colin Ian King
· 8 years ago
c1cc72c
IB/rxe: Fix kmem_cache leak
by Yonatan Cohen
· 8 years ago
3050b99
IB/rxe: Fix race condition between requester and completer
by Yonatan Cohen
· 8 years ago
9089488
IB/rxe: Fix duplicate atomic request handling
by Yonatan Cohen
· 8 years ago
dfdd615
IB/rxe: Fix kernel panic in udp_setup_tunnel
by Yonatan Cohen
· 8 years ago
ee3da80
IB/mlx5: Set source mac address in FTE
by Maor Gottlieb
· 8 years ago
7fae665
IB/mlx5: Enable MAD_IFC commands for IB ports only
by Noa Osherovich
· 8 years ago
69d269d38
IB/mlx4: Diagnostic HW counters are not supported in slave mode
by Kamal Heib
· 8 years ago
8ec07bf
IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
by Jack Morgenstein
· 8 years ago
baa0be7
IB/mlx4: Fix code indentation in QP1 MAD flow
by Jack Morgenstein
· 8 years ago
e5ac40c
IB/mlx4: Fix incorrect MC join state bit-masking on SR-IOV
by Alex Vesker
· 8 years ago
344bacc
IB/ipoib: Don't allow MC joins during light MC flush
by Alex Vesker
· 8 years ago
5e102b3
IB/rxe: fix GFP_KERNEL in spinlock context
by Alexey Khoroshilov
· 8 years ago
e06226e
Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
by Greg Kroah-Hartman
· 8 years ago
6408649
Merge tag 'samsung-fixes-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into fixes
by Arnd Bergmann
· 8 years ago
08c5cd3
USB: change bInterval default to 10 ms
by Alan Stern
· 8 years ago
ed3d6d0
usb: musb: Fix tusb6010 compile error on blackfin
by Tony Lindgren
· 8 years ago
080fe0b
perf/x86/amd: Make HW_CACHE_REFERENCES and HW_CACHE_MISSES measure L2
by Matt Fleming
· 8 years ago
1155baf
perf/x86/intel/pt: Do validate the size of a kernel address filter
by Alexander Shishkin
· 8 years ago
ddfdad9
perf/x86/intel/pt: Fix kernel address filter's offset validation
by Alexander Shishkin
· 8 years ago
95f6008
perf/x86/intel/pt: Fix an off-by-one in address filter configuration
by Alexander Shishkin
· 8 years ago
Next »