summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm
Commit message (Expand)AuthorAgeFilesLines
* mm: add pmd_t initializer __pmd() to work around a GCC bug.Zi Yan2017-08-101-0/+2
* sparc64: recognize and support sparc M8 cpu typeAllen Pais2017-08-041-0/+2
* sparc64: properly name the cpu constantsAllen Pais2017-08-041-0/+14
* sparc64: Prevent perf from running during super critical sectionsRob Gardner2017-07-181-5/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-07-171-0/+1
|\
| * sparc64: Measure receiver forward progress to avoid send mondo timeoutJane Chu2017-07-141-0/+1
* | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-151-1/+0
|\ \
| * | kill {__,}{get,put}_user_unaligned()Al Viro2017-07-031-1/+0
* | | Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2017-07-131-1/+0
|\ \ \
| * | | sparc: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-111-1/+0
* | | | kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin2017-07-121-0/+1
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-07-111-0/+24
|\ \ \ | |/ / |/| |
| * | Adding asm-prototypes.h for genksyms to generate crcNagarathnam Muthusamy2017-06-191-0/+24
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2017-07-0810-224/+200
|\ \ \
| * | | sparc64: add port_id to VIO device metadataJag Raman2017-06-251-0/+1
| * | | sparc64: Enhance search for VIO device in MDESCJag Raman2017-06-251-1/+4
| * | | sparc64: enhance VIO device probingJag Raman2017-06-251-0/+5
| * | | sparc64: add MDESC node name property to VIO device metadataJag Raman2017-06-252-3/+6
| * | | sparc64: expand MDESC interfaceJag Raman2017-06-251-0/+17
| * | | sparc64: add hot-patched and inlined get_tick()Pavel Tatashin2017-06-121-0/+60
| * | | sparc64: improve modularity tick optionsPavel Tatashin2017-06-121-0/+2
| * | | sparc64: optimize loads in clock_sched()Pavel Tatashin2017-06-121-0/+5
| * | | sparc64: remove trailing white spacesPavel Tatashin2017-06-121-1/+1
| * | | sparc64: expand LDC interfaceJag Raman2017-06-101-0/+8
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2017-06-104-30/+6
| |\| |
| * | | arch/sparc: Enable queued spinlock support for SPARCBabu Moger2017-05-253-83/+13
| * | | arch/sparc: Introduce xchg16 for SPARCBabu Moger2017-05-251-10/+39
| * | | arch/sparc: Enable queued rwlocks for SPARCBabu Moger2017-05-253-124/+12
| * | | arch/sparc: Introduce cmpxchg_u8 SPARCBabu Moger2017-05-251-0/+29
| * | | arch/sparc: Remove the check #ifndef __LINUX_SPINLOCK_TYPES_HBabu Moger2017-05-251-4/+0
* | | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-062-2/+0
|\ \ \ \
| * | | | kill strlen_user()Al Viro2017-05-152-2/+0
| | |_|/ | |/| |
* | | | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-07-061-7/+1
|\ \ \ \
| * | | | sparc: remove arch specific dma_supported implementationsChristoph Hellwig2017-06-281-3/+0
| * | | | sparc: remove leon_dma_opsChristoph Hellwig2017-06-281-2/+1
| * | | | sparc: implement ->mapping_errorChristoph Hellwig2017-06-281-2/+0
| | |_|/ | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-13/+0
|\ \ \ \
| * | | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-214-30/+6
| |\| | |
| * | | | signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-041-1/+0
| * | | | sparc: Simplify <asm/siginfo.h>Christoph Hellwig2017-06-041-12/+0
| | |_|/ | |/| |
* | | | arch: remove unused macro/function thread_saved_pc()Tobias Klauser2017-06-282-5/+0
| |/ / |/| |
* | | sparc64: delete old wrap codePavel Tatashin2017-06-062-7/+0
* | | sparc64: add per-cpu mm of secondary contextsPavel Tatashin2017-06-061-2/+3
* | | sparc64: redefine first versionPavel Tatashin2017-06-061-1/+1
* | | sparc64: combine activate_mm and switch_mmPavel Tatashin2017-06-061-20/+1
* | | sparc: Machine description indices can varyJames Clarke2017-06-061-0/+1
|/ /
* | sparc: Fix -Wstringop-overflow warningOrlando Arias2017-05-172-3/+3
* | sparc64: Fix mapping of 64k pages with MAP_FIXEDNitin Gupta2017-05-171-2/+4
|/
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-4/+1
|\
| * PCI: Add arch_can_pci_mmap_io() on architectures which can mmap() I/O spaceDavid Woodhouse2017-04-181-0/+1