summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc/prom: Use DRCONF flags while processing detected LMBsAnshuman Khandual2015-08-121-3/+4
| * | | | powerpc/xmon: Drop the valid variable completely in dump_segments()Anshuman Khandual2015-08-121-4/+3
| * | | | powerpc/prom: Simplify the logic to fetch SLB sizeAnshuman Khandual2015-08-121-11/+7
| * | | | powerpc/slb: Add documentation on runtime patching of SLB encodingAnshuman Khandual2015-08-121-1/+15
| * | | | powerpc/slb: Rename all the 'slot' occurrences to 'entry'Anshuman Khandual2015-08-121-4/+3
| * | | | powerpc/slb: Remove a duplicate extern variableAnshuman Khandual2015-08-121-1/+0
| * | | | powerpc/ftrace: add powerpc timebase as a trace clock sourceNaveen N. Rao2015-08-064-1/+35
| * | | | powerpc/4xx: Fix return value check in hsta_msi_probe()Wei Yongjun2015-08-061-2/+2
| * | | | powerpc: Remove redundant breaksJoe Perches2015-08-062-2/+0
| * | | | powerpc: pci: use %pR for printing struct resourceKevin Hao2015-08-061-54/+18
| * | | | powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.Mahesh Salgaonkar2015-08-061-0/+19
| * | | | powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable machine check err...Mahesh Salgaonkar2015-08-064-1/+45
| * | | | powerpc/powernv: Pull all HMI events before panic.Mahesh Salgaonkar2015-08-061-2/+24
| * | | | powerpc/powernv: display reason for Malfunction Alert HMI.Mahesh Salgaonkar2015-08-062-0/+193
| * | | | powerpc/kernel: Enable seccomp filterMichael Ellerman2015-07-302-1/+41
| * | | | powerpc/kernel: Add SIG_SYS support for compat tasksMichael Ellerman2015-07-292-0/+12
| * | | | powerpc: Change syscall_get_nr() to return intMichael Ellerman2015-07-291-3/+8
| * | | | powerpc: Use orig_gpr3 in syscall_get_arguments()Michael Ellerman2015-07-291-3/+13
| * | | | powerpc: Rework syscall_get_arguments() so there is only one loopMichael Ellerman2015-07-291-11/+8
| * | | | powerpc: Don't negate error in syscall_set_return_value()Michael Ellerman2015-07-291-1/+7
| * | | | powerpc: Drop unused syscall_get_error()Michael Ellerman2015-07-291-6/+0
| * | | | powerpc/kernel: Change the do_syscall_trace_enter() APIMichael Ellerman2015-07-293-17/+58
| * | | | powerpc/kernel: Switch to using MAX_ERRNOMichael Ellerman2015-07-293-5/+5
| * | | | powerpc/perf: Change type of the bhrb_users variableAnshuman Khandual2015-07-271-2/+2
| * | | | powerpc/perf/hv-24x7: Simplify extracting counter from result bufferSukadev Bhattiprolu2015-07-251-3/+1
| * | | | powerpc/perf/hv-24x7: Whitespace - fix parameter alignmentSukadev Bhattiprolu2015-07-251-10/+10
| * | | | powerpc: Use hardware RNG for arch_get_random_seed_* not arch_get_random_*Paul Mackerras2015-07-234-17/+17
| * | | | powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlersThomas Huth2015-07-233-1/+20
| * | | | powerpc/rtas: Replace magic values with definesThomas Huth2015-07-231-3/+5
| |/ / /
| * | | powerpc/eeh: Dump PHB diag-data for non-existing PEGavin Shan2015-07-211-1/+9
| * | | powerpc/eeh: Fix wrong printed PE numberGavin Shan2015-07-211-1/+1
| * | | powerpc/signal: Add helper function to fetch quad word aligned pointerAnshuman Khandual2015-07-211-5/+16
| * | | powerpc/signal: Fix confusing header documentation in sigcontext.hAnshuman Khandual2015-07-161-2/+2
| * | | powerpc/tm: Drop tm_orig_msr from thread_structAnshuman Khandual2015-07-162-8/+7
| * | | powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platformVipin K Parashar2015-07-164-18/+173
| * | | powerpc/powernv: Unfreeze VF PE on releasing itGavin Shan2015-07-131-1/+1
| * | | powerpc/powernv: Include VF PE in PELTV of PF PEGavin Shan2015-07-131-1/+1
| * | | powerpc/powernv: Pick M64 PEs based on BARsGavin Shan2015-07-132-53/+8
| * | | powerpc/powernv: Boolean argument for pnv_ioda_setup_bus_PE()Gavin Shan2015-07-132-5/+5
| * | | powerpc/powernv: Reserve M64 PEs based on BARsGavin Shan2015-07-132-21/+38
| * | | powerpc/powernv: Allow to reserve one PE for multiple timesGavin Shan2015-07-131-5/+3
| * | | powerpc: Remove mtmsrd(), use existing mtmsr()Anton Blanchard2015-07-132-4/+3
| * | | powerpc: Add macros for the ibm_architecture_vec[] lengthsMichael Ellerman2015-07-131-8/+17
| * | | powerpc/iommu: Support "hybrid" iommu/direct DMA ops for coherent_mask < dma_...Benjamin Herrenschmidt2015-07-135-26/+105
| * | | powerpc/iommu: Cleanup setting of DMA base/offsetBenjamin Herrenschmidt2015-07-133-17/+5
| * | | powerpc/iommu: Remove dma_data unionBenjamin Herrenschmidt2015-07-133-14/+36
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-045-24/+27
|\ \ \
| * \ \ Merge branch 'locking/arch-atomic' into locking/core, because it's ready for ...Ingo Molnar2015-08-122-19/+7
| |\ \ \
| | * | | atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra2015-07-271-19/+0
| | * | | atomic: Provide atomic_{or,xor,and}Peter Zijlstra2015-07-271-2/+0