index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
blowfish_generic.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-03
checkpatch: improve EMBEDDED_FILENAME test
Joe Perches
1
-1
/
+1
2023-02-03
fs/ext4: use try_cmpxchg in ext4_update_bh_state
Uros Bizjak
1
-3
/
+2
2023-02-03
fs: hfsplus: initialize fsdata in hfsplus_file_truncate()
Alexander Potapenko
1
-1
/
+1
2023-02-03
fs: hfs: initialize fsdata in hfs_file_truncate()
Alexander Potapenko
1
-1
/
+1
2023-02-03
scripts/spelling.txt: add more spelling corrections
Diederik de Haas
1
-0
/
+12
2023-02-03
checkpatch: use proper way for show problematic line
Thorsten Leemhuis
1
-5
/
+5
2023-02-03
checkpatch: warn when Reported-by: is not followed by Link:
Kai Wasserbäch
1
-0
/
+12
2023-02-03
checkpatch: warn when unknown tags are used for links
Kai Wasserbäch
1
-0
/
+12
2023-02-03
lib/genalloc: use try_cmpxchg in {set,clear}_bits_ll
Uros Bizjak
1
-10
/
+8
2023-02-03
initramfs: use kstrtobool() instead of strtobool()
Christophe JAILLET
1
-2
/
+2
2023-02-03
kexec: introduce sysctl parameters kexec_load_limit_*
Ricardo Ribalda
5
-8
/
+114
2023-02-03
kexec: factor out kexec_load_permitted
Ricardo Ribalda
4
-4
/
+14
2023-02-03
Documentation: sysctl: correct kexec_load_disabled
Ricardo Ribalda
1
-3
/
+4
2023-02-03
fat: fix return value of vfat_bad_char() and vfat_replace_char() functions
Pali Rohár
1
-2
/
+2
2023-02-03
userns: fix a struct's kernel-doc notation
Randy Dunlap
1
-1
/
+1
2023-02-03
ntfs: fix multiple kernel-doc warnings
Randy Dunlap
9
-20
/
+28
2023-02-03
freevxfs: fix kernel-doc warnings
Randy Dunlap
2
-4
/
+4
2023-02-03
scripts/bloat-o-meter: use the reverse flag for sort
Alexander Pantyukhin
1
-2
/
+1
2023-02-03
scripts/gdb: add mm introspection utils
Dmitrii Bundin
2
-0
/
+223
2023-02-03
util_macros.h: add missing inclusion
Andy Shevchenko
1
-0
/
+2
2023-02-03
kthread_worker: check all delayed works when destroy kthread worker
Zqiang
1
-0
/
+5
2023-02-03
scripts/spelling: add a few more typos
SeongJae Park
1
-0
/
+3
2023-02-03
proc: mark /proc/cmdline as permanent
Alexey Dobriyan
1
-0
/
+1
2023-02-03
checkpatch: mark kunmap() and kunmap_atomic() deprecated
Ira Weiny
1
-0
/
+2
2023-02-03
scripts/spelling.txt: add `permitted'
Ricardo Ribalda
2
-4
/
+5
2023-02-03
hfsplus: remove unnecessary variable initialization
XU pengfei
1
-9
/
+9
2023-02-03
lib: add Dhrystone benchmark test
Geert Uytterhoeven
6
-0
/
+938
2023-02-03
include/linux/percpu_counter.h: race in uniprocessor percpu_counter_add()
Manfred Spraul
1
-2
/
+4
2023-02-03
lib/percpu_counter: percpu_counter_add_batch() overflow/underflow
Manfred Spraul
1
-10
/
+15
2023-02-03
hfs: fix missing hfs_bnode_get() in __hfs_bnode_create
Liu Shixin
1
-0
/
+1
2023-02-03
docs: fault-injection: add requirements of error injectable functions
Masami Hiramatsu (Google)
2
-2
/
+69
2023-02-03
error-injection: remove EI_ETYPE_NONE
Masami Hiramatsu (Google)
3
-3
/
+3
2023-02-03
arch/alpha/kernel/process.c: remove unnecessary (void*) conversions
Li zeming
1
-1
/
+1
2023-02-03
arch/alpha/kernel/smp.c: remove unnecessary (void*) conversions
Li zeming
1
-2
/
+2
2023-01-15
Linux 6.2-rc4
v6.2-rc4
Linus Torvalds
1
-1
/
+1
2023-01-14
kbuild: Fix CFI hash randomization with KASAN
Sami Tolvanen
2
-0
/
+2
2023-01-14
firmware: coreboot: Check size of table entry and use flex-array
Kees Cook
2
-2
/
+8
2023-01-14
kallsyms: Fix scheduling with interrupts disabled in self-test
Nicholas Piggin
1
-15
/
+6
2023-01-13
ata: pata_cs5535: Don't build on UML
Peter Foley
1
-0
/
+1
2023-01-13
lockref: stop doing cpu_relax in the cmpxchg loop
Mateusz Guzik
1
-1
/
+0
2023-01-13
x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM space
Bjorn Helgaas
1
-0
/
+31
2023-01-13
efi: tpm: Avoid READ_ONCE() for accessing the event log
Ard Biesheuvel
1
-2
/
+2
2023-01-13
io_uring: lock overflowing for IOPOLL
Pavel Begunkov
1
-1
/
+5
2023-01-13
ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF
Clement Lecigne
1
-9
/
+15
2023-01-13
iommu/mediatek-v1: Fix an error handling path in mtk_iommu_v1_probe()
Christophe JAILLET
1
-1
/
+3
2023-01-13
iommu/iova: Fix alloc iova overflows issue
Yunfei Wang
1
-2
/
+2
2023-01-13
iommu: Fix refcount leak in iommu_device_claim_dma_owner
Miaoqian Lin
1
-3
/
+5
2023-01-13
iommu/arm-smmu-v3: Don't unregister on shutdown
Vladimir Oltean
1
-1
/
+3
2023-01-13
iommu/arm-smmu: Don't unregister on shutdown
Vladimir Oltean
1
-8
/
+14
2023-01-13
iommu/arm-smmu: Report IOMMU_CAP_CACHE_COHERENCY even betterer
Robin Murphy
1
-2
/
+8
[next]