summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-15x86/apic: Remove the unused struct apic::apic_id_mask fieldWei Jiangang1-1/+0
2016-07-15x86/tsc: Remove the unused check_tsc_disabled()Wei Jiangang1-1/+0
2016-07-15x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu1-0/+2
2016-07-15x86/smp: Remove stack_smp_processor_id()Andy Lutomirski2-7/+0
2016-07-15x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski4-19/+14
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar1-1/+1
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski3-4/+5
2016-07-15x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2-3/+0
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar15-174/+191
2016-07-14x86: Audit and remove any remaining unnecessary uses of module.hPaul Gortmaker1-1/+0
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-0/+1
2016-07-14Merge branch 'x86/platform' into x86/headers, to apply dependent patchesIngo Molnar2-42/+58
2016-07-14KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář1-0/+1
2016-07-14KVM: x86: bump MAX_VCPUS to 288Radim Krčmář1-1/+1
2016-07-14KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář1-0/+1
2016-07-14KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář1-1/+3
2016-07-14KVM: x86: dynamic kvm_apic_mapRadim Krčmář1-1/+2
2016-07-14KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář1-2/+4
2016-07-14KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240Radim Krčmář1-1/+1
2016-07-14kvm: mmu: don't set the present bit unconditionallyBandan Das1-1/+1
2016-07-13x86/mm: Ignore A/D bits in pte/pmd/pud_none()Dave Hansen2-3/+16
2016-07-13x86/mm: Move swap offset/type up in PTE to work around erratumDave Hansen1-6/+20
2016-07-13x86/sfi: Enable enumeration of SD devicesAndy Shevchenko1-0/+15
2016-07-12pmem: kill __pmem address spaceDan Williams1-24/+17
2016-07-12pmem: kill wmb_pmem()Dan Williams1-34/+2
2016-07-11x86/tsc: Enumerate SKL cpu_khz and tsc_khz via CPUIDLen Brown2-1/+4
2016-07-11x86/tsc_msr: Remove irqoff around MSR-based TSC enumerationLen Brown1-2/+1
2016-07-11x86/fpu/xstate: Fix fpstate_init() for XRSTORSYu-cheng Yu1-0/+6
2016-07-10x86/platform/intel-mid: Make vertical indentation consistentAndy Shevchenko1-31/+34
2016-07-10x86/fpu/xstate: Fix PTRACE frames for XSAVESYu-cheng Yu1-1/+4
2016-07-10x86/fpu/xstate: Fix supervisor xstate component offsetYu-cheng Yu2-0/+4
2016-07-10Merge branch 'linus' into x86/fpu, to pick up fixes before applying new changesIngo Molnar7-29/+100
2016-07-09x86/cpu: Fix duplicated X86_BUG(9) macroDave Hansen1-4/+2
2016-07-09Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar5-27/+30
2016-07-08x86/mm: Enable KASLR for vmalloc memory regionsThomas Garnier2-4/+12
2016-07-08x86/mm: Enable KASLR for physical mapping memory regionsThomas Garnier2-1/+12
2016-07-08x86/mm: Implement ASLR for kernel memory regionsThomas Garnier2-1/+12
2016-07-08x86/mm: Separate variable for trampoline PGDThomas Garnier1-0/+12
2016-07-08x86/mm: Refactor KASLR entropy functionsThomas Garnier1-0/+6
2016-07-08Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changesIngo Molnar60-1040/+2809
2016-07-08x86/dumpstack: Add show_stack_regs() and use itBorislav Petkov1-0/+1
2016-07-08Merge tag 'v4.7-rc6' into x86/microcode, to pick up fixes before merging new ...Ingo Molnar7-29/+100
2016-07-07kbuild, x86: Track generated headers with generated-yJames Hogan1-0/+6
2016-07-07x86: remove duplicate turbo ratio limit MSRsSrinivas Pandruvada1-2/+0
2016-07-07Merge branch 'pm-cpufreq' into pm-cpuRafael J. Wysocki1-11/+1
2016-07-07Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar1-16/+9
2016-07-04Merge back earlier cpufreq material for v4.8.Rafael J. Wysocki1-11/+1
2016-07-01x86/cpu: Rename "WESTMERE2" family to "NEHALEM_G"Dave Hansen1-1/+1
2016-06-30x86/cpufeature: Add helper macro for mask check macrosDave Hansen1-40/+50
2016-06-30x86/cpufeature: Make sure DISABLED/REQUIRED macros are updatedDave Hansen3-2/+8