summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-2/+2
|\
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-2/+2
* | Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-251-2/+2
|\ \ | |/ |/|
| * powerpc/64s: Fix Power9 DD2.1 logic in DT CPU featuresMichael Ellerman2017-11-221-2/+2
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-29/+2Star
|\ \
| * | ppc: switch to {get,put}_compat_sigset()Al Viro2017-09-191-29/+2Star
* | | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-161-0/+3
|\ \ \
| * | | KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hostsPaul Mackerras2017-11-011-0/+3
| * | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-11-011-24/+11Star
| |\ \ \
* | \ \ \ Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-1637-398/+1004
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | powerpc/64s: Fix Power9 DD2.0 workarounds by adding DD2.1 featureMichael Ellerman2017-11-153-8/+8
| * | | | powerpc/64s: Fix masking of SRR1 bits on instruction faultMichael Ellerman2017-11-141-1/+1
| * | | | powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-133-4/+5
| * | | | powerpc: Fix DABR match on hash based systemsBenjamin Herrenschmidt2017-11-132-2/+2
| * | | | powerpc/signal: Properly handle return value from uprobe_deny_signal()Naveen N. Rao2017-11-131-1/+1
| * | | | powerpc/fadump: use kstrtoint to handle sysfs storeMichal Suchanek2017-11-131-4/+13
| * | | | powerpc/kprobes: refactor kprobe_lookup_name for safer string operationsNaveen N. Rao2017-11-121-27/+20Star
| * | | | powerpc/kprobes: Do not disable interrupts for optprobes and kprobes_on_ftraceNaveen N. Rao2017-11-122-18/+2Star
| * | | | powerpc/kprobes: Disable preemption before invoking probe handler for optprobesNaveen N. Rao2017-11-121-2/+3
| * | | | powerpc/64s: ppc_save_regs is now needed for all 64s buildsStephen Rothwell2017-11-121-1/+1
| * | | | powerpc: Define set_thread_uses_vas()Sukadev Bhattiprolu2017-11-111-10/+31
| * | | | powerpc: Add support for setting SPRN_TIDRSukadev Bhattiprolu2017-11-111-0/+116
| * | | | powerpc/64: Set DSCR default initially from SPRNicholas Piggin2017-11-103-0/+26
| * | | | powerpc/powernv: Avoid waiting for secondary hold spinloop with OPALNicholas Piggin2017-11-102-6/+20
| * | | | Merge branch 'fixes' into nextMichael Ellerman2017-11-106-37/+37
| |\ \ \ \
| * | | | | powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 PMU workaround on DD2.1Nicholas Piggin2017-11-061-12/+19
| * | | | | powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 ERAT workaround on DD2.1Nicholas Piggin2017-11-061-0/+2
| * | | | | powerpc: add POWER9_DD20 featureNicholas Piggin2017-11-062-0/+22
| * | | | | powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailableCyril Bur2017-11-061-30/+0Star
| * | | | | powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-065-78/+33Star
| * | | | | powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable e...Cyril Bur2017-11-062-7/+19
| * | | | | powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur2017-11-062-6/+20
| * | | | | powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann2017-11-062-5/+5
| * | | | | powerpc/tm: Don't check for WARN in TM Bad Thing handlingMichael Ellerman2017-11-061-7/+2Star
| * | | | | powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-0610-29/+29
| * | | | | powerpc/64: Free up CPU_FTR_ICSWXMichael Ellerman2017-11-061-1/+1
| * | | | | powerpc/64: Fix latency tracing for lazy irq replayNicholas Piggin2017-11-061-0/+9
| * | | | | KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin2017-11-062-1/+4
| * | | | | powerpc: Disable the fast-endian switch syscall by defaultMichael Ellerman2017-10-221-0/+5
| * | | | | powerpc/64s: Move the two FAST_ENDIAN macros next to each otherMichael Ellerman2017-10-221-6/+6
| * | | | | powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling2017-10-213-0/+11
| * | | | | powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman2017-10-212-0/+11
| * | | | | powerpc/tm: Add commandline option to disable hardware transactional memoryCyril Bur2017-10-201-0/+31
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-10-201-24/+11Star
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras2017-10-191-24/+11Star
| * | | | | powerpc/mce: hookup memory_failure for UE errorsBalbir Singh2017-10-161-3/+67
| * | | | | powerpc/mce: Hookup ierror (instruction) UE errorsBalbir Singh2017-10-161-3/+19
| * | | | | powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh2017-10-163-7/+88
| * | | | | powerpc/mce: Align the print of physical address betterBalbir Singh2017-10-161-1/+1
| * | | | | powerpc/mce: Remove unused function get_mce_fault_addr()Balbir Singh2017-10-161-39/+0Star