aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.h')
0 files changed, 0 insertions, 0 deletions
messages for translationJeff King1-2/+2 2016-03-11setup: drop repository_format_version globalJeff King3-3/+0 2016-03-11setup: unify repository version callbacksJeff King2-43/+23 2016-03-11init: use setup.c's repo version verificationJeff King1-9/+12 2016-03-11setup: refactor repo format reading and verificationJeff King2-39/+103 2016-03-11config: drop git_config_earlyJeff King3-16/+4 2016-03-11check_repository_format_gently: stop using git_config_earlyJeff King1-8/+3 2016-03-11lazily load core.sharedrepositoryJeff King2-2/+9 2016-03-11wrap shared_repository global in get/set accessorsJeff King5-20/+33 2016-03-11setup: document check_repository_format()Jeff King2-3/+10 2016-03-04Git 2.8-rc1v2.8.0-rc1Junio C Hamano2-1/+13 2016-03-04t9700: fix test for perl older than 5.14Jeff King1-1/+7 2016-03-03documentation: fix some typosThomas Ackermann2-2/+2 2016-03-03t0001: fix GIT_* environment variable check under --valgrindJohannes Sixt1-11/+9 2016-03-02Mark win32's pthread_exit() as NORETURNJohannes Schindelin1-1/+1 2016-03-01run-command: do not pass child process data into callbacksStefan Beller4-32/+9 2016-02-29trailer.c: mark strings for translationNguyễn Thái Ngọc Duy1-1/+1 2016-02-29ref-filter.c: mark strings for translationNguyễn Thái Ngọc Duy1-14/+14 2016-02-29builtin/clone.c: mark strings for translationNguyễn Thái Ngọc Duy1-5/+5 2016-02-29builtin/checkout.c: mark strings for translationNguyễn Thái Ngọc Duy1-1/+1 2016-02-29compat/mingw: brown paper bag fix for 50a6c8eJeff King1-1/+1 2016-02-28config.mak.uname: use clang for Mac OS X 10.6Torsten Bögershausen1-0/+3 2016-02-27sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy1-3/+3 2016-02-26Git 2.8-rc0v2.8.0-rc0Junio C Hamano2-1/+96 2016-02-25t/lib-httpd: load mod_unixdMichael J Gruber1-0/+3 2016-02-25t5504: handle expected output from SIGPIPE deathJeff King1-1/+4 2016-02-25test_must_fail: report number of unexpected signalJeff King1-1/+1 2016-02-25fetch-pack: ignore SIGPIPE in sideband demuxerJeff King1-1/+5 2016-02-25write_or_die: handle EPIPE in async threadsJeff King3-0/+15 2016-02-25add DEVELOPER makefile knob to check for acknowledged warningsLars Schneider3-1/+18 2016-02-25refs: document transaction semanticsDavid Turner1-0/+12 2016-02-25use_pack: handle signed off_t overflowJeff King2-1/+3 2016-02-25nth_packed_object_offset: bounds-check extended offsetJeff King4-1/+27