summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ihex: fix unused return value compiler warningChris Ruffin2011-01-131-4/+5
* include/asm-generic/vmlinux.lds.h: make readmostly section correctly alignShaohua Li2011-01-131-1/+2
* include/linux/unaligned/packed_struct.h: use __packedAndrew Morton2011-01-131-3/+3
* toshiba.h: hide a function prototypes behind __KERNEL__ macroAlexander Shishkin2011-01-131-0/+2
* include/linux/kernel.h: abs(): fix handling of 32-bit unsigneds on 64-bitAndrew Morton2011-01-131-3/+16
* set_rtc_mmss: show warning message only onceStephen Hemminger2011-01-137-7/+7
* kmsg_dump: add kmsg_dump() calls to the reboot, halt, poweroff and emergency_...Seiji Aguchi2011-01-133-0/+14
* kmsg_dump: constrain mtdoops and ramoops to perform their actions only for KM...Seiji Aguchi2011-01-132-0/+10
* uml: use simple_write_to_buffer()Akinobu Mita2011-01-131-7/+1
* uml: mmapper_kern needs MODULE_LICENSERandy Dunlap2011-01-131-0/+1
* arch/um/drivers/line.c: safely iterate over list of winch handlersWill Newton2011-01-131-2/+2
* um: mark CONFIG_HIGHMEM as brokenRichard Weinberger2011-01-131-1/+1
* drivers/video/backlight/l4f00242t03.c: fix reset sequenceAlberto Panizzo2011-01-131-1/+2
* drivers/video/backlight/l4f00242t03.c: prevent unbalanced calls to regulator ...Alberto Panizzo2011-01-131-4/+6
* drivers/video/backlight/l4f00242t03.c: full implement fb power states for thi...Alberto Panizzo2011-01-131-22/+75
* drivers/video/backlight/l4f00242t03.c: make 1-bit signed field unsignedMariusz Kozlowski2011-01-131-1/+1
* leds: add output inversion option to backlight triggerJanusz Krzysztofik2011-01-132-4/+66
* leds-lp5521: modify the way of setting led device nameArun Murthy2011-01-132-1/+3
* leds: lp5521: fix circular lockingSamu Onkalo2011-01-131-44/+8
* leds: lp5523: fix circular lockingSamu Onkalo2011-01-131-40/+16
* leds: leds-lp5523: modify the way of setting led device nameSamu Onkalo2011-01-132-1/+3
* leds: leds-pca9532 cleanupsAxel Lin2011-01-131-38/+28
* drivers/leds/leds-lp5521.c: fix potential buffer overflowVasiliy Kulikov2011-01-131-0/+2
* fs/ext4/inode.c: use pr_warn_ratelimited()Andrew Morton2011-01-131-1/+2
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-01-1223-637/+1082
|\
| * i915/gtt: fix ordering causing DMAR errors on object teardown.Dave Airlie2011-01-121-2/+2
| * i915/gtt: fix ordering issues with status setup and DMARDave Airlie2011-01-121-2/+2
| * Merge branch 'drm-intel-fixes' of ssh://master.kernel.org/pub/scm/linux/kerne...Dave Airlie2011-01-1223-633/+1078
| |\
| | * drm/i915/execbuffer: Reorder binding of objects to favour restrictionsChris Wilson2011-01-112-26/+47
| | * drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson2011-01-111-8/+4
| | * drm/i915/evict: Ensure we completely cleanup on failureChris Wilson2011-01-111-1/+8
| | * drm/i915/execbuffer: Correctly clear the current object list upon EFAULTChris Wilson2011-01-111-3/+1
| | * drm/i915/debugfs: Show all objects in the gttChris Wilson2011-01-111-10/+43
| | * drm/i915: Record AGP memory type upon errorChris Wilson2011-01-113-4/+16
| | * drm/i915: Periodically flush the active lists and requestsChris Wilson2011-01-111-4/+26
| | * drm/i915/gtt: Unmap the PCI pages after unbinding them from the GTTChris Wilson2011-01-111-7/+3
| | * drm/i915: Record the error batchbuffer on each ringChris Wilson2011-01-113-120/+50
| | * drm/i915: Include TLB miss overhead for computing WMChris Wilson2011-01-111-2/+9
| | * drm/i915: Propagate error from flushing the ringChris Wilson2011-01-113-48/+90
| | * drm/i915: detect & report PCH display error interruptsJesse Barnes2011-01-112-2/+81
| | * drm/i915: cleanup rc6 codeJesse Barnes2011-01-114-46/+75
| | * drm/i915: fix rc6 enabling around suspend/resumeJesse Barnes2011-01-112-3/+3
| | * drm/i915: re-enable rc6 support for Ironlake+Jesse Barnes2011-01-114-21/+91
| | * drm/i915: Make the ring IMR handling privateChris Wilson2011-01-112-12/+15
| | * drm/i915/ringbuffer: Simplify the ring irq refcountingChris Wilson2011-01-112-39/+25
| | * drm/i915/debugfs: Show the per-ring IMRChris Wilson2011-01-113-14/+24
| | * drm/i915: Mask USER interrupts on gen6 (until required)Chris Wilson2011-01-115-62/+113
| | * drm/i915: Handle ringbuffer stalls when flushingChris Wilson2011-01-114-43/+65
| | * drm/i915: Enforce write ordering through the GTTChris Wilson2011-01-112-1/+16
| | * drm/i915: Remove impossible testChris Wilson2011-01-111-8/+0