summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | ARM: dts: dra7-evm: remove interrupt bindingSourav Poddar2014-06-171-1/+0
| | * | | | | | | | | | ARM: OMAP2+: Fix parser-bug in platform muxing codeDavid R. Piegdon2014-06-171-2/+4
| | * | | | | | | | | | ARM: DTS: dra7/dra7xx-clocks: ATL related changesPeter Ujfalusi2014-06-162-8/+19
| | * | | | | | | | | | ARM: OMAP2+: drop unused functionBrian Norris2014-06-162-21/+0
| | * | | | | | | | | | ARM: dts: am43x-epos-evm: Add Missing cpsw-phy-sel for am43x-epos-evmGeorge Cherian2014-06-161-0/+4
| | * | | | | | | | | | ARM: dts: omap5: Update CPU OPP table as per final production ManualNishanth Menon2014-06-161-1/+0
| | * | | | | | | | | | ARM: DRA722: add detection of SoC informationNishanth Menon2014-06-162-0/+13
| | * | | | | | | | | | Merge tag 'for-v3.16-rc/omap-fixes-a' of git://git.kernel.org/pub/scm/linux/k...Tony Lindgren2014-06-164-6/+81
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | ARM: OMAP5: hwmod: Add ocp2scp3 and sata hwmodsKeshava Munegowda2014-06-151-0/+73
| | | * | | | | | | | | | ARM: OMAP2+: hwmod: Change hardreset soc_ops for AM43XXDave Gerlach2014-06-153-6/+8
| | * | | | | | | | | | | ARM: dts: Enable twl4030 off-idle configuration for selected omapsTony Lindgren2014-06-163-0/+18
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | ARM: bcm: Fix bcm and multi_v7 defconfigsOlof Johansson2014-06-262-2/+3
* | | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-07-055-6/+9
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | arm64: fix el2_setup check of CurrentELMarc Zyngier2014-07-043-4/+6
| * | | | | | | | | | | | arm64: mm: Make icache synchronisation logic huge page awareSteve Capper2014-07-041-1/+2
| * | | | | | | | | | | | arm64: mm: Fix horrendous config typoSteve Capper2014-07-041-1/+1
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | ptrace,x86: force IRET path after a ptrace_stop()Tejun Heo2014-07-031-0/+16
* | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-07-016-17/+18
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Merge commit '33b458d276bb' into kvm-masterPaolo Bonzini2014-06-301-0/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | KVM: SVM: Fix CPL export via SS.DPLJan Kiszka2014-06-301-0/+1
| * | | | | | | | | | | | Merge tag 'kvms390-20140626' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2014-06-272-14/+13
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | KVM: s390: add sie.h uapi header file to Kbuild and remove header dependencyHeiko Carstens2014-06-262-14/+13
| * | | | | | | | | | | | | MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu2014-06-251-0/+1
| * | | | | | | | | | | | | KVM: x86: preserve the high 32-bits of the PAT registerPaolo Bonzini2014-06-191-1/+1
| * | | | | | | | | | | | | kvm: fix wrong address when writing Hyper-V tsc pageXiaoming Gao2014-06-191-1/+1
| * | | | | | | | | | | | | KVM: x86: Increase the number of fixed MTRR regs to 10Nadav Amit2014-06-191-1/+1
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-06-295-6/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | ARM: 8087/1: ptrace: reload syscall number after secure_computing() checkWill Deacon2014-06-291-3/+4
| * | | | | | | | | | | | ARM: 8086/1: Set memblock limit for nommuLaura Abbott2014-06-291-0/+1
| * | | | | | | | | | | | ARM: 8085/1: sa1100: collie: add top boot mtd partitionAndrea Adami2014-06-291-0/+5
| * | | | | | | | | | | | ARM: 8084/1: sa1100: collie: revert back to cfi_probeAndrea Adami2014-06-291-1/+1
| * | | | | | | | | | | | ARM: 8080/1: mcpm.h: remove unused variable declarationNicolas Pitre2014-06-291-2/+0
| * | | | | | | | | | | | ARM: 8076/1: mm: add support for HW coherent systems in PL310 cacheThomas Petazzoni2014-06-291-0/+31
* | | | | | | | | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2014-06-2711-124/+297
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86/vdso: Error out in vdso2c if DT_RELA is presentAndy Lutomirski2014-06-241-1/+1
| * | | | | | | | | | | | | x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefileAndy Lutomirski2014-06-242-4/+3
| * | | | | | | | | | | | | x86_32, signal: Fix vdso rt_sigreturnAndy Lutomirski2014-06-231-1/+1
| * | | | | | | | | | | | | x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski2014-06-231-2/+8
| * | | | | | | | | | | | | x86/vdso: Create .build-id links for unstripped vdso filesAndy Lutomirski2014-06-201-3/+13
| * | | | | | | | | | | | | x86/vdso: Remove some redundant in-memory section headersAndy Lutomirski2014-06-193-24/+26
| * | | | | | | | | | | | | x86/vdso: Improve the fake section headersAndy Lutomirski2014-06-198-67/+237
| * | | | | | | | | | | | | x86/vdso2c: Use better macros for ELF bitnessAndy Lutomirski2014-06-192-40/+25
| * | | | | | | | | | | | | x86/vdso: Discard the __bug_table sectionAndy Lutomirski2014-06-191-0/+1
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-06-2717-495/+201
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | MIPS: Lasat: Fix build error if CRC32 is not enabled.Ralf Baechle2014-06-261-0/+1
| * | | | | | | | | | | | | MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras2014-06-261-1/+1
| * | | | | | | | | | | | | MIPS: bpf: Fix stack space allocation for BPF memwords on MIPS64Markos Chandras2014-06-261-1/+4
| * | | | | | | | | | | | | MIPS: BPF: Use 32 or 64-bit load instruction to load an address to registerMarkos Chandras2014-06-261-1/+13
| * | | | | | | | | | | | | MIPS: bpf: Fix PKT_TYPE case for big-endian coresMarkos Chandras2014-06-261-2/+10
| * | | | | | | | | | | | | MIPS: BPF: Prevent kernel fall over for >=32bit shiftsMarkos Chandras2014-06-261-4/+12