aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-27s390/dump: rework CPU register dump codeMartin Schwidefsky10-142/+157
2015-11-27s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky4-35/+41
2015-11-27s390/kvm: remove dependency on struct save_area definitionMartin Schwidefsky2-15/+16
2015-11-27s390/dump: streamline oldmem copy functionsMartin Schwidefsky5-99/+88
2015-11-27s390/kdump: remove code to create ELF notes in the crashed systemMartin Schwidefsky5-63/+28
2015-11-27s390/zcore: remove /sys/kernel/debug/zcore/memMartin Schwidefsky1-1/+0
2015-11-27s390/zcore: copy vector registers into the image dataMartin Schwidefsky1-0/+1
2015-11-25KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang1-5/+0
2015-11-24Merge tag 'kvm-arm-for-v4.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-masterPaolo Bonzini69-467/+781
2015-11-24arm64: kvm: report original PAR_EL1 upon panicMark Rutland1-1/+5
2015-11-24arm64: kvm: avoid %p in __kvm_hyp_panicMark Rutland1-1/+1
2015-11-24KVM: arm/arm64: Fix preemptible timer active state crazynessChristoffer Dall1-6/+1
2015-11-24arm64: KVM: Add workaround for Cortex-A57 erratum 834220Marc Zyngier4-1/+38
2015-11-24arm64: KVM: Fix AArch32 to AArch64 register mappingMarc Zyngier2-4/+6
2015-11-24ARM/arm64: KVM: test properly for a PTE's uncachednessArd Biesheuvel1-8/+7
2015-11-22Merge tag 'usb-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-4/+12
2015-11-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-3/+9
2015-11-22Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds17-116/+382
2015-11-22Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-15/+53
2015-11-22parisc: Map kernel text and data on huge pagesHelge Deller3-26/+31
2015-11-22parisc: Add Huge Page and HUGETLBFS supportHelge Deller6-15/+291
2015-11-22parisc: Use long branch to do_syscall_trace_exitHelge Deller1-2/+2
2015-11-22parisc: Increase initial kernel mapping to 32MB on 64bit kernelHelge Deller2-3/+7
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Helge Deller3-28/+21
2015-11-22parisc: Add defines for Huge page supportHelge Deller2-4/+29
2015-11-22parisc: Drop unused MADV_xxxK_PAGES flags from asm/mman.hHelge Deller1-10/+0
2015-11-20Merge tag 'pm+acpi-4.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+1
2015-11-20Merge tag 'powerpc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-1/+3
2015-11-20MIPS: ath79: Add a machine entry for booting OF machinesAlban Bedel1-0/+5
2015-11-20MIPS: ath79: Fix the size of the MISC INTC registers in ar9132.dtsiAlban Bedel1-1/+1
2015-11-20MIPS: ath79: Fix the DDR control initialization on ar71xx and ar934xAlban Bedel1-1/+1
2015-11-20parisc: Drop definition of start_thread_som for HP-UX SOM binariesHelge Deller1-27/+0
2015-11-20parisc: Fix wrong comment regarding first pmd entry flagsHelge Deller1-1/+1
2015-11-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds11-54/+61
2015-11-19arm64: restore bogomips information in /proc/cpuinfoYang Shi1-0/+5
2015-11-19Merge tag 'kvm-s390-master-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into kvm-masterPaolo Bonzini4-10/+13
2015-11-19KVM: s390: fix wrong lookup of VCPUs by array indexDavid Hildenbrand2-8/+3
2015-11-19KVM: s390: avoid memory overwrites on emergency signal injectionDavid Hildenbrand1-0/+4
2015-11-19KVM: s390: fix pfmf intercept handlerHeiko Carstens1-1/+1
2015-11-19KVM: s390: enable SIMD only when no VCPUs were createdDavid Hildenbrand1-1/+5
2015-11-19x86/cpu: Fix SMAP check in PVOPS environmentsAndrew Cooper1-2/+1
2015-11-19x86/ftrace: Add comment on static function tracingNamhyung Kim1-0/+6
2015-11-18arm64: barriers: fix smp_load_acquire to work with const argumentsWill Deacon1-6/+10
2015-11-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds18-243/+160
2015-11-18arm64: Fix R/O permissions in mark_rodata_roLaura Abbott2-1/+2
2015-11-18arm64: crypto: reduce priority of core AES cipherArd Biesheuvel1-1/+1
2015-11-18KVM: x86: request interrupt window when IRQ chip is splitMatt Gingell1-2/+4
2015-11-18KVM: x86: set KVM_REQ_EVENT on local interrupt request from user spaceMatt Gingell1-0/+1
2015-11-18KVM: x86: split kvm_vcpu_ready_for_interrupt_injection out of dm_request_for_irq_injectionMatt Gingell1-24/+19
2015-11-18KVM: x86: fix interrupt window handling in split IRQ chip caseMatt Gingell1-14/+19