index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arc
/
kernel
/
kgdb.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
memblock: replace alloc_bootmem_low with memblock_alloc_low (2)
Mike Rapoport
2
-3
/
+4
2018-10-31
memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanic
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...
Mike Rapoport
1
-2
/
+4
2018-10-31
memblock: replace alloc_bootmem_low with memblock_alloc_low
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace alloc_bootmem_align with memblock_alloc
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
37
-105
/
+105
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
30
-51
/
+50
2018-10-31
mm: nobootmem: remove dead code
Mike Rapoport
2
-61
/
+0
2018-10-31
mm: remove bootmem allocator implementation.
Mike Rapoport
2
-827
/
+0
2018-10-31
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
40
-199
/
+11
2018-10-31
mm: remove CONFIG_NO_BOOTMEM
Mike Rapoport
29
-76
/
+4
2018-10-31
percpu: remove PER_CPU_DEF_ATTRIBUTES macro
Alexander Pateenok
2
-8
/
+2
2018-10-31
kbuild: fix kernel/bounds.c 'W=1' warning
Arnd Bergmann
1
-1
/
+3
2018-10-31
lib/lz4: update LZ4 decompressor module
Gao Xiang
2
-141
/
+349
2018-10-31
ipc: IPCMNI limit check for semmni
Waiman Long
2
-1
/
+31
2018-10-31
ipc: IPCMNI limit check for msgmni and shmmni
Waiman Long
1
-2
/
+5
2018-10-31
kernel/panic.c: filter out a potential trailing newline
Borislav Petkov
1
-2
/
+6
2018-10-31
kernel/panic.c: do not append newline to the stack protector panic string
Borislav Petkov
1
-1
/
+1
2018-10-31
include/linux/signal.h: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+6
2018-10-31
kernel/signal.c: fix a comment error
Weikang Shi
2
-3
/
+3
2018-10-31
fat: truncate inode timestamp updates in setattr
Frank Sorenson
1
-0
/
+12
2018-10-31
fat: change timestamp updates to use fat_truncate_time
Frank Sorenson
5
-20
/
+20
2018-10-31
fat: add functions to update and truncate timestamps appropriately
Frank Sorenson
6
-0
/
+87
2018-10-31
fat: create a function to calculate the timezone offest
Frank Sorenson
1
-7
/
+9
2018-10-31
fat: expand a slightly out-of-date comment
Mihir Mehta
1
-1
/
+3
2018-10-31
reiserfs: remove workaround code for GCC 3.x
Masahiro Yamada
1
-9
/
+0
2018-10-31
reiserfs: propagate errors from fill_with_dentries() properly
Jann Horn
1
-0
/
+7
2018-10-31
fs/hfs/extent.c: fix array out of bounds read of array extent
Colin Ian King
1
-1
/
+1
2018-10-31
hfs: update timestamp on truncate()
Ernesto A. Fernández
1
-0
/
+2
2018-10-31
hfsplus: update timestamps on truncate()
Ernesto A. Fernández
1
-0
/
+1
2018-10-31
hfs: fix return value of hfs_get_block()
Ernesto A. Fernández
1
-1
/
+3
2018-10-31
hfsplus: fix return value of hfsplus_get_block()
Ernesto A. Fernández
1
-1
/
+3
2018-10-31
hfs: prevent btree data loss on ENOSPC
Ernesto A. Fernández
4
-16
/
+46
2018-10-31
hfsplus: prevent btree data loss on ENOSPC
Ernesto A. Fernández
5
-16
/
+68
2018-10-31
hfs: fix BUG on bnode parent update
Ernesto A. Fernández
1
-0
/
+1
2018-10-31
hfs: prevent btree data loss on root split
Ernesto A. Fernández
1
-0
/
+4
2018-10-31
hfsplus: fix BUG on bnode parent update
Ernesto A. Fernández
1
-0
/
+1
2018-10-31
hfsplus: prevent btree data loss on root split
Ernesto A. Fernández
1
-0
/
+4
2018-10-31
init/do_mounts.c: add root=PARTLABEL=<name> support
Nikolaus Voss
1
-0
/
+31
2018-10-31
checkpatch: remove GCC_BINARY_CONSTANT warning
Christophe Leroy
1
-11
/
+0
2018-10-31
include/linux/compat.h: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+3
2018-10-31
lib/kstrtox.c: delete unnecessary casts
Alexey Dobriyan
1
-8
/
+8
2018-10-31
lib/rbtree.c: fix typo in comment of rb_insert_augmented()
Wei Yang
1
-2
/
+2
2018-10-31
lib/sg_pool.c: remove unnecessary null check when freeing object
zhong jiang
1
-4
/
+3
2018-10-31
lib/zlib_inflate/inflate.c: remove fall through warnings
Corentin Labbe
1
-0
/
+12
2018-10-31
lib/parser.c: switch match_number() over to use match_strdup()
Eric Biggers
1
-4
/
+1
2018-10-31
lib/parser.c: switch match_u64int() over to use match_strdup()
Eric Biggers
1
-4
/
+1
2018-10-31
lib/parser.c: switch match_strdup() over to use kmemdup_nul()
Eric Biggers
1
-5
/
+1
2018-10-31
lib/bitmap.c: simplify bitmap_print_to_pagebuf()
Rasmus Villemoes
1
-5
/
+2
2018-10-31
lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebuf
Rasmus Villemoes
1
-4
/
+6
[next]