Age | Commit message (Expand) | Author |
2017-09-04 | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2017-08-10 | x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUs | Andy Lutomirski |
2017-08-10 | x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_common | Andy Lutomirski |
2017-08-01 | x86/intel_rdt: Change file names to accommodate RDT monitor code | Vikas Shivappa |
2017-07-30 | x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment reads | Andy Lutomirski |
2017-07-18 | x86/entry/64: Refactor IRQ stacks and make them NMI-safe | Andy Lutomirski |
2017-06-13 | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3() | Andy Lutomirski |
2017-06-08 | x86/ldt: Rename ldt_struct::size to ::nr_entries | Borislav Petkov |
2017-05-02 | x86/xen: add CONFIG_XEN_PV to Kconfig | Vitaly Kuznetsov |
2017-03-31 | x86/mm: Make in_compat_syscall() work during exec | Dmitry Safonov |
2017-03-20 | x86/syscalls/32: Wire up arch_prctl on x86-32 | Kyle Huey |
2017-03-20 | x86/arch_prctl: Add do_arch_prctl_common() | Kyle Huey |
2017-03-20 | x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64() | Kyle Huey |
2017-03-20 | x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl() | Kyle Huey |
2017-03-20 | x86/arch_prctl: Rename 'code' argument to 'option' | Kyle Huey |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2016-12-22 | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2016-12-12 | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-12-12 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-12-09 | x86: Remove empty idle.h header | Thomas Gleixner |
2016-10-30 | x86/intel_rdt: Add scheduler hook | Fenghua Yu |
2016-10-25 | x86/dumpstack: Remove kernel text addresses from stack dump | Josh Poimboeuf |
2016-10-21 | x86/dumpstack: Print orig_ax in __show_regs() | Josh Poimboeuf |
2016-10-21 | x86/dumpstack: Fix duplicate RIP address display in __show_regs() | Josh Poimboeuf |
2016-10-16 | Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflict | Ingo Molnar |
2016-10-16 | x86/fpu: Split old_fpu & new_fpu handling into separate functions | Rik van Riel |
2016-10-10 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-10-03 | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-09-20 | x86/vdso: Use CONFIG_X86_X32_ABI to enable vdso prctl | Vinson Lee |
2016-09-15 | x86/vdso: Only define prctl_map_vdso() if CONFIG_CHECKPOINT_RESTORE | Ingo Molnar |
2016-09-15 | x86/asm: Move the thread_info::status field to thread_struct | Andy Lutomirski |
2016-09-14 | x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_* | Dmitry Safonov |
2016-09-13 | x86/mm/pkeys: Do not skip PKRU register if debug registers are not used | Nicolas Iooss |
2016-08-24 | sched/x86: Pass kernel thread parameters in 'struct fork_frame' | Brian Gerst |
2016-08-24 | sched/x86: Rewrite the switch_to() code | Brian Gerst |
2016-07-14 | x86/kernel: Audit and remove any unnecessary uses of module.h | Paul Gortmaker |
2016-05-20 | x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limits | Andy Lutomirski |
2016-05-13 | x86/arch_prctl/64: Restore accidentally removed put_cpu() in ARCH_SET_GS | Mateusz Guzik |
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-19 | x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() | Dmitry Safonov |
2016-04-13 | x86/asm, sched/x86: Rewrite the FS and GS context switch code | Andy Lutomirski |
2016-04-13 | x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GS | Andy Lutomirski |
2016-03-24 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2016-03-22 | x86/compat: remove is_compat_task() | Andy Lutomirski |
2016-03-17 | x86/iopl/64: Properly context-switch IOPL on Xen PV | Andy Lutomirski |
2016-02-18 | x86/mm/pkeys: Dump PKRU with other kernel registers | Dave Hansen |
2015-12-29 | x86/LDT: Print the real LDT base address | Jan Beulich |
2015-10-19 | sched/x86: Fix typo in __switch_to() comments | Chuck Ebbert |