aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2015-03-23sparc64: Fix several bugs in memmove().David S. Miller1-3/+32
2015-03-19sparc: Touch NMI watchdog when walking cpus and calling printkDavid Ahern1-0/+4
2015-03-19sparc: perf: Add support M7 processorDavid Ahern5-0/+102
2015-03-19sparc: perf: Make counting mode actually workDavid Ahern1-8/+3
2015-03-19sparc: perf: Remove redundant perf_pmu_{en|dis}able callsDavid Ahern1-4/+0
2015-03-18sparc: Fix /proc/kcoreDavid S. Miller2-1/+4
2015-03-03sparc: semtimedop() unreachable due to comparison errorRob Gardner1-1/+1
2015-03-01sparc: io_64.h: Replace io function-link macrosRicardo Ribalda1-10/+10
2015-03-01sparc64: fatal trap should stop all cpusDave Kleikamp2-3/+26
2015-03-01arch: sparc: kernel: starfire.c: Remove unused functionRickard Strandqvist2-6/+0
2015-03-01arch: sparc: kernel: traps_64.c: Remove some unused functionsRickard Strandqvist2-32/+0
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-242/+319
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-3/+4
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski6-21/+7
2015-02-11mm: gup: use get_user_pages_unlocked within get_user_pages_fastAndrea Arcangeli1-4/+2
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2-2/+2
2015-02-11sparc32: fix broken set_pte()Kirill A. Shutemov1-1/+2
2015-02-11mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-12/+0
2015-02-10sparc: drop pte_file()-related helpersKirill A. Shutemov3-73/+5
2015-02-05mm/debug_pagealloc: fix build failure on ppc and some other archsJoonsoo Kim1-5/+0
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-0/+4
2015-01-24Merge tag 'pci-v3.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+4
2015-01-20module: remove mod arg from module_free, rename module_memfree().Rusty Russell1-2/+2
2015-01-16sparc/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-1/+4
2015-01-13sparc32: nocheck uaccess coding style tweaksMichael S. Tsirkin1-61/+35
2015-01-13sparc64: nocheck uaccess coding style tweaksMichael S. Tsirkin1-63/+37
2015-01-13sparc64: uaccess_64 macro whitespace fixesMichael S. Tsirkin1-104/+144
2015-01-13sparc32: uaccess_32 macro whitespace fixesMichael S. Tsirkin1-138/+227
2015-01-13sparc64/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-13sparc32/uaccess: fix sparse errorsMichael S. Tsirkin1-4/+4
2015-01-13crypto: sparc64/md5 - fix module descriptionMathias Krause1-1/+1
2015-01-13crypto: sparc64/des - add "des3_ede" module aliasMathias Krause1-0/+1
2015-01-13crypto: sparc64/camellia - fix module aliasMathias Krause1-1/+1
2015-01-13crypto: sparc64/aes - fix module descriptionMathias Krause1-1/+1
2014-12-18sparc32: destroy_context() and switch_mm() needs to disable interrupts.Andreas Larsson1-4/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds16-19/+0
2014-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-12/+12
2014-12-13Merge branch 'akpm' (second patch-bomb from Andrew)Linus Torvalds5-2/+16
2014-12-13sparc: hook up execveat system callDavid Drysdale4-1/+15
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim1-1/+1
2014-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+5
2014-12-11sparc/ldc: create separate ldc_unbind from ldc_freeDwight Engen2-3/+10
2014-12-11vio: create routines for inc,dec vio dring indexesDwight Engen1-0/+15
2014-12-11sparc32, leon: Align ccall_info to prevent unaligned traps on crosscallAndreas Larsson1-1/+1
2014-12-11arch: Add lightweight memory barriers dma_rmb() and dma_wmb()Alexander Duyck1-0/+3
2014-12-11arch: Cleanup read_barrier_depends() and commentsAlexander Duyck1-2/+2
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-1/+24
2014-12-10mm: fix huge zero page accounting in smaps reportKirill A. Shutemov1-0/+7
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+5
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-10/+8
2014-12-08sunvnet: add VIO v1.7 and v1.8 supportDavid L Stevens1-0/+19
2014-12-05net: sock: allow eBPF programs to be attached to socketsAlexei Starovoitov1-0/+3
2014-12-02crypto: sparc - replace memset by memzero_explicitJulia Lawall2-2/+2
2014-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2014-11-26sparc: Add NOP dma_cache_sync() implementation.David S. Miller1-0/+8
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook8-10/+10
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-4/+4
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-20/+43
2014-11-19sparc: io: remove duplicate relaxed accessors on sparc32Arnd Bergmann2-9/+6
2014-11-16sparc64: Fix constraints on swab helpers.David S. Miller1-6/+6
2014-11-11net: introduce SO_INCOMING_CPUEric Dumazet1-0/+2
2014-11-07sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locksAndreas Larsson3-11/+30
2014-11-07sparc64: Do irq_{enter,exit}() around generic_smp_call_function*().David S. Miller1-0/+4
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman16-19/+0
2014-11-01sparc64: Fix crashes in schizo_pcierr_intr_other().David S. Miller1-3/+3
2014-10-28sparc: Hook up bpf system call.David S. Miller3-4/+5
2014-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds11-62/+70
2014-10-24sparc64: Implement __get_user_pages_fast().David S. Miller1-0/+30
2014-10-24sparc64: Fix register corruption in top-most kernel stack frame during boot.David S. Miller10-62/+40
2014-10-20sparc: io: implement dummy relaxed accessor macros for writesWill Deacon3-10/+11
2014-10-20sparc: kernel: drop owner assignment from platform_driversWolfram Sang15-18/+0
2014-10-20sparc: include: asm: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds4-7/+13
2014-10-18sparc64: Do not define thread fpregs save area as zero-length array.David S. Miller1-1/+2
2014-10-18sparc64: Fix corrupted thread fault code.David S. Miller2-6/+6
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-1/+21
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds10-35/+35
2014-10-14sparc64: Fix FPU register corruption with AES crypto offload.David S. Miller2-1/+21
2014-10-13Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-151/+136
2014-10-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds39-754/+1117
2014-10-10sparc64: Fix lockdep warnings on reboot on Ultra-5David S. Miller1-3/+4
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven1-3/+1
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-15/+66
2014-10-08Merge tag 'tty-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
2014-10-07sparc64: Increase size of boot string to 1024 bytesDave Kleikamp1-1/+4
2014-10-05sparc64: Kill unnecessary tables and increase MAX_BANKS.David S. Miller3-26/+5
2014-10-05sparc64: sparse irqbob picco3-174/+341
2014-10-05sparc64: Adjust vmalloc region size based upon available virtual address bits.David S. Miller4-20/+28
2014-10-05sparc64: Increase MAX_PHYS_ADDRESS_BITS to 53.David S. Miller3-5/+16
2014-10-05sparc64: Use kernel page tables for vmemmap.David S. Miller3-56/+36
2014-10-05sparc64: Fix physical memory management regressions with large max_phys_bits.David S. Miller7-374/+244
2014-10-05sparc64: Adjust KTSB assembler to support larger physical addresses.David S. Miller2-21/+37
2014-10-05sparc64: Define VA hole at run time, rather than at compile time.David S. Miller2-11/+25
2014-10-05sparc64: Switch to 4-level page tables.David S. Miller6-10/+109
2014-10-04sparc64: Fix reversed start/end in flush_tlb_kernel_range()David S. Miller1-2/+2
2014-10-03locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read()Pranith Kumar2-3/+3
2014-09-30sparc64: Add vio_set_intr() to enable/disable Rx interruptsSowmini Varadhan2-1/+14
2014-09-30vio: fix reuse of vio_dring slotDwight Engen1-1/+1
2014-09-30sunvdc: add cdrom and v1.1 protocol supportAllen Pais1-3/+9
2014-09-30sparc: VIO protocol version 1.6David L Stevens2-4/+54
2014-09-30sunvnet: allow admin to set sunvnet MTUDavid L Stevens1-1/+1
2014-09-30sunvnet: upgrade to VIO protocol version 1.6David L Stevens2-4/+54
2014-09-26sparc64: Fix hibernation code refrence to PAGE_OFFSET.David S. Miller1-2/+2
2014-09-26sparc: bpf_jit: add support for BPF_LD(X) | BPF_LEN instructionsAlexei Starovoitov1-1/+6
2014-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+5
2014-09-24sparc: bpf_jit: fix loads from negative offsetsAlexei Starovoitov2-1/+4
2014-09-24sparc: Set CONFIG_NET=y in defconfigsMichal Marek1-0/+1
2014-09-23sparc: implement is_32bit_taskEric Paris3-6/+5
2014-09-23sparc: properly conditionalize use of TIF_32BITStephen Rothwell1-0/+4
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-7/+2
2014-09-23ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris1-0/+8
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+18
2014-09-19sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAGAlexei Starovoitov1-7/+18
2014-09-19sparc: bpf_jit: add SKF_AD_PKTTYPE support to JITAlexei Starovoitov1-7/+2
2014-09-16sparc64: Move request_irq() from ldc_bind() to ldc_alloc()Sowmini Varadhan4-26/+28
2014-09-16sparc64: T5 PMUbob picco5-5/+73
2014-09-16sparc64: mem boot option correctionbob picco2-16/+51
2014-09-16sparc64: find_node adjustmentbob picco1-1/+4
2014-09-16sparc64: sun4v TLB error power off eventsbob picco4-20/+34
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-09-10sparc32: dma_alloc_coherent must honour gfp flagsDaniel Hellstrom1-2/+3
2014-09-10locking, sparc64: Fix atomicsPeter Zijlstra1-2/+2
2014-09-09sparc/uapi: Add definition of TIOC[SG]RS485Ricardo Ribalda Delgado1-0/+2
2014-09-09net: bpf: be friendly to kmemcheckDaniel Borkmann1-1/+1
2014-09-09sparc32, leon: Make leon_dma_ops avaiable when !CONFIG_PCIAndreas Larsson1-2/+4
2014-09-09sparc: leon: Fix race condition between leon_cycles_offset and timer_interruptAndreas Larsson1-3/+28
2014-09-09sparc: Let memset return the address argumentAndreas Larsson1-4/+14
2014-09-09sparc64: cpu hardware caps support for sparc M6 and M7Allen Pais1-0/+8
2014-09-09sparc64: support M6 and M7 for building CPU distribution mapAllen Pais1-0/+2
2014-09-09sparc64: correctly recognise M6 and M7 cpu typeAllen Pais3-0/+26
2014-09-05net: bpf: make eBPF interpreter images read-onlyDaniel Borkmann1-1/+2
2014-08-26sparc: Replace __get_cpu_var usesChristoph Lameter10-35/+35
2014-08-14locking,arch,sparc: Fold atomic_opsPeter Zijlstra6-148/+133
2014-08-13sparc: Hook up memfd_create system call.David S. Miller3-4/+5
2014-08-13sparc64: Properly claim resources as each PCI bus is probed.David S. Miller1-0/+32
2014-08-13sparc64: Skip bogus PCI bridge ranges.David S. Miller1-0/+11
2014-08-13sparc64: Expand PCI bridge probing debug logging.David S. Miller1-1/+23
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds8-9/+15
2014-08-11sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller3-3/+8
2014-08-11sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller1-1/+0
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott3-8/+2
2014-08-06sparc: Hook up seccomp and getrandom system calls.David S. Miller3-4/+6
2014-08-06sparc: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds11-280/+390
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2014-08-05sparc64: Fix up merge thinko.David S. Miller1-1/+0
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller11-13/+99
2014-08-04sparc: Add "install" targetDavid L Stevens3-0/+57
2014-08-04arch/sparc/math-emu/math_32.c: drop stray break operatorAndrey Utkin1-1/+1
2014-08-04sparc64: ldc_connect() should not return EINVAL when handshake is in progress.Sowmini Varadhan1-1/+1
2014-08-04sparc64: Guard against flushing openfirmware mappings.David S. Miller2-10/+25
2014-08-04sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller1-0/+8
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+3
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2-9/+2
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-2/+2
2014-07-21sparc: Hook up renameat2 syscall.David S. Miller4-1/+6
2014-07-21sparc64: avoid code duplication in io_64.hSam Ravnborg1-85/+15
2014-07-21sparc64: reorder functions in io_64.hSam Ravnborg1-114/+120
2014-07-21sparc64: drop unused SLOW_DOWN_IO definitionsSam Ravnborg1-4/+0
2014-07-21sparc64: remove macro indirection in io_64.hSam Ravnborg1-89/+66
2014-07-21sparc64: update IO access functions in PeeCeeISam Ravnborg1-18/+18
2014-07-21sparc: Add support for seek and shorter read to /dev/mdescKhalid Aziz1-13/+69
2014-07-21sparc: use %s for unaligned panicKees Cook1-1/+1
2014-07-21sparc64 - add mem to iomem resourcebob picco1-0/+65
2014-07-18sparc64,ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2-9/+2
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2-0/+3
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra1-0/+1
2014-06-23nmi: provide the option to issue an NMI back trace to every cpu but currentAaron Tomlin2-7/+13
2014-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds158-1849/+1578
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-85/+101
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-06-06net: filter: fix sparc32 typoAlexei Starovoitov1-1/+1
2014-06-06net: filter: fix typo in sparc BPF JITAlexei Starovoitov1-4/+4
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-1/+0
2014-06-04hugetlb: restrict hugepage_migration_support() to x86_64Naoya Horiguchi1-5/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-18/+6
2014-06-02Merge tag 'pci-v3.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-12/+1
2014-06-01net: filter: get rid of BPF_S_* enumDaniel Borkmann1-81/+73
2014-05-28Merge branch 'pci/misc' into nextBjorn Helgaas2-10/+0
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2-10/+0
2014-05-27sparc/PCI: Use pci_is_bridge() to simplify codeYijing Wang1-2/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-126/+168
2014-05-21sparc64: fix format string mismatch in arch/sparc/kernel/sysfs.cToralf Förster1-1/+1
2014-05-18sparc64: fix sparse warnings in int_64.cSam Ravnborg1-2/+6
2014-05-18sparc64: fix sparse warning in ftrace.cSam Ravnborg1-0/+4
2014-05-18sparc64: fix sparse warning in kprobes.cSam Ravnborg1-0/+2
2014-05-18sparc64: fix sparse warning in kgdb_64.cSam Ravnborg3-0/+8
2014-05-18sparc64: fix sparse warnings in compat_audit.cSam Ravnborg3-6/+10
2014-05-18sparc64: fix sparse warnings in init_64.cSam Ravnborg3-5/+6
2014-05-18sparc64: fix sparse warnings in aes_glue.cSam Ravnborg1-3/+3
2014-05-18sparc: fix sparse warnings in smp_32.c + smp_64.cSam Ravnborg2-0/+2
2014-05-18sparc64: fix sparse warnings in perf_event.cSam Ravnborg1-10/+13
2014-05-18sparc64: fix sparse warnings in kprobes.cSam Ravnborg1-2/+3
2014-05-18sparc64: fix sparse warning in tsb.cSam Ravnborg2-0/+2
2014-05-18sparc64: clean up compat_sigset_t.seta handlingSam Ravnborg1-38/+17
2014-05-18sparc64: fix sparse "Should it be static?" warnings in signal32.cSam Ravnborg3-3/+10