summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-12-12sparc: fix a building error reported by kbuildGonglei \(Arei\)1-0/+1
2016-12-12sparc64: fix typo in pgd_clear()Kirill A. Shutemov1-1/+1
2016-12-12sparc64: restore irq in error paths in iommuDan Carpenter1-0/+2
2016-12-12sparc: leon: Fix a retry loop in leon_init_timers()Dan Carpenter1-28/+28
2016-12-12sparc64: make string buffers large enoughDan Carpenter1-2/+2
2016-12-12sparc64: move dereference after check for NULLDan Carpenter1-3/+2
2016-12-12sparc: kernel: use builtin_platform_driverGeliang Tang1-6/+1
2016-12-12sparc64:Support User Probes for sparcAllen Pais13-4/+499
2016-12-11Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-2/+2
2016-12-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar120-384/+577
2016-12-11x86/paravirt: Fix bool return type for PVOP_CALL()Peter Zijlstra1-1/+13
2016-12-11x86/paravirt: Fix native_patch()Peter Zijlstra2-0/+8
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar114-344/+538
2016-12-11perf/x86: Fix exclusion of BTS and LBR for GoldmontAndi Kleen2-3/+7
2016-12-11MIPS: Lantiq: Fix mask of GPE frequencyHauke Mehrtens1-1/+1
2016-12-11MIPS: Return -ENODEV from weak implementation of rtc_mips_set_timeLuuk Paulussen1-1/+1
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-65/+111
2016-12-10x86/ldt: Make all size computations unsignedThomas Gleixner3-7/+7
2016-12-10x86/ldt: Make a size argument unsignedDan Carpenter1-1/+1
2016-12-09x86: Remove empty idle.h headerThomas Gleixner16-21/+0
2016-12-09x86/amd: Simplify AMD E400 aware idle routineBorislav Petkov6-54/+30
2016-12-09x86/amd: Check for the C1E bug post ACPI subsystem initThomas Gleixner1-0/+23
2016-12-09x86/bugs: Separate AMD E400 erratum and C1E bugThomas Gleixner3-9/+16
2016-12-09x86/cpufeature: Provide helper to set bugs bitsBorislav Petkov1-0/+1
2016-12-09Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-4/+7
2016-12-09Merge tag 'm68k-for-v4.9-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-25/+73
2016-12-09arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guestMarc Zyngier1-1/+7
2016-12-09xen/x86: Increase xen_e820_map to E820_X_MAX possible entriesAlex Thorlton1-3/+3
2016-12-09x86: Make E820_X_MAX unconditionally larger than E820MAXAlex Thorlton1-4/+8
2016-12-09m68k/atari: Use seq_puts() in atari_get_hardware_list()Markus Elfring1-1/+1
2016-12-09m68k/amiga: Use seq_puts() in amiga_get_hardware_list()Markus Elfring1-2/+1
2016-12-09Merge branch 'parisc-4.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-25/+16
2016-12-08parisc: Fix TLB related boot crash on SMP machinesHelge Deller1-0/+11
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau3-4/+4
2016-12-08ARM: dts: orion5x: fix number of sata port for linkstation ls-glRoger Shimizu1-0/+4
2016-12-08KVM: x86: Handle the kthread worker using the new APIPetr Mladek2-11/+7
2016-12-08KVM: nVMX: invvpid handling improvementsJan Dakinevich1-0/+10
2016-12-08KVM: nVMX: check host CR3 on vmentry and vmexitLadi Prosek2-7/+19
2016-12-08KVM: nVMX: introduce nested_vmx_load_cr3 and call it on vmentryLadi Prosek3-16/+45
2016-12-08KVM: nVMX: propagate errors from prepare_vmcs02Ladi Prosek1-4/+19
2016-12-08KVM: nVMX: fix CR3 load if L2 uses PAE paging and EPTLadi Prosek1-2/+14
2016-12-08KVM: nVMX: load GUEST_EFER after GUEST_CR0 during emulated VM-entryDavid Matlack1-9/+9
2016-12-08KVM: nVMX: generate MSR_IA32_CR{0,4}_FIXED1 from guest CPUIDDavid Matlack1-3/+52
2016-12-08KVM: nVMX: fix checks on CR{0,4} during virtual VMX operationDavid Matlack1-24/+53
2016-12-08KVM: nVMX: support restore of VMX capability MSRsDavid Matlack2-24/+297
2016-12-08KVM: nVMX: generate non-true VMX MSRs based on true versionsDavid Matlack1-26/+19
2016-12-08KVM: x86: Do not clear RFLAGS.TF when a singlestep trap occurs.Kyle Huey1-1/+0
2016-12-08KVM: x86: Add kvm_skip_emulated_instruction and use it.Kyle Huey5-124/+103
2016-12-08KVM: VMX: Move skip_emulated_instruction out of nested_vmx_check_vmcs12Kyle Huey1-20/+33
2016-12-08KVM: VMX: Reorder some skip_emulated_instruction callsKyle Huey1-6/+6