index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
checkpatch: add command-line option for TAB size
Antonio Borneo
2020-04-07
1
-10
/
+16
*
checkpatch: fix multiple const * types
Antonio Borneo
2020-04-07
1
-2
/
+2
*
checkpatch: fix minor typo and mixed space+tab in indentation
Antonio Borneo
2020-04-07
1
-4
/
+4
*
checkpatch: prefer fallthrough; over fallthrough comments
Joe Perches
2020-04-07
1
-0
/
+36
*
checkpatch: support "base-commit:" format
John Hubbard
2020-04-07
1
-1
/
+1
*
checkpatch: check SPDX tags in YAML files
Lubomir Rintel
2020-04-07
1
-1
/
+1
*
checkpatch: remove email address comment from email address comparisons
Joe Perches
2020-04-07
1
-10
/
+29
*
lib/dynamic_debug.c: use address-of operator on section symbols
Nathan Chancellor
2020-04-07
1
-1
/
+1
*
linux/bits.h: add compile time sanity check of GENMASK inputs
Rikard Falkeborn
2020-04-07
1
-2
/
+20
*
lib/test_kmod.c: remove a NULL test
Dan Carpenter
2020-04-07
1
-1
/
+1
*
lib/rbtree: fix coding style of assignments
chenqiwu
2020-04-07
2
-4
/
+4
*
lib/test_bitmap.c: make use of EXP2_IN_BITS
Andy Shevchenko
2020-04-07
1
-0
/
+2
*
percpu_counter: fix a data race at vm_committed_as
Qian Cai
2020-04-07
1
-2
/
+2
*
kasan: stackdepot: move filter_irq_stacks() to stackdepot.c
Alexander Potapenko
2020-04-07
5
-23
/
+29
*
lib/stackdepot.c: build with -fno-builtin
Alexander Potapenko
2020-04-07
1
-0
/
+4
*
lib/stackdepot.c: check depot_index before accessing the stack slab
Alexander Potapenko
2020-04-07
1
-2
/
+13
*
lib: test_stackinit.c: XFAIL switch variable init tests
Kees Cook
2020-04-07
2
-10
/
+19
*
lib/scatterlist: fix sg_copy_buffer() kerneldoc
Geert Uytterhoeven
2020-04-07
1
-1
/
+1
*
lib/ts_kmp.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-07
1
-1
/
+1
*
lib/ts_fsm.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-07
1
-1
/
+1
*
lib/ts_bm.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-07
1
-1
/
+1
*
lib/bch.c: replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-04-07
1
-1
/
+1
*
lib/test_lockup.c: add parameters for locking generic vfs locks
Konstantin Khlebnikov
2020-04-07
1
-0
/
+45
*
lib/test_lockup.c: fix spelling mistake "iteraions" -> "iterations"
Colin Ian King
2020-04-07
1
-1
/
+1
*
lib/test_lockup: test module to generate lockups
Konstantin Khlebnikov
2020-04-07
3
-0
/
+567
*
bitops: always inline sign extension helpers
Josh Poimboeuf
2020-04-07
1
-2
/
+2
*
MAINTAINERS: list the section entries in the preferred order
Joe Perches
2020-04-07
1
-17
/
+18
*
compiler.h: fix error in BUILD_BUG_ON() reporting
Vegard Nossum
2020-04-07
1
-1
/
+1
*
compiler: remove CONFIG_OPTIMIZE_INLINING entirely
Masahiro Yamada
2020-04-07
5
-25
/
+1
*
sparc,x86: vdso: remove meaningless undefining CONFIG_OPTIMIZE_INLINING
Masahiro Yamada
2020-04-07
2
-8
/
+0
*
kernel/extable.c: use address-of operator on section symbols
Nathan Chancellor
2020-04-07
1
-1
/
+2
*
asm-generic: fix unistd_32.h generation format
Michal Simek
2020-04-07
9
-11
/
+9
*
proc: inline m_next_vma into m_next
Matthew Wilcox (Oracle)
2020-04-07
1
-10
/
+8
*
seq_file: remove m->version
Matthew Wilcox (Oracle)
2020-04-07
2
-29
/
+0
*
proc: use ppos instead of m->version
Matthew Wilcox (Oracle)
2020-04-07
1
-4
/
+3
*
proc: remove m_cache_vma
Matthew Wilcox (Oracle)
2020-04-07
1
-32
/
+6
*
proc: inline vma_stop into m_stop
Matthew Wilcox (Oracle)
2020-04-07
1
-19
/
+15
*
proc: speed up /proc/*/statm
Alexey Dobriyan
2020-04-07
1
-16
/
+23
*
proc: faster open/read/close with "permanent" files
Alexey Dobriyan
2020-04-07
11
-54
/
+194
*
fs/proc/inode.c: annotate close_pdeo() for sparse
Jules Irenge
2020-04-07
1
-0
/
+1
*
mm: remove dummy struct bootmem_data/bootmem_data_t
Waiman Long
2020-04-07
2
-3
/
+0
*
mm/dmapool.c: micro-optimisation remove unnecessary branch
Mateusz Nosek
2020-04-07
1
-3
/
+1
*
include/linux/memremap.h: remove stale comments
Ira Weiny
2020-04-07
1
-2
/
+0
*
include/linux/swapops.h: correct guards for non_swap_entry()
Steven Price
2020-04-07
1
-1
/
+2
*
mm: use fallthrough;
Joe Perches
2020-04-07
9
-16
/
+11
*
mm/mm_init.c: clean code. Use BUILD_BUG_ON when comparing compile time constant
Mateusz Nosek
2020-04-07
1
-1
/
+1
*
mm: fix ambiguous comments for better code readability
chenqiwu
2020-04-07
2
-3
/
+3
*
mm/zsmalloc: add missing annotation for unpin_tag()
Jules Irenge
2020-04-07
1
-1
/
+1
*
mm/zsmalloc: add missing annotation for pin_tag()
Jules Irenge
2020-04-07
1
-1
/
+1
*
mm/zsmalloc: add missing annotation for migrate_read_unlock()
Jules Irenge
2020-04-07
1
-1
/
+1
[next]