index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2016-01-19
15
-25
/
+29
|
\
|
*
virtio: make find_vqs() checkpatch.pl-friendly
Stefan Hajnoczi
2016-01-12
12
-13
/
+13
|
*
virtio_balloon: fix race by fill and leak
Minchan Kim
2016-01-12
1
-1
/
+1
|
*
xen/events: use virt_xxx barriers
Michael S. Tsirkin
2016-01-12
1
-1
/
+2
|
*
xenbus: use virt_xxx barriers
Michael S. Tsirkin
2016-01-12
1
-4
/
+4
|
*
virtio_ring: use virt_store_mb
Michael S. Tsirkin
2016-01-12
1
-6
/
+9
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...
Linus Torvalds
2016-01-18
1
-1
/
+17
|
\
\
|
*
|
mmc: atmel: get rid of struct mci_dma_data
Mans Rullgard
2016-01-14
1
-1
/
+0
|
*
|
mmc: atmel-mci: restore dma on AVR32
Mans Rullgard
2016-01-14
1
-0
/
+17
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2016-01-18
10
-49
/
+139
|
\
\
|
*
|
team: Replace rcu_read_lock with a mutex in team_vlan_rx_kill_vid
Ido Schimmel
2016-01-18
1
-3
/
+3
|
*
|
net: hns: bug fix about hisilicon TSO BD mode
huangdaode
2016-01-18
3
-2
/
+19
|
*
|
brcmfmac: fix BRCMF_FW_NVRAM_DEF macro for older gcc compilers
Arend van Spriel
2016-01-18
1
-2
/
+1
|
*
|
net: phy: at803x: Add the interrupt register bit definitions
Martin Blumenstingl
2016-01-18
1
-9
/
+23
|
*
|
net: phy: at803x: Clean up duplicate register definitions
Martin Blumenstingl
2016-01-18
1
-8
/
+11
|
*
|
net: phy: at803x: Allow specifying the RGMII RX clock delay via phy mode
Martin Blumenstingl
2016-01-18
1
-9
/
+54
|
*
|
net: phy: at803x: Don't set gbit features for the AR8030 phy
Martin Blumenstingl
2016-01-18
1
-1
/
+1
|
*
|
net/mlx5_core: Fix trimming down IRQ number
Doron Tsur
2016-01-17
3
-5
/
+6
|
*
|
bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096
Ivan Vecera
2016-01-16
1
-13
/
+24
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
Linus Torvalds
2016-01-18
4
-12
/
+11
|
\
\
\
|
*
|
|
drivers/ide: make ide-scan-pci.c driver explicitly non-modular
Paul Gortmaker
2016-01-18
1
-2
/
+1
|
*
|
|
ide: constify ide_dma_ops structures
Julia Lawall
2016-01-18
2
-2
/
+2
|
*
|
|
ide: silence some underflow warnings
Dan Carpenter
2016-01-18
1
-8
/
+8
*
|
|
|
Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2016-01-18
21
-130
/
+892
|
\
\
\
\
|
*
|
|
|
rtc: cmos: prevent kernel warning on IRQ flags mismatch
Andy Shevchenko
2016-01-11
1
-1
/
+1
|
*
|
|
|
rtc: rtc-ds2404: constify ds2404_chip_ops structures
Julia Lawall
2016-01-11
1
-2
/
+2
|
*
|
|
|
rtc: s5m: Make register configuration per S2MPS device to remove exceptions
Krzysztof Kozlowski
2016-01-11
1
-35
/
+75
|
*
|
|
|
rtc: s5m: Add separate field for storing auto-cleared mask in register config
Krzysztof Kozlowski
2016-01-11
1
-1
/
+5
|
*
|
|
|
rtc: s5m: Cleanup by removing useless 'rtc' prefix from fields
Krzysztof Kozlowski
2016-01-11
1
-21
/
+19
|
*
|
|
|
rtc: Replace simple_strtoul by kstrtoul
LABBE Corentin
2016-01-11
1
-2
/
+9
|
*
|
|
|
rtc: abx80x: add alarm support
Alexandre Belloni
2016-01-11
1
-4
/
+141
|
*
|
|
|
rtc: abx80x: Add Microcrystal rv1805 support
Alexandre Belloni
2016-01-11
1
-0
/
+1
|
*
|
|
|
rtc: v3020: constify v3020_chip_ops structures
Julia Lawall
2016-01-11
1
-3
/
+3
|
*
|
|
|
rtc: rv8803: Extend compatibility with the rx8900
Gregory CLEMENT
2016-01-11
1
-0
/
+1
|
*
|
|
|
rtc: rv8803: fix handling return value of i2c_smbus_read_byte_data
Andrzej Hajda
2016-01-11
1
-1
/
+1
|
*
|
|
|
rtc: Add Epson RX8010SJ RTC driver
Akshay Bhat
2016-01-11
3
-0
/
+534
|
*
|
|
|
rtc: lpc32xx: remove irq > NR_IRQS check from probe()
Vladimir Zapolskiy
2016-01-11
1
-1
/
+1
|
*
|
|
|
rtc: imxdi: fix spelling mistake in warning message
Colin Ian King
2016-01-11
1
-1
/
+1
|
*
|
|
|
rtc: ds1685: don't try to micromanage sysfs output size
Rasmus Villemoes
2016-01-11
1
-7
/
+5
|
*
|
|
|
rtc: use %ph for short hex dumps
Rasmus Villemoes
2016-01-11
3
-26
/
+11
|
*
|
|
|
rtc: da9063: avoid writing undefined data to rtc
Enrico Scholz
2016-01-11
1
-17
/
+6
|
*
|
|
|
rtc: sunxi: use of_device_get_match_data
LABBE Corentin
2016-01-11
1
-4
/
+2
|
*
|
|
|
rtc: sunxi: constify the data_year_param structure
LABBE Corentin
2016-01-11
1
-3
/
+3
|
*
|
|
|
rtc: sunxi: fix signedness issues
LABBE Corentin
2016-01-11
1
-4
/
+4
|
*
|
|
|
rtc: gemini: Remove unnecessary platform_set_drvdata()
Nizam Haider
2016-01-11
1
-1
/
+0
|
*
|
|
|
rtc: efi: add efi_procfs in efi_rtc_ops
Geliang Tang
2016-01-11
1
-4
/
+62
|
*
|
|
|
rtc: fix module reference count in rtc-proc
Geliang Tang
2016-01-11
1
-3
/
+5
|
*
|
|
|
rtc: pcf8523: refuse to write dates later than 2099
Uwe Kleine-König
2016-01-11
1
-0
/
+11
|
*
|
|
|
Merge tag 'ib-mfd-regulator-rtc-v4.5' into rtc-next
Alexandre Belloni
2016-01-11
5
-7
/
+208
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'fbdev-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...
Linus Torvalds
2016-01-18
138
-1644
/
+36808
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
[next]