summaryrefslogtreecommitdiffstats
path: root/lib/devres.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-24inode: clarify what's lockedChristian Brauner1-11/+11
2024-07-24vfs: Fix potential circular locking through setxattr() and removexattr()David Howells1-43/+48
2024-07-24filelock: Fix fcntl/close race recovery compat pathJann Horn1-5/+4
2024-07-24fs: use all available idsChristian Brauner1-1/+1
2024-07-24cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNTDavid Howells1-1/+1
2024-07-24netfs: Fix writeback that needs to go to both server and cacheDavid Howells1-0/+1
2024-07-24pidfs: add selftests for new namespace ioctlsChristian Brauner1-31/+227
2024-07-24pidfs: handle kernels without namespaces cleanlyChristian Brauner1-23/+42
2024-07-24pidfs: when time ns disabled add check for ioctlEdward Adam Davis1-0/+2
2024-07-24vfs: correct the comments of vfs_*() helpersCongjie Zhou1-13/+13
2024-07-24vfs: handle __wait_on_freeing_inode() and evict() raceMateusz Guzik1-0/+20
2024-07-24netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUGDavid Howells1-10/+8
2024-07-24netfs: Revert "netfs: Switch debug logging to pr_debug()"David Howells15-78/+113
2024-07-23kbuild: doc: gcc to CC changeIvan Davydov1-3/+3
2024-07-23execve: Move KUnit tests to tests/ subdirectoryKees Cook5-3/+4
2024-07-22bcachefs: Fix printbuf usage while atomicKent Overstreet1-0/+1
2024-07-22bcachefs: More informative error message in reattach_inode()Kent Overstreet1-2/+5
2024-07-21kallsyms: change sym_entry::percpu_absolute to bool typeMasahiro Yamada1-4/+4
2024-07-21kallsyms: unify seq and start_pos fields of struct sym_entryMasahiro Yamada1-3/+2
2024-07-21kallsyms: add more original symbol type/name in comment linesMasahiro Yamada1-10/+9
2024-07-21kallsyms: use \t instead of a tab in printf()Masahiro Yamada1-1/+1
2024-07-21kallsyms: avoid repeated calculation of array size for markersMasahiro Yamada1-3/+4
2024-07-21kbuild: add script and target to generate pacman packageThomas Weißschuh5-1/+136
2024-07-21modpost: use generic macros for hash table implementationMasahiro Yamada1-13/+5
2024-07-21kbuild: move some helper headers from scripts/kconfig/ to scripts/include/Masahiro Yamada18-226/+19
2024-07-20cifs: Fix missing fscache invalidationDavid Howells1-0/+6
2024-07-20io_uring: fix error pbuf checkingPavel Begunkov1-1/+3
2024-07-20io_uring: fix lost getsockopt completionsPavel Begunkov1-1/+1
2024-07-20LoongArch: Make the users of larch_insn_gen_break() constantOleg Nesterov3-4/+7
2024-07-20LoongArch: Check TIF_LOAD_WATCH to enable user space watchpointTiezhu Yang2-1/+4
2024-07-20LoongArch: Use rustc option -Zdirect-access-external-dataWANG Rui1-1/+2
2024-07-20LoongArch: Add support for relocating the kernel with RELR relocationXi Ruoyao5-0/+33
2024-07-20LoongArch: Remove a redundant checking in relocatorXi Ruoyao1-3/+1
2024-07-20LoongArch: Use correct API to map cmdline in relocate_kernel()Huacai Chen1-1/+3
2024-07-20LoongArch: Automatically disable KASLR for hibernationHuacai Chen1-0/+26
2024-07-20LoongArch: Add ACPI standard hardware register based S3 supportJiaxun Yang2-6/+18
2024-07-20LoongArch: Add architectural preparation for CPUFreqHuacai Chen3-0/+19
2024-07-20LoongArch: Add writecombine support for DMW-based ioremap()Huacai Chen7-17/+37
2024-07-20LoongArch: Add ARCH_HAS_DEBUG_VM_PGTABLE supportHuacai Chen2-1/+2
2024-07-20LoongArch: Add ARCH_HAS_PTE_DEVMAP supportHuacai Chen3-2/+24
2024-07-20LoongArch: Add RANDOMIZE_KSTACK_OFFSET supportJinjie Ruan2-1/+22
2024-07-20LoongArch: Add irq_work support via self IPIsHuacai Chen5-1/+34
2024-07-20LoongArch: Always enumerate MADT and setup logical-physical CPU mappingHuacai Chen3-11/+22
2024-07-20LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.hHuacai Chen2-2/+2
2024-07-20i2c: header: improve kdoc for i2c_algorithmWolfram Sang1-8/+7
2024-07-20i2c: header: remove unneeded stuff regarding i2c_algorithmWolfram Sang1-6/+0
2024-07-20i2c: piix4: Register SPDsThomas Weißschuh2-0/+10
2024-07-20Makefile: add comment to discourage tools/* addition for kernel buildsMasahiro Yamada1-0/+6
2024-07-20kbuild: clean up scripts/remove-stale-filesMasahiro Yamada1-18/+0
2024-07-20kconfig: recursive checks drop file/linenoHONG Yifan2-48/+30