aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-31Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2835', 'spi/topic/bcm63xx-hsspi' and 'spi/topic/davinci' into spi-nextMark Brown3-0/+4
2015-08-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar13-28/+38
2015-08-30alpha: select CONFIG_ARCH_USE_CMPXCHG_LOCKREF.Matt Turner2-0/+6
2015-08-29Merge tag 'v4.2' into for_nextChris Zankel356-1851/+2647
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas2-36/+14
2015-08-28ARM: Kirkwood: add modes-map property to ns2-leds nodesVincent Donnefort5-0/+25
2015-08-28x86/irq: Do not dereference irq descriptor before checking itThomas Gleixner1-1/+2
2015-08-28x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and mtrr_del()Luis R. Rodriguez1-2/+0
2015-08-28s390/io: Add pci_iomap_wc() and pci_iomap_wc_range()Luis R. Rodriguez1-0/+2
2015-08-28x86/asm: Drop repeated macro of X86_EFLAGS_AC definitionHuang Rui1-2/+0
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-26/+36
2015-08-27Merge tag 'powerpc-4.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+3
2015-08-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-6/+6
2015-08-27arm64: KVM: Fix host crash when injecting a fault into a 32bit guestMarc Zyngier1-6/+6
2015-08-27ARCv2: entry: Fix reserved handlerVineet Gupta1-7/+2
2015-08-27ARCv2: perf: Finally introduce HS perf unitVineet Gupta2-2/+6
2015-08-27ARCv2: perf: SMP supportAlexey Brodkin1-15/+54
2015-08-27ARCv2: perf: implement exclusion of event counting in user or kernel modeAlexey Brodkin2-2/+17
2015-08-27ARCv2: perf: Support sampling events using overflow interruptsAlexey Brodkin2-10/+126
2015-08-27ARCv2: perf: implement "event_set_period"Alexey Brodkin1-16/+63
2015-08-27ARC: perf: cap the number of counters to hardware max of 32Vineet Gupta2-5/+6
2015-08-27s390/jump_label: Use %*ph to print small buffersAlexander Kuleshov1-6/+3
2015-08-27ACPI, PCI: Penalize legacy IRQ used by ACPI SCIJiang Liu1-0/+1
2015-08-26s390/numa: remove superfluous ARCH_WANT definesMichael Holzheu1-7/+0
2015-08-26powerpc/PCI: Disable MSI/MSI-X interrupts at PCI probe time in OF caseGuilherme G. Piccoli1-0/+3
2015-08-25Merge tag 'tegra-for-4.3-clk' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-nextStephen Boyd1-0/+1
2015-08-25Merge tag 'v4.3-rockchip32-soc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/socOlof Johansson1-2/+2
2015-08-25Merge tag 'v4.3-rockchip32-dts3' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dtOlof Johansson4-6/+10
2015-08-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+7
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2418-49178/+82511
2015-08-25x86/mm: Make kernel/check.c explicitly non-modularPaul Gortmaker1-3/+2
2015-08-25x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker2-3/+2
2015-08-25x86/platform: Make atom/pmc_atom.c explicitly non-modularPaul Gortmaker1-9/+4
2015-08-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+0
2015-08-24clk/ARM: move Ux500 PRCC bases to the device treeLinus Walleij2-15/+13
2015-08-24MIPS: alchemy: Convert to clk_hw based provider APIsStephen Boyd1-6/+6
2015-08-24ARM: OMAP: Convert __clk_get_rate() to provider/consumer APIsStephen Boyd1-3/+3
2015-08-24Merge branch 'turbostat' of https://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux into pm-toolsRafael J. Wysocki1-0/+6
2015-08-24ARM: rockchip: pm: Fix PTR_ERR() argumentFabio Estevam1-2/+2
2015-08-23Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2015-08-23x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski3-6/+12
2015-08-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2-1/+4
2015-08-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-11/+14
2015-08-22x86/apic: Fix fallout from x2apic cleanupThomas Gleixner1-7/+7
2015-08-22Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2015-08-22x86/kasan, mm: Introduce generic kasan_populate_zero_shadow()Andrey Ryabinin1-118/+5
2015-08-22x86/kasan: Define KASAN_SHADOW_OFFSET per architectureAndrey Ryabinin1-0/+3
2015-08-22x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui3-1/+51
2015-08-22x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui2-0/+46
2015-08-22x86/traps: Weaken context tracking entry assertionsAndy Lutomirski1-9/+9