summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2Marc Zyngier2017-06-152-0/+15
* arm64: Add a facility to turn an ESR syndrome into a sysreg encodingMarc Zyngier2017-06-151-0/+24
* Merge branch 'kvmarm-master/master' into HEADMarc Zyngier2017-06-1511-52/+107
|\
| * arm: KVM: Allow unaligned accesses at HYPMarc Zyngier2017-06-061-3/+2
| * arm64: KVM: Allow unaligned accesses at EL2Marc Zyngier2017-06-061-2/+3
| * arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier2017-06-062-4/+10
| * KVM: arm/arm64: Fix isues with GICv2 on GICv3 migrationChristoffer Dall2017-05-241-5/+5
| * KVM: arm: rename pm_fake handler to trap_raz_wiZhichao Huang2017-05-151-16/+16
| * KVM: arm: plug potential guest hardware debug leakageZhichao Huang2017-05-154-22/+66
| * arm: KVM: Do not use stack-protector to compile HYP codeMarc Zyngier2017-05-151-0/+2
| * arm64: KVM: Do not use stack-protector to compile EL2 codeMarc Zyngier2017-05-151-0/+2
| * ARM: KVM: Fix tracepoint generation after move to virt/kvm/arm/Marc Zyngier2017-05-152-4/+5
* | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspaceChristoffer Dall2017-06-084-0/+29
* | KVM: arm/arm64: Move timer IRQ default init to arch_timer.cChristoffer Dall2017-06-082-30/+2
* | KVM: arm: Handle VCPU device attributes in guest.cChristoffer Dall2017-06-082-15/+49
* | KVM: arm/arm64: use vcpu requests for irq injectionAndrew Jones2017-06-042-0/+2
* | KVM: arm/arm64: change exit request to sleep requestAndrew Jones2017-06-042-2/+2
* | KVM: arm/arm64: properly use vcpu requestsAndrew Jones2017-06-042-0/+2
* | KVM: add kvm_request_pendingRadim Krčmář2017-06-046-9/+8
* | KVM: improve arch vcpu request definingAndrew Jones2017-06-045-29/+34
* | KVM: arm/arm64: Simplify active_change_prepare and plug raceChristoffer Dall2017-05-232-4/+0
* | KVM: arm64: Restore host physical timer access on hyp_panic()James Morse2017-05-161-0/+1
* | KVM: arm: Restore banked registers and physical timer access on hyp_panic()James Morse2017-05-161-0/+2
|/
* Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-137-19/+17
|\
| * um: Add missing NR_CPUS includeRichard Weinberger2017-05-041-0/+1
| * um: Fix to call read_initrd after init_bootmemMasami Hiramatsu2017-05-032-3/+7
| * um: Include kbuild.h instead of duplicating its macrosMatthias Kaehlcke2017-05-031-8/+1
| * um: Fix PTRACE_POKEUSER on x86_64Richard Weinberger2017-05-031-1/+1
| * um: Set number of CPUsNikola Kotur2017-05-032-3/+5
| * um: Fix _print_addr()Richard Weinberger2017-05-031-4/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-133-3/+3
|\ \
| * | Tigran has movedAndrew Morton2017-05-123-3/+3
* | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-121-1/+1
|\ \ \ | |/ / |/| |
| * | x86, pmem: Fix cache flushing for iovec write < 8 bytesBen Hutchings2017-05-091-1/+1
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-121-1/+1
|\ \ \
| * \ \ Merge tag 'perf-core-for-mingo-4.12-20170503' of git://git.kernel.org/pub/scm...Ingo Molnar2017-05-0333-434/+674
| |\ \ \
| * | | | perf/x86: Fix Broadwell-EP DRAM RAPL eventsVince Weaver2017-05-031-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-1215-27/+63
|\ \ \ \
| * | | | x86/build: Don't add -maccumulate-outgoing-args w/o compiler supportNick Desaulniers2017-05-091-1/+2
| * | | | x86/boot/32: Fix UP boot on Quark and possibly other platformsAndy Lutomirski2017-05-092-5/+20
| * | | | x86/mm/32: Set the '__vmalloc_start_set' flag in initmem_init()Laura Abbott2017-05-091-0/+1
| * | | | x86/kexec/64: Use gbpages for identity mappings if availableXunlei Pang2017-05-081-0/+4
| * | | | x86/mm: Add support for gbpages to kernel_ident_mapping_init()Xunlei Pang2017-05-085-5/+18
| * | | | x86/boot: Declare error() as noreturnKees Cook2017-05-071-1/+3
| * | | | x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ...Matthias Kaehlcke2017-05-052-1/+3
| * | | | x86/mm: Fix boot crash caused by incorrect loop count calculation in sync_glo...Baoquan He2017-05-051-6/+6
| * | | | Merge branch 'linus' into x86/urgent, to pick up dependent commitsIngo Molnar2017-05-05667-34563/+7070
| |\ \ \ \
| * | | | | x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic()Josh Poimboeuf2017-05-051-6/+6
| * | | | | Merge branch 'x86/microcode' into x86/urgent, to pick up cleanupIngo Molnar2017-05-011-2/+0
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | x86/microcode/AMD: Remove redundant NULL check on mcColin Ian King2017-03-181-2/+0