summaryrefslogtreecommitdiffstats
path: root/crypto/digest.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-27perf_counter: more barrier in blank weak functionYinghai Lu1-2/+2
2008-12-25perfcounters: include asm/perf_counter.h only if CONFIG_PERF_COUNTERS=yIngo Molnar1-1/+4
2008-12-23x86, perfcounters: add support for fixed-function pmcsIngo Molnar2-24/+133
2008-12-23perfcounters: add PERF_COUNT_BUS_CYCLESIngo Molnar2-3/+5
2008-12-23perfcounters: generalize the counter schedulerIngo Molnar1-78/+142
2008-12-23perfcounters: remove ->nr_inheritedIngo Molnar2-2/+0
2008-12-23x86, perfcounters: print out the ->used bitmaskIngo Molnar1-0/+4
2008-12-23perfcounters: enable lowlevel pmc code to schedule countersIngo Molnar3-19/+51
2008-12-23perfcounters: fix init context lockIngo Molnar1-1/+3
2008-12-23perfcounters: pull inherited countersIngo Molnar2-12/+18
2008-12-23perfcounters: fix task clock counterIngo Molnar4-24/+120
2008-12-23perfcounters: hw ops renameIngo Molnar3-31/+31
2008-12-23x86, perfcounters: refactor code for fixed-function PMCsIngo Molnar2-35/+52
2008-12-23perfcounters: add fixed-mode PMC enumerationIngo Molnar2-6/+40
2008-12-23x86, perfcounters: prepare for fixed-mode PMCsIngo Molnar3-27/+38
2008-12-23x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.hIngo Molnar6-8/+8
2008-12-23perfcounters: tweak group schedulingIngo Molnar1-3/+13
2008-12-23perfcounters: remove warningsIngo Molnar3-19/+0
2008-12-19x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events shou...Jaswinder Singh1-2/+2
2008-12-17perfcounters: use hw_event.disable flagIngo Molnar1-0/+3
2008-12-16perfcounters: flush on setuid execIngo Molnar1-0/+8
2008-12-14perfcounters: release CPU context when exiting task countersIngo Molnar1-2/+12
2008-12-14perfcounters: fix lapic initializationIngo Molnar1-2/+2
2008-12-14perfcounters, x86: fix sw counters on non-PMC CPUsIngo Molnar1-1/+1
2008-12-14perfcounters: fix non-intel-perfmon CPUsIngo Molnar1-0/+10
2008-12-14perfcounters: add nr-of-faults counterIngo Molnar1-0/+51
2008-12-14perfcounters: add task migrations counterIngo Molnar4-6/+61
2008-12-14perfcounters: add context switch counterIngo Molnar2-2/+53
2008-12-14perfcounters: fix task clock counterIngo Molnar1-4/+23
2008-12-14perfcounters: implement "counter inheritance"Ingo Molnar3-51/+228
2008-12-14perfcounters: restructure x86 counter mathIngo Molnar4-178/+137
2008-12-14x86: implement atomic64_t on 32-bitIngo Molnar1-0/+218
2008-12-13console ASCII glyph 1:1 mappingIngo Brueckl1-1/+1
2008-12-13unicode table for cp437Ingo Brueckl1-6/+6
2008-12-12MIPS: IP32: Update defconfigDavid Daney1-436/+624
2008-12-12MIPS: Add missing calls to plat_unmap_dma_mem.David Daney1-0/+3
2008-12-12MIPS: Kconfig: Fix the arch-specific header pathDmitri Vorobiev1-1/+1
2008-12-12MIPS: Use EI/DI for MIPS R2.David Daney1-0/+10
2008-12-12Commands needing to be retried require a complete re-initialization.Alan D. Brunelle2-10/+18
2008-12-12x86: hardirq: introduce inc_irq_stat()Hiroshi Shimamoto5-30/+11
2008-12-11perf counters: update docsIngo Molnar1-32/+75
2008-12-11perf counters: clean up state transitionsIngo Molnar3-17/+25
2008-12-11perf counters: add prctl interface to disable/enable countersIngo Molnar4-7/+93
2008-12-11perf counters: implement PERF_COUNT_TASK_CLOCKIngo Molnar2-2/+27
2008-12-11perf counters: consolidate hw_perf save/restore APIsIngo Molnar4-22/+22
2008-12-11perf counters: implement PERF_COUNT_CPU_CLOCKIngo Molnar3-48/+92
2008-12-11perf counters: hw driver APIIngo Molnar3-31/+66
2008-12-11perf counters: group counter, fixesIngo Molnar1-19/+20
2008-12-11perf counters: add support for group countersIngo Molnar3-82/+236
2008-12-11perf counters: restructure the APIIngo Molnar4-71/+106