index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source 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
2008-04-26
IDE: Coding Style fixes to drivers/ide/ide-pnp.c
Paolo Ciarrocchi
1
-5
/
+5
2008-04-26
IDE: Coding Style fixes to drivers/ide/ide-proc.c
Paolo Ciarrocchi
1
-80
/
+75
2008-04-26
IDE: Coding Style fixes to drivers/ide/legacy/ide-4drives.c
Paolo Ciarrocchi
1
-1
/
+1
2008-04-26
IDE: Coding Style fixes to drivers/ide/legacy/umc8672.c
Paolo Ciarrocchi
1
-29
/
+29
2008-04-26
IDE: Coding Style fixes to drivers/ide/pci/generic.c
Paolo Ciarrocchi
1
-2
/
+2
2008-04-26
IDE: Coding Style fixes to drivers/ide/pci/jmicron.c
Paolo Ciarrocchi
1
-2
/
+1
2008-04-26
IDE: Coding Style fixes to drivers/ide/pci/sis5513.c
Paolo Ciarrocchi
1
-100
/
+98
2008-04-26
IDE: Coding Style fixes to drivers/ide/pci/slc90e66.c
Paolo Ciarrocchi
1
-3
/
+3
2008-04-26
IDE: Coding Style fixes to drivers/ide/pci/tc86c001.c
Paolo Ciarrocchi
1
-14
/
+14
2008-04-26
IDE: Coding Style fixes to drivers/ide/setup-pci.c
Paolo Ciarrocchi
1
-17
/
+12
2008-04-26
ide: remove hwif->straight8 flag
Bartlomiej Zolnierkiewicz
1
-25
/
+11
2008-04-26
ide: remove IDE_HFLAG_CY82C693 host flag
Bartlomiej Zolnierkiewicz
2
-9
/
+3
2008-04-26
falconide: fix resources reservation (take 2)
Bartlomiej Zolnierkiewicz
1
-0
/
+7
2008-04-26
ide-mpc8xx: fix resources reservation
Bartlomiej Zolnierkiewicz
1
-1
/
+17
2008-04-26
ide-mpc8xx: make m8xx_ide_init_ports() return an error value
Bartlomiej Zolnierkiewicz
1
-15
/
+25
2008-04-26
bast-ide: fix resources reservation
Bartlomiej Zolnierkiewicz
1
-0
/
+10
2008-04-26
delkin_cb: fix resources handling
Bartlomiej Zolnierkiewicz
1
-1
/
+3
2008-04-26
ide_platform: fix resources handling
Bartlomiej Zolnierkiewicz
1
-3
/
+2
2008-04-26
ide-cd: remove the internal 64k buffer
Borislav Petkov
2
-123
/
+4
2008-04-26
ide-disk: fix issues found by checkpatch.pl
Bartlomiej Zolnierkiewicz
1
-50
/
+70
2008-04-26
ide-disk: add proc_idedisk_read_smart() helper
Bartlomiej Zolnierkiewicz
1
-22
/
+17
2008-04-26
ide: unexport ide_hwifs[]
Bartlomiej Zolnierkiewicz
1
-5
/
+0
2008-04-26
ide-generic: use ide_find_port() (take 3)
Bartlomiej Zolnierkiewicz
1
-2
/
+12
2008-04-26
ide: use ide_find_port() in legacy VLB host drivers (take 2)
Bartlomiej Zolnierkiewicz
7
-81
/
+120
2008-04-26
ide: merge ide_match_hwif() and ide_find_port()
Bartlomiej Zolnierkiewicz
3
-62
/
+47
2008-04-26
ide: remove PIO "downgrade" quirk
Bartlomiej Zolnierkiewicz
4
-13
/
+0
2008-04-26
ide: use DIV_ROUND_UP
Julia Lawall
2
-16
/
+16
2008-04-26
ide: IDE_HFLAG_BOOTABLE -> IDE_HFLAG_NON_BOOTABLE
Bartlomiej Zolnierkiewicz
30
-56
/
+33
2008-04-26
qd65xx: return error value in qd_probe()
Bartlomiej Zolnierkiewicz
1
-10
/
+15
2008-04-26
ht6560b: use driver name for resource allocation
Bartlomiej Zolnierkiewicz
1
-1
/
+2
2008-04-26
umc8672: don't use ide_hwifs[] in umc_set_pio_mode()
Bartlomiej Zolnierkiewicz
1
-2
/
+2
2008-04-26
scc_pata: store 'hwif' pointer in struct scc_ports
Bartlomiej Zolnierkiewicz
1
-3
/
+3
2008-04-26
cmd640: use ide_find_port()
Bartlomiej Zolnierkiewicz
1
-10
/
+19
2008-04-26
cmd640: remove cmd_drives[]
Bartlomiej Zolnierkiewicz
1
-40
/
+27
2008-04-26
au1xxx-ide: use ide_find_port()
Bartlomiej Zolnierkiewicz
1
-3
/
+5
2008-04-26
scc_pata: use ide_find_port()
Bartlomiej Zolnierkiewicz
1
-6
/
+2
2008-04-26
sgiioc4: use ide_find_port()
Bartlomiej Zolnierkiewicz
1
-10
/
+2
2008-04-26
ide-pmac: use ide_find_port()
Bartlomiej Zolnierkiewicz
1
-25
/
+19
2008-04-26
ide-pmac: dynamically allocate struct pmac_ide_hwif instances (take 2)
Bartlomiej Zolnierkiewicz
1
-16
/
+33
2008-04-26
swarm: use ide_find_port()
Bartlomiej Zolnierkiewicz
1
-7
/
+2
2008-04-26
ide: cleanup ide_find_port()
Bartlomiej Zolnierkiewicz
18
-30
/
+20
2008-04-26
ide: cleanup ide_match_hwif()
Bartlomiej Zolnierkiewicz
1
-32
/
+15
2008-04-26
ide: make ide_pci_check_iomem() actually work
Sergei Shtylyov
1
-11
/
+12
2008-04-26
ide/Kconfig: BLK_DEV_4DRIVES should be a tristate
Frederik Deweerdt
1
-1
/
+1
2008-04-26
v4l/dvb: add statics to avoid multiple definitions
Harvey Harrison
2
-4
/
+4
2008-04-26
mac-hid: fix build after lockdep annotation
Harvey Harrison
1
-2
/
+2
2008-04-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
7
-6
/
+24
2008-04-25
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
Linus Torvalds
19
-123
/
+521
2008-04-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
1
-32
/
+101
2008-04-25
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
17
-324
/
+332
[next]