summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-2/+0
|\
| * livepatch: reuse module loader code to write relocationsJessica Yu2016-04-011-2/+0
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-05-165-554/+2144
|\ \
| * | x86/platform/UV: Remove Obsolete GRU MMR address translationDimitri Sivanich2016-05-041-10/+0
| * | x86/platform/UV: Update physical address conversions for UV4Mike Travis2016-05-041-17/+114
| * | x86/platform/UV: Build GAM reference tablesMike Travis2016-05-041-2/+16
| * | x86/platform/UV: Support UV4 socket address changesMike Travis2016-05-041-2/+9
| * | x86/platform/UV: Add obtaining GAM Range Table from UV BIOSMike Travis2016-05-041-2/+57
| * | x86/platform/UV: Fold blade info into per node hub info structsMike Travis2016-05-041-39/+32
| * | x86/platform/UV: Allocate common per node hub info structs on local nodeMike Travis2016-05-041-4/+32
| * | x86/platform/UV: Move blade local processor ID to the per cpu info structMike Travis2016-05-041-2/+8
| * | x86/platform/UV: Move scir info to the per cpu info structMike Travis2016-05-041-7/+10
| * | x86/platform/UV: Create per cpu info structs to replace per hub info structsMike Travis2016-05-041-4/+15
| * | x86/platform/UV: Clean up redunduncies after merge of UV4 MMR definitionsMike Travis2016-05-041-9/+0
| * | x86/platform/UV: Add UV4 Specific MMR definitionsMike Travis2016-05-041-422/+1769
| * | x86/platform/UV: Prep for UV4 MMR updatesMike Travis2016-05-041-0/+5
| * | x86/platform/UV: Add UV Architecture DefinesMike Travis2016-05-041-5/+31
| * | x86/platform/UV: Add Initial UV4 definitionsMike Travis2016-05-042-24/+62
| * | Merge tag 'v4.6-rc6' into x86/platform, to refresh the treeIngo Molnar2016-05-048-20/+18
| |\ \
| * | | 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
OpenPOWER on IntegriCloud