summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.13-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-08-253-0/+20
|\
| * powerpc/mm: Ensure cpumask update is orderedBenjamin Herrenschmidt2017-08-183-0/+20
* | Merge tag 'powerpc-4.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-08-041-1/+9
|\ \ | |/
| * Merge tag 'v4.13-rc1' into fixesMichael Ellerman2017-07-315-10/+21
| |\
| * | powerpc/mm: Fix pmd/pte_devmap() on non-leaf entriesOliver O'Halloran2017-07-281-1/+9
* | | Merge tag 'powerpc-4.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-282-9/+24
|\ \ \ | |/ /
| * | powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt2017-07-262-9/+24
* | | Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-07-221-1/+1
|\ \ \
| * | | tty: Fix TIOCGPTPEER ioctl definitionGleb Fotengauer-Malinovskiy2017-07-171-1/+1
| | |/ | |/|
* | | Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-214-0/+10
|\ \ \ | | |/ | |/|
| * | powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-184-0/+10
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-211-4/+4
|\ \ \ | |_|/ |/| |
| * | debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf2017-07-201-4/+4
* | | 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-031-3/+0
* | | | Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-143-3/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | powerpc/64: Fix atomic64_inc_not_zero() to return an intMichael Ellerman2017-07-121-2/+2
| * | | powerpc/asm: Mark cr0 as clobbered in mftb()Oliver O'Halloran2017-07-111-1/+1
| * | | powerpc/powernv: Tell OPAL about our MMU mode on POWER9Benjamin Herrenschmidt2017-07-101-0/+9
* | | | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* | | | powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin2017-07-122-0/+13
* | | | powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook2017-07-101-6/+7
|/ / /
* | | Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-0733-164/+380
|\ \ \
| * | | powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-042-0/+7
| * | | powerpc64/elfv1: Only dereference function descriptor for non-text symbolsNaveen N. Rao2017-07-031-1/+9
| * | | cxl: Export library to support IBM XSLChristophe Lombard2017-07-031-0/+1
| * | | Merge branch 'fixes' into nextMichael Ellerman2017-07-038-29/+38
| |\ \ \
| * | | | powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-022-1/+46
| * | | | powerpc: use spin loop primitives in some functionsNicholas Piggin2017-07-021-4/+12
| * | | | powerpc/64: implement spin loop primitivesNicholas Piggin2017-07-021-0/+20
| * | | | powerpc/fadump: avoid holes in boot memory area when fadump is registeredHari Bathini2017-06-281-0/+1
| * | | | powerpc/powernv/pci: Add support for PHB4 diagnosticsRussell Currey2017-06-271-2/+73
| * | | | powerpc/mm: Trace tlbie(l) instructionsBalbir Singh2017-06-231-0/+33
| * | | | powerpc/64s/paca: EX_CTR is not used with RELOCATABLE=n, remove itNicholas Piggin2017-06-201-1/+4
| * | | | powerpc/64s/paca: EX_R3 can be merged with EX_DARNicholas Piggin2017-06-201-5/+11
| * | | | powerpc/64s/paca: EX_LR can be merged with EX_DARNicholas Piggin2017-06-201-5/+12
| * | | | powerpc/64s/paca: EX_SRR0 is unused, remove itNicholas Piggin2017-06-201-11/+10
| * | | | powerpc/64s: Add EX_SIZE definition for paca exception save areasNicholas Piggin2017-06-203-4/+14
| * | | | powerpc/64s/idle: Branch to handler with virtual mode offsetNicholas Piggin2017-06-191-0/+13
| * | | | powerpc/64s: msgclr when handling doorbell exceptions from system resetNicholas Piggin2017-06-192-0/+16
| * | | | powerpc/64s/idle: Process interrupts from system reset wakeupNicholas Piggin2017-06-191-0/+1
| * | | | powerpc/64s/idle: Move soft interrupt mask logic into C codeNicholas Piggin2017-06-193-5/+9
| * | | | powerpc/64s: Avoid cpabort in context switch when possibleNicholas Piggin2017-06-151-4/+4
| * | | | powerpc/64: Drop explicit hwsync in context switchNicholas Piggin2017-06-151-0/+5
| * | | | powerpc/64s: Machine check handle ifetch from foreign real address for POWER9Nicholas Piggin2017-06-061-7/+8
| * | | | powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy2017-06-052-0/+4
| * | | | powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh2017-06-051-1/+2
| * | | | powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-054-11/+33
| * | | | powerpc/fadump: Set an upper limit for boot memory sizeHari Bathini2017-06-021-0/+3
| * | | | powerpc: Remove __ilog2()s and use generic onesChristophe Leroy2017-06-021-26/+1
OpenPOWER on IntegriCloud