summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-36/+126
2016-05-17Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds28-157/+177
2016-05-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-96/+5
2016-05-17Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-1/+26
2016-05-17Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-20/+17
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+26
2016-05-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-30/+22
2016-05-12Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar1-0/+4
2016-05-12x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam2-1/+7
2016-05-12x86/mce/AMD: Log Deferred Errors using SMCA MCA_DE{STAT,ADDR} registersYazen Ghannam1-0/+4
2016-05-11x86/extable: ensure entries are swapped completely when sortingMathias Krause1-0/+8
2016-05-07x86/KASLR: Build identity mappings on demandKees Cook1-0/+19
2016-05-07x86/boot: Split out kernel_ident_mapping_init()Yinghai Lu1-0/+5
2016-05-07x86/boot: Clean up indenting for asm/boot.hKees Cook1-11/+9
2016-05-07Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar1-0/+4
2016-05-05perf/x86/intel/pt: Add IP filtering register/CPUID bitsAlexander Shishkin1-0/+9
2016-05-05perf/x86/intel/pt: Move PT specific MSR bit definitions to a private headerAlexander Shishkin1-20/+0
2016-05-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-0/+1
2016-05-05Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar1-0/+1
2016-05-05x86/entry/32: Remove asmlinkage_protect()Brian Gerst1-34/+0
2016-05-05x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst1-3/+1
2016-05-05Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar1-0/+4
2016-05-03x86/mce: Define vendor-specific MSR accessorsYazen Ghannam1-0/+15
2016-04-29x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski2-5/+12
2016-04-29x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimizationAndy Lutomirski1-7/+0
2016-04-29x86/segments/64: When loadsegment(fs, ...) fails, clear the baseAndy Lutomirski1-3/+39
2016-04-29x86/asm: Make asm/alternative.h safe from assemblyAndy Lutomirski1-0/+4
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski4-33/+43
2016-04-29Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+4
2016-04-28x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski1-0/+3
2016-04-28x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski1-96/+2
2016-04-28x86/efi: Enable runtime call flag checkingMark Rutland1-1/+3
2016-04-28x86/efi: Move to generic {__,}efi_call_virt()Mark Rutland1-29/+12
2016-04-28x86/efi/efifb: Move DMI based quirks handling out of generic codeArd Biesheuvel1-0/+2
2016-04-28x86/efi: Prepare GOP handling code for reuse as generic codeArd Biesheuvel1-0/+5
2016-04-28Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar1-0/+4
2016-04-28perf/x86/intel/pt: Don't die on VMXONAlexander Shishkin1-0/+4
2016-04-23perf/x86/intel/rapl: Support Skylake RAPL domainsSrinivas Pandruvada1-0/+2
2016-04-22x86/paravirt: Remove paravirt_enabled()Luis R. Rodriguez3-7/+0
2016-04-22x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device checkLuis R. Rodriguez1-0/+26
2016-04-22x86/init: Use a platform legacy quirk for EBDALuis R. Rodriguez1-0/+3
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez4-12/+21
2016-04-22x86/boot: Enumerate documentation for the x86 hardware_subarchLuis R. Rodriguez1-1/+40
2016-04-22Merge branch 'x86/urgent' into x86/asm, to fix semantic conflictIngo Molnar1-0/+1
2016-04-22x86/mm/xen: Suppress hugetlbfs in PV guestsJan Beulich1-0/+1
2016-04-22x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSETBaoquan He1-5/+3
2016-04-22locking/rwsem: Provide down_write_killable()Michal Hocko1-3/+3
2016-04-19x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov2-3/+3
2016-04-19Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar4-7/+18
2016-04-13x86/msr: Set the return value to zero when native_rdmsr_safe() failsAndy Lutomirski1-1/+4