summaryrefslogtreecommitdiffstats
path: root/drivers/zorro (unfollow)
Commit message (Expand)AuthorFilesLines
2010-11-08drm/i915: Avoid might_fault during pwrite whilst holding our mutexChris Wilson1-9/+16
2010-11-04agp/intel: fix cache control for sandybridgeZhenyu Wang1-2/+2
2010-11-04agp/intel: restore cache behavior on sandybridgeZhenyu Wang1-1/+1
2010-11-04drm/i915; Don't apply Ironlake FDI clock workaround to SandybridgeZhenyu Wang2-3/+5
2010-11-04drm/i915: Fix KMS regression on Sandybridge/CPTZhenyu Wang1-21/+33
2010-11-03i915: reprogram power monitoring registers on resumeKyle McMartin2-1/+4
2010-11-02drm/i915: SNB BLT workaroundChris Wilson2-3/+116
2010-11-02drm/i915: Fix the graphics frequency clamping at init and when IPS is active.Jesse Barnes1-5/+4
2010-11-02drm/i915: Allow powersave modparam to be adjusted at runtime.Chris Wilson1-1/+1
2010-11-01drm/i915: Apply big hammer to serialise buffer access between ringsChris Wilson1-28/+52
2010-11-01drm/i915: opregion_setup: iounmap correct addressChristoph Fritz1-1/+1
2010-10-28drm/i915: Flush read-only buffers from the active list upon idle as wellChris Wilson2-13/+5
2010-10-27i915: signedness bug in check_overlay_src()Dan Carpenter1-1/+3
2010-10-27drm/i915: Fix typo from "Enable DisplayPort Audio"Takashi Iwai1-1/+1
2010-10-27fix braino in fs: do not assign default i_ino in new_inodeAl Viro1-1/+1
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom9-160/+252
2010-10-27drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2Alex Deucher1-0/+3
2010-10-27docbook: add idr/ida to kernel-api docbookRandy Dunlap3-24/+32
2010-10-27docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap3-8/+13
2010-10-27documentation: update sysrq.txt magic sysrq keysRandy Dunlap1-2/+5
2010-10-27scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches1-0/+5
2010-10-27scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches1-0/+12
2010-10-27checkpatch: version 0.31Andy Whitcroft1-1/+1
2010-10-27checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft1-6/+6
2010-10-27checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft1-1/+10
2010-10-27checkpatch: clean up structure definition macro handlineAndy Whitcroft1-2/+2
2010-10-27checkpatch: update copyright datesAndy Whitcroft1-1/+1
2010-10-27checkpatch: Add additional attribute #definesJoe Perches1-0/+14
2010-10-27checkpatch: check for incorrect permissionsRabin Vincent1-1/+13
2010-10-27checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft1-5/+21
2010-10-27checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft1-10/+5
2010-10-27checkpatch: add check for space after struct, union, and enumAndy Whitcroft1-0/+10
2010-10-27checkpatch: returning errno typically should be negativeAndy Whitcroft1-0/+7
2010-10-27checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft1-0/+5
2010-10-27checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft1-3/+4
2010-10-27checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft1-0/+13
2010-10-27checkpatch: types may sit on a line on their ownAndy Whitcroft1-1/+1
2010-10-27checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft1-3/+6
2010-10-27div64_u64(): improve precision on 32bit platformsBrian Behlendorf3-10/+59
2010-10-27lib/parser: cleanup match_number()Namhyung Kim1-3/+4
2010-10-27percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()Christoph Lameter1-3/+3
2010-10-27lib/list_sort: test: check element addressesArtem Bityutskiy1-8/+67
2010-10-27lib/list_sort: test: unify test messagesArtem Bityutskiy1-9/+10
2010-10-27lib/list_sort: test: improve errors handlingArtem Bityutskiy1-27/+38
2010-10-27lib/list_sort: test: use generic random32Artem Bityutskiy1-12/+15
2010-10-27lib/list_sort: test: use more reasonable printk levelsArtem Bityutskiy1-8/+8
2010-10-27lib/Kconfig.debug: add list_sort debugging switchArtem Bityutskiy2-2/+11
2010-10-27percpu_counter: add debugobj supportTejun Heo2-0/+56
2010-10-27idr: fix idr_pre_get() locking descriptionNaohiro Aota1-11/+13
2010-10-27lib/bitmap.c: use hex_to_bin()Andy Shevchenko1-2/+1