index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
275
-476
/
+353
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
11
-16
/
+19
2018-10-31
mm: remove nobootmem
Mike Rapoport
3
-129
/
+104
2018-10-31
memblock: rename __free_pages_bootmem to memblock_free_pages
Mike Rapoport
4
-4
/
+4
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
35
-39
/
+39
2018-10-31
memblock: replace free_bootmem_late with memblock_free_late
Mike Rapoport
5
-31
/
+6
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
15
-52
/
+24
2018-10-31
mm: nobootmem: remove bootmem allocation APIs
Mike Rapoport
2
-271
/
+0
2018-10-31
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
19
-26
/
+28
2018-10-31
memblock: replace __alloc_bootmem with memblock_alloc_from
Mike Rapoport
12
-24
/
+36
2018-10-31
memblock: replace alloc_bootmem_pages with memblock_alloc
Mike Rapoport
10
-13
/
+16
2018-10-31
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
Mike Rapoport
7
-11
/
+16
2018-10-31
memblock: replace alloc_bootmem_node with memblock_alloc_node
Mike Rapoport
3
-9
/
+6
2018-10-31
memblock: replace __alloc_bootmem_node with appropriate memblock_ API
Mike Rapoport
4
-12
/
+14
2018-10-31
memblock: replace alloc_bootmem_pages_node with memblock_alloc_node
Mike Rapoport
1
-4
/
+4
2018-10-31
memblock: add align parameter to memblock_alloc_node()
Mike Rapoport
2
-3
/
+3
2018-10-31
memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanic
Mike Rapoport
2
-4
/
+4
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
[next]