aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2015-03-17x86/asm/entry/32: Document the 32-bit SYSENTER "emergency stack" betterDenys Vlasenko
2015-03-17x86/asm/entry: Simplify task_pt_regs() macro definitionDenys Vlasenko
2015-03-17x86/asm/entry/32: Document our abuse of x86_hw_tss::ss1 and x86_hw_tss::sp1Andy Lutomirski
2015-03-17x86/asm/entry: Unify and fix initial thread_struct::sp0 valuesAndy Lutomirski
2015-03-17x86/asm/entry: Create and use a 'TOP_OF_KERNEL_STACK_PADDING' macroAndy Lutomirski
2015-03-17x86/signal/64: Remove 'fs' and 'gs' from sigcontextAndy Lutomirski
2015-03-17x86/signal/64: Fix SS handling for signals delivered to 64-bit programsAndy Lutomirski
2015-03-10x86/asm/entry/64: Save user RSP in pt_regs->sp on SYSCALL64 fastpathDenys Vlasenko
2015-03-10x86/asm/entry/64: Remove stub_ioplDenys Vlasenko
2015-03-10x86/asm/entry/64: Save R11 into pt_regs->flags on SYSCALL64 fastpathDenys Vlasenko
2015-03-07x86/asm: Optimize unnecessarily wide TEST instructionsDenys Vlasenko
2015-03-07x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski
2015-03-07x86/asm/entry: Delay loading sp0 slightly on task switchAndy Lutomirski
2015-03-06x86/asm/entry: Rename 'INIT_TSS_IST' to 'CPU_TSS_IST'Andy Lutomirski
2015-03-06x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss'Andy Lutomirski
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski
2015-03-06x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0Andy Lutomirski
2015-03-06x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()Andy Lutomirski
2015-03-06x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpuAndy Lutomirski
2015-03-05x86/traps: Separate set_intr_gate() and clean up early_trap_init()Wang Nan
2015-03-04x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski
2015-03-04x86/asm/entry/64: Simplify optimistic SYSRETDenys Vlasenko
2015-03-04x86/asm/entry/64/compat: Use more readable constantDenys Vlasenko
2015-03-04x86/asm/entry/64: Use more readable constantsDenys Vlasenko
2015-03-04x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callersDenys Vlasenko
2015-03-04x86/asm/entry/64: Clean up and document various entry code detailsDenys Vlasenko
2015-03-04x86/asm/entry/64: Move 'save_paranoid' and 'ret_from_fork' closer to their usersDenys Vlasenko
2015-03-04x86/asm/entry: Add comments about various syscall instructionsDenys Vlasenko
2015-03-04x86/asm/entry/64: Remove 'int_check_syscall_exit_work'Andy Lutomirski
2015-03-04x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko
2015-03-04x86/asm/entry/64: Shrink code in 'paranoid_exit'Denys Vlasenko
2015-03-04x86/asm/entry/64: Fix commentsDenys Vlasenko
2015-03-04x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...Denys Vlasenko
2015-03-04x86/asm/entry/64: Fix incorrect symbolic constant usage: R11->ARGOFFSETDenys Vlasenko
2015-03-04x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTOREDenys Vlasenko
2015-03-04x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunksDenys Vlasenko
2015-03-04Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar
2015-03-04x86/compat: Remove sys32_vm86_warningBrian Gerst
2015-03-04x86/compat: Merge native and compat 32-bit syscall tablesBrian Gerst
2015-03-04x86/compat: Remove compat_ni_syscall()Brian Gerst
2015-03-02Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-03-01Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-03-01Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-03-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-02-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-28mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov
2015-02-28x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs tooSteven Rostedt
2015-02-28Merge branch 'linus' into x86/urgent, to merge dependent patchIngo Molnar
2015-02-27Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds