summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge tag 'drm-intel-fixes-2016-08-15' of git://anongit.freedesktop.org/drm-i...Dave Airlie2016-08-1910-95/+219
| |\ \ \ \
| | * | | | drm/i915: Fix modeset handling during gpu reset, v5.Maarten Lankhorst2016-08-112-60/+111
| | * | | | drm/i915: fix aliasing_ppgtt leakMatthew Auld2016-08-111-0/+1
| | * | | | drm/i915: fix WaInsertDummyPushConstPsMatthew Auld2016-08-111-4/+4
| | * | | | drm/i915: Fix iboost setting for SKL Y/U DP DDI buffer translation entry 2Ville Syrjälä2016-08-111-2/+2
| | * | | | drm/i915/gen9: Give one extra block per line for SKL plane WM calculationsMatt Roper2016-08-111-0/+2
| | * | | | drm/i915: Acquire audio powerwell for HD-Audio registersChris Wilson2016-08-111-0/+6
| | * | | | drm/i915: Add missing rpm wakelock to GGTT preadChris Wilson2016-08-111-1/+4
| | * | | | drm/i915/fbc: FBC causes display flicker when VT-d is enabled on SkylakeChris Wilson2016-08-111-0/+20
| | * | | | drm/i915: Clean up the extra RPM ref on CHV with i915.enable_rc6=0Ville Syrjälä2016-08-111-3/+1
| | * | | | drm/i915: Program iboost settings for HDMI/DVI on SKLVille Syrjälä2016-08-111-11/+40
| | * | | | drm/i915: Fix iboost setting for DDI with 4 lanes on SKLVille Syrjälä2016-08-112-13/+24
| | * | | | drm/i915: Handle ENOSPC after failing to insert a mappable nodeChris Wilson2016-08-111-1/+1
| | * | | | drm/i915: Flush GT idle status upon resetChris Wilson2016-08-101-0/+3
| | |/ / /
| * | | | Merge branch 'drm-etnaviv-fixes' of git://git.pengutronix.de/git/lst/linux in...Dave Airlie2016-08-191-5/+5
| |\ \ \ \
| | * | | | drm/etnaviv: take GPU lock later in the submit processLucas Stach2016-08-151-5/+5
| | |/ / /
* | | | | Merge tag 'devicetree-fixes-for-4.8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-185-14/+15
|\ \ \ \ \
| * | | | | of: fix reference counting in of_graph_get_endpoint_by_regsLucas Stach2016-08-151-9/+2
| * | | | | of/platform: disable the of_platform_default_populate_init() for all the ppc ...Kevin Hao2016-08-121-0/+2
| * | | | | ARM: imx6: mark GPC node as not populated after irq init to probe pm domain d...Philipp Zabel2016-08-091-0/+6
| * | | | | of/irq: Mark interrupt controllers as populated before initialisationPhilipp Zabel2016-08-091-2/+3
| * | | | | drivers/of: Validate device node in __unflatten_device_tree()Gavin Shan2016-08-091-1/+1
| * | | | | of: Delete an unnecessary check before the function call "of_node_put"Markus Elfring2016-08-091-2/+1
| | |/ / / | |/| | |
* | | | | Merge tag '4.8-doc-fixes' of git://git.lwn.net/linuxLinus Torvalds2016-08-183-8/+3
|\ \ \ \ \
| * | | | | doc-rst: customize RTD theme, drop padding of inline literalMarkus Heiser2016-08-141-1/+2
| * | | | | docs: kernel-documentation: remove some highlight directivesJonathan Corbet2016-08-121-6/+0
| * | | | | docs: Set the Sphinx default highlight language to "guess"Jonathan Corbet2016-08-121-1/+1
| |/ / / /
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-182-10/+24
|\ \ \ \ \
| * | | | | x86/smp: Fix __max_logical_packages value setupJiri Olsa2016-08-181-9/+16
| * | | | | x86/microcode/AMD: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=yBorislav Petkov2016-08-181-1/+8
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-08-183-8/+11
|\ \ \ \ \ \
| * | | | | | clocksource/drivers/mips-gic-timer: Make gic_clocksource_of_init() return intPaul Gortmaker2016-08-171-1/+1
| * | | | | | clocksource/drivers/kona: Fix get_counter() error handlingArnd Bergmann2016-08-171-6/+10
| * | | | | | clocksource/drivers/time-armada-370-xp: Fix the clock referenceGregory CLEMENT2016-08-171-1/+0
| |/ / / / /
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-08-181-8/+25
|\ \ \ \ \ \
| * | | | | | sched/cputime: Resync steal time when guest & host lose syncWanpeng Li2016-08-181-3/+15
| * | | | | | sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra2016-08-181-5/+10
| |/ / / / /
* | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-1814-69/+207
|\ \ \ \ \ \
| * | | | | | perf/core: Check return value of the perf_event_read() IPIDavid Carrillo-Cisneros2016-08-181-3/+4
| * | | | | | perf/core: Enable mapping of the stop filtersMathieu Poirier2016-08-181-10/+5
| * | | | | | perf/core: Update filters only on executable mmapMathieu Poirier2016-08-181-0/+7
| * | | | | | perf/core: Fix file name handling for start/stop filtersMathieu Poirier2016-08-181-2/+4
| * | | | | | perf/core: Fix event_function_local()Peter Zijlstra2016-08-181-12/+48
| * | | | | | uprobes: Fix the memcg accountingOleg Nesterov2016-08-181-2/+3
| * | | | | | Merge tag 'perf-urgent-for-mingo-20160815' of git://git.kernel.org/pub/scm/li...Ingo Molnar2016-08-1612-40/+136
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | perf intel-pt: Fix occasional decoding errors when tracing system-wideAdrian Hunter2016-08-151-1/+5
| | * | | | | tools: Sync kvm related header files for arm64 and s390Arnaldo Carvalho de Melo2016-08-153-0/+44
| | * | | | | perf probe: Release resources on error when handling exit pathsArnaldo Carvalho de Melo2016-08-151-3/+9
| | * | | | | perf probe: Check for dup and fdopen failuresColin Ian King2016-08-151-4/+20
| | * | | | | perf symbols: Fix annotation of objects with debuginfo filesAnton Blanchard2016-08-151-1/+2
OpenPOWER on IntegriCloud