summaryrefslogtreecommitdiffstats
path: root/kernel/unwind
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-12-17unwind_user/fp: Use dummies instead of ifdefJens Remus-4/+0
2025-12-17unwind_user: Enhance comments on get CFA, FP, and RAJens Remus-4/+4
2025-10-29unwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra-9/+30
2025-10-29unwind: Implement compat fp unwindPeter Zijlstra-11/+29
2025-10-29unwind: Simplify unwind_user_next_fp() alignment checkPeter Zijlstra-3/+1
2025-10-29unwind: Make unwind_task_info::unwind_mask consistentPeter Zijlstra-8/+9
2025-10-29unwind: Simplify unwind_user_faultable()Peter Zijlstra-9/+6
2025-10-29unwind: Clarify calling contextPeter Zijlstra-0/+2
2025-10-29unwind: Fix unwind_deferred_request() vs NMIPeter Zijlstra-3/+7
2025-07-31unwind: Finish up unwind when a task exitsSteven Rostedt-3/+20
2025-07-31unwind deferred: Use SRCU unwind_deferred_task_work()Steven Rostedt-6/+21
2025-07-31unwind: Add USED bit to only have one conditional on way back to user spaceSteven Rostedt-1/+4
2025-07-31unwind deferred: Add unwind_completed mask to stop spurious callbacksSteven Rostedt-4/+15
2025-07-31unwind deferred: Use bitmask to determine which callbacks to callSteven Rostedt-19/+68
2025-07-31unwind_user/deferred: Make unwind deferral requests NMI-safeSteven Rostedt-8/+44
2025-07-31unwind_user/deferred: Add deferred unwinding interfaceJosh Poimboeuf-1/+155
2025-07-31unwind_user/deferred: Add unwind cacheJosh Poimboeuf-7/+24
2025-07-29unwind_user/deferred: Add unwind_user_faultable()Steven Rostedt-1/+61
2025-07-29unwind_user: Add user space unwinding API with frame pointer supportJosh Poimboeuf-0/+129