Age | Commit message (Expand) | Author |
2016-05-13 | x86/arch_prctl/64: Restore accidentally removed put_cpu() in ARCH_SET_GS | Mateusz Guzik |
2016-04-29 | x86/tls: Synchronize segment registers in set_thread_area() | Andy Lutomirski |
2016-04-29 | 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: Stop depending on ptrace.h in alternative.h | Andy Lutomirski |
2016-04-29 | Merge branch 'x86/urgent' into x86/asm, to refresh the tree | Ingo Molnar |
2016-04-28 | x86/apic: Handle zero vector gracefully in clear_vector_irq() | Keith Busch |
2016-04-26 | Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging" | Andy Lutomirski |
2016-04-22 | Merge branch 'x86/urgent' into x86/asm, to fix semantic conflict | Ingo Molnar |
2016-04-19 | 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-16 | x86/hyperv: Avoid reporting bogus NMI status for Gen2 instances | Vitaly Kuznetsov |
2016-04-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-04-14 | Revert "x86: remove the kernel code/data/bss resources from /proc/iomem" | Linus Torvalds |
2016-04-13 | x86/asm: Make sure verify_cpu() has a good stack | Borislav Petkov |
2016-04-13 | x86/paravirt: Add paravirt_{read,write}_msr() | 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: Move the early NMI fixup into C | Andy Lutomirski |
2016-04-13 | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() | Andy Lutomirski |
2016-04-13 | x86/fpu: Get rid of x87 math exception helpers | Borislav Petkov |
2016-04-13 | x86/fpu: Remove check_fpu() indirection | Borislav Petkov |
2016-04-13 | x86/tsc: Save an indentation level in recalibrate_cpu_khz() | Borislav Petkov |
2016-04-13 | x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier call | Borislav Petkov |
2016-04-13 | x86/cpu: Simplify extended APIC ID detection on AMD | Borislav Petkov |
2016-04-13 | x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has() | Borislav Petkov |
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 | 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 | Merge branch 'x86/cpu' into x86/asm, to merge more patches | Ingo Molnar |
2016-04-13 | x86/mce: Avoid using object after free in genpool | Tony Luck |
2016-04-13 | x86/vdso: Remove direct HPET access through the vDSO | Andy Lutomirski |
2016-04-13 | x86/cpu: Add Erratum 88 detection on AMD | Borislav Petkov |
2016-04-13 | x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify() | Andy Lutomirski |
2016-04-13 | x86/asm, sched/x86: Rewrite the FS and GS context switch code | Andy Lutomirski |
2016-04-13 | x86/cpu: Probe the behavior of nulling out a segment at boot time | Andy Lutomirski |
2016-04-13 | x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GS | Andy Lutomirski |
2016-04-06 | x86: remove the kernel code/data/bss resources from /proc/iomem | Linus Torvalds |
2016-04-03 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-04-02 | Merge branch 'acpi-processor' | Rafael J. Wysocki |
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 |