summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-132-29/+15
|\
| * vfs: move getname() from callers to do_mount()Seunghun Lee2014-10-091-13/+10
| * handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-091-16/+5
* | parisc: Reduce SIGRTMIN from 37 to 32 to behave like other Linux architecturesHelge Deller2014-10-121-10/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-10-112-2/+31
|\ \
| * | dtb: Add 10GbE node to APM X-Gene SoC device treeIyappan Subramanian2014-10-102-2/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-10-1139-754/+1117
|\ \ \
| * | | sparc64: Fix lockdep warnings on reboot on Ultra-5David S. Miller2014-10-101-3/+4
| * | | sparc64: Increase size of boot string to 1024 bytesDave Kleikamp2014-10-071-1/+4
| * | | sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller2014-10-053-26/+5
| * | | sparc64: sparse irqbob picco2014-10-053-174/+341
| * | | sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller2014-10-054-20/+28
| * | | sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller2014-10-053-5/+16
| * | | sparc64: Use kernel page tables for vmemmap.David S. Miller2014-10-053-56/+36
| * | | sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller2014-10-057-374/+244
| * | | sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller2014-10-052-21/+37
| * | | sparc64: Define VA hole at run time, rather than at compile time.David S. Miller2014-10-052-11/+25
| * | | sparc64: Switch to 4-level page tables.David S. Miller2014-10-056-10/+109
| * | | sparc64: Fix reversed start/end in flush_tlb_kernel_range()David S. Miller2014-10-041-2/+2
| * | | sparc64: Add vio_set_intr() to enable/disable Rx interruptsSowmini Varadhan2014-09-302-1/+14
| * | | vio: fix reuse of vio_dring slotDwight Engen2014-09-301-1/+1
| * | | sunvdc: add cdrom and v1.1 protocol supportAllen Pais2014-09-301-3/+9
| * | | sparc: VIO protocol version 1.6David L Stevens2014-09-302-4/+54
| * | | sparc64: Fix hibernation code refrence to PAGE_OFFSET.David S. Miller2014-09-261-2/+2
| * | | sparc64: Move request_irq() from ldc_bind() to ldc_alloc()Sowmini Varadhan2014-09-164-26/+28
| * | | sparc64: T5 PMUbob picco2014-09-165-5/+73
| * | | sparc64: mem boot option correctionbob picco2014-09-162-16/+51
| * | | sparc64: find_node adjustmentbob picco2014-09-161-1/+4
| * | | sparc64: sun4v TLB error power off eventsbob picco2014-09-164-20/+34
| * | | sparc32: dma_alloc_coherent must honour gfp flagsDaniel Hellstrom2014-09-101-2/+3
| * | | sparc32, leon: Make leon_dma_ops avaiable when !CONFIG_PCIAndreas Larsson2014-09-091-2/+4
| * | | sparc: leon: Fix race condition between leon_cycles_offset and timer_interruptAndreas Larsson2014-09-091-3/+28
| * | | sparc: Let memset return the address argumentAndreas Larsson2014-09-091-4/+14
| * | | sparc64: cpu hardware caps support for sparc M6 and M7Allen Pais2014-09-091-0/+8
| * | | sparc64: support M6 and M7 for building CPU distribution mapAllen Pais2014-09-091-0/+2
| * | | sparc64: correctly recognise M6 and M7 cpu typeAllen Pais2014-09-093-0/+26
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-10-11198-1551/+3177
|\ \ \ \
| * | | | powerpc/mm: Add hooks for cxlIan Munsie2014-10-082-1/+7
| * | | | powerpc/opal: Add PHB to cxl mode callIan Munsie2014-10-082-0/+3
| * | | | powerpc/mm: Add new hash_page_mm()Ian Munsie2014-10-082-7/+18
| * | | | powerpc/powerpc: Add new PCIe functions for allocating cxl interruptsIan Munsie2014-10-082-0/+185
| * | | | powerpc/powernv: Split out set MSI IRQ chip codeIan Munsie2014-10-081-18/+24
| * | | | powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psizeIan Munsie2014-10-081-0/+2
| * | | | powerpc/msi: Improve IRQ bitmap allocatorIan Munsie2014-10-081-11/+25
| * | | | powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie2014-10-084-14/+21
| * | | | powerpc/cell: Move data segment faulting code out of cell platformIan Munsie2014-10-085-49/+69
| * | | | powerpc/cell: Move spu_handle_mm_fault() out of cell platformIan Munsie2014-10-088-14/+33
| * | | | powerpc/pseries: Use new defines when calling H_SET_MODEMichael Neuling2014-10-071-6/+6
| * | | | powerpc/perf/hv-24x7: Simplify catalog_read()sukadev@linux.vnet.ibm.com2014-10-071-87/+14
| * | | | powerpc/perf/hv-24x7: use kmem_cache instead of aligned stack allocationsCody P Schafer2014-10-071-18/+37