index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ide-floppy: include the proper headers
Borislav Petkov
2008-02-02
1
-3
/
+3
*
ide-floppy: disambiguate function names
Borislav Petkov
2008-02-02
1
-3
/
+3
*
ide-floppy: remove unnecessary ->handler != NULL check
Borislav Petkov
2008-02-02
1
-4
/
+3
*
ide-floppy: replace ntoh{s,l} and hton{s,l} calls with the generic byteorder
Borislav Petkov
2008-02-02
1
-14
/
+14
*
ide-floppy: convert to generic packet commands
Borislav Petkov
2008-02-02
1
-32
/
+12
*
ide: remove needless includes from PCI host drivers
Bartlomiej Zolnierkiewicz
2008-02-02
32
-134
/
+4
*
ide: add ->cable_detect method to ide_hwif_t
Bartlomiej Zolnierkiewicz
2008-02-02
22
-150
/
+137
*
ide: add struct ide_port_info instances to legacy host drivers
Bartlomiej Zolnierkiewicz
2008-02-02
29
-270
/
+258
*
ide: separate PCI specific init from generic init in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-8
/
+21
*
ide: always set DMA masks in ide_pci_setup_ports()
Bartlomiej Zolnierkiewicz
2008-02-02
1
-4
/
+9
*
macide: remove drive->capacity64 quirk
Bartlomiej Zolnierkiewicz
2008-02-02
1
-10
/
+0
*
atiixp/cs5535/scc_pata: fix "idex=ata66" parameter handling
Bartlomiej Zolnierkiewicz
2008-02-02
3
-15
/
+26
*
au1xxx-ide: fix ->io_32bit handling
Bartlomiej Zolnierkiewicz
2008-02-02
1
-2
/
+1
*
dtc2278: fix ->io_32bit handling
Bartlomiej Zolnierkiewicz
2008-02-02
2
-10
/
+6
*
Merge git://git.infradead.org/battery-2.6
Linus Torvalds
2008-02-02
9
-152
/
+300
|
\
|
*
apm_power: check I.intval for zero value, we use it as the divisor
Anton Vorontsov
2008-02-02
1
-0
/
+3
|
*
MAINTAINERS: remove kernel-discuss@handhelds.org list
Anton Vorontsov
2008-02-02
1
-1
/
+0
|
*
pda_power: implement polling
Anton Vorontsov
2008-02-02
2
-1
/
+46
|
*
pda_power: various cleanups
Anton Vorontsov
2008-02-02
1
-55
/
+92
|
*
apm_power: support using VOLTAGE_* properties for apm calculations
Dmitry Baryshkov
2008-02-02
1
-21
/
+70
|
*
pda_power: add suspend/resume support
Dmitry Baryshkov
2008-02-02
1
-0
/
+33
|
*
power_supply: add few more values and props
Dmitry Baryshkov
2008-02-02
3
-1
/
+11
|
*
pda_power: only register available psu
Dmitry Baryshkov
2008-02-02
1
-36
/
+44
|
*
power: fix incorrect unregistration in power_supply_create_attrs error path
Andres Salomon
2008-02-02
1
-4
/
+2
|
*
power: remove POWER_SUPPLY_PROP_CAPACITY_LEVEL
Andres Salomon
2008-02-02
4
-27
/
+0
|
*
[BATTERY] power_supply_leds: use kasprintf
Akinobu Mita
2008-02-02
1
-18
/
+7
|
*
[BATTERY] Every file should include the headers containing the prototypes for...
Adrian Bunk
2008-02-02
2
-0
/
+4
*
|
Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2008-02-02
60
-1664
/
+5450
|
\
\
|
*
|
SUNRPC: RPC program information is stored in unsigned integers
Chuck Lever
2008-02-01
2
-4
/
+5
|
*
|
SUNRPC: Move exported symbol definitions after function declaration part 2
Trond Myklebust
2008-02-01
7
-42
/
+33
|
*
|
NLM: tear down RPC clients in nlm_shutdown_hosts
Jeff Layton
2008-02-01
1
-1
/
+6
|
*
|
SUNRPC: spin svc_rqst initialization to its own function
Jeff Layton
2008-02-01
2
-17
/
+44
|
*
|
nfsd: more careful input validation in nfsctl write methods
J. Bruce Fields
2008-02-01
1
-1
/
+4
|
*
|
lockd: minor log message fix
J. Bruce Fields
2008-02-01
1
-1
/
+1
|
*
|
knfsd: don't bother mapping putrootfh enoent to eperm
J. Bruce Fields
2008-02-01
1
-2
/
+0
|
*
|
rdma: makefile
Tom Tucker
2008-02-01
1
-0
/
+5
|
*
|
rdma: ONCRPC RDMA protocol marshalling
Tom Tucker
2008-02-01
1
-0
/
+412
|
*
|
rdma: SVCRDMA sendto
Tom Tucker
2008-02-01
1
-0
/
+520
|
*
|
rdma: SVCRDMA recvfrom
Tom Tucker
2008-02-01
1
-0
/
+586
|
*
|
rdma: SVCRDMA Core Transport Services
Tom Tucker
2008-02-01
1
-0
/
+1080
|
*
|
rdma: SVCRDMA Transport Module
Tom Tucker
2008-02-01
1
-0
/
+266
|
*
|
rdma: SVCRMDA Header File
Tom Tucker
2008-02-01
1
-0
/
+262
|
*
|
svc: Add svc_xprt_names service to replace svc_sock_names
Tom Tucker
2008-02-01
3
-1
/
+37
|
*
|
knfsd: Support adding transports by writing portlist file
Tom Tucker
2008-02-01
3
-6
/
+63
|
*
|
svc: Add svc API that queries for a transport instance
Tom Tucker
2008-02-01
3
-14
/
+38
|
*
|
svc: Add /proc/sys/sunrpc/transport files
Tom Tucker
2008-02-01
3
-0
/
+60
|
*
|
svc: Add transport hdr size for defer/revisit
Tom Tucker
2008-02-01
3
-9
/
+31
|
*
|
svc: Move the xprt independent code to the svc_xprt.c file
Tom Tucker
2008-02-01
3
-810
/
+804
|
*
|
svc: Make svc_check_conn_limits xprt independent
Tom Tucker
2008-02-01
1
-12
/
+12
|
*
|
svc: Removing remaining references to rq_sock in rqstp
Tom Tucker
2008-02-01
2
-18
/
+25
[next]