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.12.y
linux-6.13.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
2019-07-03
Merge branch 'timers/vdso' into timers/core
Thomas Gleixner
2053
-11164
/
+3477
2019-06-25
clocksource/drivers/davinci: Add support for clocksource
Bartosz Golaszewski
1
-0
/
+85
2019-06-25
clocksource/drivers/davinci: Add support for clockevents
Bartosz Golaszewski
3
-0
/
+290
2019-06-25
clocksource/drivers/tegra: Set up maximum-ticks limit properly
Dmitry Osipenko
1
-1
/
+9
2019-06-25
clocksource/drivers/tegra: Cycles can't be 0
Dmitry Osipenko
1
-3
/
+10
2019-06-25
clocksource/drivers/tegra: Restore base address before cleanup
Dmitry Osipenko
1
-0
/
+2
2019-06-25
clocksource/drivers/tegra: Add verbose definition for 1MHz constant
Dmitry Osipenko
1
-5
/
+7
2019-06-25
clocksource/drivers/tegra: Drop unneeded typecasting in one place
Dmitry Osipenko
1
-1
/
+1
2019-06-25
clocksource/drivers/tegra: Set and use timer's period
Dmitry Osipenko
1
-2
/
+3
2019-06-25
clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr
Dmitry Osipenko
1
-17
/
+25
2019-06-25
clocksource/drivers/tegra: Restore timer rate on Tegra210
Dmitry Osipenko
1
-0
/
+2
2019-06-25
clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helper
Andrew Murray
1
-13
/
+2
2019-06-25
clocksource/drivers/sysctr: Add nxp system counter timer driver support
Bai Ping
3
-0
/
+153
2019-06-25
clocksource/drivers/tegra: Rename timer-tegra20.c to timer-tegra.c
Dmitry Osipenko
2
-1
/
+1
2019-06-25
clocksource/drivers/tegra: Lower clocksource rating for some Tegra's
Dmitry Osipenko
1
-4
/
+26
2019-06-25
clocksource/drivers/tegra: Support COMPILE_TEST universally
Dmitry Osipenko
1
-1
/
+1
2019-06-25
clocksource/drivers/tegra: Minor code clean up
Dmitry Osipenko
1
-19
/
+24
2019-06-25
clocksource/drivers/tegra: Release all IRQ's on request_irq() error
Dmitry Osipenko
1
-2
/
+3
2019-06-25
clocksource/drivers/tegra: Replace readl/writel with relaxed versions
Dmitry Osipenko
1
-17
/
+18
2019-06-25
clocksource/drivers/tegra: Reset hardware state on init
Dmitry Osipenko
1
-0
/
+3
2019-06-25
clocksource/drivers/tegra: Unify timer code
Dmitry Osipenko
1
-51
/
+60
2019-06-25
clocksource/drivers/tegra: Support per-CPU timers on all Tegra's
Dmitry Osipenko
1
-77
/
+43
2019-06-25
clocksource/drivers/exynos_mct: Increase priority over ARM arch timer
Marek Szyprowski
1
-2
/
+2
2019-06-25
clocksource/drivers/arc_timer: Use BIT() instead of _BITUL()
Masahiro Yamada
1
-1
/
+2
2019-06-25
clocksource/drivers/ixp4xx: Implement delay timer
Linus Walleij
1
-2
/
+14
2019-06-25
clocksource/drivers/timer-meson6: Update with SPDX Licence identifier
Neil Armstrong
1
-4
/
+1
2019-06-22
Merge tag 'pci-v5.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2019-06-22
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
4
-11
/
+11
2019-06-22
timekeeping: Use proper clock specifier names in functions
Jason A. Donenfeld
14
-20
/
+20
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
7
-14
/
+18
2019-06-22
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
17
-62
/
+174
2019-06-21
Merge tag 'drm-fixes-2019-06-21' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
11
-65
/
+209
2019-06-21
Merge tag 'staging-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-22
/
+71
2019-06-21
Merge tag 'char-misc-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
7
-82
/
+187
2019-06-21
Merge tag 'usb-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-15
/
+72
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1917
-10548
/
+1917
2019-06-21
Merge tag 'imx-drm-fixes-2019-06-20' of git://git.pengutronix.de/git/pza/linu...
Dave Airlie
1
-13
/
+27
2019-06-21
Merge tag 'drm-intel-fixes-2019-06-20' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
2
-15
/
+38
2019-06-21
Merge tag 'drm-misc-fixes-2019-06-19' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
5
-3
/
+19
2019-06-21
Merge branch 'vmwgfx-fixes-5.2' of git://people.freedesktop.org/~thomash/linu...
Dave Airlie
3
-34
/
+125
2019-06-20
Merge tag 's390-5.2-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-0
/
+1
2019-06-20
Merge tag 'mmc-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...
Linus Torvalds
9
-31
/
+144
2019-06-20
Merge tag 'for-linus-20190620' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-14
/
+22
2019-06-20
Merge tag 'fixes-for-v5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2
-9
/
+9
2019-06-20
habanalabs: use u64_to_user_ptr() for reading user pointers
Arnd Bergmann
1
-1
/
+1
2019-06-20
PCI/P2PDMA: Ignore root complex whitelist when an IOMMU is present
Logan Gunthorpe
1
-0
/
+4
2019-06-20
net: mvpp2: debugfs: Add pmap to fs dump
Nathan Huckleberry
1
-0
/
+3
2019-06-19
net: hns3: Fix inconsistent indenting
Krzysztof Kozlowski
1
-1
/
+1
2019-06-19
Merge tag 'pm-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-12
/
+35
2019-06-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
7
-17
/
+54
[next]