summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-04-09x86/asm/entry/64: Remove GET_THREAD_INFO() in ret_from_forkDenys Vlasenko1-2/+0
2015-04-09x86/asm/entry/64: Simplify jumps in ret_from_forkDenys Vlasenko1-4/+4
2015-04-09x86/asm/entry/64: Remove a redundant jumpDenys Vlasenko1-1/+0
2015-04-09x86/asm/entry/64: Optimize [v]fork/clone stubsDenys Vlasenko1-2/+1
2015-04-09x86/asm/entry: Zero EXTRA_REGS for stub32_execve() tooDenys Vlasenko2-2/+15
2015-04-09x86/asm/entry/64: Move stub_x32_execvecloser() to stub_execveat()Denys Vlasenko1-17/+17
2015-04-09x86/asm/entry/64: Use common code for rt_sigreturn() epilogueDenys Vlasenko1-10/+16
2015-04-09powerpc, jump_label: Include linux/jump_label.h to get HAVE_JUMP_LABEL defineAnton Blanchard3-3/+3
2015-04-09jump_label: Allow asm/jump_label.h to be included in assemblyAnton Blanchard6-17/+16
2015-04-09x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds2-9/+8
2015-04-09Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner217-1096/+2178
2015-04-08Revert "sparc/PCI: Clip bridge windows to fit in upstream windows"Bjorn Helgaas1-4/+1
2015-04-08kvm: mmu: lazy collapse small sptes into large sptesWanpeng Li3-0/+92
2015-04-08KVM: x86: Clear CR2 on VCPU resetNadav Amit1-0/+2
2015-04-08KVM: x86: DR0-DR3 are not clear on resetNadav Amit2-0/+15
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit4-5/+3
2015-04-08KVM: x86: simplify kvm_apic_mapRadim Krčmář3-68/+28
2015-04-08KVM: x86: avoid logical_map when it is invalidRadim Krčmář2-1/+35
2015-04-08KVM: x86: fix mixed APIC mode broadcastRadim Krčmář2-6/+5
2015-04-08KVM: x86: use MDA for interrupt matchingRadim Krčmář1-7/+33
2015-04-08kvm/ppc/mpic: drop unused IRQ_testbitArseny Solokha1-5/+0
2015-04-08KVM: nVMX: remove unnecessary double caching of MAXPHYADDREugene Korenevsky1-8/+6
2015-04-08KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entryEugene Korenevsky1-6/+7
2015-04-08KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpuEugene Korenevsky4-16/+29
2015-04-08KVM: vmx: pass error code with internal error #2Radim Krčmář1-1/+2
2015-04-08x86: vdso: fix pvclock races with task migrationRadim Krčmář1-8/+12
2015-04-08KVM: x86: optimize delivery of TSC deadline timer interruptPaolo Bonzini1-6/+7
2015-04-08KVM: x86: extract blocking logic from __vcpu_runPaolo Bonzini1-28/+34
2015-04-08kvm: x86: fix x86 eflags fixed bitWanpeng Li1-3/+3
2015-04-08x86/asm/entry/64: Add forgotten CFI annotationDenys Vlasenko1-0/+1
2015-04-08x86/asm/entry/irq: Simplify interrupt dispatch table (IDT) layoutDenys Vlasenko5-67/+26
2015-04-08x86/asm/entry/64: Move opportunistic sysret code to syscall code pathDenys Vlasenko1-72/+86
2015-04-08Merge tag 'v4.0-rc7' into x86/asm, to resolve conflictsIngo Molnar55-290/+655
2015-04-08nios2: signal: Move restart_block to struct task_structLey Foon Tan2-5/+1
2015-04-07Merge tag 'kvm-s390-next-20150331' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini5-401/+771
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini34-241/+324
2015-04-07Merge tag 'kvm-arm-fixes-4.0-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini4-73/+68
2015-04-07x86/mm/numa: Fix kernel stack corruption in numa_init()->numa_clear_kernel_no...Dave Young1-2/+9
2015-04-06x86/alternatives: Guard NOPs optimizationBorislav Petkov1-0/+3
2015-04-06x86/asm/entry: Clear EXTRA_REGS for all executable formatsDenys Vlasenko3-31/+35
2015-04-06x86/signal: Remove pax argument from restore_sigcontextBrian Gerst3-28/+15
2015-04-04x86/alternatives: Fix ALTERNATIVE_2 padding generation properlyBorislav Petkov3-8/+26
2015-04-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-2/+26
2015-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+5
2015-04-03x86/asm/entry/64: Use a define for an invalid segment selectorBorislav Petkov2-1/+3
2015-04-03x86/asm/entry/64: Fix MSR_IA32_SYSENTER_CS MSR valueBorislav Petkov1-1/+1
2015-04-03x86/mm/KASLR: Propagate KASLR status to kernel properBorislav Petkov7-17/+29
2015-04-03x86/earlyprintk: Put CONFIG_PCI-only functions under the #ifdefMark Einon1-16/+16
2015-04-03x86/mce/severity: Fix warning about indented bracesAravind Gopalakrishnan1-5/+4
2015-04-03phy: miphy365x: Use the generic phy type constants in dt-bindings/phy/phy.hPeter Griffin1-2/+2