index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
test_hexdump.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-05-01
kbuild: replace LANG=C with LC_ALL=C
Masahiro Yamada
7
-7
/
+7
2021-05-01
Makefile: Move -Wno-unused-but-set-variable out of GCC only block
Nathan Chancellor
1
-4
/
+4
2021-05-01
kbuild: add a script to remove stale generated files
Masahiro Yamada
3
-8
/
+36
2021-05-01
kbuild: update config_data.gz only when the content of .config is changed
Masahiro Yamada
2
-2
/
+8
2021-05-01
.gitignore: ignore only top-level modules.builtin
Masahiro Yamada
1
-1
/
+1
2021-05-01
.gitignore: move tags and TAGS close to other tag files
Masahiro Yamada
1
-2
/
+4
2021-05-01
kernel/.gitgnore: remove stale timeconst.h and hz.bc
Masahiro Yamada
1
-2
/
+0
2021-05-01
usr/include: refactor .gitignore
Masahiro Yamada
1
-3
/
+1
2021-05-01
genksyms: fix stale comment
Masahiro Yamada
1
-1
/
+1
2021-05-01
kbuild: add comment about why cmd_shipped uses 'cat'
Masahiro Yamada
1
-0
/
+3
2021-05-01
sparc: syscalls: switch to generic syscallshdr.sh
Masahiro Yamada
2
-43
/
+4
2021-05-01
sparc: syscalls: switch to generic syscalltbl.sh
Masahiro Yamada
5
-56
/
+12
2021-05-01
sh: syscalls: switch to generic syscallhdr.sh
Masahiro Yamada
2
-41
/
+2
2021-05-01
sh: syscalls: switch to generic syscalltbl.sh
Masahiro Yamada
2
-37
/
+2
2021-04-30
mm/memory-failure: unnecessary amount of unmapping
Jane Chu
1
-1
/
+1
2021-04-30
mm/mmzone.h: fix existing kernel-doc comments and link them to core-api
Mike Rapoport
2
-19
/
+25
2021-04-30
mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1
Sergei Trofimovich
1
-13
/
+17
2021-04-30
net: page_pool: use alloc_pages_bulk in refill code path
Jesper Dangaard Brouer
2
-27
/
+57
2021-04-30
net: page_pool: refactor dma_map into own function page_pool_dma_map
Jesper Dangaard Brouer
1
-19
/
+26
2021-04-30
SUNRPC: refresh rq_pages using a bulk page allocator
Chuck Lever
1
-16
/
+15
2021-04-30
SUNRPC: set rq_page_end differently
Chuck Lever
1
-4
/
+3
2021-04-30
mm/page_alloc: inline __rmqueue_pcplist
Jesper Dangaard Brouer
1
-1
/
+2
2021-04-30
mm/page_alloc: optimize code layout for __alloc_pages_bulk
Jesper Dangaard Brouer
1
-3
/
+3
2021-04-30
mm/page_alloc: add an array-based interface to the bulk page allocator
Mel Gorman
2
-19
/
+54
2021-04-30
mm/page_alloc: add a bulk page allocator
Mel Gorman
2
-0
/
+129
2021-04-30
mm/page_alloc: rename alloced to allocated
Mel Gorman
1
-4
/
+4
2021-04-30
mm/page_alloc: duplicate include linux/vmalloc.h
zhouchuangao
1
-2
/
+0
2021-04-30
mm, page_alloc: avoid page_to_pfn() in move_freepages()
Kefeng Wang
1
-15
/
+13
2021-04-30
mm/Kconfig: remove default DISCONTIGMEM_MANUAL
Geert Uytterhoeven
1
-1
/
+0
2021-04-30
mm: page_alloc: dump migrate-failed pages
Minchan Kim
1
-0
/
+22
2021-04-30
mm/mempolicy: fix mpol_misplaced kernel-doc
Matthew Wilcox (Oracle)
2
-7
/
+5
2021-04-30
mm/mempolicy: rewrite alloc_pages_vma documentation
Matthew Wilcox (Oracle)
1
-21
/
+13
2021-04-30
mm/mempolicy: rewrite alloc_pages documentation
Matthew Wilcox (Oracle)
1
-11
/
+10
2021-04-30
mm/mempolicy: rename alloc_pages_current to alloc_pages
Matthew Wilcox (Oracle)
2
-10
/
+4
2021-04-30
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
7
-21
/
+13
2021-04-30
mm/page_alloc: rename gfp_mask to gfp
Matthew Wilcox (Oracle)
1
-9
/
+9
2021-04-30
mm/page_alloc: rename alloc_mask to alloc_gfp
Matthew Wilcox (Oracle)
1
-9
/
+10
2021-04-30
include/linux/page-flags-layout.h: cleanups
Yu Zhao
2
-37
/
+29
2021-04-30
include/linux/page-flags-layout.h: correctly determine LAST_CPUPID_WIDTH
Yu Zhao
1
-1
/
+1
2021-04-30
mm: remove lru_add_drain_all in alloc_contig_range
Minchan Kim
1
-2
/
+0
2021-04-30
mm/page_alloc: drop pr_info_ratelimited() in alloc_contig_range()
David Hildenbrand
1
-2
/
+0
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
30
-42
/
+7
2021-04-30
irq_work: record irq_work_queue() call stack
Zqiang
1
-1
/
+6
2021-04-30
kasan: detect false-positives in tests
Andrey Konovalov
1
-26
/
+29
2021-04-30
kasan: record task_work_add() call stack
Walter Wu
2
-1
/
+4
2021-04-30
kasan: docs: update tests section
Andrey Konovalov
1
-17
/
+15
2021-04-30
kasan: docs: update ignoring accesses section
Andrey Konovalov
1
-4
/
+30
2021-04-30
kasan: docs: update shadow memory section
Andrey Konovalov
1
-17
/
+14
2021-04-30
kasan: docs: update HW_TAGS implementation details section
Andrey Konovalov
1
-13
/
+13
2021-04-30
kasan: docs: update SW_TAGS implementation details section
Andrey Konovalov
1
-20
/
+19
[next]