summaryrefslogtreecommitdiff
path: root/include/linux/irq-entry-common.h
AgeCommit message (Expand)AuthorFilesLines
2026-05-08arm64/entry: Fix arm64-specific rseq brokennessMark Rutland1-8/+0
2026-04-15Fix mismerge of the arm64 / timer-core interrupt handling changesLinus Torvalds1-2/+2
2026-04-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-54/+204
2026-04-08entry: Split preemption from irqentry_exit_to_kernel_mode()Mark Rutland1-14/+59
2026-04-08entry: Split kernel mode logic from irqentry_{enter,exit}()Mark Rutland1-0/+134
2026-04-08entry: Move irqentry_enter() prototype laterMark Rutland1-22/+22
2026-04-08entry: Remove local_irq_{enable,disable}_exit_to_user()Mark Rutland1-31/+0
2026-04-08entry: Fix stale comment for irqentry_enter()Mark Rutland1-1/+1
2026-02-27entry: Prepare for deferred hrtimer rearmingPeter Zijlstra1-6/+19
2025-12-18entry: Always inline local_irq_{enable,disable}_exit_to_user()Eric Dumazet1-2/+2
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-12/+63
2025-11-05entry,unwind/deferred: Fix unwind_reset_info() placementPeter Zijlstra1-1/+1
2025-11-04rseq: Switch to TIF_RSEQ if supportedThomas Gleixner1-1/+1
2025-11-04rseq: Split up rseq_exit_to_user_mode()Thomas Gleixner1-3/+3
2025-11-04entry: Split up exit_to_user_mode_prepare()Thomas Gleixner1-5/+44
2025-11-04rseq: Switch to fast path processing on exit to userThomas Gleixner1-5/+2
2025-11-04rseq: Record interrupt from user spaceThomas Gleixner1-1/+2
2025-11-04entry: Inline irqentry_enter/exit_from/to_user_mode()Thomas Gleixner1-2/+11
2025-11-04entry: Clean up headerThomas Gleixner1-0/+2
2025-11-04rseq: Avoid pointless evaluation in __rseq_notify_resume()Thomas Gleixner1-2/+5
2025-08-01Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2025-07-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+16
2025-06-30entry: Split generic entry into generic exception and syscall entryJinjie Ruan1-0/+389