index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
devres.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-24
inode: clarify what's locked
Christian Brauner
1
-11
/
+11
2024-07-24
vfs: Fix potential circular locking through setxattr() and removexattr()
David Howells
1
-43
/
+48
2024-07-24
filelock: Fix fcntl/close race recovery compat path
Jann Horn
1
-5
/
+4
2024-07-24
fs: use all available ids
Christian Brauner
1
-1
/
+1
2024-07-24
cachefiles: Set the max subreq size for cache writes to MAX_RW_COUNT
David Howells
1
-1
/
+1
2024-07-24
netfs: Fix writeback that needs to go to both server and cache
David Howells
1
-0
/
+1
2024-07-24
pidfs: add selftests for new namespace ioctls
Christian Brauner
1
-31
/
+227
2024-07-24
pidfs: handle kernels without namespaces cleanly
Christian Brauner
1
-23
/
+42
2024-07-24
pidfs: when time ns disabled add check for ioctl
Edward Adam Davis
1
-0
/
+2
2024-07-24
vfs: correct the comments of vfs_*() helpers
Congjie Zhou
1
-13
/
+13
2024-07-24
vfs: handle __wait_on_freeing_inode() and evict() race
Mateusz Guzik
1
-0
/
+20
2024-07-24
netfs: Rename CONFIG_FSCACHE_DEBUG to CONFIG_NETFS_DEBUG
David Howells
1
-10
/
+8
2024-07-24
netfs: Revert "netfs: Switch debug logging to pr_debug()"
David Howells
15
-78
/
+113
2024-07-23
kbuild: doc: gcc to CC change
Ivan Davydov
1
-3
/
+3
2024-07-23
execve: Move KUnit tests to tests/ subdirectory
Kees Cook
5
-3
/
+4
2024-07-22
bcachefs: Fix printbuf usage while atomic
Kent Overstreet
1
-0
/
+1
2024-07-22
bcachefs: More informative error message in reattach_inode()
Kent Overstreet
1
-2
/
+5
2024-07-21
kallsyms: change sym_entry::percpu_absolute to bool type
Masahiro Yamada
1
-4
/
+4
2024-07-21
kallsyms: unify seq and start_pos fields of struct sym_entry
Masahiro Yamada
1
-3
/
+2
2024-07-21
kallsyms: add more original symbol type/name in comment lines
Masahiro Yamada
1
-10
/
+9
2024-07-21
kallsyms: use \t instead of a tab in printf()
Masahiro Yamada
1
-1
/
+1
2024-07-21
kallsyms: avoid repeated calculation of array size for markers
Masahiro Yamada
1
-3
/
+4
2024-07-21
kbuild: add script and target to generate pacman package
Thomas Weißschuh
5
-1
/
+136
2024-07-21
modpost: use generic macros for hash table implementation
Masahiro Yamada
1
-13
/
+5
2024-07-21
kbuild: move some helper headers from scripts/kconfig/ to scripts/include/
Masahiro Yamada
18
-226
/
+19
2024-07-20
cifs: Fix missing fscache invalidation
David Howells
1
-0
/
+6
2024-07-20
io_uring: fix error pbuf checking
Pavel Begunkov
1
-1
/
+3
2024-07-20
io_uring: fix lost getsockopt completions
Pavel Begunkov
1
-1
/
+1
2024-07-20
LoongArch: Make the users of larch_insn_gen_break() constant
Oleg Nesterov
3
-4
/
+7
2024-07-20
LoongArch: Check TIF_LOAD_WATCH to enable user space watchpoint
Tiezhu Yang
2
-1
/
+4
2024-07-20
LoongArch: Use rustc option -Zdirect-access-external-data
WANG Rui
1
-1
/
+2
2024-07-20
LoongArch: Add support for relocating the kernel with RELR relocation
Xi Ruoyao
5
-0
/
+33
2024-07-20
LoongArch: Remove a redundant checking in relocator
Xi Ruoyao
1
-3
/
+1
2024-07-20
LoongArch: Use correct API to map cmdline in relocate_kernel()
Huacai Chen
1
-1
/
+3
2024-07-20
LoongArch: Automatically disable KASLR for hibernation
Huacai Chen
1
-0
/
+26
2024-07-20
LoongArch: Add ACPI standard hardware register based S3 support
Jiaxun Yang
2
-6
/
+18
2024-07-20
LoongArch: Add architectural preparation for CPUFreq
Huacai Chen
3
-0
/
+19
2024-07-20
LoongArch: Add writecombine support for DMW-based ioremap()
Huacai Chen
7
-17
/
+37
2024-07-20
LoongArch: Add ARCH_HAS_DEBUG_VM_PGTABLE support
Huacai Chen
2
-1
/
+2
2024-07-20
LoongArch: Add ARCH_HAS_PTE_DEVMAP support
Huacai Chen
3
-2
/
+24
2024-07-20
LoongArch: Add RANDOMIZE_KSTACK_OFFSET support
Jinjie Ruan
2
-1
/
+22
2024-07-20
LoongArch: Add irq_work support via self IPIs
Huacai Chen
5
-1
/
+34
2024-07-20
LoongArch: Always enumerate MADT and setup logical-physical CPU mapping
Huacai Chen
3
-11
/
+22
2024-07-20
LoongArch: Define __ARCH_WANT_NEW_STAT in unistd.h
Huacai Chen
2
-2
/
+2
2024-07-20
i2c: header: improve kdoc for i2c_algorithm
Wolfram Sang
1
-8
/
+7
2024-07-20
i2c: header: remove unneeded stuff regarding i2c_algorithm
Wolfram Sang
1
-6
/
+0
2024-07-20
i2c: piix4: Register SPDs
Thomas Weißschuh
2
-0
/
+10
2024-07-20
Makefile: add comment to discourage tools/* addition for kernel builds
Masahiro Yamada
1
-0
/
+6
2024-07-20
kbuild: clean up scripts/remove-stale-files
Masahiro Yamada
1
-18
/
+0
2024-07-20
kconfig: recursive checks drop file/lineno
HONG Yifan
2
-48
/
+30
[next]