summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2018-11-13sparc64: Make proc_id signed.David S. Miller1-1/+1
2018-11-13sparc: Throttle perf events properly.David S. Miller1-0/+9
2018-11-13sparc: Fix single-pcr perf event counter management.David S. Miller1-4/+13
2018-11-04sparc64: Fix regression in pmdp_invalidate().David S. Miller1-6/+13
2018-09-09sys: don't hold uts_sem while accessing userspace memoryJann Horn2-17/+25
2018-09-05sparc: use asm-generic version of msi.hThomas Petazzoni1-0/+1
2018-09-05sparc/time: Add missing __init to init_tick_ops()Steven Rostedt (VMware)1-1/+1
2018-05-30sparc64: Make atomic_xchg() an inline function rather than a macro.David S. Miller1-1/+5
2018-05-30bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-1/+5
2018-05-25sparc: vio: use put_device() instead of kfree()Arvind Yadav1-1/+1
2018-04-26sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta2-6/+19
2018-02-22kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-2/+2
2018-02-16crypto: hash - annotate algorithms taking optional keyEric Biggers1-0/+1
2018-01-02sparc64: repair calling incorrect hweight function from stubsJan Engelhardt1-2/+2
2017-12-25linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon1-0/+1
2017-12-25bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann1-2/+4
2017-12-17fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-1/+0
2017-12-14sparc64/mm: set fields in deferred pagesPavel Tatashin1-1/+8
2017-11-21sparc64: Fix page table walk for PUD hugepagesNitin Gupta1-1/+1
2017-11-21sparc64: mmu_context: Add missing include filesGuenter Roeck1-0/+2
2017-11-21sparc32: Add cmpxchg64().David S. Miller2-0/+17
2017-11-02License cleanup: add SPDX license identifier to uapi header files with no lic...Greg Kroah-Hartman44-0/+44
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman506-0/+506
2017-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong1-1/+0
2017-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds4-11/+18
2017-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds37-297/+2326
2017-09-10sparc64: Handle additional cases of no fault loadsRob Gardner1-0/+51
2017-09-10sparc64: speed up etrap/rtrap on NG2 and later processorsAnthony Yznaga5-6/+45
2017-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+28
2017-09-09arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger1-0/+3
2017-09-09vga: optimise console scrollingMatthew Wilcox1-0/+25
2017-09-09Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-28/+18
2017-09-07Merge branch 'pci/resource' into nextBjorn Helgaas3-22/+0
2017-09-07Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+1
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+36
2017-09-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-21/+7
2017-09-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+0
2017-08-29sparc: leon: grpci1: constify of_device_idArvind Yadav1-1/+1
2017-08-29sparc: leon: grpci2: constify of_device_idArvind Yadav1-1/+1
2017-08-25futex: Remove duplicated code and fix undefined behaviourJiri Slaby1-21/+5
2017-08-25Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar4-15/+15
2017-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-15/+15
2017-08-21sparc: kernel/pcic: silence gcc 7.x warning in pcibios_fixup_bus()Thomas Petazzoni1-1/+1
2017-08-21Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-5/+0
2017-08-17arch: Remove spin_unlock_wait() arch-specific definitionsPaul E. McKenney1-5/+0
2017-08-16sparc64: remove unnecessary log messageTushar Dave1-2/+0
2017-08-16sparc64: Don't clibber fixed registers in __multi4.David S. Miller1-12/+12
2017-08-16sparc64: Cleanup hugepage table walk functionsNitin Gupta1-34/+20
2017-08-16sparc64: Add 16GB hugepage supportNitin Gupta9-31/+157
2017-08-16sparc64: Support huge PUD case in get_user_pagesNitin Gupta2-3/+57