index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
sound
/
rt5514.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-12
proc: save LOC in vsyscall test
Brian Foster
1
-40
/
+16
2022-09-12
llist: use try_cmpxchg in llist_add_batch and llist_del_first
Uros Bizjak
1
-8
/
+4
2022-09-12
panic, kexec: make __crash_kexec() NMI safe
Valentin Schneider
4
-20
/
+30
2022-09-12
kexec: turn all kexec_mutex acquisitions into trylocks
Valentin Schneider
3
-6
/
+15
2022-09-12
lib/cmdline: avoid page fault in next_arg
Neel Natu
1
-1
/
+1
2022-09-12
checkpatch: add kmap and kmap_atomic to the deprecated list
Ira Weiny
1
-0
/
+2
2022-09-12
fs/isofs: replace kmap() with kmap_local_page()
Fabio M. De Francesco
1
-10
/
+10
2022-09-12
treewide: defconfig: address renamed CONFIG_DEBUG_INFO=y
Arnd Bergmann
38
-38
/
+38
2022-09-12
ipc/util.c: cleanup and improve sysvipc_find_ipc()
Manfred Spraul
1
-21
/
+32
2022-09-12
scripts/decodecode: improve faulting line determination
Borislav Petkov
1
-15
/
+105
2022-09-12
hfsplus: convert kmap() to kmap_local_page() in btree.c
Fabio M. De Francesco
1
-14
/
+14
2022-09-12
hfsplus: convert kmap() to kmap_local_page() in bitmap.c
Fabio M. De Francesco
1
-10
/
+10
2022-09-12
hfsplus: convert kmap() to kmap_local_page() in bnode.c
Fabio M. De Francesco
1
-57
/
+48
2022-09-12
hfsplus: unmap the page in the "fail_page" label
Fabio M. De Francesco
1
-0
/
+1
2022-08-29
Linux 6.0-rc3
v6.0-rc3
Linus Torvalds
1
-1
/
+1
2022-08-28
.mailmap: update Luca Ceresoli's e-mail address
Luca Ceresoli
1
-0
/
+1
2022-08-28
mm/mprotect: only reference swap pfn page if type match
Peter Xu
1
-1
/
+2
2022-08-28
squashfs: don't call kmalloc in decompressors
Phillip Lougher
4
-21
/
+22
2022-08-28
mm/damon/dbgfs: avoid duplicate context directory creation
Badari Pulavarty
1
-0
/
+3
2022-08-28
mailmap: update email address for Colin King
Colin Ian King
1
-2
/
+1
2022-08-28
asm-generic: sections: refactor memory_intersects
Quanyang Wang
1
-2
/
+5
2022-08-28
bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem
Liu Shixin
1
-0
/
+2
2022-08-28
ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdown
Heming Zhao
2
-5
/
+6
2022-08-28
Revert "memcg: cleanup racy sum avoidance code"
Shakeel Butt
1
-2
/
+13
2022-08-28
mm/zsmalloc: do not attempt to free IS_ERR handle
Sergey Senozhatsky
1
-1
/
+1
2022-08-28
binder_alloc: add missing mmap_lock calls when using the VMA
Liam Howlett
1
-10
/
+21
2022-08-28
mm: re-allow pinning of zero pfns (again)
Alex Williamson
1
-3
/
+10
2022-08-28
vmcoreinfo: add kallsyms_num_syms symbol
Stephen Brennan
1
-0
/
+1
2022-08-28
mailmap: update Guilherme G. Piccoli's email addresses
Guilherme G. Piccoli
1
-0
/
+2
2022-08-28
writeback: avoid use-after-free after removing device
Khazhismel Kumykov
3
-12
/
+16
2022-08-28
shmem: update folio if shmem_replace_page() updates the page
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-08-28
mm/hugetlb: avoid corrupting page->mapping in hugetlb_mcopy_atomic_pte
Miaohe Lin
1
-1
/
+1
2022-08-27
provide arch_test_bit_acquire for architectures that define test_bit
Mikulas Patocka
6
-33
/
+25
2022-08-27
perf stat: Capitalize topdown metrics' names
Zhengjun Xing
1
-12
/
+12
2022-08-27
perf docs: Update the documentation for the save_type filter
Kan Liang
1
-0
/
+3
2022-08-27
perf sched: Fix memory leaks in __cmd_record detected with -fsanitize=address
Ian Rogers
1
-5
/
+19
2022-08-27
perf record: Fix manpage formatting of description of support to hybrid systems
Andi Kleen
2
-12
/
+2
2022-08-27
perf test: Stat test for repeat with a weak group
Ian Rogers
1
-0
/
+19
2022-08-27
perf stat: Clear evsel->reset_group for each stat run
Ian Rogers
1
-0
/
+1
2022-08-27
tools kvm headers arm64: Update KVM header from the kernel sources
Arnaldo Carvalho de Melo
1
-2
/
+4
2022-08-27
perf python: Fix build when PYTHON_CONFIG is user supplied
James Clark
1
-1
/
+1
2022-08-27
perf/x86/intel/uncore: Fix broken read_counter() for SNB IMC PMU
Stephane Eranian
1
-1
/
+17
2022-08-26
fbdev: fbcon: Properly revert changes when vc_resize() failed
Shigeru Yoshida
1
-2
/
+25
2022-08-26
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
10
-12
/
+60
2022-08-25
audit: move audit_return_fixup before the filters
Richard Guy Briggs
1
-2
/
+2
2022-08-25
net: lantiq_xrx200: restore buffer if memory allocation failed
Aleksander Jan Bajkowski
1
-0
/
+1
2022-08-25
net: lantiq_xrx200: fix lock under memory pressure
Aleksander Jan Bajkowski
1
-1
/
+1
2022-08-25
net: lantiq_xrx200: confirm skb is allocated before using
Aleksander Jan Bajkowski
1
-0
/
+6
2022-08-25
net: stmmac: work around sporadic tx issue on link-up
Heiner Kallweit
2
-6
/
+11
2022-08-25
ionic: VF initial random MAC address if no assigned mac
R Mohamed Shah
1
-5
/
+87
[next]