summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel/entry-common.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-11arm64: entry: Avoid unnecessary local_irq_disable() on kernel exitVladimir Murzin1-5/+25
2026-08-06arm64: entry: mask DAIF before returning from C EL1 handlersAda Couprie Diaz1-0/+2
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...Linus Torvalds1-6/+2
2026-06-03arm64: fpsimd: Move sve_flush_live() inlineMark Rutland1-6/+2
2026-05-08arm64/entry: Fix arm64-specific rseq brokennessMark Rutland1-7/+24
2026-04-20Merge branch 'for-next/c1-pro-erratum-4193714' into for-next/coreCatalin Marinas1-0/+3
2026-04-10arm64: errata: Work around early CME DVMSync acknowledgementCatalin Marinas1-0/+3
2026-04-08arm64: entry: Use split preemption logicMark Rutland1-8/+4
2026-04-08arm64: entry: Use irqentry_{enter_from,exit_to}_kernel_mode()Mark Rutland1-2/+2
2026-04-08arm64: entry: Consistently prefix arm64-specific wrappersMark Rutland1-19/+19
2025-12-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-25/+3
2025-11-11arm64: entry: Clean out some indirectionLinus Walleij1-25/+3
2025-11-04entry: Split up exit_to_user_mode_prepare()Thomas Gleixner1-1/+1
2025-10-17arm64: debug: always unmask interrupts in el0_softstp()Ada Couprie Diaz1-3/+5
2025-09-11arm64: entry: Switch to generic IRQ entryJinjie Ruan1-281/+95
2025-09-11arm64: entry: Move arm64_preempt_schedule_irq() into __exit_to_kernel_mode()Jinjie Ruan1-48/+48
2025-09-11arm64: entry: Refactor preempt_schedule_irq() check codeJinjie Ruan1-15/+22
2025-09-11arm64: entry: Use preempt_count() and need_resched() helperJinjie Ruan1-10/+4
2025-09-11arm64: entry: Rework arm64_preempt_schedule_irq()Jinjie Ruan1-7/+10
2025-09-11arm64: entry: Refactor the entry and exit for exceptions from EL1Jinjie Ruan1-57/+106
2025-09-11arm64: ptrace: Replace interrupts_enabled() with regs_irqs_disabled()Jinjie Ruan1-2/+2
2025-07-24Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/...Catalin Marinas1-13/+143
2025-07-08arm64: remove CONFIG_VMAP_STACK checks from entry codeBreno Leitao1-2/+0
2025-07-08arm64: debug: remove debug exception registration infrastructureAda Couprie Diaz1-2/+2
2025-07-08arm64: debug: split bkpt32 exception entryAda Couprie Diaz1-13/+9
2025-07-08arm64: debug: split brk64 exception entryAda Couprie Diaz1-8/+16
2025-07-08arm64: debug: split hardware watchpoint exception entryAda Couprie Diaz1-0/+31
2025-07-08arm64: debug: split single stepping exception entryAda Couprie Diaz1-0/+43
2025-07-08arm64: debug: split hardware breakpoint exception entryAda Couprie Diaz1-0/+28
2025-07-08arm64: entry: Add entry and exit functions for debug exceptionsAda Couprie Diaz1-0/+22
2025-07-03arm64/debug: Drop redundant DBG_MDSCR_* macrosAnshuman Khandual1-2/+2
2025-07-01arm64: Implement HAVE_LIVEPATCHSong Liu1-0/+4
2025-05-27Merge branch 'for-next/sme-fixes' into for-next/coreWill Deacon1-11/+35
2025-05-08arm64/fpsimd: Do not discard modified SVE stateMark Rutland1-11/+35
2025-04-29arm64: enable PREEMPT_LAZYMark Rutland1-1/+1
2024-11-14Merge branch 'for-next/mops' into for-next/coreCatalin Marinas1-0/+12
2024-10-17arm64: mops: Handle MOPS exceptions from EL1Kristina Martsenko1-0/+12
2024-10-04arm64/traps: Handle GCS exceptionsMark Brown1-0/+23
2024-07-29treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*Valentin Schneider1-1/+1
2024-02-20arm64: Unmask Debug + SError in do_notify_resume()Mark Rutland1-3/+5
2024-02-20arm64: Move do_notify_resume() to entry-common.cMark Rutland1-0/+32
2023-08-11arm64: syscall: unmask DAIF earlier for SVCsMark Rutland1-0/+32
2023-06-23Merge branches 'for-next/kpti', 'for-next/missing-proto-warn', 'for-next/iss2...Catalin Marinas1-2/+15
2023-06-06arm64: lockdep: enable checks for held locks when returning to userspaceEric Chan1-2/+4
2023-06-05arm64: mops: handle MOPS exceptionsKristina Martsenko1-0/+11
2023-04-14arm64/cpu: Mark cpu_park_loop() and friends __noreturnJosh Poimboeuf1-1/+1
2022-12-06Merge branch 'for-next/undef-traps' into for-next/coreWill Deacon1-4/+4
2022-11-15arm64: split EL0/EL1 UNDEF handlersMark Rutland1-2/+2
2022-11-15arm64: allow kprobes on EL0 handlersMark Rutland1-2/+2
2022-11-08arm64: entry: Fix typoMukesh Ojha1-8/+8