summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_32.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-1/+1
|\
| * Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar2024-02-141-1/+1
| |\
| * | x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addendUros Bizjak2023-10-201-1/+1
* | | Merge tag 'x86-fred-2024-03-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-03-121-4/+0
|\ \ \
| * | | x86/entry: Remove idtentry_sysvec from entry_{32,64}.SXin Li2024-01-251-4/+0
| | |/ | |/|
* / | x86/entry_32: Add VERW just before userspace transitionPawan Gupta2024-02-201-0/+3
|/ /
* / x86/entry/32: Convert do_fast_syscall_32() to bool return typeBrian Gerst2023-10-051-1/+1
|/
* x86: Rewrite ret_from_fork() in CBrian Gerst2023-07-101-22/+8
* x86/32: Remove schedule_tail_wrapper()Brian Gerst2023-07-101-23/+10
* x86/percpu: Move current_top_of_stack next to current_taskThomas Gleixner2022-10-171-2/+2
* x86/speculation: Fix RSB filling with CONFIG_RETPOLINE=nJosh Poimboeuf2022-06-271-2/+0
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-3/+3
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-3/+3
* | x86/entry_32: Fix segment exceptionsPeter Zijlstra2022-01-121-4/+9
* | x86/entry_32: Remove .fixup usagePeter Zijlstra2021-12-111-20/+8
* | x86: Prepare asm files for straight-line-speculationPeter Zijlstra2021-12-081-1/+1
|/
* Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-281-91/+4
|\
| * Merge 'x86/alternatives'Borislav Petkov2021-03-311-3/+3
| |\
| * | x86/entry/32: Remove leftover macros after stackprotector cleanupsAndy Lutomirski2021-03-081-41/+2
| * | x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski2021-03-081-52/+4
* | | Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-261-1/+1
|\ \ \ | |_|/ |/| |
| * | x86: Fix various typos in comments, take #2Ingo Molnar2021-03-211-1/+1
| |/
* | x86/paravirt: Remove no longer needed 32-bit pvops cruftJuergen Gross2021-03-111-2/+2
* | x86/alternative: Merge include filesJuergen Gross2021-03-111-1/+1
|/
* Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-141-107/+2
|\
| * x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-111-107/+2
* | Merge tag 'x86-entry-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-08-051-1/+1
|\ \
| * | x86/entry: Use generic syscall exit functionalityThomas Gleixner2020-07-241-1/+1
| |/
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-1/+1
|\ \ | |/ |/|
| * exec: Implement kernel_execveEric W. Biederman2020-07-211-1/+1
* | x86/entry: Move SYSENTER's regs->sp and regs->flags fixups into CAndy Lutomirski2020-07-011-3/+2
|/
* x86/entry: Unbreak __irqentry_text_start/end magicThomas Gleixner2020-06-111-1/+10
* x86/entry/32: Remove redundant irq disable codeThomas Gleixner2020-06-111-76/+0
* x86/entry: Remove the apic/BUILD interrupt leftoversThomas Gleixner2020-06-111-18/+0
* x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVECThomas Gleixner2020-06-111-5/+0
* x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVECThomas Gleixner2020-06-111-14/+0
* x86/entry: Provide IDTENTRY_SYSVECThomas Gleixner2020-06-111-0/+4
* x86/entry: Use idtentry for interruptsThomas Gleixner2020-06-111-31/+0
* x86/entry: Add IRQENTRY_IRQ macroThomas Gleixner2020-06-111-0/+14
* x86/irq: Convey vector as argument and not in ptregsThomas Gleixner2020-06-111-29/+4
* x86/entry/32: Remove common_exception()Thomas Gleixner2020-06-111-21/+0
* x86/entry: Change exit path of xen_failsafe_callbackThomas Gleixner2020-06-111-1/+1
* x86/entry: Remove the transition leftoversThomas Gleixner2020-06-111-2/+1
* x86/entry: Switch page fault exception to IDTENTRY_RAWThomas Gleixner2020-06-111-30/+0
* x86/entry: Switch XEN/PV hypercall entry to IDTENTRYThomas Gleixner2020-06-111-8/+12
* x86/entry: Convert double fault exception to IDTENTRY_DFThomas Gleixner2020-06-111-2/+2
* x86/entry: Convert Debug exception to IDTENTRY_DBThomas Gleixner2020-06-111-10/+0
* x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner2020-06-111-4/+4
* x86/entry: Convert Machine Check to IDTENTRY_ISTThomas Gleixner2020-06-111-9/+0
* x86/entry: Convert INT3 exception to IDTENTRY_RAWThomas Gleixner2020-06-111-7/+0