aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2019-04-18crypto: sparc - Forbid 2-key 3DES in FIPS modeHerbert Xu1-7/+4
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2019-03-12sparc: add checks for the return value of memblock_alloc*()Mike Rapoport5-0/+39
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport1-2/+0
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport3-7/+7
2019-03-11y2038: fix socket.h header inclusionArnd Bergmann1-1/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-52/+31
2019-03-07arch: simplify several early memory allocationsMike Rapoport2-11/+5
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2-2/+0
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-7/+11
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual5-7/+11
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-38/+153
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+2
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-10/+51
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds2-2/+0
2019-02-20sparc64/pci_sun4v: allow large DMA masksChristoph Hellwig1-14/+5
2019-02-20sparc64/iommu: allow large DMA masksChristoph Hellwig1-4/+2
2019-02-20sparc64: refactor the ali DMA quirkChristoph Hellwig4-37/+27
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+20
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann2-9/+13
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-22/+42
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-26/+26
2019-02-07timex: use __kernel_timex internallyDeepa Dinamani1-2/+2
2019-02-07sparc64: add custom adjtimex/clock_adjtime functionsArnd Bergmann2-3/+62
2019-02-03socket: fix for Add SO_TIMESTAMP[NS]_NEWStephen Rothwell1-1/+1
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani1-2/+9
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani1-2/+5
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani1-2/+3
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-2/+12
2019-02-03arch: sparc: Override struct __kernel_old_timevalDeepa Dinamani1-0/+10
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani1-8/+16
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2-5/+4
2019-01-25arch: add split IPC system calls where neededArnd Bergmann1-0/+12
2019-01-25sparc64: fix sparc_ipc type conversionArnd Bergmann1-1/+1
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+2
2019-01-17net: introduce SO_BINDTOIFINDEX sockoptDavid Herrmann1-0/+2
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-2/+0
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada1-1/+0
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2-5/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-0/+2
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-13/+8
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)4-13/+8
2019-01-04Fix access_ok() fallout for sparc32 and powerpcLinus Torvalds1-2/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds5-8/+7
2019-01-01Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds3-3/+3
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds3-9/+14
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2-2/+2
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-22/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds13-460/+264
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-15/+0
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-7/+7
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2018-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds35-851/+746
2018-12-22sparc64: Use ftrace_graph_get_ret_stack() instead of curr_ret_stackSteven Rostedt (VMware)3-9/+14
2018-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+9
2018-12-21sparc: Set "ARCH: sunxx" information on the same lineCorentin Labbe2-9/+8
2018-12-21sparc: vdso: Drop implicit common-page-size linker flagndesaulniers@google.com1-1/+1
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-1/+1
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells2-0/+2
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig3-3/+3
2018-12-20bpf: sparc64: Enable sparc64 jit to provide bpf_line_infoMartin KaFai Lau1-0/+1
2018-12-19sparc/iommu: fix ->map_sg return valueChristoph Hellwig1-21/+18
2018-12-19sparc/io-unit: fix ->map_sg return valueChristoph Hellwig1-12/+11
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-2/+2
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-12-13sparc: use DT node full_name in sparc_dma_alloc_resourceChristoph Hellwig1-1/+1
2018-12-11sparc: merge 32-bit and 64-bit version of pci.hChristoph Hellwig3-88/+49
2018-12-11sparc: move the leon PCI memory space comment to <asm/leon.h>Christoph Hellwig2-9/+9
2018-12-11sparc: remove not required includes from dma-mapping.hChristoph Hellwig1-3/+1
2018-12-11sparc: remove the sparc32_dma_ops indirectionChristoph Hellwig4-236/+138
2018-12-11sparc: factor the dma coherent mapping into helperChristoph Hellwig1-84/+67
2018-12-11sparc: remove not needed sbus_dma_ops methodsChristoph Hellwig1-20/+0
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-12/+5
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig1-1/+0
2018-12-06sparc: remove the mapping_error dma_map_ops methodChristoph Hellwig3-21/+7
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-1/+1
2018-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-2/+4
2018-11-30Merge tag 'trace-v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+1
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-29/+68
2018-11-27sparc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-10/+1
2018-11-27sparc32: supress another implicit-fallthrough warningStephen Rothwell1-0/+1
2018-11-27sparc32: suppress an implicit-fallthrough warningStephen Rothwell1-0/+1
2018-11-27sparc: suppress the implicit-fallthrough warningStephen Rothwell1-0/+1
2018-11-27sparc: Adjust bpf JIT prologue for PSEUDO calls.David Miller1-1/+7
2018-11-26sparc: Correct ctx->saw_frame_pointer logic.David Miller1-0/+12
2018-11-26sparc: Fix JIT fused branch convergance.David Miller1-28/+49
2018-11-23pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig1-2/+0
2018-11-23PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig1-3/+1
2018-11-23PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig1-3/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-14/+1
2018-11-20crypto: remove useless initializations of cra_listEric Biggers3-15/+0
2018-11-18arch/sparc: Use kzalloc_nodeSabyasachi Gupta1-2/+1
2018-11-18sparc: generate uapi header and system call table filesFiroz Khan6-641/+18
2018-11-18sparc: add system call table generation supportFiroz Khan4-0/+536
2018-11-18sparc: add __NR_syscalls along with NR_syscallsFiroz Khan2-1/+5
2018-11-18sparc: move __IGNORE* entries to non uapi headerFiroz Khan2-16/+16
2018-11-18sparc: Use DT node full_name instead of name for resourcesRob Herring3-3/+3
2018-11-18sparc: Remove unused leon_trans_initRob Herring2-15/+0
2018-11-18sparc: Use device_type helpers to access the node typeRob Herring8-45/+26
2018-11-18sparc: Use of_node_name_eq for node name comparisonsRob Herring14-44/+44
2018-11-18sparc: Convert to using %pOFn instead of device_node.nameRob Herring2-4/+4
2018-11-18sparc: prom: use property "name" directly to construct node namesRob Herring2-25/+42
2018-11-18sparc: Convert to using %pOF instead of full_nameRob Herring10-60/+55
2018-11-16net: remove VLAN_TAG_PRESENTMichał Mirosław1-4/+0
2018-11-16net/bpf_jit: SPARC: split VLAN_PRESENT bit handling from VLAN_TCIMichał Mirosław1-7/+10
2018-11-08sparc/oprofile: Convert timer_stop() to use synchronize_rcu()Paul E. McKenney1-1/+1
2018-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-7/+2
2018-10-31sparc64: Wire up compat getpeername and getsockname.David S. Miller1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport7-9/+5
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport1-1/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2-3/+3
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport1-1/+2
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-1/+1
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport5-15/+18
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport2-8/+6
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport3-7/+8
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-31treewide: remove current_text_addrNick Desaulniers2-12/+0
2018-10-29sparc64: Remvoe set_fs() from perf_callchain_user().David S. Miller1-5/+0
2018-10-29Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-32/+8
2018-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-11/+44
2018-10-26hugetlb: introduce generic version of huge_ptep_getAlexandre Ghiti1-5/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_set_access_flags()Alexandre Ghiti1-0/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti1-0/+1
2018-10-26hugetlb: introduce generic version of prepare_hugepage_rangeAlexandre Ghiti1-16/+0
2018-10-26hugetlb: introduce generic version of huge_pte_wrprotectAlexandre Ghiti1-5/+0
2018-10-26hugetlb: introduce generic version of huge_pte_none()Alexandre Ghiti1-5/+0
2018-10-26hugetlb: introduce generic version of huge_ptep_clear_flushAlexandre Ghiti1-0/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_get_and_clear()Alexandre Ghiti1-0/+1
2018-10-26hugetlb: introduce generic version of set_huge_pte_at()Alexandre Ghiti1-0/+1
2018-10-26hugetlb: introduce generic version of hugetlb_free_pgd_rangeAlexandre Ghiti1-1/+3
2018-10-26sparc64: Rework xchg() definition to avoid warnings.David S. Miller1-1/+6
2018-10-26sparc64: Export __node_distance.David S. Miller1-0/+1
2018-10-26sparc64: Make corrupted user stacks more debuggable.David Miller5-10/+37
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2018-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds7-62/+335
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-21/+7
2018-10-25sparc: Fix VDSO build with older binutils.David S. Miller7-62/+335
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+0
2018-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds11-107/+123
2018-10-22sparc: Several small VDSO vclock_gettime.c improvements.David S. Miller1-4/+4
2018-10-22sparc: Validate VDSO for undefined symbols.David S. Miller3-1/+16
2018-10-22sparc: Really use linker with LDFLAGS.David S. Miller1-9/+7
2018-10-22sparc: Improve VDSO CFLAGS.David S. Miller1-7/+8
2018-10-22sparc: Set DISABLE_BRANCH_PROFILING in VDSO CFLAGS.David S. Miller2-6/+2
2018-10-22sparc: Don't bother masking out TICK_PRIV_BIT in VDSO code.David S. Miller1-8/+1
2018-10-22sparc: Inline VDSO gettime code aggressively.David S. Miller1-22/+17
2018-10-22sparc: Improve VDSO instruction patching.David S. Miller7-52/+68
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-3/+3
2018-10-19sparc: Fix parport build warnings.David S. Miller1-0/+2
2018-10-17sparc: vDSO: Silence an uninitialized variable warningDan Carpenter1-1/+3
2018-10-17sparc: Fix syscall fallback bugs in VDSO.David S. Miller1-1/+11
2018-10-15Revert "sparc: Convert to using %pOFn instead of device_node.name"David S. Miller4-51/+51
2018-10-14sparc64: Set %l4 properly on trap return after handling signals.David S. Miller1-1/+2
2018-10-14sparc64: Make proc_id signed.David S. Miller1-1/+1
2018-10-12sparc: Throttle perf events properly.David S. Miller1-0/+9
2018-10-12sparc: Fix single-pcr perf event counter management.David S. Miller1-4/+13
2018-10-09sparc: Wire up io_pgetevents system call.David S. Miller3-4/+5
2018-10-07sparc64: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-07sparc32: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-07sparc: vdso: clean-up vdso MakefileMasahiro Yamada1-5/+3
2018-10-07sparc64: viohs: Remove VLA usageKees Cook1-3/+9
2018-10-07sparc: Convert to using %pOFn instead of device_node.nameRob Herring4-51/+51
2018-10-03signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZEEric W. Biederman1-1/+0
2018-10-03signal/sparc: Move EMT_TAGOVF into the generic siginfo.hEric W. Biederman1-6/+0
2018-10-02tty/serial_core: add ISO7816 infrastructureNicolas Ferre1-0/+2
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig2-3/+3
2018-09-07of: make default address and size cells sizes privateRob Herring1-3/+0
2018-09-02sparc: set a default 32-bit dma mask for OF devicesChristoph Hellwig2-0/+7
2018-08-29y2038: utimes: Rework #ifdef guards for compat syscallsArnd Bergmann1-0/+1
2018-08-29asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macroArnd Bergmann1-1/+0
2018-08-29asm-generic: Move common compat types to asm-generic/compat.hArnd Bergmann1-17/+2
2018-08-29y2038: Remove newstat family from default syscall setArnd Bergmann1-0/+1
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann1-3/+3
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-2/+2
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-17/+25
2018-08-24kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada1-2/+2
2018-08-21sparc: fix KBUILD_DEFCONFIG for ARCH=sparc32Masahiro Yamada1-3/+3
2018-08-21sparc32: split ramdisk detection and reservation to a helper functionMike Rapoport1-25/+31
2018-08-21sparc32: switch to NO_BOOTMEMMike Rapoport2-58/+21
2018-08-21sparc: mm/init_32: kill trailing whitespaceMike Rapoport1-3/+3
2018-08-21sparc: use generic dma_noncoherent_opsChristoph Hellwig3-165/+35
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2-2/+4
2018-08-15Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds4-6/+0
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-33/+0
2018-08-14Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds1-6/+13
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-60/+6
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-87/+6
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn2-17/+25
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-34/+21
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2-7/+0