summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2009-06-06Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-06-06perf_counter: Implement generalized cache event typesIngo Molnar
2009-06-06perf_counter: Separate out attr->type from attr->configIngo Molnar
2009-06-05x86: Set context.vdso before installing the mappingPeter Zijlstra
2009-06-04lguest: fix 'unhandled trap 13' with CONFIG_CC_STACKPROTECTORRusty Russell
2009-06-04perf_counter: powerpc: Use new identifier names in powerpc-specific codePaul Mackerras
2009-06-03perf_counter: Fix throttling lock-upIngo Molnar
2009-06-03perf_counter: powerpc: Fix race causing "oops trying to read PMC0" errorsPaul Mackerras
2009-06-03perf_counter: powerpc: Fix event alternative code generation on POWER5/5+Paul Mackerras
2009-06-03perf_counter/x86: Remove the IRQ (non-NMI) handling bitsYong Wang
2009-06-02perf_counter: Rename perf_counter_hw_event => perf_counter_attrPeter Zijlstra
2009-06-02perf_counter: x86: Emulate longer sample periodsPeter Zijlstra
2009-06-02perf_counter: Remove the last nmi/irq bitsPeter Zijlstra
2009-06-02perf_counter: Rename various fieldsPeter Zijlstra
2009-06-02powerpc/pmac: Update PowerMac 32-bit defconfigBenjamin Herrenschmidt
2009-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2009-06-01Merge branch 'linus' into perfcounters/coreIngo Molnar
2009-05-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2009-05-29acpi-cpufreq: fix printk typo and indentationJoe Perches
2009-05-29sparc64: Fix section attribute warnings.David S. Miller
2009-05-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds
2009-05-29x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman
2009-05-29flat: fix data sections alignmentOskar Schirmer
2009-05-29Merge branch 'for-rmk' of git://gitorious.org/linux-gemini/mainlineRussell King
2009-05-29[ARM] update mach-typesRussell King
2009-05-29perf_counter/x86: Always use NMI for performance-monitoring interruptYong Wang
2009-05-28[ARM] Add cmpxchg support for ARMv6+ systems (v5)Mathieu Desnoyers
2009-05-28[ARM] barriers: improve xchg, bitops and atomic SMP barriersRussell King
2009-05-28Gemini: Fix SRAM/ROM location after memory swapPaulius Zaleckas
2009-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds
2009-05-27powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt
2009-05-27powerpc: Minor cleanups of kernel virt address space definitionsBenjamin Herrenschmidt
2009-05-27powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mmBenjamin Herrenschmidt
2009-05-27Blackfin: fix strncmp.o build errorMike Frysinger
2009-05-27Blackfin: drop unneeded asm/.gitignoreMike Frysinger
2009-05-27Blackfin: ignore generated vmlinux.ldsMike Frysinger
2009-05-27Blackfin: hook up preadv/pwritev syscallsMike Frysinger
2009-05-27Revert "powerpc: Rework dma-noncoherent to use generic vmalloc layer"Benjamin Herrenschmidt
2009-05-26Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-05-26x86: avoid back to back on_each_cpu in cpa_flush_arrayPallipadi, Venkatesh
2009-05-26Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds
2009-05-26Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2009-05-26[CPUFREQ] powernow-k8: determine exact CPU frequency for HW PstatesAndreas Herrmann
2009-05-26[CPUFREQ] powernow-k8 cleanup msg if BIOS does not export ACPI _PSS cpufreq dataThomas Renninger
2009-05-26[CPUFREQ] powernow-k7 build fix when ACPI=nDave Jones
2009-05-26[CPUFREQ] add atom family to p4-clockmodJarod Wilson
2009-05-26perf_counter, x86: Make NMI lockups more robustIngo Molnar
2009-05-26perf_counter, x86: Fix APIC NMI programmingIngo Molnar
2009-05-26perf_counter: powerpc: Implement interrupt throttlingPaul Mackerras
2009-05-25x86, relocs: ignore R_386_NONE in kernel relocation entriesTejun Heo