summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-07-1225-112/+213
|\
| * MIPS: O32: Use compat_sys_getsockopt.Ralf Baechle2015-07-101-1/+1
| * MIPS: c-r4k: Extend way_string arrayPaul Burton2015-07-101-1/+3
| * MIPS: Pistachio: Support CDMM & Fast Debug ChannelJames Hogan2015-07-102-1/+12
| * MIPS: Malta: Make GIC FDC IRQ workaround Malta specificJames Hogan2015-07-101-7/+13
| * MIPS: c-r4k: Fix cache flushing for MT coresMarkos Chandras2015-07-103-4/+55
| * Revert "MIPS: Kconfig: Disable SMP/CPS for 64-bit"Markos Chandras2015-07-091-1/+1
| * MIPS: cps-vec: Use macros for various arithmetics and memory operationsMarkos Chandras2015-07-091-16/+16
| * MIPS: kernel: cps-vec: Replace KSEG0 with CKSEG0Markos Chandras2015-07-091-2/+2
| * MIPS: kernel: cps-vec: Use ta0-ta3 pseudo-registers for 64-bitMarkos Chandras2015-07-091-21/+21
| * MIPS: kernel: cps-vec: Replace mips32r2 ISA level with mips64r2Markos Chandras2015-07-091-2/+2
| * MIPS: kernel: cps-vec: Replace 'la' macro with PTR_LAMarkos Chandras2015-07-091-10/+10
| * MIPS: kernel: smp-cps: Fix 64-bit compatibility errors due to pointer castingMarkos Chandras2015-07-091-3/+3
| * MIPS: Fix erroneous JR emulation for MIPS R6Markos Chandras2015-07-091-1/+1
| * MIPS: Fix branch emulation for BLTC and BGEC instructionsMarkos Chandras2015-07-092-4/+4
| * MIPS: kernel: traps: Fix broken indentationMarkos Chandras2015-07-091-4/+4
| * MIPS: bootmem: Don't use memory holes for page bitmapAlexander Sverdlin2015-07-091-8/+5
| * MIPS: O32: Do not handle require 32 bytes from the stack to be readable.Ralf Baechle2015-07-082-18/+52