index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
18
-34
/
+33
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
1
-2
/
+2
2020-06-09
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: add MMAP_LOCK_INITIALIZER
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem call sites missed by coccinelle
Michel Lespinasse
2
-6
/
+6
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
32
-99
/
+99
2020-06-09
DMA reservations: use the new mmap locking API
Michel Lespinasse
1
-2
/
+3
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
41
-41
/
+40
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
43
-43
/
+43
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
35
-35
/
+0
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2
-2
/
+2
2020-06-09
power: use show_stack_loglvl()
Dmitry Safonov
1
-1
/
+1
2020-06-09
sysrq: use show_stack_loglvl()
Dmitry Safonov
1
-1
/
+1
2020-06-08
Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...
Linus Torvalds
25
-263
/
+801
2020-06-08
Merge tag 'rpmsg-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...
Linus Torvalds
2
-2
/
+2
2020-06-08
Merge tag 'ceph-for-5.8-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2
-2
/
+44
2020-06-08
Merge tag 's390-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
24
-614
/
+870
2020-06-08
Merge tag 'iommu-updates-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
40
-1764
/
+3154
2020-06-08
Merge tag 'drm-next-msm-5.8-2020-06-08' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
46
-381
/
+1674
2020-06-08
Merge tag 'drm-next-2020-06-08' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
32
-211
/
+778
2020-06-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-5
/
+5
2020-06-08
asm-generic: don't include <linux/mm.h> in cacheflush.h
Christoph Hellwig
2
-2
/
+3
2020-06-08
vhost: convert get_user_pages() --> pin_user_pages()
John Hubbard
1
-3
/
+2
2020-06-08
Merge https://gitlab.freedesktop.org/drm/msm into drm-next-msm-5.8
Dave Airlie
46
-381
/
+1674
2020-06-08
Merge tag 'drm-intel-next-fixes-2020-06-04' of git://anongit.freedesktop.org/...
Dave Airlie
11
-159
/
+295
2020-06-08
Merge tag 'amd-drm-fixes-5.8-2020-06-04' of git://people.freedesktop.org/~agd...
Dave Airlie
4
-11
/
+207
2020-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
26
-78
/
+114
2020-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next
Linus Torvalds
1
-5
/
+3
2020-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
David S. Miller
1
-0
/
+1
2020-06-08
net: dsa: lantiq_gswip: fix and improve the unsupported interface error
Martin Blumenstingl
1
-1
/
+2
2020-06-08
Merge branch 'linux-5.8' of git://github.com/skeggsb/linux into drm-next
Dave Airlie
17
-41
/
+276
2020-06-08
mlxsw: core: Use different get_trend() callbacks for different thermal zones
Vadim Pasternak
1
-4
/
+19
2020-06-08
Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
61
-1288
/
+3343
2020-06-08
Merge tag 'rtc-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
16
-149
/
+255
2020-06-08
Merge tag 'ntb-5.8' of git://github.com/jonmason/ntb
Linus Torvalds
14
-81
/
+747
2020-06-07
Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
254
-2412
/
+97099
2020-06-07
Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
14
-105
/
+258
2020-06-07
Merge tag 'staging-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
315
-8671
/
+12079
2020-06-07
Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
33
-307
/
+554
2020-06-07
Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
255
-1516
/
+6210
2020-06-07
net: dp83869: Reset return variable if PHY strap is read
Dan Murphy
1
-0
/
+3
2020-06-07
Merge tag 'sh-for-5.8' of git://git.libc.org/linux-sh
Linus Torvalds
1
-1
/
+1
2020-06-06
Merge tag 'dma-mapping-5.8' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-2
/
+3
2020-06-06
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-0
/
+36
2020-06-06
Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
76
-1921
/
+3356
2020-06-06
firmware/dmi: Report DMI Bios & EC firmware release
Erwan Velu
2
-0
/
+36
2020-06-06
NTB: perf: Fix race condition when run with ntb_test
Logan Gunthorpe
1
-2
/
+8
2020-06-06
NTB: perf: Fix support for hardware that doesn't have port numbers
Logan Gunthorpe
1
-0
/
+10
2020-06-06
NTB: perf: Don't require one more memory window than number of peers
Logan Gunthorpe
1
-1
/
+1
2020-06-06
NTB: ntb_pingpong: Choose doorbells based on port number
Logan Gunthorpe
1
-8
/
+6
[next]