index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-06
switch simple generic_file_aio_read() users to ->read_iter()
Al Viro
1
-2
/
+2
2014-05-06
replace checking for ->read/->aio_read presence with check in ->f_mode
Al Viro
2
-4
/
+4
2014-05-06
new helper: iov_iter_get_pages_alloc()
Al Viro
1
-55
/
+37
2014-05-06
new primitive: iov_iter_alignment()
Al Viro
1
-5
/
+2
2014-05-06
get rid of pointless iov_length() in ->direct_IO()
Al Viro
1
-1
/
+1
2014-05-06
pass iov_iter to ->direct_IO()
Al Viro
1
-9
/
+8
2014-05-06
kill generic_segment_checks()
Al Viro
1
-8
/
+2
2014-05-06
agp: info leak in agpioc_info_wrap()
Dan Carpenter
1
-0
/
+1
2014-05-06
drivers/rtc/rtc-pcf8523.c: fix month definition
Chris Cui
1
-2
/
+2
2014-05-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
90
-927
/
+1193
2014-05-05
Merge tag 'usb-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
9
-16
/
+58
2014-05-05
Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
4
-17
/
+20
2014-05-05
Merge tag 'staging-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-8
/
+12
2014-05-05
net: macb: Fix race between HW and driver
Soren Brinkmann
1
-10
/
+0
2014-05-05
net: macb: Remove 'unlikely' optimization
Soren Brinkmann
1
-1
/
+1
2014-05-05
net: macb: Re-enable RX interrupt only when RX is done
Soren Brinkmann
1
-7
/
+6
2014-05-05
net: macb: Clear interrupt flags
Soren Brinkmann
1
-0
/
+10
2014-05-05
net: macb: Pass same size to DMA_UNMAP as used for DMA_MAP
Soren Brinkmann
1
-1
/
+1
2014-05-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
3
-29
/
+46
2014-05-05
e1000e: Restrict MDIO Slow Mode workaround to relevant parts
David Ertman
1
-6
/
+8
2014-05-05
e1000e: Fix issue with link flap on 82579
David Ertman
2
-0
/
+13
2014-05-05
e1000e: Expand workaround for 10Mb HD throughput bug
David Ertman
2
-4
/
+12
2014-05-05
e1000e: Workaround for dropped packets in Gig/100 speeds on 82579
David Ertman
2
-19
/
+13
2014-05-05
net/mlx4_core: Don't issue PCIe speed/width checks for VFs
Eyal Perry
1
-1
/
+2
2014-05-05
net/mlx4_core: Load the Eth driver first
Or Gerlitz
1
-2
/
+2
2014-05-05
net/mlx4_core: Fix slave id computation for single port VF
Matan Barak
1
-15
/
+20
2014-05-05
net/mlx4_core: Adjust port number in qp_attach wrapper when detaching
Jack Morgenstein
1
-0
/
+23
2014-05-05
net: cdc_ncm: fix buffer overflow
Bjørn Mork
1
-1
/
+1
2014-05-05
Altera TSE: ALTERA_TSE should depend on HAS_DMA
Geert Uytterhoeven
1
-0
/
+1
2014-05-05
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
15
-46
/
+45
2014-05-05
Merge tag 'upstream-3.15-rc5' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2
-1
/
+7
2014-05-05
floppy: don't write kernel-only members to FDRAWCMD ioctl output
Matthew Daley
1
-1
/
+4
2014-05-05
floppy: ignore kernel-only members in FDRAWCMD ioctl input
Matthew Daley
1
-3
/
+3
2014-05-05
UBI: avoid workqueue format string leak
Kees Cook
1
-1
/
+1
2014-05-05
UBI: fix ubi free PEBs count calculation
Tanya Brokhman
1
-0
/
+3
2014-05-05
UBI: fix error path in __wl_get_peb
Tanya Brokhman
1
-0
/
+3
2014-05-04
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+2
2014-05-04
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
2
-2
/
+5
2014-05-04
vexpress: Initialise the sysregs before setting up the clocks
Catalin Marinas
1
-0
/
+2
2014-05-03
USB: Nokia 5300 should be treated as unusual dev
Daniele Forsi
1
-0
/
+7
2014-05-03
USB: Nokia 305 should be treated as unusual dev
Victor A. Santos
1
-0
/
+7
2014-05-03
tty: Fix lockless tty buffer race
Peter Hurley
1
-3
/
+14
2014-05-03
Revert "tty: Fix race condition between __tty_buffer_request_room and flush_t...
Peter Hurley
1
-14
/
+2
2014-05-03
drivers/tty/hvc: don't free hvc_console_setup after init
Tomoki Sekiyama
1
-1
/
+1
2014-05-03
n_tty: Fix n_tty_write crash when echoing in raw mode
Peter Hurley
1
-0
/
+4
2014-05-03
tty: serial: 8250_core.c Bug fix for Exar chips.
Michael Welling
1
-1
/
+1
2014-05-03
fsl-usb: do not test for PHY_CLK_VALID bit on controller version 1.6
Nikita Yushchenko
1
-1
/
+2
2014-05-03
usb: storage: shuttle_usbat: fix discs being detected twice
Daniele Forsi
1
-1
/
+1
2014-05-03
usb: qcserial: add a number of Dell devices
Bjørn Mork
1
-0
/
+15
2014-05-03
USB: OHCI: fix problem with global suspend on ATI controllers
Alan Stern
3
-0
/
+21
[next]