index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-06
Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh
Linus Torvalds
145
-11610
/
+121
2020-06-06
Merge tag 'kconfig-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
11
-86
/
+55
2020-06-06
Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
60
-757
/
+883
2020-06-06
Merge tag 'dma-mapping-5.8-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
3
-3
/
+143
2020-06-06
Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
11
-141
/
+327
2020-06-06
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-0
/
+40
2020-06-06
Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
97
-2006
/
+3682
2020-06-06
hpfs: fix warning due to superfluous semicolon
Zou Wei
1
-1
/
+1
2020-06-06
Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2
-99
/
+110
2020-06-06
Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
3
-21
/
+55
2020-06-06
Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
13
-87
/
+397
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
2020-06-06
modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
Masahiro Yamada
3
-73
/
+0
2020-06-06
modpost: show warning if any of symbol dump files is missing
Masahiro Yamada
2
-10
/
+5
2020-06-06
modpost: show warning if vmlinux is not found when processing modules
Masahiro Yamada
1
-2
/
+7
2020-06-06
modpost: invoke modpost only when input files are updated
Masahiro Yamada
2
-15
/
+37
2020-06-06
modpost: generate vmlinux.symvers and reuse it for the second modpost
Masahiro Yamada
5
-6
/
+7
2020-06-06
modpost: refactor -i option calculation
Masahiro Yamada
1
-4
/
+2
2020-06-06
modpost: print symbol dump file as the build target in short log
Masahiro Yamada
1
-13
/
+20
2020-06-06
modpost: re-add -e to set external_module flag
Masahiro Yamada
2
-2
/
+8
2020-06-06
modpost: rename ext_sym_list to dump_list
Masahiro Yamada
1
-13
/
+14
2020-06-06
modpost: allow to pass -i option multiple times to remove -e option
Masahiro Yamada
2
-9
/
+2
2020-06-06
modpost: track if the symbol origin is a dump file or ELF object
Masahiro Yamada
2
-10
/
+6
2020-06-06
firmware/dmi: Report DMI Bios & EC firmware release
Erwan Velu
4
-0
/
+40
2020-06-05
Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-7
/
+4
2020-06-05
Merge tag 'dlm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
4
-20
/
+9
2020-06-05
Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
27
-729
/
+1041
2020-06-05
Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
38
-3923
/
+4437
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
47
-663
/
+905
2020-06-05
Merge tag 'for-5.8/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
30
-649
/
+2779
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
149
-3967
/
+6652
[next]