summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-257-492/+597
|\
| * sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-195-8/+71
| * lockdep: Implement lock pinningPeter Zijlstra2015-06-192-0/+90
| * lockdep: Simplify lock_release()Peter Zijlstra2015-06-191-101/+18
| * sched: Streamline the task migration locking a littlePeter Zijlstra2015-06-191-42/+34
| * sched: Move code aroundPeter Zijlstra2015-06-191-186/+178
| * sched,dl: Fix sched class hopping CBS holePeter Zijlstra2015-06-191-66/+86
| * sched, dl: Convert switched_{from, to}_dl() / prio_changed_dl() to balance ca...Peter Zijlstra2015-06-191-21/+24
| * sched,dl: Remove return value from pull_dl_task()Peter Zijlstra2015-06-191-10/+10
| * sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance ca...Peter Zijlstra2015-06-191-16/+19
| * sched,rt: Remove return value from pull_rt_task()Peter Zijlstra2015-06-191-11/+11
| * sched: Allow balance callbacks for check_class_changed()Peter Zijlstra2015-06-191-3/+22
| * sched: Use replace normalize_task() with __sched_setscheduler()Peter Zijlstra2015-06-191-42/+23
| * sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-194-38/+63
| * Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-1974-1324/+2057
| |\
* | \ Merge branch 'sched-locking-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-06-243-34/+88
|\ \ \
| * | | locking/rtmutex: Update stale plist commentsDavidlohr Bueso2015-06-191-9/+9
| * | | futex: Lower the lock contention on the HB lock during wake upSebastian Andrzej Siewior2015-06-193-18/+73
| * | | locking/rtmutex: Implement lockless top-waiter wakeupDavidlohr Bueso2015-06-181-11/+10
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-06-2464-741/+938
|\ \ \
| * | | arm64: use private ratelimit state along with show_unhandled_signalsVladimir Murzin2015-06-193-5/+16
| * | | arm64: show unhandled SP/PC alignment faultsVladimir Murzin2015-06-191-1/+8
| * | | arm64: vdso: work-around broken ELF toolchains in MakefileWill Deacon2015-06-191-0/+4
| * | | arm64: kernel: rename __cpu_suspend to keep it aligned with armSudeep Holla2015-06-195-13/+9
| * | | arm64: compat: print compat_sp instead of spVladimir Murzin2015-06-171-2/+2
| * | | arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAPDave P Martin2015-06-171-1/+1
| * | | arm64: entry: fix context tracking for el0_sp_pcMark Rutland2015-06-171-0/+1
| * | | arm64: defconfig: enable memtestMark Rutland2015-06-151-0/+1
| * | | arm64: mm: remove reference to tlb.S from comment blockVladimir Murzin2015-06-121-2/+0
| * | | arm64: Do not attempt to use init_mm in reset_context()Catalin Marinas2015-06-121-0/+8
| * | | arm64: KVM: Switch vgic save/restore to alternative_insnMarc Zyngier2015-06-126-51/+4
| * | | arm64: alternative: Introduce feature for GICv3 CPU interfaceMarc Zyngier2015-06-122-1/+23
| * | | arm64: psci: fix !CONFIG_HOTPLUG_CPU build warningWill Deacon2015-06-111-5/+5
| * | | arm64: fix bug for reloading FPSIMD state after CPU hotplug.Janet Liu2015-06-111-0/+31
| * | | arm64: kernel thread don't need to save fpsimd context.Janet Liu2015-06-111-1/+2
| * | | arm64: fix missing syscall trace exitJosh Stone2015-06-081-1/+6
| * | | Merge branch 'arm64/psci-rework' of git://git.kernel.org/pub/scm/linux/kernel...Catalin Marinas2015-06-057-122/+175
| |\ \ \
| | * | | arm64: psci: remove ACPI couplingMark Rutland2015-05-274-18/+24
| | * | | arm64: psci: kill psci_power_stateMark Rutland2015-05-271-52/+37
| | * | | arm64: psci: account for Trusted OS instancesMark Rutland2015-05-271-0/+66
| | * | | arm64: psci: support unsigned return valuesMark Rutland2015-05-271-29/+18
| | * | | arm64: psci: remove unnecessary id indirectionMark Rutland2015-05-271-17/+3
| | * | | arm64: smp: consistently use error codesMark Rutland2015-05-272-7/+10
| | * | | arm64: smp_plat: add get_logical_indexMark Rutland2015-05-271-0/+16
| | * | | arm/arm64: kvm: add missing PSCI includeMark Rutland2015-05-271-0/+2
| * | | | arm64: alternative: Work around .inst assembler bugsMarc Zyngier2015-06-051-7/+18
| * | | | arm64: alternative: Merge alternative-asm.h into alternative.hMarc Zyngier2015-06-054-31/+29
| * | | | arm64: alternative: Allow immediate branch as alternative instructionMarc Zyngier2015-06-051-5/+66
| * | | | arm64: Rework alternate sequence for ARM erratum 845719Marc Zyngier2015-06-051-12/+15
| * | | | arm64: insn: Add aarch64_{get,set}_branch_offsetMarc Zyngier2015-06-032-0/+63