aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-24KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit4-3/+42
2014-10-23Merge tag 'socfpga_fixes_for_3.18' of git://git.rocketboards.org/linux-socfpga-next into fixesOlof Johansson9-23/+65
2014-10-23Merge tag 'at91-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nferre/linux-at91 into fixesOlof Johansson1-2/+3
2014-10-23Merge tag 'zynq-dt-fixes-for-3.18' of https://github.com/Xilinx/linux-xlnx into fixesOlof Johansson1-7/+17
2014-10-23ARM: multi_v7_defconfig: enable CONFIG_MMC_DW_ROCKCHIPOlof Johansson1-0/+1
2014-10-23ARM: sunxi_defconfig: enable CONFIG_REGULATOR_FIXED_VOLTAGEOlof Johansson1-0/+1
2014-10-24MIPS: ftrace: Fix a microMIPS build problemMarkos Chandras1-2/+2
2014-10-24MIPS: MSP71xx: Fix build errorStefan Hengelein1-2/+2
2014-10-23Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-9/+3
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-101/+122
2014-10-23MIPS: Malta: Do not build the malta-amon.c file if CMP is not enabledMarkos Chandras1-1/+2
2014-10-23MIPS: Prevent compiler warning from cop2_{save,restore}Paul Burton1-4/+4
2014-10-23MIPS: Kconfig: Add missing MIPS_CPS dependencies to PM and cpuidleMarkos Chandras1-0/+1
2014-10-23MIPS: idle: Remove leftover __pastwait symbol and its referencesMarkos Chandras2-10/+0
2014-10-23x86/xen: panic on bad Xen-provided memory mapMartin Kelly1-0/+1
2014-10-23x86/xen: Fix incorrect per_cpu accessor in xen_clocksource_read()Boris Ostrovsky1-1/+1
2014-10-23x86/xen: avoid race in p2m handlingJuergen Gross1-5/+5
2014-10-23x86/xen: delay construction of mfn_list_listJuergen Gross3-55/+18
2014-10-23x86/xen: avoid writing to freed memory after race in p2m handlingJuergen Gross1-2/+6
2014-10-23MIPS: Sibyte: Include the swarm subdir to the sb1250 LittleSur buildsMarkos Chandras1-0/+1
2014-10-23MIPS: ptrace.h: Add a missing includeAaro Koskinen1-0/+2
2014-10-22ARM: dts: socfpga: Add a 3.3V fixed regulator nodeDinh Nguyen4-1/+34
2014-10-22ARM: dts: socfpga: Fix SD card detectDinh Nguyen1-1/+5
2014-10-22ARM: dts: socfpga: rename gpio nodesDinh Nguyen1-6/+6
2014-10-22ARC: kgdb: generic kgdb_arch_pc() sufficesVineet Gupta1-5/+0
2014-10-22x86, intel-mid: Remove "weak" from function declarationsBjorn Helgaas1-4/+3
2014-10-22MIPS: ath79: Fix compilation error when CONFIG_PCI is disabledStefan Hengelein1-1/+1
2014-10-22MIPS: MSP71xx: Remove compilation error when CONFIG_MIPS_MT is presentStefan Hengelein1-0/+1
2014-10-22MIPS: Octeon: Remove special case for simulator command line.David Daney1-9/+0
2014-10-22MIPS: tlbex: Properly fix HUGE TLB Refill exception handlerDavid Daney1-1/+5
2014-10-22MIPS: loongson2_cpufreq: Fix CPU clock rate setting mismergeAaro Koskinen1-2/+3
2014-10-22pci: pci-lantiq: remove duplicate check on resourceVarka Bhadram1-6/+1
2014-10-22arm64: vexpress: Add CLCD support to the ARMv8 model platformCatalin Marinas2-1/+36
2014-10-22ARM: at91/dt: sam9263: fix PLLB frequenciesBoris Brezillon1-2/+3
2014-10-21arm: socfpga: fix fetching cpu1start_addr for SMPDinh Nguyen4-15/+20
2014-10-21Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds1-1/+1
2014-10-21arm64: Fix compilation error on UP buildsCatalin Marinas1-0/+11
2014-10-21MIPS: Lasat: Add missing CONFIG_PROC_FS dependency to PICVUE_PROCMarkos Chandras1-1/+1
2014-10-21Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-0/+1
2014-10-21Merge tag 'arc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds37-437/+265
2014-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds27-119/+255
2014-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-6/+9
2014-10-21MIPS: cp1emu: Fix ISA restrictions for cop1x_op instructionsMarkos Chandras1-2/+2
2014-10-20ARM: defconfig: update multi_v7_defconfigCarlo Caione1-0/+1
2014-10-20net: bpf: arm64: minor fix of type in jitedDaniel Borkmann1-1/+1
2014-10-20arm64: bpf: add 'load 64-bit immediate' instructionZi Shen Lim1-0/+31
2014-10-20arm64: bpf: add 'shift by register' instructionsZi Shen Lim2-2/+18
2014-10-20net: bpf: arm64: address randomize and write protect JIT codeDaniel Borkmann1-9/+30
2014-10-20arm64: mm: Correct fixmap pagetable typesSteve Capper1-2/+2
2014-10-20arm64: compat: fix compat types affecting struct compat_elf_prpsinfoVictor Kamensky1-2/+2