Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
3df70fd623bb109e0079e697c0276d220a4b7908
3df70fd
perf_counter: kerneltop: update to new ABI
by Peter Zijlstra
· 16 years ago
c457810
perf_counter: per event wakeups
by Peter Zijlstra
· 16 years ago
8a057d8
perf_counter: move the event overflow output bits to record_type
by Peter Zijlstra
· 16 years ago
9dd4998
perf_counter tools: kerneltop: add real-time data acquisition thread
by Mike Galbraith
· 16 years ago
4e935e4
perf_counter: pmc arbitration
by Peter Zijlstra
· 16 years ago
d7d59fb
perf_counter: x86: callchain support
by Peter Zijlstra
· 16 years ago
394ee07
perf_counter: provide generic callchain bits
by Peter Zijlstra
· 16 years ago
023c54c
perf_counter tools: kerneltop: update event_types
by Peter Zijlstra
· 16 years ago
5ed0041
perf_counter: re-arrange the perf_event_type
by Peter Zijlstra
· 16 years ago
78d613e
perf_counter: small cleanup of the output routines
by Peter Zijlstra
· 16 years ago
31f004d
perf_counter tools: optionally scale counter values in perfstat mode
by Paul Mackerras
· 16 years ago
9ea98e1
perf_counter: x86: proper error propagation for the x86 hw_perf_counter_init()
by Peter Zijlstra
· 16 years ago
d5d2bc0d
perf_counter: make it possible for hw_perf_counter_init to return error codes
by Paul Mackerras
· 16 years ago
7595d63
perf_counter: powerpc: only reserve PMU hardware when we need it
by Paul Mackerras
· 16 years ago
3c1ba6f
perf_counter: kerneltop: parse the mmap data stream
by Peter Zijlstra
· 16 years ago
0a4a939
perf_counter: executable mmap() information
by Peter Zijlstra
· 16 years ago
1955643
perf_counter: kerneltop: simplify data_head read
by Peter Zijlstra
· 16 years ago
38ff667
perf_counter: fix update_userpage()
by Peter Zijlstra
· 16 years ago
925d519
perf_counter: unify and fix delayed counter wakeup
by Peter Zijlstra
· 16 years ago
53cfbf5
perf_counter: record time running and time enabled for each counter
by Paul Mackerras
· 16 years ago
7730d86
perf_counter: allow and require one-page mmap on counting counters
by Peter Zijlstra
· 16 years ago
00f0ad7
perf_counter: kerneltop: output event support
by Peter Zijlstra
· 16 years ago
4c4ba21
perf_counter: kerneltop: mmap_pages argument
by Peter Zijlstra
· 16 years ago
ea5d20c
perf_counter: optionally provide the pid/tid of the sampled task
by Peter Zijlstra
· 16 years ago
63e35b2
perf_counter: sanity check on the output API
by Peter Zijlstra
· 16 years ago
5c14819
perf_counter: output objects
by Peter Zijlstra
· 16 years ago
b9cacc7
perf_counter: more elaborate write API
by Peter Zijlstra
· 16 years ago
c7138f3
perf_counter: fix perf_poll()
by Peter Zijlstra
· 16 years ago
f66c6b2
perf_counter: update documentation
by Paul Mackerras
· 16 years ago
0fd112e
perf_counter tools: remove glib dependency and fix bugs in kerneltop.c, fix poll()
by Peter Zijlstra
· 16 years ago
cbe4655
perf_counter tools: remove glib dependency and fix bugs in kerneltop.c
by Paul Mackerras
· 16 years ago
81cdbe0
perf_counter tools: increase cpu-cycles again
by Ingo Molnar
· 16 years ago
193e8df
perf_counter tools: fix build warning in kerneltop.c
by Ingo Molnar
· 16 years ago
383c5f8
perf_counter tools: tidy up in-kernel dependencies
by Ingo Molnar
· 16 years ago
bcbcb37
perf_counter tools: use mmap() output
by Peter Zijlstra
· 16 years ago
803d4f3
perf_counter tools: update to new syscall ABI
by Peter Zijlstra
· 16 years ago
7b732a7
perf_counter: new output ABI - part 1
by Peter Zijlstra
· 16 years ago
b09d250
mutex: drop "inline" from mutex_lock() inside kernel/mutex.c
by H. Peter Anvin
· 16 years ago
9ab772c
mutex: add atomic_dec_and_mutex_lock()
by Eric Paris
· 16 years ago
37d8182
perf_counter: add an mmap method to allow userspace to read hardware counters
by Paul Mackerras
· 16 years ago
96f6d44
perf_counter: avoid recursion
by Peter Zijlstra
· 16 years ago
f4a2deb
perf_counter: remove the event config bitfields
by Peter Zijlstra
· 16 years ago
af9522c
perf_counter tools: when no command is feed to perfstat, display help and exit
by Wu Fengguang
· 16 years ago
dda7c02
perf_counter tools: cut down default count for cpu-cycles
by Wu Fengguang
· 16 years ago
3ab8d79
perf_counter tools: fix event_id type
by Wu Fengguang
· 16 years ago
ef45fa9
perf_counter tools: fix comment for sym_weight()
by Wu Fengguang
· 16 years ago
f7524bd
perf_counter tools: move remaining code into kerneltop.c
by Wu Fengguang
· 16 years ago
e390861
perf_counter tools: Reuse event_name() in kerneltop
by Wu Fengguang
· 16 years ago
95bb3be
perf_counter tools: support symbolic event names in kerneltop
by Wu Fengguang
· 16 years ago
f49012f
perf_counter tools: Move perfstat supporting code into perfcounters.h
by Wu Fengguang
· 16 years ago
cea92ce
perf_counter tools: Merge common code into perfcounters.h
by Wu Fengguang
· 16 years ago
e0143ba
perf_counter: add sample user-space to Documentation/perf_counter/
by Ingo Molnar
· 16 years ago
6f9f791
perf_counter: create Documentation/perf_counter/ and move perfcounters.txt there
by Ingo Molnar
· 16 years ago
9aaa131
perf_counter: fix type/event_id layout on big-endian systems
by Paul Mackerras
· 16 years ago
db4fb5a
perf_counter: powerpc: clean up perc_counter_interrupt
by Paul Mackerras
· 16 years ago
0322cd6
perf_counter: unify irq output code
by Peter Zijlstra
· 16 years ago
b8e8351
perf_counter: revamp syscall input ABI
by Peter Zijlstra
· 16 years ago
e077df4
perf_counter: hook up the tracepoint events
by Peter Zijlstra
· 16 years ago
f160095
perf_counter: fix up counter free paths
by Peter Zijlstra
· 16 years ago
4a0deca
perf_counter: generic context switch event
by Peter Zijlstra
· 16 years ago
01ef09d
perf_counter: fix uninitialized usage of event_list
by Peter Zijlstra
· 16 years ago
b6c5a71d
perf_counter: abstract wakeup flag setting in core to fix powerpc build
by Paul Mackerras
· 16 years ago
7bb497b
perf_counter: fix crash on perfmon v1 systems
by Ingo Molnar
· 16 years ago
4e193bd
perf_counter: include missing header
by Tim Blechmann
· 16 years ago
039fc91
perf_counter: fix hrtimer sampling
by Peter Zijlstra
· 16 years ago
592903c
perf_counter: add an event_list
by Peter Zijlstra
· 16 years ago
d6d020e
perf_counter: hrtimer based sampling for software time events
by Peter Zijlstra
· 16 years ago
ac17dc8
perf_counter: provide major/minor page fault software events
by Peter Zijlstra
· 16 years ago
7dd1fcc
perf_counter: provide pagefault software events
by Peter Zijlstra
· 16 years ago
15dbf27
perf_counter: software counter event infrastructure
by Peter Zijlstra
· 16 years ago
82bae4f
perf_counter: x86: use ULL postfix for 64bit constants
by Peter Zijlstra
· 16 years ago
60b3df9
perf_counter: add comment to barrier
by Peter Zijlstra
· 16 years ago
7556423
perf_counter: use list_move_tail()
by Peter Zijlstra
· 16 years ago
595258a
perf_counter: x86: fix 32-bit irq_period assumption
by Peter Zijlstra
· 16 years ago
f541ae3
Merge branch 'linus' into perfcounters/core-v2
by Ingo Molnar
· 16 years ago
0221c81
Merge branch 'audit.b62' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 16 years ago
48f286a
Merge branch 'for-next' of git://git.o-hand.com/linux-mfd
by Linus Torvalds
· 16 years ago
ea43179
Merge branch 'for-linus' of git://repo.or.cz/cris-mirror
by Linus Torvalds
· 16 years ago
32fb6c1
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 16 years ago
45e36c1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 16 years ago
87fc94d
Merge branch 'avr32-arch' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
by Linus Torvalds
· 16 years ago
3516c6a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
by Linus Torvalds
· 16 years ago
714f83d
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
def5754
Audit: remove spaces from audit_log_d_path
by Eric Paris
· 16 years ago
679173b
audit: audit_set_auditable defined but not used
by Eric Paris
· 16 years ago
318b6d3
audit: incorrect ref counting in audit tree tag_chunk
by Eric Paris
· 16 years ago
6d208da
audit: Fix possible return value truncation in audit_get_context()
by Paul Moore
· 16 years ago
55ad2f8
audit: ignore terminating NUL in AUDIT_USER_TTY messages
by Miloslav Trmac
· 16 years ago
b3897f5
Audit: fix handling of 'strings' with NULL characters
by Miloslav Trmac
· 16 years ago
c28bb7d
make the e->rule.xxx shorter in kernel auditfilter.c
by Zhenwen Xu
· 16 years ago
6b96255
auditsc: fix kernel-doc notation
by Randy Dunlap
· 16 years ago
ca96a89
audit: EXECVE record - removed bogus newline
by Jiri Pirko
· 16 years ago
8901e7f
Merge branch 'bzip2-lzma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip
by Linus Torvalds
· 16 years ago
90975ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
by Linus Torvalds
· 16 years ago
cab4e4c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-module-and-param
by Linus Torvalds
· 16 years ago
5412b53
Merge branch 'core/debugobjects' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e4c393f
Merge branch 'printk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
0a053e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc
by Linus Torvalds
· 16 years ago
7ec0a72
ACPI: processor: use .notify method instead of installing handler directly
by Bjorn Helgaas
· 16 years ago
373cfc3
ACPI: button: use .notify method instead of installing handler directly
by Bjorn Helgaas
· 16 years ago
Next »