summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* percpu-rwsem: kill CONFIG_PERCPU_RWSEMOleg Nesterov2015-08-154-7/+1
* percpu-rwsem: introduce percpu_rwsem_release() and percpu_rwsem_acquire()Oleg Nesterov2015-08-151-0/+19
* percpu-rwsem: introduce percpu_down_read_trylock()Oleg Nesterov2015-08-152-0/+14
* document rwsem_release() in sb_wait_write()Oleg Nesterov2015-08-151-3/+9
* fix the broken lockdep logic in __sb_start_write()Oleg Nesterov2015-08-151-33/+40
* introduce __sb_writers_{acquired,release}() helpersOleg Nesterov2015-08-153-10/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-151-1/+6
|\
| * KVM: x86: Use adjustment in guest cycles when handling MSR_IA32_TSC_ADJUSTHaozhong Zhang2015-08-071-1/+1
| * KVM: x86: zero IDT limit on entry to SMMPaolo Bonzini2015-08-071-0/+5
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-08-1510-28/+74
|\ \
| * | Update maintainers for DRM STI driverBenjamin Gaignard2015-08-151-0/+9
| * | mm: cma: mark cma_bitmap_maxno() inline in headerGregory Fong2015-08-151-1/+1
| * | zram: fix pool name truncationSergey Senozhatsky2015-08-151-4/+2
| * | memory-hotplug: fix wrong edge when hot add a new nodeXishi Qiu2015-08-152-0/+11
| * | .mailmap: Andrey Ryabinin has movedAndrey Ryabinin2015-08-153-2/+3
| * | ipc/sem.c: update/correct memory barriersManfred Spraul2015-08-151-4/+14
| * | mm/hwpoison: fix panic due to split huge zero pageWanpeng Li2015-08-151-2/+5
| * | ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()Herton R. Krzesinski2015-08-151-2/+4
| * | ipc,sem: fix use after free on IPC_RMID after a task using same semaphore set...Herton R. Krzesinski2015-08-151-6/+17
| * | mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li2015-08-151-7/+6
| * | mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2015-08-151-0/+2
* | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-08-151-1/+1
|\ \ \
| * | | clk: pxa: pxa3xx: fix CKEN register accessRobert Jarzmik2015-08-081-1/+1
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-08-141-0/+6
|\ \ \ \
| * | | | clockevents/drivers/sh_cmt: Only perform clocksource suspend/resume if enabledGeert Uytterhoeven2015-08-081-0/+6
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-146-46/+96
|\ \ \ \ \
| * | | | | perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming2015-08-121-5/+3
| * | | | | perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra2015-08-121-7/+16
| * | | | | perf: Fix PERF_EVENT_IOC_PERIOD migration racePeter Zijlstra2015-08-121-20/+55
| * | | | | perf: Fix double-free of the AUX bufferBen Hutchings2015-08-121-4/+6
| * | | | | perf: Fix fasync handling on inherited eventsPeter Zijlstra2015-08-041-2/+10
| * | | | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-07-312-6/+4
| |\ \ \ \ \
| | * | | | | perf tools: Fix test build error when bindir contains double slashPawel Moll2015-07-281-1/+1
| | * | | | | perf stat: Fix transaction lenght metricsAndi Kleen2015-07-281-5/+3
| |/ / / / /
| * | | | | perf: Fix running time accountingPeter Zijlstra2015-07-271-2/+2
* | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-08-141-1/+10
|\ \ \ \ \ \
| * | | | | | locking/pvqspinlock: Fix kernel panic in locking-selftestWaiman Long2015-07-211-1/+10
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-08-146-36/+32
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Revert "drm/nouveau/fifo/gk104: kick channels when deactivating them"Alexandre Courbot2015-08-141-21/+8
| * | | | | | drm/vmwgfx: Fix execbuf locking issuesThomas Hellstrom2015-08-141-2/+2
| * | | | | | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2015-08-144-13/+22
| |\ \ \ \ \ \
| | * | | | | | drm/exynos/fimc: fix runtime pm supportMarek Szyprowski2015-08-111-1/+0
| | * | | | | | drm/exynos/mixer: always update INT_EN cacheAndrzej Hajda2015-08-111-0/+5
| | * | | | | | drm/exynos/mixer: correct vsync configuration sequenceAndrzej Hajda2015-08-111-2/+5
| | * | | | | | drm/exynos/mixer: fix interrupt clearingAndrzej Hajda2015-08-111-5/+4
| | * | | | | | drm/exynos/hdmi: fix edid memory leakAndrzej Hajda2015-08-111-1/+6
| | * | | | | | drm/exynos: gsc: fix wrong bitwise operation for swap detectionHyungwon Hwang2015-08-111-4/+2
* | | | | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-08-144-5/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: 8410/1: VDSO: fix coarse clock monotonicity regressionNathan Lynch2015-08-111-4/+3
| * | | | | | | | ARM: 8409/1: Mark ret_fast_syscall as a functionDrew Richardson2015-08-071-0/+1