index
:
linux.git
arm64-uaccess
for-next
master
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
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