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