index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
cleanup.h
Age
Commit message (
Expand
)
Author
2 days
Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
2025-07-17
cleanup: Fix documentation build error for ACQUIRE updates
Dan Williams
2025-07-16
cleanup: Introduce ACQUIRE() and ACQUIRE_ERR() for conditional locks
Peter Zijlstra
2025-07-11
cleanup: add a scoped version of CLASS()
Christian Brauner
2025-04-09
cleanup: Provide retain_and_null_ptr()
Thomas Gleixner
2025-03-28
Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-03-25
Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2025-03-25
Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2025-03-13
cleanup: Provide retain_ptr()
Thomas Gleixner
2025-03-13
posix-timers: Make lock_timer() use guard()
Peter Zijlstra
2025-03-10
<linux/cleanup.h>: Allow the passing of both iomem and non-iomem pointers to ...
Ilpo Järvinen
2024-12-07
headers/cleanup.h: Remove the if_not_guard() facility
Ingo Molnar
2024-11-19
Merge tag 'locking-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-11-03
deal with the last remaing boolean uses of fd_file()
Al Viro
2024-10-25
cleanup: Add conditional guard helper
David Lechner
2024-10-25
cleanup: Adjust scoped_guard() macros to avoid potential warning
Przemek Kitszel
2024-10-25
cleanup: Remove address space of returned pointer
Uros Bizjak
2024-09-29
Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2024-08-05
cleanup: Add usage and style documentation
Dan Williams
2024-07-16
Merge tag 'locking-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-06-28
file: add take_fd() cleanup helper
Christian Brauner
2024-05-27
cleanup: Standardize the header guard define's name
Ingo Molnar
2023-11-15
cleanup: Add conditional guard support
Peter Zijlstra
2023-09-13
cleanup: Make no_free_ptr() __must_check
Peter Zijlstra
2023-06-26
locking: Introduce __cleanup() based infrastructure
Peter Zijlstra