summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2009-05-22perf_counter: Dynamically allocate tasks' perf_counter_context structPaul Mackerras1-0/+1
2009-05-20perf_counter: Fix context removal deadlockIngo Molnar1-0/+1
2009-05-18perf_counter, x86: speed up the scheduling fast-pathIngo Molnar1-3/+2
2009-05-18perf_counter: powerpc: initialize cpuhw pointer before usePaul Mackerras1-2/+1
2009-05-18Merge commit 'v2.6.30-rc6' into perfcounters/coreIngo Molnar311-15583/+11149
2009-05-17perf_counter, x86: fix zero irq_period countersIngo Molnar1-0/+3
2009-05-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds1-0/+25
2009-05-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-1/+2
2009-05-15Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+1
2009-05-15Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds67-1541/+3816
2009-05-15perf_counter: powerpc: supply more precise information on counter overflow ev...Paul Mackerras5-7/+97
2009-05-15perf_counter: powerpc: use u64 for event codes internallyPaul Mackerras7-52/+48
2009-05-15Merge branch 'fix/asoc' into for-linusTakashi Iwai1-0/+25
2009-05-15perf_counter: frequency based adaptive irq_periodPeter Zijlstra2-13/+9
2009-05-15kgdb,i386: use address that SP register points to in the exception frameJason Wessel1-1/+2
2009-05-15ASoC: DaVinci EVM board support buildfixesDavid Brownell1-0/+25
2009-05-15perf_counter: x86: Protect against infinite loops in intel_pmu_handle_irq()Ingo Molnar1-7/+18
2009-05-15perf_counter: x86: Disallow interval of 1Ingo Molnar1-0/+5
2009-05-15perf_counter: x86: Robustify interrupt handlingPeter Zijlstra1-3/+13
2009-05-15perf_counter: Rework the perf counter disable/enablePeter Zijlstra2-83/+54
2009-05-15perf_counter: x86: Fix up the amd NMI/INT throttlePeter Zijlstra1-12/+26
2009-05-15perf_counter: x86: Allow unpriviliged use of NMIsPeter Zijlstra1-1/+4
2009-05-15perf_counter: x86: Fix throttlingIngo Molnar1-5/+15
2009-05-15perf_counter: x86: More accurate counter updatePeter Zijlstra1-3/+6
2009-05-15powerpc: Fix PCI ROM accessBenjamin Herrenschmidt2-10/+26
2009-05-15powerpc/pseries: Really fix the oprofile CPU type on pseriesBenjamin Herrenschmidt1-1/+1
2009-05-15powerpc/cell: Make ptcal more reliableGerhard Stenzel1-3/+14
2009-05-15powerpc: Allow mem=x cmdline to work with 4G+Becky Bruce4-8/+8
2009-05-15powerpc/mpic: Fix incorrect allocation of interrupt rev-mapKumar Gala1-7/+9
2009-05-15powerpc: Fix oprofile sampling of marked events on POWER7Maynard Johnson1-1/+8
2009-05-15powerpc/iseries: Fix pci breakage due to bad dma_data initializationStephen Rothwell x3-6/+5
2009-05-15powerpc: Fix mktree build error on Mac OS X hostTimur Tabi1-5/+5
2009-05-14powerpc/virtex: Fix duplicate level irq events.John Linn1-10/+107
2009-05-14powerpc/virtex: Add uImage to the default images listGrant Likely2-0/+2
2009-05-14powerpc/boot: add simpleImage.* to clean-files listGrant Likely1-1/+1
2009-05-14MIPS: Sibyte: Fix locking in set_irq_affinityThomas Bogendoerfer2-10/+4
2009-05-14MIPS: Use force_sig when handling address errors.David Daney1-3/+3
2009-05-14MIPS: Cavium: Add struct clocksource * argument to octeon_cvmcount_read()Coly Li1-1/+1
2009-05-14MIPS: Rewrite <asm/div64.h> to work with gcc 4.4.0.Ralf Baechle1-92/+50
2009-05-14MIPS: Fix highmem.Ralf Baechle4-34/+26
2009-05-14MIPS: Fix sign-extension bug in 32-bit kernel on 32-bit hardware.Ralf Baechle1-4/+4
2009-05-14MIPS: MSP71xx: Remove the RAMROOT functionsShane McDonald2-71/+1
2009-05-14MIPS: Use -mno-check-zero-divisionRalf Baechle1-0/+1
2009-05-14MIPS: Set compiler options only after the compiler prefix has ben set.Ralf Baechle1-2/+2
2009-05-14MIPS: IP27: Get rid of #ident. Gcc 4.4.0 doesn't like it.Ralf Baechle1-2/+2
2009-05-14MIPS: uaccess: Switch lock annotations to might_fault().Ralf Baechle2-18/+23
2009-05-14MIPS: MSP71xx: Resolve use of non-existent GPIO routines in msp71xx resetShane McDonald1-6/+2
2009-05-14MIPS: MSP71xx: Resolve multiple definition of plat_timer_setupShane McDonald1-5/+2
2009-05-14MIPS: Make uaccess.h slightly more sparse friendly.Ralf Baechle1-12/+27
2009-05-14MIPS: Make access_ok() sideeffect proof.Ralf Baechle1-3/+13