summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-10-257-62/+335
|\
| * sparc: Fix VDSO build with older binutils.David S. Miller2018-10-257-62/+335
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-252-21/+7
|\ \ | |/ |/|
| * y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann2018-08-291-0/+1
| * asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann2018-08-291-1/+0
| * asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann2018-08-291-17/+2
| * y2038: Remove newstat family from default syscall setArnd Bergmann2018-08-291-0/+1
| * y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-3/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-7/+0
|\ \
| * | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman2018-10-031-1/+0
| * | signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman2018-10-031-6/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2018-10-2411-107/+123
|\ \
| * | sparc: Several small VDSO vclock_gettime.c improvements.David S. Miller2018-10-221-4/+4
| * | sparc: Validate VDSO for undefined symbols.David S. Miller2018-10-223-1/+16
| * | sparc: Really use linker with LDFLAGS.David S. Miller2018-10-221-9/+7
| * | sparc: Improve VDSO CFLAGS.David S. Miller2018-10-221-7/+8
| * | sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS.David S. Miller2018-10-222-6/+2
| * | sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.David S. Miller2018-10-221-8/+1
| * | sparc: Inline VDSO gettime code aggressively.David S. Miller2018-10-221-22/+17
| * | sparc: Improve VDSO instruction patching.David S. Miller2018-10-227-52/+68
| * | sparc: Fix parport build warnings.David S. Miller2018-10-191-0/+2
* | | Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-222-3/+3
|\ \ \ | |/ / |/| |
| * | dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-202-3/+3
* | | sparc: vDSO: Silence an uninitialized variable warningDan Carpenter2018-10-171-1/+3
* | | sparc: Fix syscall fallback bugs in VDSO.David S. Miller2018-10-171-1/+11
* | | Revert "sparc: Convert to using %pOFn instead of device_node.name"David S. Miller2018-10-154-51/+51
* | | sparc64: Set %l4 properly on trap return after handling signals.David S. Miller2018-10-141-1/+2
* | | sparc64: Make proc_id signed.David S. Miller2018-10-141-1/+1
* | | sparc: Throttle perf events properly.David S. Miller2018-10-121-0/+9
* | | sparc: Fix single-pcr perf event counter management.David S. Miller2018-10-121-4/+13
* | | sparc: Wire up io_pgetevents system call.David S. Miller2018-10-093-4/+5
* | | sparc64: fix fall-through annotationGustavo A. R. Silva2018-10-071-1/+1
* | | sparc32: fix fall-through annotationGustavo A. R. Silva2018-10-071-1/+1
* | | sparc: vdso: clean-up vdso MakefileMasahiro Yamada2018-10-071-5/+3
* | | sparc64: viohs: Remove VLA usageKees Cook2018-10-071-3/+9
* | | sparc: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-074-51/+51
|/ /
* / sparc: set a default 32-bit dma mask for OF devicesChristoph Hellwig2018-09-022-0/+7
|/
* Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-251-2/+2
|\
| * kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-2/+2
* | Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-242-17/+25
|\ \
| * | sys: don't hold uts_sem while accessing userspace memoryJann Horn2018-08-112-17/+25
* | | sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32Masahiro Yamada2018-08-211-3/+3
* | | sparc32: split ramdisk detection and reservation to a helper functionMike Rapoport2018-08-211-25/+31
* | | sparc32: switch to NO_BOOTMEMMike Rapoport2018-08-212-58/+21
* | | sparc: mm/init_32: kill trailing whitespaceMike Rapoport2018-08-211-3/+3
* | | sparc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-213-165/+35
| |/ |/|
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-172-2/+4
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-08-154-6/+0
|\ \
| * | crypto: shash - remove useless setting of type flagsEric Biggers2018-07-094-6/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-0/+3
|\ \