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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-24
opti621: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
ns87415: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
jmicron: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
it821x: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+16
2008-07-24
it8213: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
hpt366: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+18
2008-07-24
hpt34x: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
ide/pci/generic: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
cy82c693: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-1
/
+18
2008-07-24
cs5535: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
cs5530: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
cmd64x: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
atiixp: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
amd74xx: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
alim15x3: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-07-24
aec62xx: add ->remove method and module_exit()
Bartlomiej Zolnierkiewicz
1
-0
/
+13
2008-07-24
ide: add ide_pci_remove() helper
Bartlomiej Zolnierkiewicz
3
-6
/
+38
2008-07-24
via82cxxx: cleanup ->init_chipset method
Bartlomiej Zolnierkiewicz
1
-46
/
+35
2008-07-24
cmd64x: cleanup ->init_chipset method
Bartlomiej Zolnierkiewicz
1
-18
/
+0
2008-07-24
amd74xx: cleanup ->init_chipset method
Bartlomiej Zolnierkiewicz
1
-18
/
+18
2008-07-24
tc86c001: remove ->init_chipset method
Bartlomiej Zolnierkiewicz
1
-12
/
+26
2008-07-24
via82cxxx: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-12
/
+21
2008-07-24
siimage: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-56
/
+58
2008-07-24
sc1200: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-20
/
+19
2008-07-24
it821x: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-15
/
+13
2008-07-24
hpt366: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-31
/
+41
2008-07-24
aec62xx: convert to use ->host_priv
Bartlomiej Zolnierkiewicz
1
-16
/
+16
2008-07-24
ide: add ide_device_{get,put}() helpers
Bartlomiej Zolnierkiewicz
8
-13
/
+99
2008-07-24
ide: add ->dev and ->host_priv fields to struct ide_host
Bartlomiej Zolnierkiewicz
33
-41
/
+85
2008-07-24
ide: call ide_pci_setup_ports() before do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
1
-7
/
+11
2008-07-24
ide: move ide_setup_pci_controller() call to ide_setup_pci_device[s]()
Bartlomiej Zolnierkiewicz
1
-5
/
+9
2008-07-24
ide: respect dev->irq in do_ide_setup_pci_device() also if 'tried_config'
Bartlomiej Zolnierkiewicz
1
-9
/
+3
2008-07-24
ide: always call ->init_chipset method in do_ide_setup_pci_device()
Bartlomiej Zolnierkiewicz
1
-14
/
+10
2008-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
28
-49
/
+396
2008-07-24
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
15
-18
/
+27
2008-07-24
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-2
/
+5
2008-07-24
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-2
/
+2
2008-07-24
x86-64: make BUILD_IRQ() also reset section back
Linus Torvalds
1
-1
/
+2
2008-07-24
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
4
-6
/
+5
2008-07-24
Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...
Linus Torvalds
29
-68
/
+30
2008-07-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...
Linus Torvalds
19
-117
/
+3253
2008-07-24
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
Linus Torvalds
4
-0
/
+128
2008-07-24
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
Linus Torvalds
10
-6
/
+860
2008-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
3
-25
/
+38
2008-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
9
-19
/
+24
2008-07-24
UFS: add const to parser token table
Steven Whitehouse
2
-2
/
+2
2008-07-24
auxdisplay: small cleanups
Akinobu Mita
1
-11
/
+2
2008-07-24
video/fb: cleanup FB_MAJOR usage
Philippe De Muyter
3
-2
/
+2
2008-07-24
fbcon: remove stray semicolons
Jan Beulich
1
-4
/
+2
2008-07-24
fbdev: LCD backlight driver using Atmel PWM driver
Hans-Christian Egtvedt
4
-0
/
+300
[prev]
[next]