index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
Kconfig.iosched
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-06-08
asm-generic: improve the flush_dcache_page stub
Christoph Hellwig
1
-3
/
+3
2020-06-08
asm-generic: don't include <linux/mm.h> in cacheflush.h
Christoph Hellwig
5
-5
/
+7
2020-06-08
asm-generic: fix the inclusion guards for cacheflush.h
Christoph Hellwig
1
-3
/
+3
2020-06-08
unicore32: remove flush_cache_user_range
Christoph Hellwig
1
-8
/
+0
2020-06-08
powerpc: unexport flush_icache_user_range
Christoph Hellwig
1
-1
/
+0
2020-06-08
nds32: unexport flush_icache_page
Christoph Hellwig
1
-1
/
+0
2020-06-08
arm: fix the flush_icache_range arguments in set_fiq_handler
Christoph Hellwig
1
-2
/
+2
2020-06-08
vhost: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-3
/
+2
2020-06-08
docs: mm/gup: pin_user_pages.rst: add a "case 5"
John Hubbard
1
-0
/
+18
2020-06-08
mm/gup: documentation fix for pin_user_pages*() APIs
John Hubbard
1
-9
/
+0
2020-06-08
mm/gup: frame_vector: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-4
/
+3
2020-06-08
mm/gup: introduce pin_user_pages_locked()
John Hubbard
2
-0
/
+37
2020-06-08
mm/gup: update pin_user_pages.rst for "case 3" (mmu notifiers)
John Hubbard
1
-14
/
+19
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
7
-27
/
+32
2020-06-08
kernel/sysctl.c: ignore out-of-range taint bits introduced via kernel.tainted
Rafael Aquini
1
-3
/
+2
2020-06-08
panic: add sysctl to dump all CPUs backtraces on oops event
Guilherme G. Piccoli
4
-0
/
+44
2020-06-08
kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...
Guilherme G. Piccoli
4
-2
/
+50
2020-06-08
kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases
Guilherme G. Piccoli
3
-35
/
+19
2020-06-08
lib/test_sysctl: support testing of sysctl. boot parameter
Vlastimil Babka
2
-0
/
+55
2020-06-08
tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=y
Vlastimil Babka
1
-1
/
+1
2020-06-08
kernel/hung_task convert hung_task_panic boot parameter to sysctl
Vlastimil Babka
3
-11
/
+2
2020-06-08
kernel/sysctl: support handling command line aliases
Vlastimil Babka
2
-16
/
+41
2020-06-08
kernel/sysctl: support setting sysctl parameters from kernel command line
Vlastimil Babka
4
-0
/
+122
2020-06-08
xarray.h: correct return code documentation for xa_store_{bh,irq}()
Manfred Spraul
1
-2
/
+2
2020-06-08
kernel: add panic_on_taint
Rafael Aquini
6
-1
/
+75
2020-06-08
dynamic_debug: add an option to enable dynamic debug for modules only
Orson Zhai
10
-14
/
+46
2020-06-08
ipc/namespace.c: use a work queue to free_ipc
Giuseppe Scrivano
2
-2
/
+24
2020-06-08
ipc/msg: add missing annotation for freeque()
Jules Irenge
1
-0
/
+2
2020-06-08
mm/page_idle.c: skip offline pages
SeongJae Park
1
-5
/
+2
2020-06-06
hpfs: fix warning due to superfluous semicolon
Zou Wei
1
-1
/
+1
2020-06-06
kbuild: add variables for compression tools
Denis Efremov
10
-24
/
+45
2020-06-06
Makefile: install modules.builtin even if CONFIG_MODULES=n
Jonas Zeiger
1
-3
/
+11
2020-06-06
mksysmap: Fix the mismatch of '.L' symbols in System.map
ashimida
1
-1
/
+1
2020-06-06
kbuild: doc: rename LDFLAGS to KBUILD_LDFLAGS
Masahiro Yamada
1
-2
/
+2
2020-06-06
modpost: change elf_info->size to size_t
Masahiro Yamada
2
-6
/
+5
2020-06-06
modpost: remove is_vmlinux() helper
Masahiro Yamada
1
-15
/
+1
2020-06-06
modpost: strip .o from modname before calling new_module()
Masahiro Yamada
2
-10
/
+12
2020-06-06
modpost: set have_vmlinux in new_module()
Masahiro Yamada
1
-5
/
+3
2020-06-06
modpost: remove mod->skip struct member
Masahiro Yamada
2
-7
/
+3
2020-06-06
modpost: add mod->is_vmlinux struct member
Masahiro Yamada
2
-9
/
+11
2020-06-06
modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()
Masahiro Yamada
1
-12
/
+8
2020-06-06
modpost: remove mod->is_dot_o struct member
Masahiro Yamada
2
-13
/
+2
2020-06-06
modpost: move -d option in scripts/Makefile.modpost
Masahiro Yamada
1
-3
/
+1
2020-06-06
modpost: remove -s option
Masahiro Yamada
2
-9
/
+3
2020-06-06
modpost: remove get_next_text() and make {grab,release_}file static
Masahiro Yamada
2
-39
/
+2
2020-06-06
modpost: use read_text_file() and get_line() for reading text files
Masahiro Yamada
2
-17
/
+14
2020-06-06
modpost: avoid false-positive file open error
Masahiro Yamada
1
-4
/
+3
2020-06-06
modpost: fix potential mmap'ed file overrun in get_src_version()
Masahiro Yamada
1
-17
/
+11
2020-06-06
modpost: add read_text_file() and get_line() helpers
Masahiro Yamada
2
-0
/
+51
2020-06-06
modpost: do not call get_modinfo() for vmlinux(.o)
Masahiro Yamada
1
-21
/
+24
[next]