summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-114-11/+18
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-242-10/+10
| * signal/sparc: Document a conflict with SI_USER with SIGFPEEric W. Biederman2017-07-193-2/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2017-09-1037-297/+2326
|\ \
| * | sparc64: Handle additional cases of no fault loadsRob Gardner2017-09-091-0/+51
| * | sparc64: speed up etrap/rtrap on NG2 and later processorsAnthony Yznaga2017-09-095-6/+45
| * | sparc: leon: grpci1: constify of_device_idArvind Yadav2017-08-281-1/+1
| * | sparc: leon: grpci2: constify of_device_idArvind Yadav2017-08-281-1/+1
| * | sparc64: Cleanup hugepage table walk functionsNitin Gupta2017-08-151-34/+20
| * | sparc64: Add 16GB hugepage supportNitin Gupta2017-08-159-31/+157
| * | sparc64: Support huge PUD case in get_user_pagesNitin Gupta2017-08-152-3/+57
| * | sparc64: vcc: Add RX & TX timer for delayed LDC operationJag Raman2017-08-151-0/+1
| * | sparc64: vcc: Enable VCC port probe and removalJag Raman2017-08-153-3/+19
| * | sparc64: vcc: Add VCC debug message macrosJag Raman2017-08-151-0/+1
| * | sparc64: vcc: Enable VCC module in linuxJag Raman2017-08-151-0/+1
| * | arch/sparc: Add accurate exception reporting in M7memcpyBabu Moger2017-08-104-209/+390
| * | arch/sparc: Optimized memcpy, memset, copy_to_user, copy_from_user for M7/M8Babu Moger2017-08-107-2/+1435
| * | arch/sparc: Rename exception handlersBabu Moger2017-08-102-124/+124
| * | arch/sparc: Separate the exception handlers from NG4memcpyBabu Moger2017-08-103-149/+165
| * | sparc64: update comments in U3memcpySam Ravnborg2017-08-101-11/+21
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2017-08-1013-30/+112
| |\ \
| * | | sparc64: Revert 16GB huge page support.David S. Miller2017-08-109-220/+54
| * | | sparc64: Use CPU_POKE to resume idle cpuVijay Kumar2017-08-095-5/+90
| * | | sparc64: Add a new hypercall CPU_POKEVijay Kumar2017-08-092-0/+29
| * | | sparc64: Cleanup hugepage table walk functionsNitin Gupta2017-08-091-34/+20
| * | | sparc64: Add 16GB hugepage supportNitin Gupta2017-08-098-30/+156
| * | | sparc64: Support huge PUD case in get_user_pagesNitin Gupta2017-08-092-3/+57
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-092-0/+28
|\ \ \ \
| * | | | arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger2017-09-081-0/+3
| * | | | vga: optimise console scrollingMatthew Wilcox2017-09-081-0/+25
* | | | | Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-083-28/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'pci/resource' into nextBjorn Helgaas2017-09-073-22/+0
| |\ \ \ \
| | * | | | PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt2017-08-023-18/+0
| | * | | | PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt2017-08-021-4/+0
| * | | | | sparc/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-6/+18
| |/ / / /
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-09-061-2/+1
|\ \ \ \ \
| * | | | | crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-2/+1
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-062-0/+36
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-214-15/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-106-11/+63
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE}Daniel Borkmann2017-08-091-0/+34
| * | | | | | Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-08-077-18/+48
| |\ \ \ \ \ \
| * | | | | | | sock: add SOCK_ZEROCOPY sockoptWillem de Bruijn2017-08-031-0/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-042-21/+7
|\ \ \ \ \ \ \
| * | | | | | | futex: Remove duplicated code and fix undefined behaviourJiri Slaby2017-08-251-21/+5
| * | | | | | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-254-15/+15
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-08-116-11/+63
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | locking/atomic: Fix atomic_set_release() for 'funny' architecturesPeter Zijlstra2017-08-101-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-041-5/+0
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-08-211-5/+0
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |