summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-11-154-4/+20
|\
| * kallsyms: Revert back to 128 max symbol lengthMichal Marek2013-11-132-2/+2
| * Kbuild: Ignore GREP_OPTIONS env variableBorislav Petkov2013-11-111-0/+3
| * scripts: kallsyms: Use %zu to print 'size_t'Fabio Estevam2013-11-081-1/+1
| * scripts/bloat-o-meter: use .startswith rather than fragile slicingJosh Triplett2013-11-071-1/+1
| * scripts/bloat-o-meter: ignore changes in the size of linux_bannerJosh Triplett2013-11-071-0/+1
| * kbuild: replace unbounded sprintf call in modpostKees Cook2013-11-061-1/+1
| * kbuild, bloat-o-meter: fix static detectionAndi Kleen2013-11-061-2/+2
| * Kbuild: Handle longer symbols in kallsyms.cAndi Kleen2013-11-061-1/+7
| * kbuild: Increase kallsyms max symbol lengthJoe Mario2013-11-061-1/+1
| * Makefile: enable -Werror=implicit-int and -Werror=strict-prototypes by defaultSergei Trofimovich2013-10-231-0/+6
* | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-1514-12/+20
|\ \
| * | c6x: remove unused COMMON_CLKDEV Kconfig parameterMichael Opdenacker2013-10-291-3/+0
| * | Kconfig cleanup (PARPORT_PC dependencies)Mark Salter2013-10-231-3/+7
| * | x86: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | unicore32: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | sparc: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | sh: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | powerpc: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | parisc: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | mips: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | microblaze: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | m68k: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | ia64: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | arm: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | alpha: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| * | c6x: remove unused parameter in KconfigMichael Opdenacker2013-09-181-4/+0
| |/
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-15557-14851/+44542
|\ \
| * \ Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2013-11-1516-86/+105
| |\ \
| | * | drm/nouveau: do not map evicted vram buffers in nouveau_bo_vma_addMaarten Lankhorst2013-11-141-1/+2
| | * | drm/nvc0-/gr: shift wrapping bug in nvc0_grctx_generate_r406800Dan Carpenter2013-11-141-1/+1
| | * | drm/nouveau/pwr: fix missing mutex unlock in a failure pathBen Skeggs2013-11-141-5/+5
| | * | drm/nv40/therm: fix slowing down fan when pstate undefinedBen Skeggs2013-11-141-1/+2
| | * | drm/nv11-: synchronise flips to vblank, unless async flip requestedBen Skeggs2013-11-142-4/+32
| | * | drm/nvc0-: remove nasty fifo swmthd hack for flip completion methodBen Skeggs2013-11-144-26/+9
| | * | drm/nv10-: we no longer need to create nvsw object on user channelsBen Skeggs2013-11-144-9/+32
| | * | drm/nouveau: always queue flips relative to kernel channel activityBen Skeggs2013-11-141-9/+8
| | * | drm/nouveau: there is no need to reserve/fence the new fb when flippingBen Skeggs2013-11-141-13/+4
| | * | drm/nouveau: when bailing out of a pushbuf ioctl, do not remove previous fenceBen Skeggs2013-11-141-1/+2
| | * | drm/nouveau: allow nouveau_fence_ref() to be a noopBen Skeggs2013-11-143-15/+7
| | * | drm/nvc8/mc: msi rearm is via the nvc0 methodBen Skeggs2013-11-141-1/+1
| * | | Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-11-141-3/+8
| |\ \ \
| | * | | drm/edid: compare actual vrefresh for all modes for quirksAlex Deucher2013-11-111-3/+8
| * | | | Merge tag 'drm-intel-fixes-2013-11-12' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-141-0/+2
| |\ \ \ \
| | * | | | drm/i915/opregion: fix build error on CONFIG_ACPI=nJani Nikula2013-11-081-0/+2
| * | | | | Merge branch 'ttm-next-3.13' of git://people.freedesktop.org/~thomash/linux i...Dave Airlie2013-11-141-17/+13
| |\ \ \ \ \
| | * | | | | drm/ttm: Fix vma page_prot bit manipulationThomas Hellstrom2013-11-121-17/+13
| * | | | | | Merge branch 'vmwgfx-next-3.13' of git://people.freedesktop.org/~thomash/linu...Dave Airlie2013-11-143-9/+47
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | drm/vmwgfx: Fix a couple of compile / sparse warnings and errorsThomas Hellstrom2013-11-122-3/+13
| | * | | | | drm/vmwgfx: Resource evict fixesThomas Hellstrom2013-11-121-6/+36
OpenPOWER on IntegriCloud