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
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
NTB: ntb_test: Fix bug when counting remote files
Logan Gunthorpe
1
-1
/
+1
2020-06-05
NTB: perf: Fix race condition when run with ntb_test
Logan Gunthorpe
1
-2
/
+8
2020-06-05
NTB: perf: Fix support for hardware that doesn't have port numbers
Logan Gunthorpe
1
-0
/
+10
2020-06-05
NTB: perf: Don't require one more memory window than number of peers
Logan Gunthorpe
1
-1
/
+1
2020-06-05
NTB: ntb_pingpong: Choose doorbells based on port number
Logan Gunthorpe
1
-8
/
+6
2020-06-05
NTB: Fix the default port and peer numbers for legacy drivers
Logan Gunthorpe
1
-6
/
+2
2020-06-05
NTB: Revert the change to use the NTB device dev for DMA allocations
Logan Gunthorpe
1
-1
/
+0
2020-06-05
NTB: ntb_tool: reading the link file should not end in a NULL byte
Logan Gunthorpe
1
-2
/
+1
2020-06-05
ntb_perf: avoid false dma unmap of destination address
Sanjay R Mehta
1
-9
/
+2
2020-06-05
ntb_perf: increase sleep time from one milli sec to one sec
Sanjay R Mehta
1
-2
/
+2
2020-06-05
ntb_tool: pass correct struct device to dma_alloc_coherent
Sanjay R Mehta
1
-3
/
+3
2020-06-05
ntb_perf: pass correct struct device to dma_alloc_coherent
Sanjay R Mehta
1
-4
/
+4
2020-06-05
ntb: hw: remove the code that sets the DMA mask
Logan Gunthorpe
3
-14
/
+0
2020-06-05
NTB: correct ntb_peer_spad_addr and ntb_peer_spad_read comment typos
Wesley Sheng
1
-2
/
+2
2020-06-05
ntb: intel: fix static declaration
Dave Jiang
1
-1
/
+1
2020-06-05
ntb: intel: add hw workaround for NTB BAR alignment
Dave Jiang
3
-13
/
+79
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-06
rtc: pcf2127: watchdog: handle nowayout feature
Bruno Thomsen
1
-0
/
+1
2020-06-06
rtc: fsl-ftm-alarm: fix freeze(s2idle) failed to wake
Ran Wang
1
-1
/
+5
2020-06-06
rtc: abx80x: Provide debug feedback for invalid dt properties
Kevin P. Fleming
1
-6
/
+11
2020-06-05
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
149
-3967
/
+6652
2020-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
244
-10812
/
+23817
2020-06-05
Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
40
-447
/
+1859
2020-06-05
Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmi
Linus Torvalds
4
-38
/
+18
2020-06-05
Merge tag 'vfio-v5.8-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
10
-102
/
+1301
2020-06-05
Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-6
/
+71
2020-06-05
cxgb4: Use kfree() instead kvfree() where appropriate
Denis Efremov
1
-3
/
+3
2020-06-05
net: qed: fixes crash while running driver in kdump kernel
Alok Prasad
3
-8
/
+8
2020-06-05
vsock/vmci: make vmci_vsock_transport_cb() static
Stefano Garzarella
1
-1
/
+1
2020-06-05
net: ethtool: Fix comment mentioning typo in IS_ENABLED()
Kees Cook
1
-1
/
+1
[prev]
[next]