summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-07-23x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski1-0/+5
2016-07-23x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski1-5/+2
2016-07-23arm64: KVM: VHE: Context switch MDSCR_EL1Marc Zyngier1-4/+4
2016-07-23Merge tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds23-16/+64
2016-07-23Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds8-39/+48
2016-07-22x86/boot: Simplify EBDA-vs-BIOS reservation logicAndy Lutomirski1-23/+11
2016-07-22x86/boot: Clarify what x86_legacy_features.reserve_bios_regions doesAndy Lutomirski1-2/+3
2016-07-22arm64: add support for ACPI Low Power Idle(LPI)Sudeep Holla1-0/+18
2016-07-22arm64: cpuidle: drop __init section marker to arm_cpuidle_initSudeep Holla1-1/+1
2016-07-21x86/fpu: Do not BUG_ON() in early FPU codeDave Hansen1-6/+13
2016-07-21x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter5-101/+220
2016-07-21x86/boot: Reorganize and clean up the BIOS area reservation codeIngo Molnar6-50/+88
2016-07-20Merge remote-tracking branches 'regulator/topic/qcom-spmi', 'regulator/topic/...Mark Brown1-0/+1
2016-07-20x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter1-1/+1
2016-07-19m68k/defconfig: Update defconfigs for v4.7-rc2Geert Uytterhoeven12-0/+48
2016-07-18s390/pci: Delete an unnecessary check before the function call "pci_dev_put"Markus Elfring1-2/+1
2016-07-18s390/smp: clean up a conditionDan Carpenter1-1/+1
2016-07-16KVM: VMX: handle PML full VMEXIT that occurs during event deliveryCao, Lei1-0/+1
2016-07-16Revert "KVM: SVM: fix trashing of MSR_TSC_AUX"Radim Krčmář1-5/+3
2016-07-15x86 / hibernate: Use hlt_play_dead() when resuming from hibernationRafael J. Wysocki3-1/+32
2016-07-15x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang10-12/+0
2016-07-15Merge branch 'linus' into x86/apic, to refresh the branchIngo Molnar210-1027/+1212
2016-07-15x86/tsc: Remove the unused check_tsc_disabled()Wei Jiangang2-7/+0
2016-07-15x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu2-2/+4
2016-07-15x86/smp: Remove unnecessary initialization of thread_info::cpuAndy Lutomirski1-1/+0
2016-07-15x86/smp: Remove stack_smp_processor_id()Andy Lutomirski3-8/+1
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski10-40/+38
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar3-7/+7
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski6-9/+10
2016-07-15x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski3-1/+31
2016-07-15x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mmAndy Lutomirski1-1/+1
2016-07-15x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPSAndy Lutomirski1-2/+10
2016-07-15x86/dumpstack: Try harder to get a call trace on stack overflowAndy Lutomirski1-1/+9
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski6-41/+0
2016-07-15x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski1-3/+6
2016-07-15x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()Ingo Molnar1-27/+0
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar45-278/+590
2016-07-15m32r: fix build warning about putcSudip Mukherjee1-4/+5
2016-07-15kasan: add newline to messagesDmitry Vyukov1-2/+2
2016-07-14x86/reboot: Add Dell Optiplex 7450 AIO reboot quirkAlex Hung1-0/+21
2016-07-14KVM: SVM: do not set MSR_TSC_AUX on 32-bit buildsPaolo Bonzini1-1/+1
2016-07-14KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson1-2/+17
2016-07-14kvm: vmx: ensure VMCS is current while enabling PMLPeter Feiner1-32/+24
2016-07-14KVM: SVM: fix trashing of MSR_TSC_AUXPaolo Bonzini1-3/+5
2016-07-13Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds1-1/+1
2016-07-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-17/+94
2016-07-13s390/console: Make preferred console handling more consistentPeter Oberparleiter2-8/+18
2016-07-13s390/mm: fix gmap tlb flush issuesDavid Hildenbrand2-3/+4
2016-07-13x86/mm: Use pte_none() to test for empty PTEDave Hansen3-8/+8
2016-07-13x86/mm: Disallow running with 32-bit PTEs to work around erratumDave Hansen5-0/+38