index
:
linux.git
arm64-uaccess
for-next
master
nocache-cleanup
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
irq-entry-common.h
Age
Commit message (
Expand
)
Author
2026-05-08
arm64/entry: Fix arm64-specific rseq brokenness
Mark Rutland
2026-04-14
Fix mismerge of the arm64 / timer-core interrupt handling changes
Linus Torvalds
2026-04-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2026-04-08
entry: Split preemption from irqentry_exit_to_kernel_mode()
Mark Rutland
2026-04-08
entry: Split kernel mode logic from irqentry_{enter,exit}()
Mark Rutland
2026-04-08
entry: Move irqentry_enter() prototype later
Mark Rutland
2026-04-08
entry: Remove local_irq_{enable,disable}_exit_to_user()
Mark Rutland
2026-04-08
entry: Fix stale comment for irqentry_enter()
Mark Rutland
2026-02-27
entry: Prepare for deferred hrtimer rearming
Peter Zijlstra
2025-12-18
entry: Always inline local_irq_{enable,disable}_exit_to_user()
Eric Dumazet
2025-12-02
Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-11-05
entry,unwind/deferred: Fix unwind_reset_info() placement
Peter Zijlstra
2025-11-04
rseq: Switch to TIF_RSEQ if supported
Thomas Gleixner
2025-11-04
rseq: Split up rseq_exit_to_user_mode()
Thomas Gleixner
2025-11-04
entry: Split up exit_to_user_mode_prepare()
Thomas Gleixner
2025-11-04
rseq: Switch to fast path processing on exit to user
Thomas Gleixner
2025-11-04
rseq: Record interrupt from user space
Thomas Gleixner
2025-11-04
entry: Inline irqentry_enter/exit_from/to_user_mode()
Thomas Gleixner
2025-11-04
entry: Clean up header
Thomas Gleixner
2025-11-04
rseq: Avoid pointless evaluation in __rseq_notify_resume()
Thomas Gleixner
2025-08-01
Merge tag 'trace-deferred-unwind-v6.17' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2025-07-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2025-06-30
entry: Split generic entry into generic exception and syscall entry
Jinjie Ruan