| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/perf/hv-24x7: Fix incorrect comparison in memord | Michael Ellerman | 2017-12-20 | 1 | -1/+1 |
* | powerpc/ipic: Fix status get and status clear | Christophe Leroy | 2017-12-20 | 1 | -2/+2 |
* | powerpc/opal: Fix EBUSY bug in acquiring tokens | William A. Kennington III | 2017-12-20 | 1 | -3/+3 |
* | powerpc/powernv/cpufreq: Fix the frequency read by /proc/cpuinfo | Shriya | 2017-12-20 | 1 | -1/+1 |
* | powerpc/powernv/ioda2: Gracefully fail if too many TCE levels requested | Alexey Kardashevskiy | 2017-12-16 | 1 | -0/+3 |
* | axonram: Fix gendisk handling | Jan Kara | 2017-12-16 | 1 | -1/+4 |
* | powerpc/signal: Properly handle return value from uprobe_deny_signal() | Naveen N. Rao | 2017-11-30 | 1 | -1/+1 |
* | security/keys: add CONFIG_KEYS_COMPAT to Kconfig | Bilal Amarni | 2017-11-18 | 1 | -5/+0 |
* | powerpc/corenet: explicitly disable the SDHC controller on kmcoge4 | Valentin Longchamp | 2017-11-15 | 1 | -0/+4 |
* | KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter | Li Zhong | 2017-11-15 | 1 | -3/+2 |
* | powerpc/pseries: Fix parent_dn reference leak in add_dt_node() | Tyrel Datwyler | 2017-10-05 | 1 | -1/+3 |
* | KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce() | Paul Mackerras | 2017-10-05 | 1 | -19/+27 |
* | powerpc: Fix DAR reporting when alignment handler faults | Michael Ellerman | 2017-09-27 | 1 | -45/+74 |
* | Revert "powerpc/numa: Fix percpu allocations to be NUMA aware" | Greg Kroah-Hartman | 2017-08-06 | 2 | -16/+2 |
* | KVM: PPC: Book3S HV: Save/restore host values of debug registers | Paul Mackerras | 2017-08-06 | 1 | -7/+32 |
* | KVM: PPC: Book3S HV: Reload HTM registers explicitly | Paul Mackerras | 2017-08-06 | 1 | -1/+15 |
* | KVM: PPC: Book3S HV: Restore critical SPRs to host values on guest exit | Paul Mackerras | 2017-08-06 | 2 | -2/+13 |
* | KVM: PPC: Book3S HV: Context-switch EBB registers properly | Paul Mackerras | 2017-08-06 | 1 | -0/+16 |
* | powerpc/pseries: Fix of_node_put() underflow during reconfig remove | Laurent Vivier | 2017-08-06 | 1 | -1/+0 |
* | powerpc/asm: Mark cr0 as clobbered in mftb() | Oliver O'Halloran | 2017-07-27 | 1 | -1/+1 |
* | powerpc: Fix emulation of mfocrf in emulate_step() | Anton Blanchard | 2017-07-27 | 1 | -0/+13 |
* | powerpc: Fix emulation of mcrf in emulate_step() | Anton Blanchard | 2017-07-27 | 1 | -2/+4 |
* | powerpc/64: Fix atomic64_inc_not_zero() to return an int | Michael Ellerman | 2017-07-27 | 1 | -2/+2 |
* | powerpc: move ELF_ET_DYN_BASE to 4GB / 4MB | Kees Cook | 2017-07-21 | 1 | -6/+7 |
* | powerpc/eeh: Enable IO path on permanent error | Gavin Shan | 2017-07-05 | 1 | -1/+9 |
* | powerpc/slb: Force a full SLB flush when we insert for a bad EA | Michael Ellerman | 2017-06-29 | 1 | -0/+10 |
* | powerpc/kprobes: Pause function_graph tracing during jprobes handling | Naveen N. Rao | 2017-06-29 | 1 | -0/+11 |
* | KVM: PPC: Book3S HV: Preserve userspace HTM state properly | Paul Mackerras | 2017-06-29 | 1 | -0/+21 |
* | mm: larger stack guard gap, between vmas | Hugh Dickins | 2017-06-26 | 1 | -1/+1 |
* | powerpc/hotplug-mem: Fix missing endian conversion of aa_index | Michael Bringmann | 2017-06-14 | 1 | -0/+2 |
* | powerpc/numa: Fix percpu allocations to be NUMA aware | Michael Ellerman | 2017-06-14 | 2 | -2/+16 |
* | powerpc/eeh: Avoid use after free in eeh_handle_special_event() | Russell Currey | 2017-06-14 | 1 | -4/+15 |
* | powerpc/64e: Fix hang when debugging programs with relocated kernel | LiuHailong | 2017-05-25 | 1 | -0/+12 |
* | powerpc/pseries: Fix of_node_put() underflow during DLPAR remove | Tyrel Datwyler | 2017-05-25 | 1 | -1/+0 |
* | powerpc/book3s/mce: Move add_taint() later in virtual mode | Mahesh Salgaonkar | 2017-05-25 | 2 | -2/+4 |
* | powerpc/powernv: Fix opal_exit tracepoint opcode | Michael Ellerman | 2017-05-14 | 1 | -1/+1 |
* | powerpc/kprobe: Fix oops when kprobed on 'stdu' instruction | Ravi Bangoria | 2017-04-27 | 1 | -3/+3 |
* | powerpc: Disable HFSCR[TM] if TM is not supported | Benjamin Herrenschmidt | 2017-04-21 | 1 | -0/+9 |
* | powerpc: Don't try to fix up misaligned load-with-reservation instructions | Paul Mackerras | 2017-04-12 | 1 | -8/+19 |
* | powerpc/mm: Add missing global TLB invalidate if cxl is active | Frederic Barrat | 2017-04-12 | 1 | -2/+5 |
* | powerpc/boot: Fix zImage TOC alignment | Michael Ellerman | 2017-03-26 | 1 | -0/+1 |
* | KVM: PPC: Book3S PR: Fix illegal opcode emulation | Thomas Huth | 2017-03-26 | 1 | -1/+0 |
* | powerpc: Emulation support for load/store instructions on LE | Ravi Bangoria | 2017-03-18 | 1 | -20/+0 |
* | powerpc/xmon: Fix data-breakpoint | Ravi Bangoria | 2017-03-12 | 1 | -1/+3 |
* | powerpc: Add missing error check to prom_find_boot_cpu() | Darren Stevens | 2017-02-09 | 1 | -0/+3 |
* | powerpc/eeh: Fix wrong flag passed to eeh_unfreeze_pe() | Gavin Shan | 2017-02-09 | 1 | -1/+1 |
* | powerpc/ibmebus: Fix device reference leaks in sysfs interface | Johan Hovold | 2017-01-19 | 1 | -2/+6 |
* | powerpc/ibmebus: Fix further device reference leaks | Johan Hovold | 2017-01-19 | 1 | -2/+6 |
* | powerpc: Fix build warning on 32-bit PPC | Larry Finger | 2017-01-15 | 1 | -1/+1 |
* | powerpc: Convert cmp to cmpd in idle enter sequence | Segher Boessenkool | 2017-01-09 | 1 | -1/+1 |