summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| * | | | | | powerpc/powernv/idle: Clear r12 on wakeup from stop liteAkshay Adiga2017-06-281-0/+13
| * | | | | | powerpc/mm: Add comments on vmemmap physical mappingAnshuman Khandual2017-06-281-0/+21
| * | | | | | powerpc/mm: Add comments to the vmemmap layoutAnshuman Khandual2017-06-281-0/+75
| * | | | | | powerpc/smp: Convert NR_CPUS to nr_cpu_idsSantosh Sivaraj2017-06-284-4/+4
| * | | | | | powerpc/smp: Do not BUG_ON if invalid CPU during kickSantosh Sivaraj2017-06-284-4/+8
| * | | | | | powerpc/44x: Add generic compatible string for I2C EEPROMJavier Martinez Canillas2017-06-281-1/+1
| * | | | | | powerpc/83xx: Add generic compatible string for I2C EEPROMJavier Martinez Canillas2017-06-286-7/+7
| * | | | | | powerpc/512x: Add generic compatible string for I2C EEPROMJavier Martinez Canillas2017-06-281-1/+1
| * | | | | | powerpc/fsl: Add generic compatible string for I2C EEPROMJavier Martinez Canillas2017-06-2812-30/+30
| * | | | | | powerpc/5200: Add generic compatible string for I2C EEPROMJavier Martinez Canillas2017-06-283-3/+3
| * | | | | | powerpc/fadump: add reschedule point while releasing memoryHari Bathini2017-06-281-11/+54
| * | | | | | powerpc/fadump: provide a helpful error messageHari Bathini2017-06-281-0/+36
| * | | | | | powerpc/fadump: avoid holes in boot memory area when fadump is registeredHari Bathini2017-06-283-0/+20
| * | | | | | powerpc/fadump: avoid duplicates in crash memory rangesHari Bathini2017-06-281-2/+13
| * | | | | | powerpc/perf: Fix branch event code for power9Madhavan Srinivasan2017-06-282-2/+10