summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | arm64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 2Masahiro Yamada2016-06-032-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-06-183-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: 8579/1: mm: Fix definition of pmd_mknotpresentSteve Capper2016-06-091-2/+2
| * | | | | | | | ARM: 8578/1: mm: ensure pmd_present only checks the valid bitWill Deacon2016-06-093-1/+2
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-06-182-0/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray2016-06-172-0/+12
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-06-175-28/+101
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: kgdb: Match pstate size with gdbserver protocolDaniel Thompson2016-06-162-9/+50
| * | | | | | | | arm64: spinlock: Ensure forward-progress in spin_unlock_waitWill Deacon2016-06-151-3/+24
| * | | | | | | | arm64: spinlock: fix spin_unlock_wait for LSE atomicsWill Deacon2016-06-151-3/+7
| * | | | | | | | arm64: spinlock: order spin_{is_locked,unlock_wait} against local locksWill Deacon2016-06-151-0/+7
| * | | | | | | | arm64: mm: mark fault_info table constMark Rutland2016-06-141-1/+1
| * | | | | | | | arm64: fix dump_instr when PAN and UAO are in useMark Rutland2016-06-141-13/+13
| |/ / / / / / /
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-06-1611-22/+66
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | kvm: vmx: check apicv is active before using VT-d posted interruptYang Zhang2016-06-161-5/+10
| * | | | | | | kvm: svm: Do not support AVIC if not CONFIG_X86_LOCAL_APICSuravee Suthikulpanit2016-06-161-5/+10
| * | | | | | | kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid()Suravee Suthikulpanit2016-06-162-3/+14
| * | | | | | | Merge branch 'kvm-mips-fixes' into HEADPaolo Bonzini2016-06-145-8/+27
| |\ \ \ \ \ \ \
| | * | | | | | | MIPS: KVM: Fix CACHE triggered exception emulationJames Hogan2016-06-141-0/+3
| | * | | | | | | MIPS: KVM: Don't unwind PC when emulating CACHEJames Hogan2016-06-141-6/+10
| | * | | | | | | MIPS: KVM: Include bit 31 in segment matchesJames Hogan2016-06-141-1/+1
| | * | | | | | | MIPS: KVM: Fix modular KVM under QEMUJames Hogan2016-06-144-1/+13
| * | | | | | | | KVM: s390: Add stats for PEI eventsAlexander Yarygin2016-06-103-0/+4
| * | | | | | | | KVM: s390: ignore IBC if zeroDavid Hildenbrand2016-06-101-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'powerpc-4.7-3Michael Ellerman:' of git://git.kernel.org/pub/scm/li...Linus Torvalds2016-06-106-11/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/nohash: Fix build break with 64K pagesMichael Ellerman2016-06-101-1/+1
| * | | | | | | | powerpc/mm/hash: Compute the segment size correctly for ISA 3.0Aneesh Kumar K.V2016-06-081-1/+5
| * | | | | | | | powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXTAneesh Kumar K.V2016-06-081-4/+4
| * | | | | | | | powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was addedMichael Ellerman2016-06-081-1/+1
| * | | | | | | | powerpc/pseries: Fix PCI config address for DDWGavin Shan2016-06-061-2/+2
| * | | | | | | | powerpc/ptrace: Fix out of bounds array access warningKhem Raj2016-06-061-2/+2
* | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2016-06-101-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | arm64: mm: always take dirty state from new pte in ptep_set_access_flagsWill Deacon2016-06-081-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-06-106-15/+86
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()Rui Wang2016-06-101-1/+1
| * | | | | | | | | x86/entry/traps: Don't force in_interrupt() to return true in IST handlersAndy Lutomirski2016-06-101-10/+10
| * | | | | | | | | x86/cpu/AMD: Extend X86_FEATURE_TOPOEXT workaround to newer modelsBorislav Petkov2016-06-081-2/+2
| * | | | | | | | | x86/cpu/intel: Introduce macros for Intel family numbersDave Hansen2016-06-081-0/+68
| * | | | | | | | | x86, build: copy ldlinux.c32 to image.isoH. Peter Anvin2016-06-071-0/+3
| * | | | | | | | | x86/msr: Use the proper trace point conditional for writesDr. David Alan Gilbert2016-06-061-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-102-22/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf/x86/intel/uncore: Remove SBOX support for Broadwell serverKan Liang2016-06-031-21/+0
| * | | | | | | | | perf/x86/intel/rapl: Fix pmus free during cleanupVincent Stehlé2016-05-251-1/+1
* | | | | | | | | | Merge tag 'arc-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2016-06-0935-415/+30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with ex...Vineet Gupta2016-06-023-340/+4
| * | | | | | | | | | Revert "ARCv2: spinlock/rwlock: Reset retry delay when starting a new spin-wa...Vineet Gupta2016-06-021-3/+3
| * | | | | | | | | | Revert "ARCv2: spinlock/rwlock/atomics: reduce 1 instruction in exponential b...Vineet Gupta2016-06-022-2/+4
| * | | | | | | | | | ARC: don't enable DISCONTIGMEM unconditionallyVineet Gupta2016-05-311-2/+2
| * | | | | | | | | | ARC: [intc-compact] simplify code for 2 priority levelsVineet Gupta2016-05-303-40/+6
| * | | | | | | | | | arc: Get rid of root core-frequency propertyAlexey Brodkin2016-05-3015-17/+0