index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-28
mm: kfence: fix missing objcg housekeeping for SLAB
Muchun Song
1
-0
/
+1
2022-03-28
powerpc: restore removed #endif
Stephen Rothwell
1
-0
/
+1
2022-03-27
pinctrl: mediatek: common-v1: fix semicolon.cocci warnings
kernel test robot
1
-1
/
+1
2022-03-26
Revert "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""
Linus Torvalds
3
-15
/
+24
2022-03-26
perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messages
Kim Phillips
1
-0
/
+25
2022-03-26
perf python: Add perf_env stubs that will be needed in evsel__open_strerror()
Arnaldo Carvalho de Melo
1
-1
/
+12
2022-03-26
perf tools: Enhance the matching of sub-commands abbreviations
Wei Li
9
-18
/
+23
2022-03-26
libperf tests: Fix typo in perf_evlist__open() failure error messages
Shunsuke Nakamura
1
-4
/
+4
2022-03-26
tools arm64: Import cputype.h
Ali Saidi
2
-0
/
+259
2022-03-25
pinctrl: nuvoton: wpcm450: Fix build error without OF
Zheng Bin
1
-0
/
+1
2022-03-25
perf lock: Add -F/--field option to control output
Namhyung Kim
2
-5
/
+56
2022-03-25
perf lock: Extend struct lock_key to have print function
Namhyung Kim
1
-26
/
+65
2022-03-25
perf lock: Add --synth=no option for record
Namhyung Kim
1
-1
/
+1
2022-03-25
fs/iomap: Fix buffered write page prefaulting
Andreas Gruenbacher
2
-2
/
+2
2022-03-25
selftests: kselftest framework: provide "finished" helper
Kees Cook
2
-1
/
+11
2022-03-25
mm: madvise: MADV_DONTNEED_LOCKED
Johannes Weiner
6
-10
/
+24
2022-03-25
mm: fix race between MADV_FREE reclaim and blkdev direct IO read
Mauricio Faria de Oliveira
1
-1
/
+24
2022-03-25
mm: generalize ARCH_HAS_FILTER_PGPROT
Anshuman Khandual
2
-3
/
+3
2022-03-25
mm: unmap_mapping_range_tree() with i_mmap_rwsem shared
Hugh Dickins
1
-4
/
+4
2022-03-25
mm: warn on deleting redirtied only if accounted
Hugh Dickins
3
-17
/
+18
2022-03-25
mm/huge_memory: remove stale locking logic from __split_huge_pmd()
David Hildenbrand
1
-36
/
+4
2022-03-25
mm/huge_memory: remove stale page_trans_huge_mapcount()
David Hildenbrand
2
-53
/
+0
2022-03-25
mm/swapfile: remove stale reuse_swap_page()
David Hildenbrand
2
-108
/
+0
2022-03-25
mm/khugepaged: remove reuse_swap_page() usage
David Hildenbrand
2
-12
/
+0
2022-03-25
mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()
David Hildenbrand
1
-4
/
+9
2022-03-25
mm: streamline COW logic in do_swap_page()
David Hildenbrand
1
-12
/
+43
2022-03-25
mm: slightly clarify KSM logic in do_swap_page()
David Hildenbrand
1
-15
/
+23
2022-03-25
mm: optimize do_wp_page() for fresh pages in local LRU pagevecs
David Hildenbrand
1
-1
/
+9
2022-03-25
mm: optimize do_wp_page() for exclusive pages in the swapcache
David Hildenbrand
1
-6
/
+14
2022-03-25
mm/huge_memory: make is_transparent_hugepage() static
Miaohe Lin
2
-8
/
+1
2022-03-25
userfaultfd/selftests: enable hugetlb remap and remove event testing
Mike Kravetz
2
-36
/
+36
2022-03-25
selftests/vm: add hugetlb madvise MADV_DONTNEED MADV_REMOVE test
Mike Kravetz
4
-0
/
+424
2022-03-25
mm: enable MADV_DONTNEED for hugetlb mappings
Mike Kravetz
1
-3
/
+30
2022-03-25
kasan: disable LOCKDEP when printing reports
Andrey Konovalov
1
-1
/
+5
2022-03-25
kasan: move and hide kasan_save_enable/restore_multi_shot
Andrey Konovalov
3
-17
/
+24
2022-03-25
kasan: reorder reporting functions
Andrey Konovalov
1
-41
/
+41
2022-03-25
kasan: respect KASAN_BIT_REPORTED in all reporting routines
Andrey Konovalov
1
-3
/
+32
2022-03-25
kasan: add comment about UACCESS regions to kasan_report
Andrey Konovalov
1
-0
/
+5
2022-03-25
kasan: rename kasan_access_info to kasan_report_info
Andrey Konovalov
4
-10
/
+10
2022-03-25
kasan: move and simplify kasan_report_async
Andrey Konovalov
1
-14
/
+14
2022-03-25
kasan: call print_report from kasan_report_invalid_free
Andrey Konovalov
2
-16
/
+32
2022-03-25
kasan: merge __kasan_report into kasan_report
Andrey Konovalov
1
-21
/
+15
2022-03-25
kasan: restructure kasan_report
Andrey Konovalov
1
-6
/
+9
2022-03-25
kasan: simplify kasan_find_first_bad_addr call sites
Andrey Konovalov
4
-4
/
+10
2022-03-25
kasan: split out print_report from __kasan_report
Andrey Konovalov
2
-30
/
+35
2022-03-25
kasan: move disable_trace_on_warning to start_report
Andrey Konovalov
1
-1
/
+2
2022-03-25
kasan: move update_kunit_status to start_report
Andrey Konovalov
1
-41
/
+34
2022-03-25
kasan: check CONFIG_KASAN_KUNIT_TEST instead of CONFIG_KUNIT
Andrey Konovalov
2
-11
/
+9
2022-03-25
kasan: simplify kasan_update_kunit_status() and call sites
Andrey Konovalov
1
-16
/
+14
2022-03-25
kasan: simplify async check in end_report()
Andrey Konovalov
1
-1
/
+1
[next]