summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | AT91: trivial: align comment of at91sam9g20_reset with one more tabNicolas Ferre2010-10-261-7/+7
| * | | | | AT91: Fix AT91SAM9G20 reset as per the errata in the data sheetPeter Horton2010-10-263-2/+63
| * | | | | AT91: add board support for Pcontrol_G20Peter Gsellmann2010-10-264-0/+504
* | | | | | Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2010-10-2621-228/+475
|\ \ \ \ \ \
| * | | | | | OMAP: DSS2: don't power off a panel twiceStanley.Miao2010-10-226-0/+36
| * | | | | | OMAP: DSS2: OMAPFB: Allow usage of def_vrfb only for omap2,3Senthilvadivu Guruswamy2010-10-221-0/+10
| * | | | | | OMAP: DSS2: OMAPFB: make VRFB depends on OMAP2,3Senthilvadivu Guruswamy2010-10-221-1/+1
| * | | | | | OMAP: DSS2: OMAPFB: Allow FB_OMAP2 to build without VRFBSenthilvadivu Guruswamy2010-10-221-0/+16
| * | | | | | arm/omap: simplify conditionalNicolas Kaiser2010-10-221-1/+1
| * | | | | | OMAP: DSS2: DSI: Remove extra iounmap in error pathSenthilvadivu Guruswamy2010-10-221-1/+0
| * | | | | | OMAP: DSS2: Use dss_features framework on DSS2 codeArchit Taneja2010-10-225-87/+60
| * | | | | | OMAP: DSS2: Introduce dss_features filesArchit Taneja2010-10-223-1/+242
| * | | | | | video/omap: remove mux.h includeNicolas Kaiser2010-10-221-2/+0
| * | | | | | ARM: omap/fb: move get_fbmem_region() to .init.textUwe Kleine-König2010-10-221-1/+1
| * | | | | | ARM: omap/fb: move omapfb_reserve_sram to .init.textUwe Kleine-König2010-10-221-3/+3
| * | | | | | ARM: omap/fb: move omap_init_fb to .init.textUwe Kleine-König2010-10-221-2/+2
| * | | | | | OMAP: DSS2: OMAPFB: swap front and back porches for both hsync and vsyncTasslehoff Kjappfot2010-10-221-8/+8
| * | | | | | OMAP: DSS2: make filter coefficient tables human readableGrazvydas Ignotas2010-09-291-120/+94
| * | | | | | OMAP: DSS2: Add SPI dependency to Kconfig of ACX565AKM panelJarkko Nikula2010-09-291-1/+1
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2010-10-264-6/+46
|\ \ \ \ \ \ \
| * | | | | | | [CPUFREQ]: x86, cpufreq: Mark longrun_get_policy with __cpuinit.Rakib Mullick2010-10-221-1/+1
| * | | | | | | [CPUFREQ] add sampling_down_factor tunable to improve ondemand performanceDavid C Niemi2010-10-221-1/+41
| * | | | | | | [CPUFREQ] arch/x86/kernel/cpu/cpufreq: Fix unsigned return typeJulia Lawall2010-10-222-2/+2
| * | | | | | | [CPUFREQ] drivers/cpufreq: Adjust confusing if indentationJulia Lawall2010-10-221-2/+2
* | | | | | | | Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-2661-1937/+1535
|\ \ \ \ \ \ \ \
| * | | | | | | | svcrpc: svc_tcp_sendto XPT_DEAD check is redundantJ. Bruce Fields2010-10-251-3/+0
| * | | | | | | | svcrpc: no need for XPT_DEAD check in svc_xprt_enqueueJ. Bruce Fields2010-10-251-6/+0
| * | | | | | | | svcrpc: assume svc_delete_xprt() called only onceJ. Bruce Fields2010-10-251-1/+1
| * | | | | | | | svcrpc: never clear XPT_BUSY on dead xprtJ. Bruce Fields2010-10-251-3/+0
| * | | | | | | | nfsd4: fix connection allocation in sequence()J. Bruce Fields2010-10-241-14/+17
| * | | | | | | | nfsd4: only require krb5 principal for NFSv4.0 callbacksJ. Bruce Fields2010-10-211-7/+8
| * | | | | | | | nfsd4: move minorversion to clientJ. Bruce Fields2010-10-213-7/+15
| * | | | | | | | nfsd4: delay session removal till free_clientJ. Bruce Fields2010-10-211-8/+13
| * | | | | | | | nfsd4: separate callback change and callback probeJ. Bruce Fields2010-10-213-9/+16
| * | | | | | | | nfsd4: callback program number is per-sessionJ. Bruce Fields2010-10-213-2/+5
| * | | | | | | | nfsd4: track backchannel connectionsJ. Bruce Fields2010-10-211-4/+7
| * | | | | | | | nfsd4: confirm only on succesful create_sessionJ. Bruce Fields2010-10-211-3/+5
| * | | | | | | | nfsd4: make backchannel sequence number per-sessionJ. Bruce Fields2010-10-213-15/+17
| * | | | | | | | nfsd4: use client pointer to backchannel sessionJ. Bruce Fields2010-10-213-8/+6
| * | | | | | | | nfsd4: move callback setup into session init codeJ. Bruce Fields2010-10-212-15/+15
| * | | | | | | | nfsd4: don't cache seq_misordered repliesJ. Bruce Fields2010-10-211-2/+1
| * | | | | | | | SUNRPC: Properly initialize sock_xprt.srcaddr in all casesChuck Lever2010-10-211-1/+32
| * | | | | | | | SUNRPC: Use conventional switch statement when reclassifying socketsChuck Lever2010-10-211-3/+7
| * | | | | | | | sunrpc/xprtrdma: clean up workqueue usageTejun Heo2010-10-213-5/+17
| * | | | | | | | sunrpc: Turn list_for_each-s into the ..._entry-sPavel Emelyanov2010-10-193-17/+7
| * | | | | | | | sunrpc: Remove dead "else" branch from bc xprt creationPavel Emelyanov2010-10-191-9/+4
| * | | | | | | | sunrpc: Don't return NULL from rpcb_createPavel Emelyanov2010-10-191-1/+1
| * | | | | | | | sunrpc: Remove useless if (task == NULL) from xprt_reserve_xprtPavel Emelyanov2010-10-191-2/+0
| * | | | | | | | sunrpc: Remove UDP worker wrappersPavel Emelyanov2010-10-191-34/+7
| * | | | | | | | sunrpc: Remove TCP worker wrappersPavel Emelyanov2010-10-191-32/+7
OpenPOWER on IntegriCloud