index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aegis128-neon.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-24
mm/memory-failure: fix handling of dissolved but not taken off from buddy pages
Miaohe Lin
1
-2
/
+2
2024-05-24
mm: /proc/pid/smaps_rollup: avoid skipping vma after getting mmap_lock again
Yuanyuan Zhong
1
-2
/
+7
2024-05-24
nilfs2: fix potential hang in nilfs_detach_log_writer()
Ryusuke Konishi
1
-3
/
+18
2024-05-24
nilfs2: fix unexpected freezing of nilfs_segctor_sync()
Ryusuke Konishi
1
-4
/
+13
2024-05-24
nilfs2: fix use-after-free of timer for log writer thread
Ryusuke Konishi
1
-6
/
+19
2024-05-24
selftests/mm: fix build warnings on ppc64
Michael Ellerman
2
-0
/
+2
2024-05-24
arm64: patching: fix handling of execmem addresses
Will Deacon
1
-1
/
+1
2024-05-24
selftests/mm: compaction_test: fix bogus test success and reduce probability ...
Dev Jain
1
-22
/
+49
2024-05-24
selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepages
Dev Jain
1
-0
/
+2
2024-05-24
selftests/mm: compaction_test: fix bogus test success on Aarch64
Dev Jain
1
-7
/
+13
2024-05-24
mailmap: update email address for Satya Priya
Satya Priya Kakitapalli
1
-1
/
+1
2024-05-24
mm/huge_memory: don't unpoison huge_zero_folio
Miaohe Lin
1
-0
/
+7
2024-05-24
kasan, fortify: properly rename memintrinsics
Andrey Konovalov
1
-4
/
+18
2024-05-24
lib: add version into /proc/allocinfo output
Suren Baghdasaryan
2
-17
/
+35
2024-05-24
mm/vmalloc: fix vmalloc which may return null if called with __GFP_NOFAIL
Hailong.Liu
1
-3
/
+2
2024-05-22
mm: simplify and improve print_vma_addr() output
Linus Torvalds
1
-13
/
+6
2024-05-22
x86: improve bitop code generation with clang
Linus Torvalds
1
-5
/
+5
2024-05-22
x86: improve array_index_mask_nospec() code generation
Linus Torvalds
1
-14
/
+10
2024-05-22
clang: work around asm input constraint problems
Linus Torvalds
2
-0
/
+19
2024-05-22
vfs: Delete the associated dentry when deleting a file
Yafang Shao
1
-8
/
+7
2024-05-21
gpiolib: acpi: Fix failed in acpi_gpiochip_find() by adding parent node match
Devyn Liu
1
-1
/
+18
2024-05-21
gpiolib: acpi: Move ACPI device NULL check to acpi_can_fallback_to_crs()
Laura Nao
1
-3
/
+7
2024-05-21
fs/pidfs: make 'lsof' happy with our inode changes
Linus Torvalds
1
-4
/
+24
2024-05-21
KEYS: trusted: Do not use WARN when encode fails
Jarkko Sakkinen
1
-1
/
+2
2024-05-21
KEYS: trusted: Fix memory leak in tpm2_key_encode()
Jarkko Sakkinen
1
-6
/
+18
2024-05-20
arch: Fix name collision with ACPI's video.o
Thomas Zimmermann
4
-2
/
+2
2024-05-20
dm: always manage discard support in terms of max_hw_discard_sectors
Mike Snitzer
9
-13
/
+9
2024-05-20
dm-integrity: set discard_granularity to logical block size
Mikulas Patocka
1
-0
/
+1
2024-05-20
Revert "fanotify: remove unneeded sub-zero check for unsigned value"
Linus Torvalds
1
-1
/
+1
2024-05-20
Coccinelle: pm_runtime: Fix grammar in comment
Thorsten Blum
1
-1
/
+1
2024-05-20
coccinelle: misc: minmax: Suppress reports for err returns
Ricardo Ribalda
1
-16
/
+16
2024-05-20
Revert "selftests/cgroup: Drop define _GNU_SOURCE"
Shuah Khan
7
-0
/
+15
2024-05-20
Revert "selftests/sgx: Include KHDR_INCLUDES in Makefile"
Shuah Khan
2
-1
/
+2
2024-05-20
Revert "selftests: Compile kselftest headers with -D_GNU_SOURCE"
Shuah Khan
3
-4
/
+4
2024-05-20
dt-bindings: mailbox: qcom-ipcc: Document the SDX75 IPCC
Rohit Agarwal
1
-0
/
+1
2024-05-20
dt-bindings: mailbox: qcom: Add MSM8974 APCS compatible
Luca Weiss
1
-0
/
+1
2024-05-20
mailbox: Convert from tasklet to BH workqueue
Allen Pais
2
-18
/
+19
2024-05-20
mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdown
Jason-JH.Lin
1
-1
/
+1
2024-05-20
mailbox: mtk-cmdq-mailbox: fix module autoloading
Krzysztof Kozlowski
1
-0
/
+1
2024-05-20
mailbox: zynqmp: handle SGI for shared IPI
Tanmay Shah
1
-7
/
+152
2024-05-20
mailbox: arm_mhuv3: Add driver
Cristian Marussi
4
-0
/
+1126
2024-05-20
dt-bindings: mailbox: arm,mhuv3: Add bindings
Cristian Marussi
2
-0
/
+237
2024-05-20
mailbox: omap: Remove kernel FIFO message queuing
Andrew Davis
2
-111
/
+5
2024-05-20
mailbox: omap: Reverse FIFO busy check logic
Andrew Davis
1
-17
/
+16
2024-05-20
mailbox: omap: Remove mbox_chan_to_omap_mbox()
Andrew Davis
1
-11
/
+3
2024-05-20
mailbox: omap: Use mbox_controller channel list directly
Andrew Davis
1
-31
/
+11
2024-05-20
mailbox: omap: Use function local struct mbox_controller
Andrew Davis
1
-9
/
+12
2024-05-20
mailbox: omap: Merge mailbox child node setup loops
Andrew Davis
1
-73
/
+46
2024-05-20
mailbox: omap: Use devm_pm_runtime_enable() helper
Andrew Davis
1
-15
/
+3
2024-05-20
mailbox: omap: Remove device class
Andrew Davis
1
-87
/
+2
[next]