index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
unwind
Age
Commit message (
Expand
)
Author
2025-10-29
unwind_user/x86: Teach FP unwind about start of function
Peter Zijlstra
2025-10-29
unwind: Implement compat fp unwind
Peter Zijlstra
2025-10-29
unwind: Simplify unwind_user_next_fp() alignment check
Peter Zijlstra
2025-10-29
unwind: Make unwind_task_info::unwind_mask consistent
Peter Zijlstra
2025-10-29
unwind: Simplify unwind_user_faultable()
Peter Zijlstra
2025-10-29
unwind: Clarify calling context
Peter Zijlstra
2025-10-29
unwind: Fix unwind_deferred_request() vs NMI
Peter Zijlstra
2025-07-31
unwind: Finish up unwind when a task exits
Steven Rostedt
2025-07-31
unwind deferred: Use SRCU unwind_deferred_task_work()
Steven Rostedt
2025-07-31
unwind: Add USED bit to only have one conditional on way back to user space
Steven Rostedt
2025-07-31
unwind deferred: Add unwind_completed mask to stop spurious callbacks
Steven Rostedt
2025-07-31
unwind deferred: Use bitmask to determine which callbacks to call
Steven Rostedt
2025-07-31
unwind_user/deferred: Make unwind deferral requests NMI-safe
Steven Rostedt
2025-07-31
unwind_user/deferred: Add deferred unwinding interface
Josh Poimboeuf
2025-07-31
unwind_user/deferred: Add unwind cache
Josh Poimboeuf
2025-07-29
unwind_user/deferred: Add unwind_user_faultable()
Steven Rostedt
2025-07-29
unwind_user: Add user space unwinding API with frame pointer support
Josh Poimboeuf