aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra1-1/+9
2012-03-23Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar5-0/+81
2012-03-22Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo14-581/+1502
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-9/+24
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds31-120/+37
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds41-756/+1656
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+3
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+1
2012-03-19Merge branch 'dcache-word-accesses'Linus Torvalds1-0/+1
2012-03-16Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-27/+0
2012-03-16perf: Adding sysfs group format attribute for pmu deviceJiri Olsa5-0/+81
2012-03-16C6X: remove dead code from entry.SMark Salter1-27/+0
2012-03-14Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2-2753/+2
2012-03-14arch/tile/configs: convert to minimal configs via "make savedefconfig"Chris Metcalf2-2753/+2
2012-03-13sparc32: Add -Av8 to assembler command line.David S. Miller1-1/+1
2012-03-13Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds6-576/+1488
2012-03-13Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+9
2012-03-13tile: Use set_current_blocked() and block_sigmask()Matt Fleming2-15/+3
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner164-448/+924
2012-03-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi2-7/+4
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar98-207/+505
2012-03-12Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds3-2/+5
2012-03-12Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds4-2/+8
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar13-72/+734
2012-03-12perf/x86: Prettify pmu config literalsPeter Zijlstra2-7/+37
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar95-209/+459
2012-03-12perf/x86: Fix local vs remote memory events for NHM/WSMPeter Zijlstra1-8/+9
2012-03-12sched: Cleanup cpu_active madnessPeter Zijlstra4-28/+0
2012-03-12arch/tile: misplaced parens near likelyroel1-1/+1
2012-03-12arch/tile: sync up the defconfig files to the tipChris Metcalf2-559/+1483
2012-03-12arch/tile: Fix up from commit 8a25a2fd126c621f44f3aeaef80d51f00fc11639Chris Metcalf1-1/+1
2012-03-09x86: Derandom delay_tsc for 64 bitThomas Gleixner1-2/+2
2012-03-09Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-2/+2
2012-03-09Merge tag 'iommu-fixes-v3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-3/+3
2012-03-08vfs: use 'unsigned long' accesses for dcache name comparison and hashingLinus Torvalds1-0/+1
2012-03-08Merge tag 'fixes-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-2/+13
2012-03-08Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2012-03-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixesOlof Johansson4-2/+12
2012-03-08ARM: S3C2440: Fixed build error for s3c244xKukjin Kim1-0/+1
2012-03-07Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds11-44/+73
2012-03-07C6X: fix KSTK_EIP and KSTK_ESP macrosMark Salter1-2/+2
2012-03-07ARM: 7358/1: perf: add PMU hotplug notifierLorenzo Pieralisi1-0/+23
2012-03-07ARM: 7357/1: perf: fix overflow handling for xscale2 PMUsWill Deacon1-2/+8
2012-03-07ARM: 7356/1: perf: check that we have an event in the PMU IRQ handlersWill Deacon3-18/+12
2012-03-07ARM: 7355/1: perf: clear overflow flag when disabling counter on ARMv7 PMUWill Deacon1-0/+5
2012-03-07ARM: 7354/1: perf: limit sample_period to half max_period in non-sampling modeWill Deacon5-16/+16
2012-03-07ARM: mach-shmobile: ap4evb: fixup fsi2_ak4643_info typoKuninori Morimoto1-1/+1
2012-03-07ARM: mach-shmobile: mackerel: Reserve DMA memory for the frame bufferLaurent Pinchart1-0/+4
2012-03-07ARM: mach-shmobile: Fix ag5evm compilation by including linux/videodev2.hLaurent Pinchart1-0/+1
2012-03-07ARM: mach-shmobile: Fix bonito compile breakagePhil Edworthy1-1/+2