index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-28
mm/readahead.c: simplify get_next_ra_size()
Gao Xiang
1
-7
/
+5
2018-12-28
writeback: don't decrement wb->refcnt if !wb->bdi
Anders Roxell
1
-0
/
+8
2018-12-28
mm/mmu_notifier.c: remove mmu_notifier_synchronize()
Sean Christopherson
2
-8
/
+0
2018-12-28
mm/hotplug: optimize clear_hwpoisoned_pages()
Balbir Singh
1
-0
/
+9
2018-12-28
mm/page_owner: clamp read count to PAGE_SIZE
Miles Chen
1
-0
/
+1
2018-12-28
include/linux/slab.h: fix sparse warning in kmalloc_type()
Vlastimil Babka
1
-12
/
+12
2018-12-28
mm/slub.c: record final state of slub action in deactivate_slab()
Wei Yang
1
-14
/
+7
2018-12-28
mm/slub.c: page is always non-NULL in node_match()
Wei Yang
1
-1
/
+1
2018-12-28
mm/slub.c: remove validation on cpu_slab in __flush_cpu_slab()
Wei Yang
1
-5
/
+3
2018-12-28
mm, slab: remove unnecessary unlikely()
Yangtao Li
1
-3
/
+1
2018-12-28
ocfs2: don't clear bh uptodate for block read
Junxiao Bi
1
-2
/
+0
2018-12-28
ocfs2: clear journal dirty flag after shutdown journal
Junxiao Bi
1
-4
/
+2
2018-12-28
ocfs2: fix panic due to unrecovered local alloc
Junxiao Bi
1
-2
/
+7
2018-12-28
ocfs2: improve ocfs2 Makefile
Larry Chen
3
-3
/
+3
2018-12-28
ocfs2: remove set but not used variable 'lastzero'
zhong jiang
1
-2
/
+1
2018-12-28
ocfs2: dlmfs: remove set but not used variable 'status'
zhong jiang
1
-2
/
+1
2018-12-28
ocfs2: optimize the reading of heartbeat data
Jia Guo
1
-5
/
+12
2018-12-28
debugobjects: call debug_objects_mem_init eariler
Qian Cai
2
-6
/
+4
2018-12-28
sh: lib: convert to SPDX identifiers
Kuninori Morimoto
13
-240
/
+44
2018-12-28
sh: kernel: convert to SPDX identifiers
Kuninori Morimoto
44
-189
/
+51
2018-12-28
sh: cpu: convert to SPDX identifiers
Kuninori Morimoto
6
-25
/
+6
2018-12-28
sh: shmobile: convert to SPDX identifiers
Kuninori Morimoto
4
-13
/
+5
2018-12-28
sh: sh5: convert to SPDX identifiers
Kuninori Morimoto
7
-30
/
+9
2018-12-28
sh: sh4a: convert to SPDX identifiers
Kuninori Morimoto
37
-194
/
+38
2018-12-28
sh: sh4: convert to SPDX identifiers
Kuninori Morimoto
9
-36
/
+9
2018-12-28
sh: sh3: convert to SPDX identifiers
Kuninori Morimoto
16
-68
/
+20
2018-12-28
sh: sh2a: convert to SPDX identifiers
Kuninori Morimoto
19
-78
/
+21
2018-12-28
sh: sh2: convert to SPDX identifiers
Kuninori Morimoto
7
-26
/
+9
2018-12-28
sh: include: convert to SPDX identifiers
Kuninori Morimoto
83
-357
/
+142
2018-12-28
sh: drivers: convert to SPDX identifiers
Kuninori Morimoto
33
-124
/
+41
2018-12-28
sh: boards: convert to SPDX identifiers
Kuninori Morimoto
95
-291
/
+102
2018-12-28
arch/sh/boards/mach-kfr2r09/setup.c: drop pointless static qualifier in kfr2r...
YueHaibing
1
-1
/
+1
2018-12-28
arch/sh/boards/mach-kfr2r09/setup.c: fix struct mtd_oob_ops build warning
Randy Dunlap
1
-1
/
+0
2018-12-28
scripts/tags.sh: add more declarations
Kirill Tkhai
1
-2
/
+11
2018-12-28
scripts: add spdxcheck.py self test
Thierry Reding
1
-0
/
+12
2018-12-28
scripts/checkstack.pl: dynamic stack growth for aarch64
Qian Cai
1
-0
/
+2
2018-12-28
scripts/decode_stacktrace: only strip base path when a prefix of the path
Marc Zyngier
1
-1
/
+1
2018-12-28
scripts/decodecode: set ARCH when running natively on arm/arm64
Marc Zyngier
1
-0
/
+7
2018-12-28
bloat-o-meter: ignore __addressable_ symbols
Rasmus Villemoes
1
-0
/
+1
2018-12-28
kasan: add SPDX-License-Identifier mark to source files
Andrey Konovalov
8
-0
/
+8
2018-12-28
kasan: update documentation
Andrey Konovalov
1
-94
/
+138
2018-12-28
kasan, arm64: select HAVE_ARCH_KASAN_SW_TAGS
Andrey Konovalov
1
-0
/
+1
2018-12-28
kasan: add __must_check annotations to kasan hooks
Andrey Konovalov
2
-12
/
+19
2018-12-28
kasan, mm, arm64: tag non slab memory allocated via pagealloc
Andrey Konovalov
7
-4
/
+72
2018-12-28
kasan, arm64: add brk handler for inline instrumentation
Andrey Konovalov
3
-0
/
+65
2018-12-28
kasan: add hooks implementation for tag-based mode
Andrey Konovalov
3
-19
/
+153
2018-12-28
mm: move obj_to_index to include/linux/slab_def.h
Andrey Konovalov
2
-13
/
+13
2018-12-28
kasan: add bug reporting routines for tag-based mode
Andrey Konovalov
4
-37
/
+59
2018-12-28
kasan: split out generic_report.c from report.c
Andrey Konovalov
5
-185
/
+257
2018-12-28
kasan, mm: perform untagged pointers comparison in krealloc
Andrey Konovalov
1
-1
/
+1
[prev]
[next]