Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | sparc64: do not clobber personality flags in sys_sparc64_personality() | Jiri Kosina | 2012-08-02 | 1 | -5/+5 | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2012-08-14 | 8 | -11/+26 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | s390/compat: fix mmap compat system calls | Heiko Carstens | 2012-08-08 | 1 | -2/+0 | |
| * | | | | | | | | | | s390/compat: fix compat wrappers for process_vm system calls | Heiko Carstens | 2012-08-08 | 1 | -2/+2 | |
| * | | | | | | | | | | s390: do not clobber personality flags in sys_32_personality() | Jiri Kosina | 2012-08-08 | 1 | -4/+5 | |
| * | | | | | | | | | | s390/seccomp: add support for system call filtering using BPF | Heiko Carstens | 2012-08-08 | 3 | -1/+17 | |
| * | | | | | | | | | | s390/sclp_sdias: Add missing break and "fall through" | Michael Holzheu | 2012-08-08 | 1 | -0/+2 | |
| * | | | | | | | | | | s390/mm: remove MAX_PHYSADDR_BITS define | Heiko Carstens | 2012-08-08 | 1 | -2/+0 | |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-08-14 | 44 | -239/+516 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2012-08-14 | 26 | -188/+320 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | drm/radeon: fix typo in function header comment | Dmitrii Cherkasov | 2012-08-13 | 1 | -1/+1 | |
| | * | | | | | | | | drm/radeon/kms: implement timestamp userspace query (v2) | Marek Olšák | 2012-08-13 | 10 | -7/+82 | |
| | * | | | | | | | | drm/radeon/kms: add MSAA texture support for r600-evergreen | Marek Olšák | 2012-08-13 | 3 | -2/+15 | |
| | * | | | | | | | | drm/radeon/kms: reorder code in r600_check_texture_resource | Marek Olšák | 2012-08-13 | 1 | -26/+26 | |
| | * | | | | | | | | drm/radeon: fence virtual address and free it once idle v4 | Jerome Glisse | 2012-08-13 | 5 | -21/+55 | |
| | * | | | | | | | | drm/radeon: fix some missing parens in asic macros | Alex Deucher | 2012-08-13 | 1 | -5/+5 | |
| | * | | | | | | | | drm/radeon: add some new SI pci ids | Alex Deucher | 2012-08-13 | 1 | -0/+3 | |
| | * | | | | | | | | drm/radeon: fix ordering in pll picking on dce4+ | Alex Deucher | 2012-08-13 | 1 | -4/+4 | |
| | * | | | | | | | | drm/radeon: do not reenable crtc after moving vram start address | Jerome Glisse | 2012-08-13 | 3 | -76/+2 | |
| | * | | | | | | | | drm/radeon: fix bank tiling parameters on cayman | Alex Deucher | 2012-08-13 | 1 | -3/+11 | |
| | * | | | | | | | | drm/radeon: fix bank tiling parameters on evergreen | Alex Deucher | 2012-08-13 | 1 | -3/+11 | |
| | * | | | | | | | | drm/radeon: fix bank tiling parameters on SI | Christian König | 2012-08-13 | 1 | -4/+12 | |
| | * | | | | | | | | drm/radeon: properly handle crtc powergating | Alex Deucher | 2012-08-13 | 3 | -2/+17 | |
| | * | | | | | | | | drm/radeon: properly handle SS overrides on TN (v2) | Alex Deucher | 2012-08-13 | 1 | -12/+37 | |
| | * | | | | | | | | drm/radeon/dce4+: set a more reasonable cursor watermark | Alex Deucher | 2012-08-13 | 1 | -2/+4 | |
| | * | | | | | | | | drm/radeon: fix handling for ddc type 5 on combios | Alex Deucher | 2012-08-13 | 1 | -21/+36 | |
| |/ / / / / / / / | ||||||
| * | | | | | | | | drm/mgag200: fix G200ER pll picking algorithm | Dave Airlie | 2012-08-10 | 1 | -5/+7 | |
| * | | | | | | | | drm/edid: Fix potential memory leak in edid_load() | Alexey Khoroshilov | 2012-08-10 | 1 | -3/+5 | |
| * | | | | | | | | drm/udl: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(.. [1] | Thomas Meyer | 2012-08-09 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 2012-08-09 | 14 | -38/+172 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | drm/i915: correctly order the ring init sequence | Daniel Vetter | 2012-08-08 | 1 | -2/+5 | |
| | * | | | | | | | | drm/i915: add more Haswell PCI IDs | Paulo Zanoni | 2012-08-07 | 3 | -7/+123 | |
| | * | | | | | | | | drm/i915: make rc6 in sysfs functions conditional | Hunt Xu | 2012-08-06 | 1 | -0/+12 | |
| | * | | | | | | | | drm/i915: Workaround hang with BSD and forcewake on SandyBridge | Chris Wilson | 2012-08-06 | 1 | -9/+10 | |
| | * | | | | | | | | drm/i915: Make intel_panel_get_backlight static. | Stéphane Marchesin | 2012-08-06 | 2 | -2/+1 | |
| | * | | | | | | | | i915: don't map imported dma-bufs for dmar. | Dave Airlie | 2012-08-05 | 1 | -1/+2 | |
| | * | | | | | | | | drm/i915: remove unused variable | Devendra Naga | 2012-08-05 | 1 | -1/+0 | |
| | * | | | | | | | | drm/i915: Don't forget to apply SNB PIPE_CONTROL GTT workaround. | Eric Anholt | 2012-08-05 | 1 | -10/+10 | |
| | * | | | | | | | | drm/i915: fix forcewake related hangs on snb | Daniel Vetter | 2012-07-27 | 1 | -2/+4 | |
| | * | | | | | | | | i915: Remove silly test | Alan Cox | 2012-07-26 | 1 | -3/+0 | |
| | * | | | | | | | | i915: fix error path leak in intel_sdvo_write_cmd | Alan Cox | 2012-07-26 | 1 | -1/+4 | |
| | * | | | | | | | | vlv: it might be wise if we initialised the flag value... | Alan Cox | 2012-07-26 | 1 | -0/+1 | |
| * | | | | | | | | | drm/radeon/kms: allow "invalid" DB formats as a means to disable DB | Marek Olšák | 2012-08-09 | 4 | -5/+12 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | GPIO: gpio-pxa: fix building without CONFIG_OF | Arnd Bergmann | 2012-08-14 | 1 | -2/+2 | |
* | | | | | | | | | Merge branch 'fixes-for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2012-08-13 | 3 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | leds: renesas: fix error handling | Arnd Bergmann | 2012-08-13 | 1 | -1/+1 | |
| * | | | | | | | | | Revert "leds: use led_set_brightness in led_trigger_event" | Fabio Baltieri | 2012-08-13 | 1 | -1/+1 | |
| * | | | | | | | | | leds: lp8788: Fix updating scale configuration bits | Axel Lin | 2012-08-08 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-08-13 | 36 | -156/+233 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | bnx2x: Fix compiler warnings | Joren Van Onder | 2012-08-12 | 1 | -1/+1 |