index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-26
vsprintf: Limit the length of inlined error messages
Petr Mladek
1
-12
/
+27
2019-04-26
vsprintf: Avoid confusion between invalid address and value
Petr Mladek
2
-1
/
+2
2019-04-26
vsprintf: Prevent crash when dereferencing invalid pointers
Petr Mladek
3
-36
/
+129
2019-04-26
vsprintf: Consolidate handling of unknown pointer specifiers
Petr Mladek
2
-13
/
+18
2019-04-26
vsprintf: Factor out %pO handler as kobject_string()
Petr Mladek
1
-5
/
+12
2019-04-26
vsprintf: Factor out %pV handler as va_format()
Petr Mladek
1
-9
/
+12
2019-04-26
vsprintf: Factor out %p[iI] handler as ip_addr_string()
Petr Mladek
1
-22
/
+30
2019-04-26
vsprintf: Do not check address of well-known strings
Petr Mladek
1
-37
/
+44
2019-04-26
vsprintf: Consistent %pK handling for kptr_restrict == 0
Petr Mladek
1
-4
/
+2
2019-04-26
vsprintf: Shuffle restricted_pointer()
Petr Mladek
1
-49
/
+49
2019-04-15
printk: Tie printk_once / printk_deferred_once into .data.once for reset
Paul Gortmaker
2
-3
/
+3
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
56
-106
/
+106
2019-03-20
lib/test_printf: Switch to bitmap_zalloc()
Andy Shevchenko
1
-2
/
+2
2019-03-09
MAINTAINERS: fix typo in Mimi Zohar's address
Baruch Siach
1
-1
/
+1
2019-03-08
gpio: gpio-omap: fix level interrupt idling
Russell King
1
-6
/
+8
2019-03-08
gpio: amd-fch: Set proper output level for direction_output
Axel Lin
1
-1
/
+10
2019-03-08
x86: apuv2: remove unused variable
Arnd Bergmann
1
-1
/
+0
2019-03-08
gpio: pca953x: Use PCA_LATCH_INT
Andy Shevchenko
1
-5
/
+5
2019-03-08
platform/x86: fix PCENGINES_APU2 Kconfig warning
Randy Dunlap
1
-0
/
+2
2019-03-08
samples/mic/mpssd/mpssd.h: remove duplicate header
Brajeswar Ghosh
1
-3
/
+0
2019-03-08
kernel/fork.c: remove duplicated include
YueHaibing
1
-1
/
+0
2019-03-08
include/linux/relay.h: fix percpu annotation in struct rchan
Luc Van Oostenryck
1
-1
/
+1
2019-03-08
arch/nios2/mm/fault.c: remove duplicate include
Sabyasachi Gupta
1
-1
/
+0
2019-03-08
unicore32: stop printing the virtual memory layout
Geert Uytterhoeven
1
-24
/
+0
2019-03-08
MAINTAINERS: fix GTA02 entry and mark as orphan
Jann Horn
1
-2
/
+3
2019-03-08
mm: create the new vm_fault_t type
Souptick Joarder
3
-48
/
+73
2019-03-08
arm, s390, unicore32: remove oneliner wrappers for memblock_alloc()
Mike Rapoport
3
-25
/
+8
2019-03-08
arch: simplify several early memory allocations
Mike Rapoport
10
-43
/
+18
2019-03-08
openrisc: simplify pte_alloc_one_kernel()
Mike Rapoport
1
-7
/
+4
2019-03-08
sh: prefer memblock APIs returning virtual address
Mike Rapoport
2
-16
/
+7
2019-03-08
microblaze: prefer memblock API returning virtual address
Mike Rapoport
1
-2
/
+3
2019-03-08
powerpc: prefer memblock APIs returning virtual address
Mike Rapoport
9
-51
/
+44
2019-03-08
lib/lzo: separate lzo-rle from lzo
Dave Rodgman
8
-17
/
+226
2019-03-08
lib/lzo: implement run-length encoding
Dave Rodgman
5
-43
/
+181
2019-03-08
lib/lzo: fast 8-byte copy on arm64
Matt Sealey
1
-1
/
+1
2019-03-08
lib/lzo: 64-bit CTZ on arm64
Matt Sealey
1
-1
/
+1
2019-03-08
lib/lzo: tidy-up ifdefs
Dave Rodgman
1
-4
/
+4
2019-03-08
ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_size
Gustavo A. R. Silva
1
-5
/
+1
2019-03-08
ipc: annotate implicit fall through
Mathieu Malaterre
1
-0
/
+1
2019-03-08
init/initramfs.c: provide more details in error messages
David Engraf
1
-3
/
+3
2019-03-08
lib/ubsan: default UBSAN_ALIGNMENT to not set
Anders Roxell
1
-5
/
+9
2019-03-08
scripts/gdb: replace flags (MS_xyz -> SB_xyz)
Jackie Liu
2
-12
/
+12
2019-03-08
kcov: convert kcov.refcount to refcount_t
Elena Reshetova
1
-4
/
+5
2019-03-08
kcov: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-4
/
+2
2019-03-08
kernel/configs: use .incbin directive to embed config_data.gz
Masahiro Yamada
4
-35
/
+21
2019-03-08
configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED
Alexey Brodkin
56
-56
/
+2
2019-03-08
kernel/gcov/gcc_3_4.c: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-4
/
+2
2019-03-08
sysctl: handle overflow for file-max
Christian Brauner
1
-0
/
+3
2019-03-08
sysctl: handle overflow in proc_get_long
Christian Brauner
1
-1
/
+39
2019-03-08
rapidio/mport_cdev: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
[next]