aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-303-19/+26
* sunvdc: limit each sg segment to a pageDwight Engen2014-09-301-0/+4
* sunvdc: compute vdisk geometry from capacityAllen Pais2014-09-301-9/+14
* sunvdc: add cdrom and v1.1 protocol supportAllen Pais2014-09-302-20/+101
* 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 tag 'microblaze-3.17-rc5' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2014-09-094-6/+7
|\
| * microblaze: Fix number of syscallsMichal Simek2014-09-091-1/+1
| * microblaze: Rename Advance setup to Kernel featuresMichal Simek2014-09-091-1/+1
| * microblaze: Add mm/Kconfig to advance menuMichal Simek2014-09-091-2/+2
| * arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug()Chen Gang2014-09-091-2/+2
| * arch/microblaze/include/asm/entry.h: Include "linux/linkage.h" to avoid compi...Chen Gang2014-09-091-0/+1
* | Merge branch 'for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-09-082-0/+4
|\ \
| * | ext4: avoid trying to kfree an ERR_PTR pointerTheodore Ts'o2014-09-032-0/+4
* | | Merge branch 'for-3.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-09-082-4/+14
|\ \ \
| * | | lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields2014-09-081-3/+1
| * | | nfsd4: fix rd_dircount enforcementJ. Bruce Fields2014-09-081-1/+13
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-09-085-62/+96
|\ \ \ \
| * | | | s390/vdso: remove NULL pointer check from clock_gettimeMartin Schwidefsky2014-09-012-14/+6
| * | | | s390/ipl: Add missing SCSI loadparm attributes to /sys/firmwareMichael Holzheu2014-09-012-47/+89
| * | | | s390/dasd: Make module parameter visible in sysfsPeter Oberparleiter2014-09-011-1/+1
* | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-071-14/+33
|\ \ \ \ \
| * | | | | cgroup: check cgroup liveliness before unbreaking kernfsLi Zefan2014-09-051-1/+7
| * | | | | cgroup: delay the clearing of cgrp->kn->privLi Zefan2014-09-051-11/+10
| * | | | | cgroup: Display legacy cgroup files on default hierarchyVivek Goyal2014-08-221-2/+11
| * | | | | cgroup: reject cgroup names with '\n'Alban Crequy2014-08-181-0/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-072-6/+18
|\ \ \ \ \
| * | | | | percpu: free percpu allocation info for uniprocessor systemHonggang Li2014-08-161-0/+2
| * | | | | percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo2014-08-151-0/+1
| * | | | | percpu: fix pcpu_alloc_pages() failure pathTejun Heo2014-08-151-6/+15