aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2008-12-23x86, perfcounters: rename intel_arch_perfmon.h => perf_counter.hIngo Molnar
2008-12-23perfcounters: remove warningsIngo Molnar
2008-12-19x86: perf_counter.c intel_perfmon_event_map and max_intel_perfmon_events shou...Jaswinder Singh
2008-12-14Merge branch 'linus' into perfcounters/coreIngo Molnar
2008-12-14perfcounters: fix lapic initializationIngo Molnar
2008-12-14perfcounters: fix non-intel-perfmon CPUsIngo Molnar
2008-12-14perfcounters: restructure x86 counter mathIngo Molnar
2008-12-14x86: implement atomic64_t on 32-bitIngo Molnar
2008-12-13Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer...Linus Torvalds
2008-12-12MIPS: IP32: Update defconfigDavid Daney
2008-12-12MIPS: Add missing calls to plat_unmap_dma_mem.David Daney
2008-12-12MIPS: Kconfig: Fix the arch-specific header pathDmitri Vorobiev
2008-12-12MIPS: Use EI/DI for MIPS R2.David Daney
2008-12-12Merge branch 'x86/irq' into perfcounters/coreIngo Molnar
2008-12-12x86: hardirq: introduce inc_irq_stat()Hiroshi Shimamoto
2008-12-12Merge commit 'v2.6.28-rc8' into x86/irqIngo Molnar
2008-12-11perf counters: clean up state transitionsIngo Molnar
2008-12-11perf counters: consolidate hw_perf save/restore APIsIngo Molnar
2008-12-11perf counters: implement PERF_COUNT_CPU_CLOCKIngo Molnar
2008-12-11perf counters: hw driver APIIngo Molnar
2008-12-11perf counters: add support for group countersIngo Molnar
2008-12-11perf counters: restructure the APIIngo Molnar
2008-12-11perf counters: expand use of counter->eventThomas Gleixner
2008-12-11perf counters: protect them against CSTATE transitionsThomas Gleixner
2008-12-11powerpc/40x: Add proper BOOTCFLAGS for cuboot-acadiaJosh Boyer
2008-12-10MN10300: Give correct size when reserving interrupt vector tableAkira Takeuchi
2008-12-10MN10300: Fix the preemption resume_kernel() routineAkira Takeuchi
2008-12-10MN10300: Discard low-priority Tx interrupts when closing an on-chip serial portAkira Takeuchi
2008-12-10MN10300: vmlinux.lds.S cleanup - use PAGE_SIZE, PERCPU macrosCyrill Gorcunov
2008-12-10Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds
2008-12-10Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds
2008-12-10uml: boot broken due to buffer overrunBalbir Singh
2008-12-09MIPS: Better than nothing implementation of PCI mmap to fix X.Ralf Baechle
2008-12-09[IA64] SN: prevent IRQ retargetting in request_irq()John Keller
2008-12-09perfcounters: consolidate global-disable codepathsIngo Molnar
2008-12-09perfcounters, x86: clean up debug codeIngo Molnar
2008-12-09perfcounters, x86: simplify disable/enable of countersIngo Molnar
2008-12-09[IA64] Clear up section mismatch with arch_unregister_cpu()Robin Holt
2008-12-09[IA64] Clear up section mismatch for sn_check_wars.Robin Holt
2008-12-09[IA64] Updated the generic_defconfig to work with the 2.6.28-rc7 kernel.Robin Holt
2008-12-09[IA64] eliminate NULL test and memset after alloc_bootmemJulia Lawall
2008-12-09[IA64] remove BUILD_BUG_ON from paravirt_getreg()Alexey Dobriyan
2008-12-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2008-12-09Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds
2008-12-09Merge branch 'merge' of master.kernel.org:/pub/scm/linux/kernel/git/galak/pow...Paul Mackerras
2008-12-08x86: fix default_spin_lock_flags() prototypeIngo Molnar
2008-12-08x86, perfcounters: read out MSR_CORE_PERF_GLOBAL_STATUS with counters disabledIngo Molnar
2008-12-08performance counters: x86 supportIngo Molnar
2008-12-08Merge branches 'x86/signal' and 'x86/irq' into perfcounters/coreIngo Molnar
2008-12-08x86: signal: change type of paramter for sys_rt_sigreturn()Hiroshi Shimamoto