index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
nvdimm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-24
sysctl: use min() helper for namecmp()
Masahiro Yamada
1
-6
/
+1
2021-04-24
kbuild: add support for zstd compressed modules
Piotr Gorski
2
-1
/
+13
2021-04-24
kbuild: remove CONFIG_MODULE_COMPRESS
Masahiro Yamada
1
-19
/
+26
2021-04-24
kbuild: merge scripts/Makefile.modsign to scripts/Makefile.modinst
Masahiro Yamada
3
-45
/
+29
2021-04-24
kbuild: move module strip/compression code into scripts/Makefile.modinst
Masahiro Yamada
2
-40
/
+68
2021-04-24
kbuild: refactor scripts/Makefile.modinst
Masahiro Yamada
2
-19
/
+23
2021-04-24
kbuild: rename extmod-prefix to extmod_prefix
Masahiro Yamada
1
-10
/
+10
2021-04-24
kbuild: check module name conflict for external modules as well
Masahiro Yamada
2
-7
/
+7
2021-04-24
kbuild: show the target directory for depmod log
Masahiro Yamada
1
-1
/
+1
2021-04-24
kbuild: unify modules(_install) for in-tree and external modules
Masahiro Yamada
1
-49
/
+36
2021-04-24
kbuild: remove unneeded mkdir for external modules_install
Masahiro Yamada
1
-2
/
+0
2021-04-24
scripts: modpost.c: Fix a few typos
Bhaskar Chowdhury
1
-4
/
+4
2021-04-24
kbuild: fix false-positive modpost warning when all symbols are trimmed
Masahiro Yamada
2
-15
/
+17
2021-04-24
kbuild: do not set -w for vmlinux.o modpost
Masahiro Yamada
1
-3
/
+5
2021-04-24
kbuild: generate Module.symvers only when vmlinux exists
Masahiro Yamada
5
-16
/
+18
2021-04-24
arm64: move --fix-cortex-a53-843419 linker test to Kconfig
Masahiro Yamada
2
-1
/
+4
2021-04-24
kbuild: dwarf: use AS_VERSION instead of test_dwarf5_support.sh
Masahiro Yamada
2
-10
/
+1
2021-04-24
kbuild: check the minimum assembler version in Kconfig
Masahiro Yamada
6
-3
/
+110
2021-04-24
kbuild: collect minimum tool versions into scripts/min-tool-version.sh
Masahiro Yamada
3
-22
/
+48
2021-04-24
kbuild: replace sed with $(subst ) or $(patsubst )
Masahiro Yamada
2
-2
/
+2
2021-04-24
docs: kbuild: Fix a typo in the file Kconfig.recursion-issue-02
Bhaskar Chowdhury
1
-1
/
+1
2021-04-24
Makefile: Only specify '--prefix=' when building with clang + GNU as
Nathan Chancellor
1
-2
/
+2
2021-04-24
Makefile: Remove '--gcc-toolchain' flag
Nathan Chancellor
1
-4
/
+0
2021-04-24
kbuild: move $(strip ) to suffix-search definition
Masahiro Yamada
1
-3
/
+3
2021-04-24
kbuild: rename multi-used-* to multi-obj-*
Masahiro Yamada
2
-8
/
+8
2021-04-24
kbuild: apply fixdep logic to link-vmlinux.sh
Rasmus Villemoes
2
-1
/
+5
2021-04-24
kbuild: add CONFIG_VMLINUX_MAP expert option
Rasmus Villemoes
4
-0
/
+20
2021-04-24
kbuild: show warning if 'make headers_check' is used
Masahiro Yamada
1
-1
/
+5
2021-04-24
kbuild: include Makefile.compiler only when compiler is needed
Masahiro Yamada
1
-0
/
+13
2021-04-24
kbuild: split cc-option and friends to scripts/Makefile.compiler
Masahiro Yamada
4
-80
/
+80
2021-03-15
kbuild: prefix $(srctree)/ to some included Makefiles
Masahiro Yamada
9
-17
/
+17
2021-03-14
Linux 5.12-rc3
v5.12-rc3
Linus Torvalds
1
-1
/
+1
2021-03-14
prctl: fix PR_SET_MM_AUXV kernel stack leak
Alexey Dobriyan
1
-1
/
+1
2021-03-13
zram: fix broken page writeback
Minchan Kim
1
-3
/
+3
2021-03-13
zram: fix return value on writeback_store
Minchan Kim
1
-3
/
+8
2021-03-13
mm/memcg: set memcg when splitting page
Zhou Guanghui
1
-0
/
+1
2021-03-13
mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...
Zhou Guanghui
3
-14
/
+9
2021-03-13
ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign
Sergei Trofimovich
1
-1
/
+1
2021-03-13
ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls
Sergei Trofimovich
1
-6
/
+18
2021-03-13
mm/userfaultfd: fix memory corruption due to writeprotect
Nadav Amit
1
-0
/
+8
2021-03-13
kasan: fix KASAN_STACK dependency for HW_TAGS
Andrey Konovalov
1
-0
/
+1
2021-03-13
kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC
Andrey Konovalov
1
-2
/
+6
2021-03-13
mm/madvise: replace ptrace attach requirement for process_madvise
Suren Baghdasaryan
1
-1
/
+12
2021-03-13
include/linux/sched/mm.h: use rcu_dereference in in_vfork()
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-03-13
kfence: fix reports if constant function prefixes exist
Marco Elver
1
-6
/
+12
2021-03-13
kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations
Marco Elver
1
-1
/
+1
2021-03-13
kfence: fix printk format for ptrdiff_t
Marco Elver
1
-6
/
+6
2021-03-13
linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*
Arnd Bergmann
1
-0
/
+6
2021-03-13
MAINTAINERS: exclude uapi directories in API/ABI section
Vlastimil Babka
1
-2
/
+2
2021-03-13
binfmt_misc: fix possible deadlock in bm_register_write
Lior Ribak
1
-15
/
+14
[next]