summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exec: make de_thread() killableOleg Nesterov2012-10-091-2/+14
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2012-10-096-28/+6
|\
| * arm64: Enable interrupts before calling do_notify_resume()Catalin Marinas2012-10-081-0/+1
| * arm64: Use the generic compat_sys_sendfile() implementationCatalin Marinas2012-10-082-20/+1
| * arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()Catalin Marinas2012-10-083-8/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-10-097-12/+176
|\ \ | |/ |/|
| * Revert strace hiccups fix.David S. Miller2012-10-055-30/+31
| * sparc64: Niagara-4 bzero/memset, plus use MRU stores in page copy.David S. Miller2012-10-057-12/+176
| * sparc64: Fix strace hiccups when force_successful_syscall() triggers.Al Viro2012-10-041-18/+13
| * sparc64: Rearrange thread info to cheaply clear syscall noerror state.Al Viro2012-10-045-15/+19
* | Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubiLinus Torvalds2012-10-0810-211/+2790
|\ \
| * | UBI: Wire-up fastmapRichard Weinberger2012-10-033-0/+28
| * | UBI: Add fastmap coreRichard Weinberger2012-10-031-0/+1537
| * | UBI: Add fastmap support to the WL sub-systemRichard Weinberger2012-10-031-44/+531
| * | UBI: Add fastmap stuff to attach.cRichard Weinberger2012-10-033-130/+260
| * | UBI: Wire-up ->fm_semRichard Weinberger2012-10-031-0/+12
| * | UBI: Add fastmap bits to build.cRichard Weinberger2012-10-031-3/+65
| * | UBI: Add self_check_eba()Richard Weinberger2012-10-031-0/+96
| * | UBI: Export next_sqnum()Richard Weinberger2012-10-031-9/+9
| * | UBI: Add fastmap stuff to ubi.hRichard Weinberger2012-10-032-25/+115
| * | UBI: Add fastmap on-flash data structuresRichard Weinberger2012-10-031-0/+137
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-0852-1426/+2267
|\ \ \
| * \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-10-0712-75/+202
| |\ \ \
| | * | | drm/i915: Fix GT_MODE default valueBen Widawsky2012-10-042-0/+8
| | * | | drm/i915: don't frob the vblank ts in finish_page_flipDaniel Vetter2012-10-041-22/+1
| | * | | drm/i915: call drm_handle_vblank before finish_page_flipDaniel Vetter2012-10-041-8/+8
| | * | | drm/i915: print warning if vmi915_gem_fault error is not handledMika Kuoppala2012-10-041-0/+1
| | * | | drm/i915: EBUSY status handling added to i915_gem_fault().Dmitry Rogozhkin2012-10-041-0/+5
| | * | | drm/i915: Try harder to complete DP training pattern 1Chris Wilson2012-10-041-10/+5
| | * | | drm/i915: set swizzling to none on VLVJesse Barnes2012-10-031-1/+4
| | * | | drm/dp: Make sink count DP 1.2 awareAdam Jackson2012-10-022-6/+6
| | * | | drm/dp: Document DP spec versions for various DPCD registersAdam Jackson2012-10-021-20/+32
| | * | | drm/i915/dp: Be smarter about connection sense for branch devicesAdam Jackson2012-10-021-1/+34
| | * | | drm/i915/dp: Fetch downstream port info if needed during DPCD fetchAdam Jackson2012-10-022-5/+21
| | * | | drm/dp: Update DPCD definesAdam Jackson2012-10-021-4/+56
| | * | | drm: Export drm_probe_ddc()Adam Jackson2012-10-022-1/+3
| | * | | drm/i915: Flush the pending flips on the CRTC before modificationChris Wilson2012-10-021-2/+22
| | * | | drm/i915: Actually invalidate the TLB for the SandyBridge HW contexts w/aChris Wilson2012-10-021-1/+1
| | * | | drm/i915: Fix set_caching lockingBen Widawsky2012-09-271-4/+4
| | * | | drm/i915: use adjusted_mode instead of mode for checking the 6bpc force flagJani Nikula2012-09-271-2/+3
| * | | | Merge branch 'exynos-drm-next' of git://git.infradead.org/users/kmpark/linux-...Dave Airlie2012-10-0722-244/+898
| |\ \ \ \
| | * | | | drm: exynos: hdmi: remove drm common hdmi platform data structRahul Sharma2012-10-055-39/+34
| | * | | | drm: exynos: hdmi: add support for exynos5 hdmiRahul Sharma2012-10-051-4/+79
| | * | | | drm: exynos: hdmi: replace is_v13 with version check in hdmiRahul Sharma2012-10-051-20/+20
| | * | | | drm: exynos: hdmi: add support for exynos5 mixerRahul Sharma2012-10-052-3/+49
| | * | | | drm: exynos: hdmi: add support to disable video processor in mixerRahul Sharma2012-10-051-53/+98
| | * | | | drm: exynos: hdmi: add support for platform variants for mixerRahul Sharma2012-10-051-0/+28
| | * | | | drm: exynos: hdmi: add support for exynos5 hdmiphyRahul Sharma2012-10-051-1/+11
| | * | | | drm: exynos: hdmi: add support for exynos5 ddcRahul Sharma2012-10-051-5/+17
| | * | | | drm: exynos: remove drm hdmi platform data structRahul Sharma2012-10-051-13/+0