| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-08-18 | 1 | -8/+25 |
|\ |
|
| * | sched/cputime: Resync steal time when guest & host lose sync | Wanpeng Li | 2016-08-18 | 1 | -3/+15 |
| * | sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regression | Peter Zijlstra | 2016-08-18 | 1 | -5/+10 |
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-18 | 14 | -69/+207 |
|\ \ |
|
| * | | perf/core: Check return value of the perf_event_read() IPI | David Carrillo-Cisneros | 2016-08-18 | 1 | -3/+4 |
| * | | perf/core: Enable mapping of the stop filters | Mathieu Poirier | 2016-08-18 | 1 | -10/+5 |
| * | | perf/core: Update filters only on executable mmap | Mathieu Poirier | 2016-08-18 | 1 | -0/+7 |
| * | | perf/core: Fix file name handling for start/stop filters | Mathieu Poirier | 2016-08-18 | 1 | -2/+4 |
| * | | perf/core: Fix event_function_local() | Peter Zijlstra | 2016-08-18 | 1 | -12/+48 |
| * | | uprobes: Fix the memcg accounting | Oleg Nesterov | 2016-08-18 | 1 | -2/+3 |
| * | | Merge tag 'perf-urgent-for-mingo-20160815' of git://git.kernel.org/pub/scm/li... | Ingo Molnar | 2016-08-16 | 12 | -40/+136 |
| |\ \
| | |/
| |/| |
|
| | * | perf intel-pt: Fix occasional decoding errors when tracing system-wide | Adrian Hunter | 2016-08-15 | 1 | -1/+5 |
| | * | tools: Sync kvm related header files for arm64 and s390 | Arnaldo Carvalho de Melo | 2016-08-15 | 3 | -0/+44 |
| | * | perf probe: Release resources on error when handling exit paths | Arnaldo Carvalho de Melo | 2016-08-15 | 1 | -3/+9 |
| | * | perf probe: Check for dup and fdopen failures | Colin Ian King | 2016-08-15 | 1 | -4/+20 |
| | * | perf symbols: Fix annotation of objects with debuginfo files | Anton Blanchard | 2016-08-15 | 1 | -1/+2 |
| | * | perf script: Don't disable use_callchain if input is pipe | He Kuang | 2016-08-15 | 1 | -1/+3 |
| | * | perf script: Show proper message when failed list scripts | He Kuang | 2016-08-15 | 1 | -2/+7 |
| | * | perf jitdump: Add the right header to get the major()/minor() definitions | Arnaldo Carvalho de Melo | 2016-08-15 | 1 | -0/+1 |
| | * | perf ppc64le: Fix build failure when libelf is not present | Ravi Bangoria | 2016-08-12 | 1 | -0/+2 |
| | * | perf tools mem: Fix -t store option for record command | Jiri Olsa | 2016-08-12 | 1 | -0/+3 |
| | * | perf intel-pt: Fix ip compression | Adrian Hunter | 2016-08-12 | 2 | -28/+40 |
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2016-08-18 | 2 | -4/+4 |
|\ \ \ |
|
| * | | | locking/barriers: Suppress sparse warnings in lockless_dereference() | Johannes Berg | 2016-08-18 | 1 | -3/+3 |
| * | | | Revert "drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference" | Johannes Berg | 2016-08-18 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2016-08-18 | 3 | -4/+14 |
|\ \ \ |
|
| * | | | arm64: Fix shift warning in arch/arm64/mm/dump.c | Catalin Marinas | 2016-08-18 | 1 | -3/+3 |
| * | | | arm64: kernel: avoid literal load of virtual address with MMU off | Ard Biesheuvel | 2016-08-17 | 1 | -1/+9 |
| * | | | arm64: Fix NUMA build error when !CONFIG_ACPI | Catalin Marinas | 2016-08-17 | 1 | -0/+2 |
* | | | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 2016-08-18 | 2 | -5/+17 |
|\ \ \ \ |
|
| * | | | | ARM: fix address limit restoration for undefined instructions | Russell King | 2016-08-09 | 1 | -0/+1 |
| * | | | | ARM: 8591/1: mm: use fully constructed struct pages for EFI pgd allocations | Ard Biesheuvel | 2016-08-09 | 1 | -1/+2 |
| * | | | | ARM: 8590/1: sanity_check_meminfo(): avoid overflow on vmalloc_limit | Nicolas Pitre | 2016-08-09 | 1 | -4/+14 |
* | | | | | Merge tag 'pm-4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2016-08-18 | 4 | -82/+108 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2016-08-18 | 4 | -82/+108 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | PM / hibernate: Fix rtree_next_node() to avoid walking off list ends | James Morse | 2016-08-16 | 1 | -5/+5 |
| | * | | | | x86/power/64: Use __pa() for physical address computation | Rafael J. Wysocki | 2016-08-16 | 1 | -1/+1 |
| | * | | | | PM / sleep: Update some system sleep documentation | Rafael J. Wysocki | 2016-08-13 | 2 | -76/+102 |
* | | | | | | Merge tag 'drm-fixes-for-4.8-rc3' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2016-08-18 | 8 | -25/+14 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2016-08-18 | 2 | -4/+4 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | drm/amdgpu: Change GART offset to 64-bit | Felix Kuehling | 2016-08-16 | 2 | -4/+4 |
| |/ / / / / / |
|
| * | | | | | | Merge tag 'mediatek-drm-fixes-2016-08-12' of git://git.pengutronix.de/git/pza... | Dave Airlie | 2016-08-15 | 1 | -0/+3 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | drm/mediatek: add ARM_SMCCC dependency | Arnd Bergmann | 2016-08-11 | 1 | -0/+1 |
| | * | | | | | | drm/mediatek: add CONFIG_OF dependency | Arnd Bergmann | 2016-08-11 | 1 | -0/+1 |
| | * | | | | | | drm/mediatek: add COMMON_CLK dependency | Arnd Bergmann | 2016-08-11 | 1 | -0/+1 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge branch 'drm-fixes-4.8' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2016-08-12 | 4 | -20/+6 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | drm/amdgpu: Fix memory trashing if UVD ring test fails | Jay Cornwall | 2016-08-10 | 1 | -1/+2 |
| | * | | | | | | drm/amdgpu: fix vm init error path | Chunming Zhou | 2016-08-09 | 1 | -1/+4 |
| | * | | | | | | Revert "drm/radeon: work around lack of upstream ACPI support for D3cold" | Alex Deucher | 2016-08-09 | 1 | -9/+0 |
| | * | | | | | | Revert "drm/amdgpu: work around lack of upstream ACPI support for D3cold" | Alex Deucher | 2016-08-09 | 1 | -9/+0 |