index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
digest.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-12-27
perf_counter: more barrier in blank weak function
Yinghai Lu
1
-2
/
+2
2008-12-25
perfcounters: include asm/perf_counter.h only if CONFIG_PERF_COUNTERS=y
Ingo Molnar
1
-1
/
+4
2008-12-23
x86, perfcounters: add support for fixed-function pmcs
Ingo Molnar
2
-24
/
+133
2008-12-23
perfcounters: add PERF_COUNT_BUS_CYCLES
Ingo Molnar
2
-3
/
+5
2008-12-23
perfcounters: generalize the counter scheduler
Ingo Molnar
1
-78
/
+142
2008-12-23
perfcounters: remove ->nr_inherited
Ingo Molnar
2
-2
/
+0
2008-12-23
x86, perfcounters: print out the ->used bitmask
Ingo Molnar
1
-0
/
+4
2008-12-23
perfcounters: enable lowlevel pmc code to schedule counters
Ingo Molnar
3
-19
/
+51
2008-12-23
perfcounters: fix init context lock
Ingo Molnar
1
-1
/
+3
2008-12-23
perfcounters: pull inherited counters
Ingo Molnar
2
-12
/
+18
2008-12-23
perfcounters: fix task clock counter
Ingo Molnar
4
-24
/
+120
2008-12-23
perfcounters: hw ops rename
Ingo Molnar
3
-31
/
+31
2008-12-23
x86, perfcounters: refactor code for fixed-function PMCs
Ingo Molnar
2
-35
/
+52
2008-12-23
perfcounters: add fixed-mode PMC enumeration
Ingo Molnar
2
-6
/
+40
2008-12-23
x86, perfcounters: prepare for fixed-mode PMCs
Ingo Molnar
3
-27
/
+38
2008-12-23
x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.h
Ingo Molnar
6
-8
/
+8
2008-12-23
perfcounters: tweak group scheduling
Ingo Molnar
1
-3
/
+13
2008-12-23
perfcounters: remove warnings
Ingo Molnar
3
-19
/
+0
2008-12-19
x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events shou...
Jaswinder Singh
1
-2
/
+2
2008-12-17
perfcounters: use hw_event.disable flag
Ingo Molnar
1
-0
/
+3
2008-12-16
perfcounters: flush on setuid exec
Ingo Molnar
1
-0
/
+8
2008-12-14
perfcounters: release CPU context when exiting task counters
Ingo Molnar
1
-2
/
+12
2008-12-14
perfcounters: fix lapic initialization
Ingo Molnar
1
-2
/
+2
2008-12-14
perfcounters, x86: fix sw counters on non-PMC CPUs
Ingo Molnar
1
-1
/
+1
2008-12-14
perfcounters: fix non-intel-perfmon CPUs
Ingo Molnar
1
-0
/
+10
2008-12-14
perfcounters: add nr-of-faults counter
Ingo Molnar
1
-0
/
+51
2008-12-14
perfcounters: add task migrations counter
Ingo Molnar
4
-6
/
+61
2008-12-14
perfcounters: add context switch counter
Ingo Molnar
2
-2
/
+53
2008-12-14
perfcounters: fix task clock counter
Ingo Molnar
1
-4
/
+23
2008-12-14
perfcounters: implement "counter inheritance"
Ingo Molnar
3
-51
/
+228
2008-12-14
perfcounters: restructure x86 counter math
Ingo Molnar
4
-178
/
+137
2008-12-14
x86: implement atomic64_t on 32-bit
Ingo Molnar
1
-0
/
+218
2008-12-13
console ASCII glyph 1:1 mapping
Ingo Brueckl
1
-1
/
+1
2008-12-13
unicode table for cp437
Ingo Brueckl
1
-6
/
+6
2008-12-12
MIPS: IP32: Update defconfig
David Daney
1
-436
/
+624
2008-12-12
MIPS: Add missing calls to plat_unmap_dma_mem.
David Daney
1
-0
/
+3
2008-12-12
MIPS: Kconfig: Fix the arch-specific header path
Dmitri Vorobiev
1
-1
/
+1
2008-12-12
MIPS: Use EI/DI for MIPS R2.
David Daney
1
-0
/
+10
2008-12-12
Commands needing to be retried require a complete re-initialization.
Alan D. Brunelle
2
-10
/
+18
2008-12-12
x86: hardirq: introduce inc_irq_stat()
Hiroshi Shimamoto
5
-30
/
+11
2008-12-11
perf counters: update docs
Ingo Molnar
1
-32
/
+75
2008-12-11
perf counters: clean up state transitions
Ingo Molnar
3
-17
/
+25
2008-12-11
perf counters: add prctl interface to disable/enable counters
Ingo Molnar
4
-7
/
+93
2008-12-11
perf counters: implement PERF_COUNT_TASK_CLOCK
Ingo Molnar
2
-2
/
+27
2008-12-11
perf counters: consolidate hw_perf save/restore APIs
Ingo Molnar
4
-22
/
+22
2008-12-11
perf counters: implement PERF_COUNT_CPU_CLOCK
Ingo Molnar
3
-48
/
+92
2008-12-11
perf counters: hw driver API
Ingo Molnar
3
-31
/
+66
2008-12-11
perf counters: group counter, fixes
Ingo Molnar
1
-19
/
+20
2008-12-11
perf counters: add support for group counters
Ingo Molnar
3
-82
/
+236
2008-12-11
perf counters: restructure the API
Ingo Molnar
4
-71
/
+106
[next]