aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds11-18/+20
2014-03-04sh: prefix sh-specific "CCR" and "CCR2" by "SH_"Geert Uytterhoeven11-18/+20
2014-03-03Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds1-1/+1
2014-03-02Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2014-03-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+7
2014-02-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-6/+40
2014-02-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-6/+18
2014-02-28Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds10-178/+219
2014-02-28arm64: Fix !CONFIG_SMP kernel buildCatalin Marinas1-0/+8
2014-02-28arm64: mm: Add double logical invert to pte accessorsSteve Capper1-5/+5
2014-02-28powerpc/powernv: Fix indirect XSCOM unmanglingBenjamin Herrenschmidt1-9/+12
2014-02-28powerpc/powernv: Fix opal_xscom_{read,write} prototypeBenjamin Herrenschmidt1-2/+2
2014-02-28powerpc/powernv: Refactor PHB diag-data dumpGavin Shan1-95/+125
2014-02-28powerpc/powernv: Dump PHB diag-data immediatelyGavin Shan1-53/+43
2014-02-28powerpc: Increase stack redzone for 64-bit userspace to 512 bytesPaul Mackerras3-5/+20
2014-02-28powerpc/ftrace: bugfix for test_24bit_addrLiu Ping Fan1-0/+1
2014-02-28powerpc/crashdump : Fix page frame number check in copy_oldmem_pageLaurent Dufour1-3/+5
2014-02-28powerpc/le: Ensure that the 'stop-self' RTAS token is handled correctlyTony Breeds1-11/+11
2014-02-27kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini1-1/+1
2014-02-27kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig1-1/+1
2014-02-27arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier3-4/+37
2014-02-27perf/x86: Fix event schedulingPeter Zijlstra1-0/+3
2014-02-26KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti1-0/+1
2014-02-25x86, kaslr: add missed "static" declarationsKees Cook1-4/+5
2014-02-25x86, kaslr: export offset in VMCOREINFO ELF notesEugene Surovegin1-0/+2
2014-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds5-12/+8
2014-02-25Merge tag 'xtensa-next-20140224' of git://github.com/czankel/xtensa-linuxLinus Torvalds15-260/+297
2014-02-24Merge branch 'clocks/fixes/drivers' of git://linuxtv.org/pinchartl/fbdev into clk-fixesMike Turquette70-302/+344
2014-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds2-4/+6
2014-02-24Merge tag 'xtensa-for-next-20140221-1' into for_nextChris Zankel2126-34693/+68361
2014-02-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds24-47/+106
2014-02-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-21/+18
2014-02-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-26/+52
2014-02-21Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds4-101/+2
2014-02-21perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter tableStephane Eranian1-1/+9
2014-02-21perf/x86: Correctly use FEATURE_PDCMPeter Zijlstra1-4/+1
2014-02-21perf, nmi: Fix unknown NMI warningMarkus Metzger1-4/+2
2014-02-21xtensa: wire up sched_setattr and sched_getattr syscallsMax Filippov1-1/+6
2014-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-1/+3
2014-02-21xtensa: xtfpga: set ethoc clock frequencyMax Filippov2-0/+2
2014-02-21xtensa: xtfpga: use common clock frameworkMax Filippov2-6/+11
2014-02-21xtensa: support common clock frameworkMax Filippov2-0/+3
2014-02-21xtensa: no need to select USE_GENERIC_SMP_HELPERSPaul Bolle1-1/+0
2014-02-21xtensa: fsf: drop nonexistent GPIO32 supportMax Filippov2-8/+2
2014-02-21xtensa: don't pass high memory to bootmem allocatorMax Filippov1-4/+9
2014-02-21s390/pci/dma: use correct segment boundary sizeGerald Schaefer1-3/+5
2014-02-21s390/compat: fix sys_sched_getattr compat wrapperHeiko Carstens1-1/+1
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+1
2014-02-20Merge branch 'fixes-for-v3.14' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds2-2/+4
2014-02-20of: Move testcase FDT data into drivers/ofGrant Likely4-101/+2