| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | x86/platform: Remove unused get_bios_ebda_length() function | Guenter Roeck | 2016-04-13 | 1 | -21/+0 |
| * | | | | | | x86/platform/uv: Disable UV BAU by default | Alex Thorlton | 2016-04-01 | 1 | -1/+1 |
* | | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-05-16 | 8 | -36/+126 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/KASLR: Build identity mappings on demand | Kees Cook | 2016-05-07 | 1 | -0/+19 |
| * | | | | | | | x86/boot: Split out kernel_ident_mapping_init() | Yinghai Lu | 2016-05-07 | 1 | -0/+5 |
| * | | | | | | | x86/boot: Clean up indenting for asm/boot.h | Kees Cook | 2016-05-07 | 1 | -11/+9 |
| * | | | | | | | x86/paravirt: Remove paravirt_enabled() | Luis R. Rodriguez | 2016-04-22 | 3 | -7/+0 |
| * | | | | | | | x86, drivers/pnpbios: Replace paravirt_enabled() check with legacy device check | Luis R. Rodriguez | 2016-04-22 | 1 | -0/+26 |
| * | | | | | | | x86/init: Use a platform legacy quirk for EBDA | Luis R. Rodriguez | 2016-04-22 | 1 | -0/+3 |
| * | | | | | | | x86/rtc: Replace paravirt rtc check with platform legacy quirk | Luis R. Rodriguez | 2016-04-22 | 4 | -12/+21 |
| * | | | | | | | x86/boot: Enumerate documentation for the x86 hardware_subarch | Luis R. Rodriguez | 2016-04-22 | 1 | -1/+40 |
| * | | | | | | | x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET | Baoquan He | 2016-04-22 | 1 | -5/+3 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-16 | 28 | -157/+177 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/entry/32: Remove asmlinkage_protect() | Brian Gerst | 2016-05-05 | 1 | -34/+0 |
| * | | | | | | | x86/entry, sched/x86: Don't save/restore EFLAGS on task switch | Brian Gerst | 2016-05-05 | 1 | -3/+1 |
| * | | | | | | | Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree | Ingo Molnar | 2016-05-05 | 1 | -0/+4 |
| |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | | |
|
| * | | | | | | | x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbase | Andy Lutomirski | 2016-04-29 | 2 | -5/+12 |
| * | | | | | | | x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimization | Andy Lutomirski | 2016-04-29 | 1 | -7/+0 |
| * | | | | | | | x86/segments/64: When loadsegment(fs, ...) fails, clear the base | Andy Lutomirski | 2016-04-29 | 1 | -3/+39 |
| * | | | | | | | x86/asm: Make asm/alternative.h safe from assembly | Andy Lutomirski | 2016-04-29 | 1 | -0/+4 |
| * | | | | | | | x86/asm: Stop depending on ptrace.h in alternative.h | Andy Lutomirski | 2016-04-29 | 4 | -33/+43 |
| * | | | | | | | Merge branch 'x86/urgent' into x86/asm, to fix semantic conflict | Ingo Molnar | 2016-04-22 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() | Dmitry Safonov | 2016-04-19 | 2 | -3/+3 |
| * | | | | | | | | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes | Ingo Molnar | 2016-04-19 | 4 | -7/+18 |
| |\ \ \ \ \ \ \ \
| | | |_|/ / / / /
| | |/| | | | | | |
|
| * | | | | | | | | x86/msr: Set the return value to zero when native_rdmsr_safe() fails | Andy Lutomirski | 2016-04-13 | 1 | -1/+4 |
| * | | | | | | | | x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=y | Andy Lutomirski | 2016-04-13 | 1 | -6/+3 |
| * | | | | | | | | x86/paravirt: Add paravirt_{read,write}_msr() | Andy Lutomirski | 2016-04-13 | 3 | -4/+22 |
| * | | | | | | | | x86/msr: Carry on after a non-"safe" MSR access fails | Andy Lutomirski | 2016-04-13 | 1 | -2/+8 |
| * | | | | | | | | x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacks | Andy Lutomirski | 2016-04-13 | 2 | -20/+21 |
| * | | | | | | | | x86/head: Move early exception panic code into early_fixup_exception() | Andy Lutomirski | 2016-04-13 | 1 | -1/+1 |
| * | | | | | | | | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() | Andy Lutomirski | 2016-04-13 | 1 | -1/+1 |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -6/+0 |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -1/+0 |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -1/+0 |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 2 | -2/+1 |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 2 | -2/+1 |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -1/+0 |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 2 | -2/+1 |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 2 | -3/+2 |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -1/+0 |
| * | | | | | | | | x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usage | Borislav Petkov | 2016-04-13 | 1 | -1/+0 |
| * | | | | | | | | Merge branch 'x86/urgent' into x86/asm to pick up dependent fixes | Ingo Molnar | 2016-04-13 | 4 | -13/+4 |
| |\ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ | Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base | Ingo Molnar | 2016-04-13 | 3 | -3/+6 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | x86/mm/pat, x86/cpufeature: Remove cpu_has_pat | Borislav Petkov | 2016-03-31 | 1 | -1/+0 |
| | * | | | | | | | | | x86/xen, pat: Remove PAT table init code from Xen | Toshi Kani | 2016-03-29 | 1 | -1/+0 |
| | * | | | | | | | | | x86/mtrr: Fix Xorg crashes in Qemu sessions | Toshi Kani | 2016-03-29 | 1 | -1/+5 |
| | * | | | | | | | | | x86/mm/pat: Add pat_disable() interface | Toshi Kani | 2016-03-29 | 1 | -0/+1 |
| | * | | | | | | | | | x86/mm/pat: Add support of non-default PAT MSR setting | Toshi Kani | 2016-03-29 | 1 | -1/+1 |
| * | | | | | | | | | | Merge branch 'x86/cpu' into x86/asm, to merge more patches | Ingo Molnar | 2016-04-13 | 5 | -15/+6 |
| |\ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | x86/cpufeature: Remove cpu_has_pse | Borislav Petkov | 2016-03-31 | 2 | -2/+1 |