summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c
AgeCommit message (Expand)AuthorLines
2017-09-04Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2017-08-10x86/switch_to/64: Rewrite FS/GS switching yet again to fix AMD CPUsAndy Lutomirski-105/+122
2017-08-10x86/fsgsbase/64: Fully initialize FS and GS state in start_thread_commonAndy Lutomirski-0/+9
2017-08-01x86/intel_rdt: Change file names to accommodate RDT monitor codeVikas Shivappa-1/+1
2017-07-30x86/asm/32: Remove a bunch of '& 0xffff' from pt_regs segment readsAndy Lutomirski-2/+1
2017-07-18x86/entry/64: Refactor IRQ stacks and make them NMI-safeAndy Lutomirski-0/+3
2017-06-13x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski-1/+1
2017-06-08x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov-1/+1
2017-05-02x86/xen: add CONFIG_XEN_PV to KconfigVitaly Kuznetsov-1/+1
2017-03-31x86/mm: Make in_compat_syscall() work during execDmitry Safonov-21/+46
2017-03-20x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey-0/+7
2017-03-20x86/arch_prctl: Add do_arch_prctl_common()Kyle Huey-1/+7
2017-03-20x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()Kyle Huey-15/+17
2017-03-20x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()Kyle Huey-1/+2
2017-03-20x86/arch_prctl: Rename 'code' argument to 'option'Kyle Huey-4/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-22Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+4
2016-12-12Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+0
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+2
2016-12-09x86: Remove empty idle.h headerThomas Gleixner-1/+0
2016-10-30x86/intel_rdt: Add scheduler hookFenghua Yu-0/+4
2016-10-25x86/dumpstack: Remove kernel text addresses from stack dumpJosh Poimboeuf-3/+3
2016-10-21x86/dumpstack: Print orig_ax in __show_regs()Josh Poimboeuf-1/+6
2016-10-21x86/dumpstack: Fix duplicate RIP address display in __show_regs()Josh Poimboeuf-2/+2
2016-10-16Merge tag 'v4.9-rc1' into x86/fpu, to resolve conflictIngo Molnar-6/+7
2016-10-16x86/fpu: Split old_fpu & new_fpu handling into separate functionsRik van Riel-3/+2
2016-10-10Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-6/+7
2016-10-03Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+27
2016-09-20x86/vdso: Use CONFIG_X86_X32_ABI to enable vdso prctlVinson Lee-1/+1
2016-09-15x86/vdso: Only define prctl_map_vdso() if CONFIG_CHECKPOINT_RESTOREIngo Molnar-4/+6
2016-09-15x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski-2/+2
2016-09-14x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov-0/+25
2016-09-13x86/mm/pkeys: Do not skip PKRU register if debug registers are not usedNicolas Iooss-6/+7
2016-08-24sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst-9/+3
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst-2/+7
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+1
2016-05-20x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limitsAndy Lutomirski-2/+2
2016-05-13x86/arch_prctl/64: Restore accidentally removed put_cpu() in ARCH_SET_GSMateusz Guzik-0/+1
2016-04-29x86/asm/64: Rename thread_struct's fs and gs to fsbase and gsbaseAndy Lutomirski-15/+15
2016-04-29x86/arch_prctl/64: Remove FSBASE/GSBASE < 4G optimizationAndy Lutomirski-60/+11
2016-04-19x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov-1/+1
2016-04-13x86/asm, sched/x86: Rewrite the FS and GS context switch codeAndy Lutomirski-55/+93
2016-04-13x86/arch_prctl: Fix ARCH_GET_FS and ARCH_GET_GSAndy Lutomirski-12/+7
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+12
2016-03-22x86/compat: remove is_compat_task()Andy Lutomirski-1/+1
2016-03-17x86/iopl/64: Properly context-switch IOPL on Xen PVAndy Lutomirski-0/+12
2016-02-18x86/mm/pkeys: Dump PKRU with other kernel registersDave Hansen-0/+2
2015-12-29x86/LDT: Print the real LDT base addressJan Beulich-1/+1
2015-10-19sched/x86: Fix typo in __switch_to() commentsChuck Ebbert-1/+1