summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "powerpc/64: Avoid restore_math call if possible in syscall exit"Michael Ellerman2017-08-072-46/+18
* powerpc/64: Fix __check_irq_replay missing decrementer interruptNicholas Piggin2017-08-041-1/+14
* powerpc/perf: POWER9 PMU stops after idle workaroundNicholas Piggin2017-08-041-1/+7
* powerpc/83xx/mpc832x_rdb: fix of_irq_to_resource() error checkSergei Shtylyov2017-08-021-1/+1
* powerpc/64s: Fix stack setup in watchdog soft_nmi_common()Nicholas Piggin2017-07-311-1/+9
* Merge tag 'v4.13-rc1' into fixesMichael Ellerman2017-07-3118-139/+600
|\
| * Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-3/+19
| |\
| | * spufs: Implement show_optionsDavid Howells2017-07-111-3/+19
| * | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-3/+0
| |\ \
| | * | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-041-3/+0
| * | | Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-1514-31/+162
| |\ \ \
| * | | | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-132-2/+2
| * | | | powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-131-9/+19
| * | | | include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-131-0/+1
| * | | | powerpc: make feature-fixup tests fortify-safeDaniel Axtens2017-07-131-90/+90
| * | | | powerpc: don't fortify prom_initDaniel Axtens2017-07-131-0/+3
| * | | | powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin2017-07-139-25/+458
| * | | | kernel/watchdog: split up config optionsNicholas Piggin2017-07-132-1/+2
| * | | | powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-07-131-2/+1
| * | | | powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook2017-07-111-6/+7
* | | | | powerpc/powernv/pci: Return failure for some uses of dma_set_mask()Alistair Popple2017-07-281-0/+8
* | | | | powerpc/boot: Fix 64-bit boot wrapper build with non-biarch compilerMichael Ellerman2017-07-281-3/+11
* | | | | powerpc/smp: Call smp_ops->setup_cpu() directly on the boot CPUMichael Ellerman2017-07-281-10/+2
* | | | | powerpc/tm: Fix saving of TM SPRs in core dumpGustavo Romero2017-07-281-3/+10
* | | | | powerpc/mm: Fix pmd/pte_devmap() on non-leaf entriesOliver O'Halloran2017-07-281-1/+9
* | | | | powerpc/mm/hash: Free the subpage_prot_table correctlyAneesh Kumar K.V2017-07-271-1/+1
* | | | | powerpc/Makefile: Fix ld version check with 64-bit LE-only toolchainMichael Ellerman2017-07-261-12/+13
* | | | | powerpc/pseries: Fix of_node_put() underflow during reconfig removeLaurent Vivier2017-07-261-1/+0
* | | | | powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt2017-07-266-22/+154
* | | | | powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-188-0/+39
* | | | | powerpc/mm/hash: Refactor hash__mark_rodata_ro()Michael Ellerman2017-07-181-13/+19
* | | | | powerpc/mm/radix: Refactor radix__mark_rodata_ro()Michael Ellerman2017-07-181-5/+15
* | | | | powerpc/64s: Fix hypercall entry clobbering r12 inputNicholas Piggin2017-07-181-14/+14
* | | | | powerpc/perf: Avoid spurious PMU interrupts after idleNicholas Piggin2017-07-181-1/+14
* | | | | powerpc/powernv: Fix boot on Power8 bare metal due to opal_configure_cores()Michael Ellerman2017-07-171-1/+1
| |/ / / |/| | |
* | | | powerpc/64: Fix atomic64_inc_not_zero() to return an intMichael Ellerman2017-07-121-2/+2
* | | | powerpc: Fix emulation of mfocrf in emulate_step()Anton Blanchard2017-07-121-0/+13
* | | | powerpc: Fix emulation of mcrf in emulate_step()Anton Blanchard2017-07-121-2/+4
* | | | powerpc/perf: Add POWER9 alternate PM_RUN_CYC and PM_RUN_INST_CMPL eventsAnton Blanchard2017-07-122-0/+6
* | | | powerpc/perf: Fix SDAR_MODE value for continous sampling on Power9Madhavan Srinivasan2017-07-111-2/+4
* | | | powerpc/asm: Mark cr0 as clobbered in mftb()Oliver O'Halloran2017-07-111-1/+1
* | | | powerpc/powernv: Fix local TLB flush for boot and MCE on POWER9Nicholas Piggin2017-07-113-18/+67
* | | | powerpc/mm/radix: Synchronize updates to the process tableBenjamin Herrenschmidt2017-07-101-0/+8
* | | | powerpc/mm/radix: Properly clear process table entryBenjamin Herrenschmidt2017-07-101-3/+9
* | | | powerpc/powernv: Tell OPAL about our MMU mode on POWER9Benjamin Herrenschmidt2017-07-103-3/+36
* | | | powerpc/kexec: Fix radix to hash kexec due to IAMR/AMORBalbir Singh2017-07-101-0/+12
|/ / /
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-091-1/+1
|\ \ \
| * | | kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-081-1/+1
* | | | Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-081-8/+0
|\ \ \ \
| * | | | kbuild: thin archives make default for all archsNicholas Piggin2017-06-301-8/+0