| Commit message (Expand) | Author | Age | Files | Lines |
* | [ARM] 4820/1: RealView: Select the timer IRQ at run-time | Catalin Marinas | 2008-02-04 | 3 | -13/+24 |
* | [ARM] 4819/1: RealView: Fix entry-macro.S to work with multiple platforms | Catalin Marinas | 2008-02-04 | 4 | -8/+10 |
* | [ARM] 4818/1: RealView: Add core-tile detection | Catalin Marinas | 2008-02-04 | 3 | -44/+80 |
* | [ARM] 4817/1: RealView: Move the AMBA resource definitions to realview_eb.c | Catalin Marinas | 2008-02-04 | 3 | -83/+123 |
* | [ARM] 4816/1: RealView: Move the platform-specific definitions into board-eb.h | Catalin Marinas | 2008-02-04 | 10 | -262/+186 |
* | [ARM] 4815/1: RealView: Add clockevents suport for the local timers | Catalin Marinas | 2008-02-04 | 2 | -30/+71 |
* | [ARM] 4814/1: RealView: Add broadcasting clockevents support for ARM11MPCore | Catalin Marinas | 2008-02-04 | 7 | -17/+69 |
* | [ARM] 4813/1: Add SMP helper functions for clockevents support | Catalin Marinas | 2008-02-04 | 2 | -2/+37 |
* | [ARM] 4812/1: RealView: clockevents support for the RealView platforms | Catalin Marinas | 2008-02-04 | 2 | -12/+67 |
* | [ARM] 4811/1: RealView: clocksource support for the RealView platforms | Catalin Marinas | 2008-02-04 | 2 | -42/+32 |
* | 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 |
| * | | svc: Move create logic to common code | Tom Tucker | 2008-02-01 | 2 | -39/+43 |
| * | | svc: Make svc_age_temp_sockets svc_age_temp_transports | Tom Tucker | 2008-02-01 | 1 | -18/+19 |
| * | | svc: Make svc_recv transport neutral | Tom Tucker | 2008-02-01 | 1 | -31/+32 |
| * | | svc: Make svc_sock_release svc_xprt_release | Tom Tucker | 2008-02-01 | 1 | -9/+7 |