index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
init
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-09
builddeb: Add support for all required debian/rules targets
Guillem Jover
1
-2
/
+6
2020-10-09
builddeb: Enable rootless builds
Guillem Jover
2
-2
/
+8
2020-10-09
builddeb: Pass -n to gzip for reproducible packages
Guillem Jover
1
-1
/
+1
2020-10-09
kbuild: split the build log of kallsyms
Masahiro Yamada
1
-10
/
+10
2020-10-09
kbuild: explicitly specify the build id style
Bill Wendling
10
-11
/
+11
2020-09-24
scripts/setlocalversion: make git describe output more reliable
Rasmus Villemoes
1
-5
/
+16
2020-09-24
kbuild: remove cc-option test of -Werror=date-time
Masahiro Yamada
2
-2
/
+2
2020-09-24
kbuild: remove cc-option test of -fno-stack-check
Masahiro Yamada
1
-1
/
+1
2020-09-24
kbuild: remove cc-option test of -fno-strict-overflow
Masahiro Yamada
2
-2
/
+2
2020-09-24
kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant Makefiles
Masahiro Yamada
4
-2
/
+6
2020-09-24
kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasan
Masahiro Yamada
1
-2
/
+0
2020-09-24
kbuild: do not create built-in objects for external module builds
Masahiro Yamada
1
-1
/
+2
2020-09-24
kbuild: preprocess module linker script
Masahiro Yamada
21
-23
/
+34
2020-09-07
arch: vdso: add vdso linker script to 'targets' instead of extra-y
Masahiro Yamada
6
-6
/
+6
2020-08-26
Makefile: Add clang-tidy and static analyzer support to makefile
Nathan Huckleberry
4
-2
/
+93
2020-08-26
gen_compile_commands: remove the warning about too few .cmd files
Masahiro Yamada
1
-10
/
+0
2020-08-26
kbuild: wire up the build rule of compile_commands.json to Makefile
Masahiro Yamada
1
-4
/
+25
2020-08-26
gen_compile_commands: support *.o, *.a, modules.order in positional argument
Masahiro Yamada
1
-4
/
+96
2020-08-26
gen_compile_commands: move directory walk to a generator function
Masahiro Yamada
1
-12
/
+32
2020-08-26
gen_compile_commands: make -o option independent of -d option
Masahiro Yamada
1
-9
/
+9
2020-08-26
gen_compile_commands: reword the help message of -d option
Masahiro Yamada
1
-2
/
+2
2020-08-26
gen_compile_commands: do not support .cmd files under tools/ directory
Masahiro Yamada
1
-20
/
+12
2020-08-26
gen_compile_commands: use choices for --log_levels option
Masahiro Yamada
1
-10
/
+4
2020-08-26
gen_compile_commands: parse only the first line of .*.cmd files
Masahiro Yamada
1
-5
/
+2
2020-08-26
kbuild: hide commands to run Kconfig, and show short log for syncconfig
Masahiro Yamada
2
-9
/
+12
2020-08-26
kbuild: Simplify DEBUG_INFO Kconfig handling
Sedat Dilek
2
-7
/
+9
2020-08-23
Linux 5.9-rc2
v5.9-rc2
Linus Torvalds
1
-1
/
+1
2020-08-23
do_epoll_ctl(): clean the failure exits up a bit
Al Viro
1
-13
/
+6
2020-08-23
epoll: Keep a reference on files added to the check list
Marc Zyngier
1
-2
/
+9
2020-08-22
net: nexthop: don't allow empty NHA_GROUP
Nikolay Aleksandrov
1
-1
/
+4
2020-08-22
dt-bindings: vendor-prefixes: Remove trailing whitespace
Geert Uytterhoeven
1
-1
/
+1
2020-08-22
KVM: arm64: Only reschedule if MMU_NOTIFIER_RANGE_BLOCKABLE is not set
Will Deacon
1
-4
/
+13
2020-08-22
KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()
Will Deacon
10
-10
/
+17
2020-08-22
dt-bindings: net: correct description of phy-connection-type
Madalin Bucur
1
-1
/
+2
2020-08-21
dt-bindings: PCI: intel,lgm-pcie: Fix matching on all snps,dw-pcie instances
Rob Herring
1
-0
/
+8
2020-08-21
bpf: Fix two typos in uapi/linux/bpf.h
Tobias Klauser
2
-10
/
+10
2020-08-21
net: dsa: b53: check for timeout
Tom Rix
1
-0
/
+2
2020-08-21
ARM64: vdso32: Install vdso32 from vdso_install
Stephen Boyd
2
-1
/
+2
2020-08-21
afs: Fix NULL deref in afs_dynroot_depopulate()
David Howells
1
-9
/
+11
2020-08-21
mm, page_alloc: fix core hung in free_pcppages_bulk()
Charan Teja Reddy
1
-0
/
+5
2020-08-21
mm: include CMA pages in lowmem_reserve at boot
Doug Berger
1
-1
/
+1
2020-08-21
squashfs: avoid bio_alloc() failure with 1Mbyte blocks
Phillip Lougher
1
-1
/
+5
2020-08-21
uprobes: __replace_page() avoid BUG in munlock_vma_page()
Hugh Dickins
1
-1
/
+1
2020-08-21
kernel/relay.c: fix memleak on destroy relay channel
Wei Yongjun
1
-0
/
+1
2020-08-21
romfs: fix uninitialized memory leak in romfs_dev_read()
Jann Horn
1
-3
/
+1
2020-08-21
mm/rodata_test.c: fix missing function declaration
Leon Romanovsky
1
-0
/
+1
2020-08-21
mm/vunmap: add cond_resched() in vunmap_pmd_range
Aneesh Kumar K.V
1
-0
/
+2
2020-08-21
khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()
Hugh Dickins
1
-1
/
+1
2020-08-21
hugetlb_cgroup: convert comma to semicolon
Xu Wang
1
-2
/
+2
2020-08-21
mailmap: add Andi Kleen
Nick Desaulniers
1
-0
/
+1
[next]