summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-122-2/+2
* powerpc,mmap: properly account for stack randomization in mmap_baseRik van Riel2017-07-121-9/+19
* include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-121-0/+1
* powerpc: make feature-fixup tests fortify-safeDaniel Axtens2017-07-121-90/+90
* powerpc: don't fortify prom_initDaniel Axtens2017-07-121-0/+3
* powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin2017-07-129-25/+458
* kernel/watchdog: split up config optionsNicholas Piggin2017-07-122-1/+2
* powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdrXunlei Pang2017-07-121-2/+1
* powerpc: move ELF_ET_DYN_BASE to 4GB / 4MBKees Cook2017-07-101-6/+7
* 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-071-8/+0
|\ \
| * | kbuild: thin archives make default for all archsNicholas Piggin2017-06-301-8/+0
* | | Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-07142-992/+3696
|\ \ \
| * | | powerpc/Kconfig: Enable STRICT_KERNEL_RWX for some configsBalbir Singh2017-07-041-0/+2
| * | | powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh2017-07-042-2/+69
| * | | powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-044-0/+56
| * | | powerpc/vmlinux.lds: Align __init_begin to 16MBalbir Singh2017-07-031-2/+8
| * | | powerpc/lib/code-patching: Use alternate map for patch_instruction()Balbir Singh2017-07-031-4/+167
| * | | powerpc/xmon: Add patch_instruction() support for xmonBalbir Singh2017-07-031-2/+5
| * | | powerpc/kprobes/optprobes: Use patch_instruction()Balbir Singh2017-07-031-21/+32
| * | | powerpc/kprobes: Move kprobes over to patch_instruction()Balbir Singh2017-07-031-6/+2
| * | | powerpc/mm/radix: Fix execute permissions for interrupt_vectorsBalbir Singh2017-07-031-1/+2
| * | | powerpc/pseries: Fix passing of pp0 in updatepp() and updateboltedpp()Balbir Singh2017-07-031-1/+10
| * | | powerpc/64s: Blacklist rtas entry/exit from kprobesNaveen N. Rao2017-07-031-0/+4
| * | | powerpc/64s: Blacklist functions invoked on a trapNaveen N. Rao2017-07-033-13/+27
| * | | powerpc/64s: Un-blacklist system_call() from kprobesNaveen N. Rao2017-07-031-1/+13
| * | | powerpc/64s: Move system_call() symbol to just after setting MSR_EENaveen N. Rao2017-07-031-3/+4
| * | | powerpc/64s: Blacklist system_call() and system_call_common() from kprobesNaveen N. Rao2017-07-031-12/+14
| * | | powerpc/64s: Convert .L__replay_interrupt_return to a local labelNaveen N. Rao2017-07-031-2/+2
| * | | 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-0327-117/+289
| |\ \ \
| * | | | powerpc/dts: Use #include "..." to include local DTMasahiro Yamada2017-07-033-3/+3
| * | | | powerpc/perf/hv-24x7: Aggregate result elements on POWER9 SMT8Thiago Jung Bauermann2017-07-021-11/+42
| * | | | powerpc/perf/hv-24x7: Support v2 of the hypervisor APIThiago Jung Bauermann2017-07-023-35/+160
| * | | | powerpc/perf/hv-24x7: Minor improvementsThiago Jung Bauermann2017-07-022-6/+14
| * | | | powerpc/perf/hv-24x7: Fix return value of hcallsThiago Jung Bauermann2017-07-021-15/+13
| * | | | powerpc-perf/hx-24x7: Don't log failed hcall twiceThiago Jung Bauermann2017-07-021-23/+12
| * | | | powerpc/perf/hv-24x7: Properly iterate through resultsThiago Jung Bauermann2017-07-021-9/+23
| * | | | powerpc/perf/hv-24x7: Fix off-by-one error in request_buffer checkThiago Jung Bauermann2017-07-021-1/+5
| * | | | powerpc/perf/hv-24x7: Fix passing of catalog version numberThiago Jung Bauermann2017-07-021-5/+5
| * | | | powerpc/mm: Enable ZONE_DEVICE on powerpcOliver O'Halloran2017-07-021-0/+1
| * | | | powerpc/mm: Wire up hpte_removebolted for powernvAnton Blanchard2017-07-021-0/+33
| * | | | powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-027-7/+55
| * | | | powerpc/vmemmap: Add altmap supportOliver O'Halloran2017-07-022-5/+26
| * | | | powerpc/vmemmap: Reshuffle vmemmap_free()Oliver O'Halloran2017-07-021-23/+25
| * | | | powerpc/hugetlbfs: Export HPAGE_SHIFTOliver O'Halloran2017-07-021-0/+1
| * | | | powerpc: use spin loop primitives in some functionsNicholas Piggin2017-07-024-10/+23
| * | | | powerpc/64: implement spin loop primitivesNicholas Piggin2017-07-021-0/+20
OpenPOWER on IntegriCloud