summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-06-17OMAPDSS: add OMAP_DISPLAY_TYPE_DVITomi Valkeinen1-0/+1
2013-06-17OMAPDSS: public omapdss_register_output()Tomi Valkeinen1-0/+2
2013-06-17OMAPDSS: remove unused fields in omap_dss_deviceTomi Valkeinen1-14/+0
2013-06-17OMAPDSS: add module_get/put to omap_dss_get/put_device()Tomi Valkeinen1-1/+1
2013-06-17OMAPDSS: omapdss.h: add owner field to omap_dss_deviceTomi Valkeinen1-0/+2
2013-06-17OMAPDSS: combine omap_dss_output into omap_dss_deviceTomi Valkeinen1-36/+30
2013-06-17OMAPDSS: remove omap_dss_start/stop_device()Tomi Valkeinen1-3/+0
2013-06-17OMAPDSS: Add panel dev pointer to dssdevTomi Valkeinen1-2/+6
2013-06-17OMAPDSS: add panel listTomi Valkeinen1-0/+8
2013-06-17OMAPDSS: add videomode conversion supportTomi Valkeinen1-0/+7
2013-06-17OMAPDSS: Implement display (dis)connect supportTomi Valkeinen1-0/+23
2013-06-17OMAPDSS: add helpers to get mgr or output from displayTomi Valkeinen1-0/+3
2013-06-17OMAPDSS: add omap_dss_find_output_by_node()Tomi Valkeinen1-0/+1
2013-06-17OMAPDSS: add omap_dss_find_output()Tomi Valkeinen1-0/+1
2013-06-17OMAPDSS: add pdata->default_display_nameTomi Valkeinen1-0/+1
2013-06-08Merge tag 'trace-fixes-v3.10-rc3-v3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+29
2013-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski1-0/+3
2013-06-06arch, mm: Remove tlb_fast_mode()Peter Zijlstra1-16/+1
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-9/+65
2013-06-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+4
2013-06-03Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2013-06-03net_sched: restore "overhead xxx" handlingEric Dumazet1-7/+11
2013-06-03net: force a reload of first item in hlist_nulls_for_each_entry_rcuEric Dumazet1-1/+6
2013-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-2/+3
2013-06-01Merge tag 'fbdev-for-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2013-06-01list: introduce list_first_entry_or_nullJiri Pirko1-0/+11
2013-06-01xfrm: force a garbage collection after deleting a policyPaul Moore1-0/+5
2013-06-01udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar1-0/+15
2013-06-01Merge tag 'please-pull-aertracefix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+3
2013-05-31target: Propigate up ->cmd_kref put return via transport_generic_free_cmdNicholas Bellinger1-1/+1
2013-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+17
2013-05-31Merge tag 'stable/for-linus-3.10-rc3-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2013-05-30aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz1-2/+3
2013-05-30target: Re-instate sess_wait_list for target_wait_for_sess_cmdsNicholas Bellinger1-0/+1
2013-05-29xenbus: delay xenbus frontend resume if xenstored is not runningAurelien Chartier1-0/+1
2013-05-29Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux ...Jean-Christophe PLAGNIOL-VILLARD1-0/+1
2013-05-29rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry...Steven Rostedt2-0/+29
2013-05-26Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-35/+5
2013-05-26Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-0/+9
2013-05-25Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds4-8/+32
2013-05-25Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2013-05-25linux/kernel.h: fix kernel-doc warningRandy Dunlap1-2/+3
2013-05-25wait: fix false timeouts when using wait_event_timeout()Imre Deak1-5/+11
2013-05-25rapidio: add enumeration/discovery start from user spaceAlexandre Bounine1-2/+7
2013-05-25rapidio: make enumeration/discovery configurableAlexandre Bounine2-1/+13
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-7/+32
2013-05-24cgroup: fix a subtle bug in descendant pre-order walkTejun Heo1-1/+1
2013-05-24Merge tag 'pci-v3.10-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2013-05-23Merge tag 'tty-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1