summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | x86/platform: Remove unused get_bios_ebda_length() functionGuenter Roeck2016-04-131-21/+0
| * | | | | | x86/platform/uv: Disable UV BAU by defaultAlex Thorlton2016-04-011-1/+1
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-168-36/+126
|\ \ \ \ \ \ \
| * | | | | | | x86/KASLR: Build identity mappings on demandKees Cook2016-05-071-0/+19
| * | | | | | | x86/boot: Split out kernel_ident_mapping_init()Yinghai Lu2016-05-071-0/+5
| * | | | | | | x86/boot: Clean up indenting for asm/boot.hKees Cook2016-05-071-11/+9
| * | | | | | | x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez2016-04-223-7/+0
| * | | | | | | x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez2016-04-221-0/+26
| * | | | | | | x86/init: Use a platform legacy quirk for EBDALuis R. Rodriguez2016-04-221-0/+3
| * | | | | | | x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-224-12/+21
| * | | | | | | x86/boot: Enumerate documentation for the x86 hardware_subarchLuis R. Rodriguez2016-04-221-1/+40
| * | | | | | | x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He2016-04-221-5/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-1628-157/+177
|\ \ \ \ \ \ \
| * | | | | | | x86/entry/32: Remove asmlinkage_protect()Brian Gerst2016-05-051-34/+0
| * | | | | | | x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst2016-05-051-3/+1
| * | | | | | | Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-051-0/+4
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski2016-04-292-5/+12
| * | | | | | | x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimizationAndy Lutomirski2016-04-291-7/+0
| * | | | | | | x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski2016-04-291-3/+39
| * | | | | | | x86/asm: Make asm/alternative.h safe from assemblyAndy Lutomirski2016-04-291-0/+4
| * | | | | | | x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski2016-04-294-33/+43
| * | | | | | | Merge branch 'x86/urgent' into x86/asm, to fix semantic conflictIngo Molnar2016-04-221-0/+1
| |\ \ \ \ \ \ \
| * | | | | | | | x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov2016-04-192-3/+3
| * | | | | | | | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-194-7/+18
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | x86/msr: Set the return value to zero when native_rdmsr_safe() failsAndy Lutomirski2016-04-131-1/+4
| * | | | | | | | x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=yAndy Lutomirski2016-04-131-6/+3
| * | | | | | | | x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski2016-04-133-4/+22
| * | | | | | | | x86/msr: Carry on after a non-"safe" MSR access failsAndy Lutomirski2016-04-131-2/+8
| * | | | | | | | x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski2016-04-132-20/+21
| * | | | | | | | x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski2016-04-131-1/+1
| * | | | | | | | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski2016-04-131-1/+1
| * | | | | | | | x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov2016-04-131-6/+0
| * | | | | | | | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+0
| * | | | | | | | x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+0
| * | | | | | | | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov2016-04-132-2/+1
| * | | | | | | | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-132-2/+1
| * | | | | | | | x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+0
| * | | | | | | | x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov2016-04-132-2/+1
| * | | | | | | | x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov2016-04-132-3/+2
| * | | | | | | | x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+0
| * | | | | | | | x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+0
| * | | | | | | | Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar2016-04-134-13/+4
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar2016-04-133-3/+6
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86/mm/pat, x86/cpufeature: Remove cpu_has_patBorislav Petkov2016-03-311-1/+0
| | * | | | | | | | | x86/xen, pat: Remove PAT table init code from XenToshi Kani2016-03-291-1/+0
| | * | | | | | | | | x86/mtrr: Fix Xorg crashes in Qemu sessionsToshi Kani2016-03-291-1/+5
| | * | | | | | | | | x86/mm/pat: Add pat_disable() interfaceToshi Kani2016-03-291-0/+1
| | * | | | | | | | | x86/mm/pat: Add support of non-default PAT MSR settingToshi Kani2016-03-291-1/+1
| * | | | | | | | | | Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar2016-04-135-15/+6
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | x86/cpufeature: Remove cpu_has_pseBorislav Petkov2016-03-312-2/+1
OpenPOWER on IntegriCloud