Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
067187fc9f1d09738fc833392e117f125cb6bbad
067187f
perf tools: Remove verbose build messages for the python binding
by Arnaldo Carvalho de Melo
· 14 years ago
f6bbc1d
perf python: Fix build on 32-bit
by Arnaldo Carvalho de Melo
· 14 years ago
823c716
perf probe: Use %td for pointer arithmetic result
by Arnaldo Carvalho de Melo
· 14 years ago
c0443df
perf top: Introduce slang based TUI
by Arnaldo Carvalho de Melo
· 14 years ago
229ade9
perf tools: Don't fallback to setup_pager unconditionally
by Arnaldo Carvalho de Melo
· 14 years ago
8c3e10e
perf top: Move display agnostic routines to util/top.[ch]
by Arnaldo Carvalho de Melo
· 14 years ago
7e2ed09
perf evlist: Store pointer to the cpu and thread maps
by Arnaldo Carvalho de Melo
· 14 years ago
f8a9530
perf evlist: Move evlist methods to evlist.c
by Arnaldo Carvalho de Melo
· 14 years ago
877108e
perf tools: Initial python binding
by Arnaldo Carvalho de Melo
· 14 years ago
8115d60
perf tools: Kill event_t typedef, use 'union perf_event' instead
by Arnaldo Carvalho de Melo
· 14 years ago
8d50e5b
perf tools: Rename 'struct sample_data' to 'struct perf_sample'
by Arnaldo Carvalho de Melo
· 14 years ago
93fc64f
perf top: Switch to non overwrite mode
by Arnaldo Carvalho de Melo
· 14 years ago
7bb4115
perf evlist: Support non overwrite mode in perf_evlist__read_on_cpu
by Arnaldo Carvalho de Melo
· 14 years ago
ef2bf6d
perf events: Account PERF_RECORD_LOST events in event__process
by Arnaldo Carvalho de Melo
· 14 years ago
dc82009
perf record: No need to check for overwrites
by Arnaldo Carvalho de Melo
· 14 years ago
54489c18
perf test: Fix return values checking
by Han Pingtian
· 14 years ago
3c42258
perf probe: Add filters support for available functions
by Masami Hiramatsu
· 14 years ago
bd09d7b
perf probe: Add variable filter support
by Masami Hiramatsu
· 14 years ago
68baa43
perf tools: Add strfilter for general purpose string filter
by Masami Hiramatsu
· 14 years ago
d380eaa
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core
by Ingo Molnar
· 14 years ago
dda9911
x86, perf: Change two init functions to static
by Yinghai Lu
· 14 years ago
ef1d1af
perf evsel: Introduce perf_evsel__{in,ex}it
by Arnaldo Carvalho de Melo
· 14 years ago
d0dd74e
perf tools: Move event__parse_sample to evsel.c
by Arnaldo Carvalho de Melo
· 14 years ago
fd78260
perf threads: Move thread_map to separate file
by Arnaldo Carvalho de Melo
· 14 years ago
17ea1b7
perf tools: Pass the struct opt to the wildcard parsing routine
by Arnaldo Carvalho de Melo
· 14 years ago
d7065ad
perf record: auto detect when stdout is a pipe
by Franck Bui-Huu
· 14 years ago
e80711c
perf probe: Add --funcs to show available functions in symtab
by Masami Hiramatsu
· 14 years ago
5069ed8
perf probe: Enable to put probe inline function call site
by Masami Hiramatsu
· 14 years ago
4cc9cec
perf probe: Introduce lines walker interface
by Masami Hiramatsu
· 14 years ago
b0e8572
perf top: Add native_safe_halt to skip symbols
by Arnaldo Carvalho de Melo
· 14 years ago
529363b
perf callchain: Don't give arbitrary gender to callchain tree nodes
by Frederic Weisbecker
· 14 years ago
16537f1
perf callchain: Rename register_callchain_param into callchain_register_param
by Frederic Weisbecker
· 14 years ago
f08c315
perf callchain: Rename cumul_hits into callchain_cumul_hits
by Frederic Weisbecker
· 14 years ago
1b3a0e9
perf callchain: Feed callchains into a cursor
by Frederic Weisbecker
· 14 years ago
de5fa3a
perf test: Add test for the evlist mmap routines
by Arnaldo Carvalho de Melo
· 14 years ago
04391de
perf evlist: Steal mmap reading routine from 'perf top'
by Arnaldo Carvalho de Melo
· 14 years ago
98d77b7
perf test: check if cpu_map__new() return NULL
by Han Pingtian
· 14 years ago
d2af968
perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpus
by Arnaldo Carvalho de Melo
· 14 years ago
915fce2
perf tools: Add missing cpu_map__delete()
by Arnaldo Carvalho de Melo
· 14 years ago
0a27d7f
perf record: Use perf_evlist__mmap
by Arnaldo Carvalho de Melo
· 14 years ago
70db753
perf evlist: Move the mmap array from perf_evsel
by Arnaldo Carvalho de Melo
· 14 years ago
115d2d8
perf record: Move perf_mmap__write_tail to perf.h
by Arnaldo Carvalho de Melo
· 14 years ago
744bd8a
perf record: Use struct perf_mmap and helpers
by Arnaldo Carvalho de Melo
· 14 years ago
70082dd
perf evsel: Introduce mmap support
by Arnaldo Carvalho de Melo
· 14 years ago
dd7927f
perf record: Use perf_evsel__open
by Arnaldo Carvalho de Melo
· 14 years ago
72cb701
perf top: Use perf_evsel__open
by Arnaldo Carvalho de Melo
· 14 years ago
9d04f17
perf evsel: Allow specifying if the inherit bit should be set
by Arnaldo Carvalho de Melo
· 14 years ago
f08199d
perf evsel: Support event groups
by Arnaldo Carvalho de Melo
· 14 years ago
5c58104
perf evlist: Adopt the pollfd array
by Arnaldo Carvalho de Melo
· 14 years ago
361c99a
perf evsel: Introduce perf_evlist
by Arnaldo Carvalho de Melo
· 14 years ago
00e99a4
perf tools: Fix time function double declaration with glibc
by Thomas Renninger
· 14 years ago
065bef5
perf tools: Fix build by checking if extra warnings are supported
by Arnaldo Carvalho de Melo
· 14 years ago
5c7a668
perf tools: Fix build when using gcc 3.4.6
by Arnaldo Carvalho de Melo
· 14 years ago
a860a60
perf tools: Add missing header, fixes build
by Arnaldo Carvalho de Melo
· 14 years ago
9486aa3
perf tools: Fix 64 bit integer format strings
by Arnaldo Carvalho de Melo
· 14 years ago
57b84e5
perf test: Fix build on older glibcs
by Arnaldo Carvalho de Melo
· 14 years ago
01bb2dc
Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent
by Ingo Molnar
· 14 years ago
806839b
perf: perf_event_exit_task_context: s/rcu_dereference/rcu_dereference_raw/
by Oleg Nesterov
· 14 years ago
ffb5e0f
perf test: Use cpu_map->[cpu] when setting affinity
by Han Pingtian
· 14 years ago
b2f8fb2
perf symbols: Fix annotation of thumb code
by Dr. David Alan Gilbert
· 14 years ago
547e9fd
perf: Annotate cpuctx->ctx.mutex to avoid a lockdep splat
by Peter Zijlstra
· 14 years ago
8c8a9b2
powerpc, perf: Fix frequency calculation for overflowing counters (FSL version)
by Anton Blanchard
· 14 years ago
8550d7c
perf: Fix perf_event_init_task()/perf_event_free_task() interaction
by Oleg Nesterov
· 14 years ago
dbe08d8
perf: Fix find_get_context() vs perf_event_exit_task() race
by Oleg Nesterov
· 14 years ago
c56eb8f
Linux 2.6.38-rc1
by Linus Torvalds
· 14 years ago
39f3b1a
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging
by Linus Torvalds
· 14 years ago
335bc70
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
404cbbd
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
5d7e8af
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 14 years ago
c7bf71c
hwmon: (lm93) Add support for LM94
by Guenter Roeck
· 14 years ago
66832eb
perf: Validate cpu early in perf_event_alloc()
by Oleg Nesterov
· 14 years ago
22a4ec7
perf: Find_get_context: fix the per-cpu-counter check
by Oleg Nesterov
· 14 years ago
79aa18d
MIPS: Malta: enable Cirrus FB console
by Aurelien Jarno
· 14 years ago
92e88b4
MIPS: add CONFIG_VIRTUALIZATION for virtio support
by Aurelien Jarno
· 14 years ago
1befdd5
MIPS: Implement __read_mostly
by David Daney
· 14 years ago
f5b35d0
MIPS: ath79: add common WMAC device for AR913X based boards
by Gabor Juhos
· 14 years ago
aa6695e
MIPS: ath79: Add initial support for the Atheros AP81 reference board
by Gabor Juhos
· 14 years ago
68a1d31
MIPS: ath79: add common SPI controller device
by Gabor Juhos
· 14 years ago
8efaef4
SPI: Add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs
by Gabor Juhos
· 14 years ago
3f348c5
MIPS: ath79: add common GPIO buttons device
by Gabor Juhos
· 14 years ago
858f763
MIPS: ath79: add common watchdog device
by Gabor Juhos
· 14 years ago
d8fec1f
MIPS: ath79: add common GPIO LEDs device
by Gabor Juhos
· 14 years ago
0cde722
MIPS: ath79: add initial support for the Atheros PB44 reference board
by Gabor Juhos
· 14 years ago
0aabf1a
MIPS: ath79: utilize the MIPS multi-machine support
by Gabor Juhos
· 14 years ago
6eae43c
MIPS: ath79: add GPIOLIB support
by Gabor Juhos
· 14 years ago
d4a67d9
MIPS: Add initial support for the Atheros AR71XX/AR724X/AR931X SoCs
by Gabor Juhos
· 14 years ago
94bb0c1
MIPS: jump label: Add MIPS support.
by David Daney
· 14 years ago
8d662c8
MIPS: Use WARN() in uasm for better diagnostics.
by David Daney
· 14 years ago
2c8c53e
MIPS: Optimize TLB handlers for Octeon CPUs
by David Daney
· 14 years ago
bb3d68c
MIPS: Add LDX and LWX instructions to uasm.
by David Daney
· 14 years ago
cc33ae4
MIPS: Use BBIT instructions in TLB handlers
by David Daney
· 14 years ago
afc7c98
MIPS: Declare uasm bbit0 and bbit1 functions.
by David Daney
· 14 years ago
3d8bfdd
MIPS: Use C0_KScratch (if present) to hold PGD pointer.
by David Daney
· 14 years ago
c42aef0
MIPS: Add DINSM to uasm.
by David Daney
· 14 years ago
e77c32f
MIPS: Probe for presence of KScratch registers.
by David Daney
· 14 years ago
487d70d
MIPS: Add generic support for multiple machines within a single kernel
by Gabor Juhos
· 14 years ago
0bec405
MIPS: Use printf extension %pR for struct resource
by Joe Perches
· 14 years ago
a1181ca
MIPS: Sibyte: Use vzalloc in sbbus profiler
by Joe Perches
· 14 years ago
aa891f6
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6
by Linus Torvalds
· 14 years ago
a25cecc
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
by Linus Torvalds
· 14 years ago
Next »