summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-05-09nVMX: Advertise PML to L1 hypervisorBandan Das1-5/+11
2017-05-09nVMX: Implement emulated Page Modification LoggingBandan Das1-2/+79
2017-05-09kvm: x86: Add a hook for arch specific dirty logging emulationBandan Das4-0/+22
2017-05-09kvm: nVMX: Validate CR3 target count on nested VM-entryJim Mattson1-0/+8
2017-05-09Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini24-84/+3359
2017-05-09powerpc/64s: Fix unnecessary machine check handler relocation branchNicholas Piggin1-3/+1
2017-05-09powerpc/mm/book3s/64: Rework page table geometry for lower memory usageMichael Ellerman1-3/+3
2017-05-09powerpc: Fix distclean with Makefile.postlinkHoria Geantă1-1/+1
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds34-323/+91
2017-05-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds65-234/+212
2017-05-09format-security: move static strings to constKees Cook3-6/+6
2017-05-09treewide: decouple cacheflush.h and set_memory.hLaura Abbott7-11/+3
2017-05-09x86: use set_memory.h headerLaura Abbott15-12/+15
2017-05-09s390: use set_memory.h headerLaura Abbott7-1/+7
2017-05-09arm64: use set_memory.h headerLaura Abbott2-0/+2
2017-05-09arm: use set_memory.h headerLaura Abbott4-0/+4
2017-05-09treewide: move set_memory_* functions away from cacheflush.hLaura Abbott8-136/+155
2017-05-09scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd9-10/+10
2017-05-09mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko2-2/+2
2017-05-09treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-8/+2
2017-05-09mm: introduce kv[mz]alloc helpersMichal Hocko3-6/+6
2017-05-09powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini1-13/+10
2017-05-09powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini5-37/+16
2017-05-09ia64: reuse append_elf_note() and final_note() functionsHari Bathini1-22/+0
2017-05-09crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-0/+4
2017-05-09cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan2-2/+2
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds121-3150/+7950
2017-05-08Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds15-59/+209
2017-05-08Merge tag 'xtensa-20170507' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds12-219/+197
2017-05-08KVM: arm64: vgic-v3: KVM_DEV_ARM_VGIC_SAVE_PENDING_TABLESEric Auger2-0/+2
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLESEric Auger2-2/+6
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS groupEric Auger2-0/+2
2017-05-08nios2: use generic strncpy_from_user() and strnlen_user()Ley Foon Tan3-35/+7
2017-05-08nios2: Add CDX supportMarek Vasut4-2/+19
2017-05-08nios2: Add BMX supportMarek Vasut4-2/+19
2017-05-08nios2: Add NIOS2_ARCH_REVISION to select between R1 and R2Marek Vasut3-0/+13
2017-05-08nios2: implement flush_dcache_mmap_lock/unlockJulien Beraud1-2/+4
2017-05-08nios2: enable earlycon supportTobias Klauser4-4/+9
2017-05-08nios2: constify irq_domain_opsTobias Klauser1-1/+1
2017-05-08nios2: remove wrapper header for cmpxchg.hTobias Klauser2-14/+1
2017-05-08nios2: add .gitignore entries for auto-generated filesTobias Klauser2-0/+3
2017-05-07Merge branch 'xtensa-sim-params' into xtensa-fixesMax Filippov3-23/+45
2017-05-06Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+1
2017-05-06Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-17/+35
2017-05-06Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2017-05-06Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds4-12/+15
2017-05-05Revert "ARCv2: Allow enabling PAE40 w/o HIGHMEM"Alexey Brodkin1-0/+1
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds56-744/+1814
2017-05-05ARC: mm: fix build failure in linux-next for UP buildsVineet Gupta2-3/+7
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds181-2426/+7295