index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-06
mm: stop filemap_read() from grabbing a superfluous page
David Howells
1
-0
/
+3
2021-11-06
mm/page_ext.c: fix a comment
Yinan Zhang
1
-1
/
+1
2021-11-06
percpu: add __alloc_size attributes for better bounds checking
Kees Cook
1
-3
/
+3
2021-11-06
mm/page_alloc: add __alloc_size attributes for better bounds checking
Kees Cook
1
-2
/
+2
2021-11-06
mm/vmalloc: add __alloc_size attributes for better bounds checking
Kees Cook
1
-11
/
+11
2021-11-06
mm/kvmalloc: add __alloc_size attributes for better bounds checking
Kees Cook
1
-8
/
+8
2021-11-06
slab: add __alloc_size attributes for better bounds checking
Kees Cook
1
-28
/
+33
2021-11-06
slab: clean up function prototypes
Kees Cook
1
-34
/
+34
2021-11-06
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
5
-1
/
+47
2021-11-06
rapidio: avoid bogus __alloc_size warning
Kees Cook
1
-4
/
+5
2021-11-06
kasan: test: bypass __alloc_size checks
Kees Cook
2
-1
/
+9
2021-11-06
mm: debug_vm_pgtable: don't use __P000 directly
Guo Ren
1
-3
/
+4
2021-11-06
mm/smaps: simplify shmem handling of pte holes
Peter Xu
1
-10
/
+12
2021-11-06
mm/smaps: use vma->vm_pgoff directly when counting partial swap
Peter Xu
1
-3
/
+2
2021-11-06
mm/smaps: fix shmem pte hole swap calculation
Peter Xu
1
-2
/
+4
2021-11-06
kasan: test: add memcpy test that avoids out-of-bounds write
Peter Collingbourne
1
-1
/
+17
2021-11-06
kasan: fix tag for large allocations when using CONFIG_SLAB
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-11-06
workqueue, kasan: avoid alloc_pages() when recording stack
Marco Elver
1
-1
/
+1
2021-11-06
kasan: generic: introduce kasan_record_aux_stack_noalloc()
Marco Elver
2
-2
/
+14
2021-11-06
kasan: common: provide can_alloc in kasan_save_stack()
Marco Elver
3
-5
/
+5
2021-11-06
lib/stackdepot: introduce __stack_depot_save()
Marco Elver
2
-6
/
+41
2021-11-06
lib/stackdepot: remove unused function argument
Marco Elver
1
-5
/
+4
2021-11-06
lib/stackdepot: include gfp.h
Marco Elver
1
-0
/
+2
2021-11-06
mm: don't include <linux/dax.h> in <linux/mempolicy.h>
Christoph Hellwig
2
-1
/
+1
2021-11-06
mm: disable NUMA_BALANCING_DEFAULT_ENABLED and TRANSPARENT_HUGEPAGE on PREEMP...
Sebastian Andrzej Siewior
2
-2
/
+2
2021-11-06
mm, slub: use prefetchw instead of prefetch
Hyeonggon Yoo
1
-1
/
+1
2021-11-06
mm/slub: increase default cpu partial list sizes
Vlastimil Babka
1
-4
/
+4
2021-11-06
mm, slub: change percpu partial accounting from objects to pages
Vlastimil Babka
3
-43
/
+61
2021-11-06
slub: add back check for free nonslab objects
Kefeng Wang
1
-1
/
+3
2021-11-06
mm/slab.c: remove useless lines in enable_cpucache()
Shi Lei
1
-3
/
+0
2021-11-06
mm: move kvmalloc-related functions to slab.h
Matthew Wilcox (Oracle)
4
-34
/
+36
2021-11-06
d_path: fix Kernel doc validator complaining
Jia He
1
-5
/
+3
2021-11-06
fs/posix_acl.c: avoid -Wempty-body warning
Arnd Bergmann
1
-2
/
+1
2021-11-06
ocfs2: do not zero pages beyond i_size
Jan Kara
1
-7
/
+12
2021-11-06
ocfs2: fix data corruption on truncate
Jan Kara
1
-2
/
+6
2021-11-06
ocfs2/dlm: remove redundant assignment of variable ret
Colin Ian King
1
-1
/
+0
2021-11-06
ocfs2: cleanup journal init and shutdown
Valentin Vidic
4
-46
/
+27
2021-11-06
ocfs2: fix handle refcount leak in two exception handling paths
Chenyuan Mi
1
-0
/
+2
2021-11-06
scripts/decodecode: fix faulting instruction no print when opps.file is DOS f...
weidonghui
1
-1
/
+1
2021-11-06
scripts/spelling.txt: fix "mistake" version of "synchronization"
Sven Eckelmann
1
-1
/
+1
2021-11-06
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
1
-0
/
+16
2021-10-31
Linux 5.15
Linus Torvalds
1
-2
/
+2
2021-10-31
Merge tag 'perf-tools-fixes-for-v5.15-2021-10-31' of git://git.kernel.org/pub...
Linus Torvalds
3
-6
/
+12
2021-10-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-25
/
+61
2021-10-31
perf script: Fix PERF_SAMPLE_WEIGHT_STRUCT support
Kan Liang
1
-1
/
+1
2021-10-31
perf callchain: Fix compilation on powerpc with gcc11+
Jiri Olsa
1
-1
/
+1
2021-10-31
perf script: Check session->header.env.arch before using it
Song Liu
1
-4
/
+8
2021-10-31
perf build: Suppress 'rm dlfilter' build message
Adrian Hunter
1
-0
/
+2
2021-10-30
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
6
-295
/
+15
2021-10-30
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-5
/
+5
[next]