summaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2021-10-09sparc64: fix pci_iounmap() when CONFIG_PCI is not setLinus Torvalds1-0/+2
2021-10-06sparc: avoid stringop-overread errorsLinus Torvalds1-1/+2
2021-09-22bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann1-0/+3
2021-03-30sparc64: Fix opcode filtering in handling of no fault loadsRob Gardner1-7/+6
2021-03-17sparc64: Use arch_validate_flags() to validate ADI flagKhalid Aziz1-25/+29
2021-03-17sparc32: Limit memblock allocation to low memoryAndreas Larsson1-0/+3
2021-03-04sparc32: fix a user-triggerable oops in clear_user()Al Viro1-0/+1
2021-03-04sparc64: only select COMPAT_BINFMT_ELF if BINFMT_ELF is setRandy Dunlap1-1/+1
2020-11-05sparc64: remove mm_cpumask clearing to fix kthread_use_mm raceNicholas Piggin1-51/+14
2020-07-22scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò1-1/+0
2020-07-01fix a braino in "sparc32: fix register window handling in genregs32_[gs]et()"Al Viro1-2/+7
2020-06-22sparc64: fix misuses of access_process_vm() in genregs32_[sg]et()Al Viro1-14/+3
2020-06-22sparc32: fix register window handling in genregs32_[gs]et()Al Viro1-130/+98
2020-02-24sparc: Add .exit.data section.David S. Miller1-2/+4
2020-02-11sparc32: fix struct ipc64_perm type definitionArnd Bergmann1-11/+11
2019-12-13sparc: Correct ctx->saw_frame_pointer logic.David Miller1-0/+12
2019-12-13sparc: Fix JIT fused branch convergance.David Miller1-28/+49
2019-12-13sparc64: implement ioremap_ucTuowen Zhao1-0/+1
2019-12-01sparc64: Rework xchg() definition to avoid warnings.David S. Miller1-1/+6
2019-12-01sparc: Fix parport build warnings.David S. Miller1-0/+2
2019-06-25sparc: perf: fix updated event period in response to PERF_EVENT_IOC_PERIODYoung Xiao1-0/+4
2019-06-25mdesc: fix a missing-check bug in get_vdev_port_node_info()Gen Zhang1-0/+2
2019-06-09sparc64: Fix regression in non-hypervisor TLB flush xcallJames Clarke1-2/+2
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2-5/+1
2018-12-05sparc/function_graph: Simplify with function_graph_enter()Steven Rostedt (VMware)1-10/+1
2018-11-04sparc64: Wire up compat getpeername and getsockname.David S. Miller1-2/+2
2018-11-04sparc64: Make corrupted user stacks more debuggable.David Miller5-10/+37
2018-11-04sparc64: Export __node_distance.David S. Miller1-0/+1
2018-10-18sparc: vDSO: Silence an uninitialized variable warningDan Carpenter1-1/+3
2018-10-18sparc: Fix syscall fallback bugs in VDSO.David S. Miller1-1/+11
2018-10-16Revert "sparc: Convert to using %pOFn instead of device_node.name"David S. Miller4-51/+51
2018-10-15sparc64: Set %l4 properly on trap return after handling signals.David S. Miller1-1/+2
2018-10-15sparc64: 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-10sparc: Wire up io_pgetevents system call.David S. Miller3-4/+5
2018-10-08sparc64: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-08sparc32: fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-10-08sparc: vdso: clean-up vdso MakefileMasahiro Yamada1-5/+3
2018-10-08sparc64: viohs: Remove VLA usageKees Cook1-3/+9
2018-10-08sparc: Convert to using %pOFn instead of device_node.nameRob Herring4-51/+51
2018-09-02sparc: set a default 32-bit dma mask for OF devicesChristoph Hellwig2-0/+7
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