OSDN Git Service

uclinux-h8/linux.git
2014-03-23 Sean Pauldrm/exynos: Remove dpms link between encoder/connector
2014-03-23 Sean Pauldrm/exynos: Remove apply manager callback
2014-03-23 Sean Pauldrm/exynos: Pass exynos_drm_manager in manager ops...
2014-03-23 Sean Pauldrm/exynos: hdmi: Implement initialize op for hdmi
2014-03-23 Sean Pauldrm/exynos: Use manager_op initialize in fimd
2014-03-23 Sean Pauldrm/exynos: Add an initialize function to manager and...
2014-03-23 Sean Pauldrm/exynos: Merge overlay_ops into manager_ops
2014-03-23 Stephane Marchesindrm/exynos: Remove useless slab.h include
2014-03-23 Shirish Sdrm/exynos: set the active aspect ratio as per mode
2014-03-23 Shirish Sdrm/exynos: add phy settings for RB resolutions
2014-03-23 Daniel Kurtzdrm/exynos: Fix (more) freeing issues in exynos_drm_drv.c
2014-03-21 Dave Airliedrm/helper: lock all around force mode restore
2014-03-21 Daniel Vetterdrm/fb-helper: improve drm_fb_helper_initial_config...
2014-03-21 Daniel Vetterdrm/crtc-helper: fix locking for drm_helper_disable_unu...
2014-03-20 Dave AirlieMerge branch 'gma500-next' of git://github.com/patjak...
2014-03-20 Dave Airliedrm/radeon/kms: merge conflicted badly
2014-03-18 Dave AirlieMerge branch 'topic/core-stuff' of git://git.freedeskto...
2014-03-18 Joonyoung Shimdrm/cma: remove to make sg_table when gem cma is created
2014-03-18 Dave AirlieMerge branch 'drm-next' of git://people.freedesktop...
2014-03-18 Dave AirlieMerge tag 'v3.14-rc7' into drm-next
2014-03-18 Dave AirlieMerge branch 'drm-docs' of ssh://people.freedesktop...
2014-03-18 Dave AirlieMerge branch 'drm-intel-next' of git://git.freedesktop...
2014-03-18 Daniel VetterMerge remote-tracking branch 'airlied/drm-next' into...
2014-03-17 David Herrmanndrm/gma500: remove stub .open/postclose
2014-03-17 Arthur Borsboomdrm/gma500: Code cleanup - inline documentation
2014-03-17 Arthur Borsboomdrm/gma500: Code cleanup - style fixes
2014-03-17 Arthur Borsboomdrm/gma500: Code cleanup - removal of centralized exiti...
2014-03-17 Patrik Jakobssondrm/gma500/cdv: Cedarview display cleanups
2014-03-17 Patrik Jakobssondrm/gma500: Unify encoder mode fixup
2014-03-17 Patrik Jakobssondrm/gma500: Unify _get_core_freq for cdv and psb
2014-03-17 Patrik Jakobssondrm/gma500: Move asle interrupt work into a work task
2014-03-17 Thierry Redingdrm/gma500: Remove dead code
2014-03-17 Patrik Jakobssondrm/gma500: Add backing type and base align to psb_gem_...
2014-03-17 Patrik Jakobssondrm/gma500: Remove unused ioctls
2014-03-17 Patrik Jakobssondrm/gma500: Always trap MMU page faults
2014-03-17 Patrik Jakobssondrm/gma500: Hook up the MMU
2014-03-17 Patrik Jakobssondrm/gma500: Add first piece of blitter code
2014-03-17 Patrik Jakobssondrm/gma500: Give MMU code it's own header file
2014-03-17 Patrik Jakobssondrm/gma500: Add support for SGX interrupts
2014-03-17 Patrik Jakobssondrm/gma500: Make SGX MMU driver actually do something
2014-03-17 Daniel Vetterdrm: Fix use-after-free in the shadow-attache exit...
2014-03-17 Xiubo Lidrm/fb-helper: Do the 'max_conn_count' zero check
2014-03-17 Damien Lespiaudrm: Check if the allocation has succeeded before deref...
2014-03-17 Ville Syrjälädrm/fb-helper: Use drm_fb_helper_restore_fbdev_mode...
2014-03-17 Dave AirlieMerge branch 'drm-minor' of git://people.freedesktop...
2014-03-17 Linus TorvaldsLinux 3.14-rc7 v3.14-rc7
2014-03-17 Dave AirlieMerge branch 'drm-fixes' of git://people.freedesktop...
2014-03-16 Linus TorvaldsMerge branch 'sched-urgent-for-linus' of git://git...
2014-03-16 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git....
2014-03-16 Michael Kerriskipc: Fix 2 bugs in msgrcv() MSG_COPY implementation
2014-03-16 David HerrmannMerge branch 'drm-minor' into drm-next
2014-03-16 David HerrmannMerge branch 'drm-anon' into drm-next
2014-03-16 David Herrmanndrm: make minors independent of global lock
2014-03-16 David Herrmanndrm: inline drm_minor_get_id()
2014-03-16 David Herrmanndrm: coding-style fixes in minor handling
2014-03-16 David Herrmanndrm: remove redundant minor->device field
2014-03-16 David Herrmanndrm: remove unneeded #ifdef CONFIG_DEBUGFS
2014-03-16 David Herrmanndrm: rename drm_unplug/get_minor() to drm_minor_registe...
2014-03-16 David Herrmanndrm: move drm_put_minor() to drm_minor_free()
2014-03-16 David Herrmanndrm: allocate minors early
2014-03-16 David Herrmanndrm: add minor-lookup/release helpers
2014-03-16 David Herrmanndrm: provide device-refcount
2014-03-16 David Herrmanndrm: turn DRM_MINOR_* into enum
2014-03-16 David Herrmanndrm: remove unused DRM_MINOR_UNASSIGNED
2014-03-16 David Herrmanndrm: skip redundant minor-lookup in open path
2014-03-16 David Herrmanndrm: group dev-lifetime related members
2014-03-16 David Herrmanndrm: init TTM dev_mapping in ttm_bo_device_init()
2014-03-16 David Herrmanndrm: use anon-inode instead of relying on cdevs
2014-03-16 David Herrmanndrm: add pseudo filesystem for shared inodes
2014-03-16 David Herrmanndrm/gem: dont init "ret" in drm_gem_mmap()
2014-03-16 David Herrmanndrm/crtc: add sanity checks to create_dumb()
2014-03-16 David Herrmanndrm/gem: free vma-node during object-cleanup
2014-03-16 David Herrmanndrm/gem: fix indentation
2014-03-16 David Herrmanndrm/udl: fix Bpp calculation in dumb_create()
2014-03-16 David Herrmanndrm/udl: fix error-path when damage-req fails
2014-03-15 Linus TorvaldsMerge tag 'scsi-fixes' of git://git./linux/kernel/git...
2014-03-15 Daniel Vetterdrm/imx: remove drm_mode_connector_detach_encoder harder
2014-03-15 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git./linux...
2014-03-15 Linus TorvaldsMerge tag 'pm+acpi-3.14-rc7' of git://git./linux/kernel...
2014-03-15 Linus TorvaldsMerge tag 'dm-3.14-fixes-4' of git://git./linux/kernel...
2014-03-14 Daniel J Bluemanx86/amd/numa: Fix northbridge quirk to assign correct...
2014-03-14 Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2014-03-14 Linus TorvaldsMerge branch 'i2c/for-current' of git://git./linux...
2014-03-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2014-03-13 Richard Weinbergeri2c: Remove usage of orphaned symbol OF_I2C
2014-03-13 Rafael J. WysockiMerge branches 'pnp', 'acpi-init', 'acpi-sleep' and...
2014-03-13 Rafael J. WysockiACPI / sleep: Add extra checks for HW Reduced ACPI...
2014-03-13 Heiner Kallweitipv6: Avoid unnecessary temporary addresses being generated
2014-03-13 Stefan Wahreneth: fec: Fix lost promiscuous mode after reconnecting...
2014-03-13 dingtianhongbonding: set correct vlan id for alb xmit path
2014-03-13 Alexander Aringat86rf230: fix lockdep splats
2014-03-13 Or Gerlitznet/mlx4_en: Deregister multicast vxlan steering rules...
2014-03-13 Arnd Bergmannvmxnet3: fix building without CONFIG_PCI_MSI
2014-03-13 Daniel BorkmannMAINTAINERS: add networking selftests to NETWORKING
2014-03-13 Daniel Vetterdrm: kerneldoc polish for drm_crtc.c
2014-03-13 Daniel Vetterdrm: kerneldoc polish for drm_crtc_helper.c
2014-03-13 Daniel Vetterdrm: drop error code for drm_helper_resume_force_mode
2014-03-13 Daniel Vetterdrm/crtc-helper: remove LOCKING from kerneldoc
2014-03-13 Daniel Vetterdrm: remove return value from drm_helper_mode_fill_fb_s...
2014-03-13 Daniel Vetterdrm/doc: Fix misplaced </para>
next