summaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
Commit message (Expand)AuthorAgeFilesLines
* fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski2018-04-021-1/+1
* fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski2018-04-021-1/+1
* fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()Dominik Brodowski2018-04-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2018-02-013-3/+58
|\
| * sparc64: drop unneeded compat includeRolf Eike Beer2018-01-221-3/+0
| * sparc64: Oracle DAX infrastructureRob Gardner2018-01-222-0/+58
* | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-151-53/+0
* | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-16/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-11-176-14/+94
|\
| * sparc64: Convert timers to user timer_setup()Allen Pais2017-11-151-3/+3
| * sparc64: convert mdesc_handle.refcnt from atomic_t to refcount_tElena Reshetova2017-11-151-8/+9
| * sparc/led: Convert timers to use timer_setup()Kees Cook2017-11-151-7/+9
| * sparc64: Use sparc optimized fls and __fls for T4 and aboveVijay Kumar2017-11-151-0/+2
| * vDSO for sparcNagarathnam Muthusamy2017-11-153-2/+80
| * sparc: time: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-09-271-1/+0
* | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-172-12/+5
|\ \
| * | sparc: switch to {get,put}_compat_sigset()Al Viro2017-09-191-7/+2
| * | get_compat_sigset()Al Viro2017-09-191-3/+1
| * | signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin2017-09-191-3/+3
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-7/+9
|\ \
| * | sparc/led: Convert timers to use timer_setup()Kees Cook2017-11-021-7/+9
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02135-0/+135
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-113-10/+10
|\
| * signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-8/+8
| * signal/sparc: Document a conflict with SI_USER with SIGFPEEric W. Biederman2017-07-192-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2017-09-1016-20/+225
|\ \
| * | 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-094-6/+43
| * | 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: Add 16GB hugepage supportNitin Gupta2017-08-153-2/+7
| * | 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-152-3/+10
| * | sparc64: vcc: Add VCC debug message macrosJag Raman2017-08-151-0/+1
| * | arch/sparc: Optimized memcpy, memset, copy_to_user, copy_from_user for M7/M8Babu Moger2017-08-101-2/+14
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2017-08-105-10/+46
| |\ \
| * | | sparc64: Revert 16GB huge page support.David S. Miller2017-08-102-6/+1
| * | | sparc64: Use CPU_POKE to resume idle cpuVijay Kumar2017-08-094-5/+85
| * | | sparc64: Add a new hypercall CPU_POKEVijay Kumar2017-08-091-0/+11
| * | | sparc64: Add 16GB hugepage supportNitin Gupta2017-08-092-1/+6
* | | | 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
| |/ / /
* | | | sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus()Thomas Petazzoni2017-08-211-1/+1
* | | | sparc64: remove unnecessary log messageTushar Dave2017-08-161-2/+0
| |/ / |/| |
* | | sparc64: recognize and support sparc M8 cpu typeAllen Pais2017-08-044-2/+26
* | | sparc64: properly name the cpu constantsAllen Pais2017-08-041-8/+8
OpenPOWER on IntegriCloud