OSDN Git Service

tomoyo/tomoyo-test1.git
2017-01-16 Chris Wilsondrm/i915: Use __printf markup to silence compiler
2017-01-14 Chris Wilsondrm/i915: Eliminate superfluous i915_ggtt_view_normal
2017-01-14 Chris Wilsondrm/i915: Eliminate superfluous i915_ggtt_view_rotated
2017-01-14 Chris Wilsondrm/i915: Convert i915_ggtt_view to use an anonymous...
2017-01-14 Chris Wilsondrm/i915: Stop clearing i915_ggtt_view
2017-01-14 Chris Wilsondrm/i915: Compact memcmp in i915_vma_compare()
2017-01-14 Chris Wilsondrm/i915: Mark the ggtt_view structs as packed
2017-01-14 Chris Wilsondrm/i915: Name the anonymous structs inside i915_ggtt_view
2017-01-13 Nagaraju, Vathsaladrm/i915/psr: report live PSR2 State
2017-01-13 Nagaraju, Vathsaladrm/i915/psr: enable psr2 for y cordinate panels
2017-01-13 Nagaraju, Vathsaladrm/i915/psr: set PSR_MASK bits for deep sleep
2017-01-13 Nagaraju, Vathsaladrm/i915/psr: set CHICKEN_TRANS for psr2
2017-01-13 Chris Wilsondrm/i915: Assert that we have allocated the drm_mm_node...
2017-01-13 Chris Wilsondrm/i915: Move i915_ppgtt_close() into i915_gem_gtt.c
2017-01-13 Nagaraju, Vathsaladrm/i915/psr: enable ALPM for psr2
2017-01-13 Nagaraju, Vathsaladrm/i915/psr: disable aux_frame_sync on psr2 exit
2017-01-13 Nagaraju, Vathsaladrm/i915/psr: fix blank screen issue for psr2
2017-01-12 Chris Wilsondrm/i915: Fix up kerneldoc parameters for i915_gem_gtt_*()
2017-01-12 Chris Wilsondrm/i915: Expand ggtt_view parameters for debugfs
2017-01-12 Chris Wilsondrm/i915: Declare i915_gem_object_create_internal(...
2017-01-12 Chris Wilsondrm/i915: Invalidate the guc ggtt TLB upon insertion
2017-01-12 Maarten Lankhorstdrm/i915: Remove useless casts to intel_plane_state
2017-01-12 Michel Thierrydrm/i915: Update i915_reset parameter for kerneldoc
2017-01-12 Michel Thierrydrm/i915: Keep i915_handle_error kerneldoc parameters...
2017-01-12 Francisco Jerezdrm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.
2017-01-12 Michał Winiarskidrm/i915/guc: Make sure vma containing firmware is...
2017-01-12 Libin YangALSA: Documentation about HDA DP MST pin init and conne...
2017-01-12 Libin YangALSA: hda - add DP MST audio support
2017-01-12 Libin YangALSA: hda - add DP mst verb support
2017-01-12 Zhenyu Wangdrm/i915: check ppgtt validity when init reg state
2017-01-12 Chris Wilsondrm/i915: Detect vma reserved for execbuf in evict...
2017-01-11 Chris Wilsondrm/i915: Add a sanity check that no request is submitt...
2017-01-11 Chris Wilsondrm/i915: Prefer random replacement before eviction...
2017-01-11 Chris Wilsondrm/i915: Extract reserving space in the GTT to a helper
2017-01-11 Chris Wilsondrm/i915: Use the MRU stack search after evicting
2017-01-10 Nagaraju, Vathsaladrm/i915/psr: disable psr2 for resolution greater than...
2017-01-10 Nagaraju, Vathsaladrm/i915/psr: program vsc header for psr2
2017-01-10 Nagaraju, Vathsaladrm : adds Y-coordinate and Colorimetry Format
2017-01-10 Chris Wilsondrm/i915: Replace 4096 with PAGE_SIZE or I915_GTT_PAGE_SIZE
2017-01-10 Chris Wilsondrm/i915: Rename i915_gem_engine_cleanup() to engine_se...
2017-01-10 Chris Wilsondrm/i915: Mark all incomplete requests as -EIO when...
2017-01-10 Chris Wilsondrm/i915: Set an error status for a resubmitted request
2017-01-10 Chris Wilsondrm/i915: Set guilty-flag on fence after detecting...
2017-01-10 Chris Wilsondrm/i915: Consolidate reset_request()
2017-01-10 Tomeu Vizosodrm/i915: Put "cooked" vlank counters in frame CRC...
2017-01-10 Tomeu Vizosodrm/i915: Use new CRC debugfs API
2017-01-10 Daniel VetterMerge remote-tracking branch 'airlied/drm-next' into...
2017-01-10 Chris Wilsondrm/i915: Split out i915_gem_object_set_tiling()
2017-01-10 Chris Wilsondrm/i915: Include ioctl in set-tiling and get-tiling...
2017-01-10 Chris Wilsondrm/i915: Clip the partial view against the object...
2017-01-10 Chris Wilsondrm/i915: Extract compute_partial_view()
2017-01-10 Michel Thierrydrm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN...
2017-01-10 Rodrigo Vividrm/i915/glk: Add missing bits to allow runtime pm...
2017-01-10 Anusha Srivatsadrm/i915/DMC/GLK: Load DMC on GLK
2017-01-10 Chris Wilsondrm/i915: Move ggtt fence/alignment to i915_gem_tiling.c
2017-01-10 Chris Wilsondrm/i915: Remove the rounding down of the gen4+ fence...
2017-01-10 Chris Wilsondrm/i915: Store required fence size/alignment for GGTT vma
2017-01-10 Chris Wilsondrm/i915: Replace WARNs in fence register writes with...
2017-01-10 Chris Wilsondrm/i915: Align GGTT sizes to a fence tile row
2017-01-10 Chris Wilsondrm/i915: Extract tile_row_size for fencing
2017-01-09 Dave AirlieMerge tag 'drm-misc-next-2017-01-09' of git://anongit...
2017-01-09 Dave AirlieMerge tag 'drm-intel-next-2017-01-09' of git://anongit...
2017-01-09 Chris Wilsondma-fence: Introduce drm_fence_set_error() helper
2017-01-09 Matthew Aulddrm/i915: don't open code the pdpe/pml4e clearing
2017-01-09 Matthew Aulddrm/i915: s/gen8_setup_page_directory_pointer/gen8_setu...
2017-01-09 Matthew Aulddrm/i915: s/gen8_setup_page_directory/gen8_setup_pdpe/
2017-01-09 Chris Wilsondma-fence: Wrap querying the fence->status
2017-01-09 Chris Wilsondma-fence: Clear fence->status during dma_fence_init()
2017-01-09 Benjamin Gaignarddrm: fix compilations issues introduced by "drm: allow...
2017-01-09 Gabriel Krisman... drm: Change the return type of the unload hook to void
2017-01-09 Shawn Guodrm: add more document for drm_crtc_from_index()
2017-01-09 Vincent Abrioudrm: remove useless parameters from drm_pick_cmdline_mo...
2017-01-09 Daniel Vetterdrm/i915: Update DRIVER_DATE to 20170109
2017-01-08 Dave AirlieMerge tag 'drm-misc-next-2016-12-30' of git://anongit...
2017-01-08 Linus TorvaldsLinux 4.10-rc3 v4.10-rc3
2017-01-08 Linus TorvaldsMerge tag 'usb-4.10-rc3' of git://git./linux/kernel...
2017-01-08 Linus TorvaldsMerge tag 'char-misc-4.10-rc3' of git://git./linux...
2017-01-08 Linus TorvaldsMerge tag 'staging-4.10-rc3' of git://git./linux/kernel...
2017-01-08 Johannes Weinermm: workingset: fix use-after-free in shadow node shrinker
2017-01-08 Hugh Dickinsmm: stop leaking PageTables
2017-01-07 Linus TorvaldsMerge branch 'rc-fixes' of git://git./linux/kernel...
2017-01-07 Greg Kroah... MAINTAINERS: add greybus subsystem mailing list
2017-01-06 Linus TorvaldsMerge tag 'sound-4.10-rc3' of git://git./linux/kernel...
2017-01-06 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git./linux...
2017-01-06 Linus TorvaldsMerge tag 'hwmon-for-linus-v4.10-rc3' of git://git...
2017-01-06 Linus TorvaldsMerge tag 'for-linus' of git://git./virt/kvm/kvm
2017-01-06 Linus TorvaldsMerge tag 'arm64-fixes' of git://git./linux/kernel...
2017-01-06 Linus TorvaldsMerge tag 'vfio-v4.10-rc3' of git://github.com/awilliam...
2017-01-06 Linus TorvaldsMerge branch 'stable/for-linus-4.10' of git://git....
2017-01-06 Linus TorvaldsMerge tag 'iommu-fixes-v4.10-rc2' of git://git./linux...
2017-01-06 Linus TorvaldsMerge tag 'acpi-4.10-rc3' of git://git./linux/kernel...
2017-01-06 Linus TorvaldsMerge tag 'pm-4.10-rc3' of git://git./linux/kernel...
2017-01-06 Konrad Rzeszutek... swiotlb: Export swiotlb_max_segment to users
2017-01-06 Chris Wilsondrm/i915: Drain freed objects for mmap space exhaustion
2017-01-06 Chris Wilsondrm/i915: Purge loose pages if we run out of DMA remap...
2017-01-06 Chris Wilsondrm/i915: Fix phys pwrite for struct_mutex-less operation
2017-01-06 Chris Wilsondrm/i915: Simplify testing for am-I-the-kernel-context?
2017-01-06 Chris Wilsondrm/i915: Use range_overflows()
2017-01-06 Chris Wilsondrm/i915: Use fixed-sized types for stolen
2017-01-06 Chris Wilsondrm/i915: Use phys_addr_t for the address of stolen...
next