summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 4806/1: ixp4xx: Ethernet support for the nslu2 and nas100d boardsRod Whitby2008-02-043-2/+93
* [ARM] 4805/1: ixp4xx: Use leds-gpio driver instead of IXP4XX-GPIO-LED driverRod Whitby2008-02-044-59/+46
* [ARM] 4715/2: Ethernet support for IXDP425 boardsRod Whitby2008-02-041-1/+28
* [ARM] 4714/2: Headers for IXP4xx built-in Ethernet and WAN driversKrzysztof Halasa2008-02-041-0/+21
* [ARM] 4713/3: Adds drivers for IXP4xx QMgr and NPE featuresKrzysztof Halasa2008-02-046-0/+1196
* [ARM] 4712/2: Adds functions to read and write IXP4xx "feature" bitsKrzysztof Halasa2008-02-045-8/+52
* [ARM] 4774/2: ixp4xx: Register dsmg600 rtc i2c_board_infoRod Whitby2008-02-041-0/+10
* [ARM] 4773/2: ixp4xx: Register nas100d rtc i2c_board_infoRod Whitby2008-02-041-0/+10
* [ARM] 4772/2: ixp4xx: Register nslu2 rtc i2c_board_infoRod Whitby2008-02-041-0/+10
* [ARM] 4769/2: ixp4xx: Button updates for the dsmg600 boardRod Whitby2008-02-042-19/+18
* [ARM] 4768/2: ixp4xx: Button and LED updates for the nas100d boardRod Whitby2008-02-043-24/+83
* [ARM] 4767/2: ixp4xx: Add bitops.h include to io.hRod Whitby2008-02-041-0/+2
* [ARM] 4766/2: ixp4xx: Update ixp4xx_defconfig, enabling all supported boardsRod Whitby2008-02-041-333/+645
* Merge git://git.infradead.org/battery-2.6Linus Torvalds2008-02-029-152/+300
|\
| * apm_power: check I.intval for zero value, we use it as the divisorAnton Vorontsov2008-02-021-0/+3
| * MAINTAINERS: remove kernel-discuss@handhelds.org listAnton Vorontsov2008-02-021-1/+0
| * pda_power: implement pollingAnton Vorontsov2008-02-022-1/+46
| * pda_power: various cleanupsAnton Vorontsov2008-02-021-55/+92
| * apm_power: support using VOLTAGE_* properties for apm calculationsDmitry Baryshkov2008-02-021-21/+70
| * pda_power: add suspend/resume supportDmitry Baryshkov2008-02-021-0/+33
| * power_supply: add few more values and propsDmitry Baryshkov2008-02-023-1/+11
| * pda_power: only register available psuDmitry Baryshkov2008-02-021-36/+44
| * power: fix incorrect unregistration in power_supply_create_attrs error pathAndres Salomon2008-02-021-4/+2
| * power: remove POWER_SUPPLY_PROP_CAPACITY_LEVELAndres Salomon2008-02-024-27/+0
| * [BATTERY] power_supply_leds: use kasprintfAkinobu Mita2008-02-021-18/+7
| * [BATTERY] Every file should include the headers containing the prototypes for...Adrian Bunk2008-02-022-0/+4
* | Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-02-0260-1664/+5450
|\ \
| * | SUNRPC: RPC program information is stored in unsigned integersChuck Lever2008-02-012-4/+5
| * | SUNRPC: Move exported symbol definitions after function declaration part 2Trond Myklebust2008-02-017-42/+33
| * | NLM: tear down RPC clients in nlm_shutdown_hostsJeff Layton2008-02-011-1/+6
| * | SUNRPC: spin svc_rqst initialization to its own functionJeff Layton2008-02-012-17/+44
| * | nfsd: more careful input validation in nfsctl write methodsJ. Bruce Fields2008-02-011-1/+4
| * | lockd: minor log message fixJ. Bruce Fields2008-02-011-1/+1
| * | knfsd: don't bother mapping putrootfh enoent to epermJ. Bruce Fields2008-02-011-2/+0
| * | rdma: makefileTom Tucker2008-02-011-0/+5
| * | rdma: ONCRPC RDMA protocol marshallingTom Tucker2008-02-011-0/+412
| * | rdma: SVCRDMA sendtoTom Tucker2008-02-011-0/+520
| * | rdma: SVCRDMA recvfromTom Tucker2008-02-011-0/+586
| * | rdma: SVCRDMA Core Transport ServicesTom Tucker2008-02-011-0/+1080
| * | rdma: SVCRDMA Transport ModuleTom Tucker2008-02-011-0/+266
| * | rdma: SVCRMDA Header FileTom Tucker2008-02-011-0/+262
| * | svc: Add svc_xprt_names service to replace svc_sock_namesTom Tucker2008-02-013-1/+37
| * | knfsd: Support adding transports by writing portlist fileTom Tucker2008-02-013-6/+63
| * | svc: Add svc API that queries for a transport instanceTom Tucker2008-02-013-14/+38
| * | svc: Add /proc/sys/sunrpc/transport filesTom Tucker2008-02-013-0/+60
| * | svc: Add transport hdr size for defer/revisitTom Tucker2008-02-013-9/+31
| * | svc: Move the xprt independent code to the svc_xprt.c fileTom Tucker2008-02-013-810/+804
| * | svc: Make svc_check_conn_limits xprt independentTom Tucker2008-02-011-12/+12
| * | svc: Removing remaining references to rq_sock in rqstpTom Tucker2008-02-012-18/+25
| * | svc: Move create logic to common codeTom Tucker2008-02-012-39/+43