summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-10-201-24/+11
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras2017-10-191-24/+11
| * | | | | 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/+0
| * | | | | powerpc/modules: Use WARN_ON() in stub_for_addr()Kamalesh Babulal2017-10-131-1/+2
| * | | | | powerpc: get_wchan(): solve possible race scenario due to parallel wakeupKautuk Consul2017-10-061-1/+2
| * | | | | powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...Naveen N. Rao2017-10-051-11/+9
| * | | | | powerpc/jprobes: Disable preemption when triggered through ftraceNaveen N. Rao2017-10-051-4/+11
| * | | | | powerpc/kprobes: Fix warnings from __this_cpu_read() on preempt kernelsNaveen N. Rao2017-10-041-2/+6
| * | | | | powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao2017-10-043-8/+13
| * | | | | powerpc/kprobes: Do not suppress instruction emulation if a single run failedNaveen N. Rao2017-10-041-3/+14
| * | | | | powerpc/kprobes: Some cosmetic updates to try_to_emulate()Naveen N. Rao2017-10-041-2/+2
| * | | | | powerpc/6xx: Use setup_timer() helperAllen Pais2017-10-041-2/+1
| * | | | | powerpc/powernv: Use early_radix_enabled in POWER9 tlb flushNicholas Piggin2017-10-041-1/+1
| * | | | | powerpc/64s: Implement system reset idle wakeup reasonNicholas Piggin2017-10-041-3/+38
| * | | | | powerpc/watchdog: Do not trigger SMP crash from touch_nmi_watchdogNicholas Piggin2017-10-041-2/+5
| * | | | | powerpc/watchdog: Do not backtrace locked CPUs twice if allcpus backtrace is ...Nicholas Piggin2017-10-041-8/+11
| * | | | | powerpc/watchdog: Do not panic from locked CPU's IPI handlerNicholas Piggin2017-10-041-2/+1
| * | | | | powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-273-5/+242
| * | | | | powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt2017-09-261-32/+14
| |/ / / /
* | | | | Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-161-12/+0
|\ \ \ \ \
| * \ \ \ \ Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2017-11-027-52/+80
| |\ \ \ \ \
| * | | | | | vgaarb: Select a default VGA device even if there's no legacy VGABjorn Helgaas2017-10-181-12/+0
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-161-2/+2
|\ \ \ \ \ \
| * | | | | | PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr2017-10-051-2/+2
| |/ / / / /
* | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-141-3/+2
|\ \ \ \ \ \
| * | | | | | powerpc/watchdog: Convert timers to use timer_setup()Kees Cook2017-11-021-3/+2
| |/ / / / /
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-131-3/+9
|\ \ \ \ \ \
| * | | | | | resource: Provide resource struct in resource walk callbackTom Lendacky2017-11-071-3/+9
* | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0733-2/+38
|\| | | | | |
| * | | | | | Merge tag 'powerpc-4.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-032-2/+7
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | powerpc/kprobes: Dereference function pointers only if the address does not b...Naveen N. Rao2017-11-011-1/+6
| | * | | | | powerpc: Fix check for copy/paste instructions in alignment handlerPaul Mackerras2017-10-251-1/+1
| * | | | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0231-0/+31
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'v4.14-rc6' into locking/core, to pick up fixesIngo Molnar2017-10-241-30/+15
|\| | | | |
| * | | | | Merge tag 'powerpc-4.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-10-131-30/+15
| |\| | | |
| | * | | | powerpc/livepatch: Fix livepatch stack accessKamalesh Babulal2017-10-101-30/+15
* | | | | | locking/arch, powerpc/rtas: Use arch_spin_lock() instead of arch_spin_lock_fl...Will Deacon2017-10-181-1/+1
|/ / / / /
* | | | | Merge branch 'ppc-bundle' (bundle from Michael Ellerman)Linus Torvalds2017-10-102-2/+35
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | powerpc/tm: Fix illegal TM state in signal handlerGustavo Romero2017-10-061-1/+12
| * | | | powerpc/64s: Use emergency stack for kernel TM Bad Thing program checksCyril Bur2017-10-061-1/+23
| |/ / /
* | | | Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-10-063-5/+15
|\| | |
| * | | powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter2017-10-031-3/+0
| * | | powerpc: Fix action argument for cpufeatures-based TLB flushJeremy Kerr2017-10-031-2/+2
| * | | powerpc: Fix workaround for spurious MCE on POWER9Michael Neuling2017-09-291-2/+2
| * | | powerpc: Handle MCE on POWER9 with only DSISR bit 30 setMichael Neuling2017-09-261-0/+13
| |/ /
* | | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-061-15/+15
|\ \ \ | |/ / |/| |