index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
jffs2: pass the correct prototype to read_cache_page
Christoph Hellwig
2019-07-12
3
-4
/
+4
*
mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page
Christoph Hellwig
2019-07-12
2
-6
/
+7
*
mm/filemap.c: fix an overly long line in read_cache_page
Christoph Hellwig
2019-07-12
1
-1
/
+2
*
mm, debug_pagealloc: use a page type instead of page_ext flag
Vlastimil Babka
2019-07-12
7
-54
/
+17
*
mm, page_alloc: more extensive free page checking with debug_pagealloc
Vlastimil Babka
2019-07-12
2
-14
/
+52
*
mm, debug_pagelloc: use static keys to enable debugging
Vlastimil Babka
2019-07-12
2
-10
/
+28
*
mm/failslab.c: by default, do not fail allocations with direct reclaim only
Nicolas Boichat
2019-07-12
1
-1
/
+2
*
include/linux/pagemap.h: document trylock_page() return value
Andrew Morton
2019-07-12
1
-0
/
+3
*
mm: remove the exporting of totalram_pages
Denis Efremov
2019-07-12
1
-2
/
+0
*
include/linux/vmpressure.h: use spinlock_t instead of struct spinlock
Sebastian Andrzej Siewior
2019-07-12
1
-1
/
+1
*
mm/page_isolation.c: change the prototype of undo_isolate_page_range()
Pingfan Liu
2019-07-12
2
-3
/
+2
*
mm: remove the account_page_dirtied export
Christoph Hellwig
2019-07-12
1
-1
/
+0
*
include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_info
Alexey Dobriyan
2019-07-12
1
-0
/
+2
*
mm: make !CONFIG_HUGE_PAGE wrappers into static inlines
Jason Gunthorpe
2019-07-12
1
-16
/
+86
*
mm/memory.c: trivial clean up in insert_page()
Miklos Szeredi
2019-07-12
1
-2
/
+0
*
mm/gup.c: make follow_page_mask() static
Bharath Vedartham
2019-07-12
1
-1
/
+1
*
sparc: remove ARCH_SELECT_MEMORY_MODEL
Mike Rapoport
2019-07-12
1
-3
/
+0
*
s390: remove ARCH_SELECT_MEMORY_MODEL
Mike Rapoport
2019-07-12
1
-3
/
+0
*
arm: remove ARCH_SELECT_MEMORY_MODEL
Mike Rapoport
2019-07-12
1
-3
/
+0
*
include/linux/pfn_t.h: remove pfn_t_to_virt()
Andrew Morton
2019-07-12
1
-7
/
+0
*
mm/kasan: add object validation in ksize()
Marco Elver
2019-07-12
2
-3
/
+26
*
mm/slab: refactor common ksize KASAN logic into slab_common.c
Marco Elver
2019-07-12
5
-31
/
+36
*
lib/test_kasan: Add test for double-kzfree detection
Marco Elver
2019-07-12
1
-0
/
+17
*
mm/kasan: change kasan_check_{read,write} to return boolean
Marco Elver
2019-07-12
5
-26
/
+47
*
mm/kasan: introduce __kasan_check_{read,write}
Marco Elver
2019-07-12
2
-9
/
+26
*
asm-generic, x86: add bitops instrumentation for KASAN
Marco Elver
2019-07-12
3
-152
/
+302
*
x86: use static_cpu_has in uaccess region to avoid instrumentation
Marco Elver
2019-07-12
2
-2
/
+2
*
lib/test_kasan: add bitops tests
Marco Elver
2019-07-12
1
-3
/
+78
*
mm/kasan: print frame description for stack bugs
Marco Elver
2019-07-12
2
-0
/
+170
*
docs: kmemleak: add more documentation details
André Almeida
2019-07-12
1
-4
/
+44
*
mm/kmemleak.c: change error at _write when kmemleak is disabled
André Almeida
2019-07-12
1
-1
/
+1
*
mm/kmemleak.c: fix check for softirq context
Dmitry Vyukov
2019-07-12
1
-1
/
+1
*
slub: don't panic for memcg kmem cache creation failure
Shakeel Butt
2019-07-12
1
-4
/
+0
*
mm/slub.c: avoid double string traverse in kmem_cache_flags()
Yury Norov
2019-07-12
1
-3
/
+1
*
lkdtm/heap: add tests for freelist hardening
Kees Cook
2019-07-12
3
-0
/
+82
*
mm/slab: sanity-check page type when looking up cache
Kees Cook
2019-07-12
2
-11
/
+22
*
mm/slab: validate cache membership under freelist hardening
Kees Cook
2019-07-12
1
-8
/
+6
*
ocfs2: use kmemdup rather than duplicating its implementation
Fuqian Huang
2019-07-12
2
-9
/
+7
*
fs/ocfs2/dlmglue.c: unneeded variable: "status"
Hariprasad Kelam
2019-07-12
1
-2
/
+1
*
ocfs: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-07-12
13
-261
/
+73
*
ocfs2: add first lock wait time in locking_state
Gang He
2019-07-12
2
-3
/
+30
*
ocfs2: add locking filter debugfs file
Gang He
2019-07-12
2
-0
/
+40
*
ocfs2: add last unlock times in locking_state
Gang He
2019-07-12
2
-3
/
+16
*
ocfs2/dlm: use struct_size() helper
Gustavo A. R. Silva
2019-07-12
1
-5
/
+3
*
fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat"
ChenGang
2019-07-12
4
-4
/
+4
*
sh: prevent warnings when using iounmap
Sam Ravnborg
2019-07-12
1
-1
/
+5
*
sh: config: remove left-over BACKLIGHT_LCD_SUPPORT
Krzysztof Kozlowski
2019-07-12
2
-2
/
+0
*
arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFS
Kefeng Wang
2019-07-12
1
-1
/
+0
*
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
2019-07-12
1
-0
/
+33
*
scripts/decode_stacktrace: Accept dash/underscore in modules
Evan Green
2019-07-12
1
-1
/
+1
[next]