index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
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
2008-02-08
PWM LED driver
David Brownell
3
-0
/
+165
2008-02-08
Basic PWM driver for AVR32 and AT91
David Brownell
3
-0
/
+419
2008-02-08
atmel_serial: show tty name in /proc/interrupts
Haavard Skinnemoen
1
-1
/
+2
2008-02-08
atmel_serial: use container_of instead of direct cast
Haavard Skinnemoen
1
-17
/
+23
2008-02-08
atmel_serial: fix broken RX buffer allocation
Haavard Skinnemoen
1
-1
/
+2
2008-02-08
atmel_serial: add DMA support
Chip Coldwell
2
-24
/
+383
2008-02-08
atmel_serial: split the interrupt handler
Remy Bohmer
1
-55
/
+190
2008-02-08
atmel_serial: fix bugs in probe() error path and remove()
Haavard Skinnemoen
1
-10
/
+29
2008-02-08
atmel_serial: use existing console options only if BRG is running
Haavard Skinnemoen
1
-8
/
+7
2008-02-08
atmel_serial: use cpu_relax() when busy-waiting
Haavard Skinnemoen
1
-2
/
+2
2008-02-08
atmel_serial: clean up the code
Remy Bohmer
1
-105
/
+150
2008-02-08
SMBIOS/DMI: add type 41 = Onboard Devices Extended Information
Wim Van Sebroeck
1
-0
/
+25
2008-02-08
parport: fix ieee1284_epp_read_addr
Stephan Boettcher
1
-1
/
+1
2008-02-08
Fix container_of() usage
Alexey Dobriyan
1
-1
/
+1
2008-02-08
aoe: statically initialise devlist_lock
Andrew Morton
1
-3
/
+1
2008-02-08
aoe: update copyright date
Ed L. Cashin
7
-7
/
+7
2008-02-08
aoe: make error messages more specific
Ed L. Cashin
1
-8
/
+7
2008-02-08
aoe: the aoeminor doesn't need a long format
Ed L. Cashin
2
-5
/
+7
2008-02-08
aoe: add module parameter for users who need more outstanding I/O
Ed L. Cashin
1
-3
/
+7
2008-02-08
aoe: only install new AoE device once
Ed L. Cashin
1
-0
/
+2
2008-02-08
aoe: dynamically allocate a capped number of skbs when necessary
Ed L. Cashin
3
-41
/
+133
2008-02-08
aoe: user can ask driver to forget previously detected devices
Ed L. Cashin
3
-19
/
+74
2008-02-08
aoe: eliminate goto and improve readability
Ed L. Cashin
1
-35
/
+34
2008-02-08
aoe: mac_addr: avoid 64-bit arch compiler warnings
Ed L. Cashin
4
-10
/
+9
2008-02-08
aoe: handle multiple network paths to AoE device
Ed L. Cashin
6
-335
/
+653
2008-02-08
aoe: bring driver version number to 47
Ed L. Cashin
1
-1
/
+1
2008-02-08
rd: support XIP
Nick Piggin
2
-2
/
+47
2008-02-08
rewrite rd
Nick Piggin
4
-549
/
+550
2008-02-08
mn10300: add the MN10300/AM33 architecture to the kernel
David Howells
6
-5
/
+22
2008-02-08
usb: net2280 can't have a function called show_registers()
David Howells
1
-3
/
+3
2008-02-08
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
David Howells
1
-1
/
+0
2008-02-08
serial_core: bring mostly into line with coding style
Alan Cox
1
-27
/
+28
2008-02-08
8250: enable rate reporting via termios
Alan Cox
1
-0
/
+1
2008-02-08
serial8250: coding style
Alan Cox
1
-9
/
+10
2008-02-08
8250_pci: coding style
Alan Cox
1
-55
/
+54
2008-02-08
8250_hub6: codding style
Alan Cox
1
-12
/
+12
2008-02-08
8250_hp300: coding style
Alan Cox
1
-20
/
+15
2008-02-08
8250_gsc: coding style
Alan Cox
1
-9
/
+8
2008-02-08
8250_early: coding style
Alan Cox
1
-8
/
+15
2008-02-08
tty_ioctl: drag screaming into compliance with the coding style
Alan Cox
1
-182
/
+180
2008-02-08
tty_io: drag screaming into coding style compliance
Alan Cox
1
-278
/
+283
2008-02-08
tty_audit: fix checkpatch complaint
Alan Cox
1
-1
/
+1
2008-02-08
rocket: don't let random users reset the controller
Alan Cox
1
-0
/
+3
2008-02-08
rocket: first pass at termios reporting
Alan Cox
1
-10
/
+8
2008-02-08
n_tty: clean up old code to follow coding style and (mostly) checkpatch
Alan Cox
1
-75
/
+73
2008-02-08
moxa: first pass at termios reporting
Alan Cox
1
-8
/
+15
2008-02-08
intel-iommu: fault_reason index cleanup
mark gross
1
-6
/
+5
2008-02-08
intel-iommu: PMEN support
mark gross
2
-1
/
+24
2008-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
Linus Torvalds
12
-408
/
+1361
2008-02-07
Merge branch 'release' of git://lm-sensors.org/kernel/mhoffman/hwmon-2.6
Linus Torvalds
48
-1669
/
+3571
[next]