aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds27-421/+712
2018-12-21sparc: Set "ARCH: sunxx" information on the same lineCorentin Labbe2-9/+8
2018-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-2/+4
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-18arch/sparc: Use kzalloc_nodeSabyasachi Gupta1-2/+1
2018-11-18sparc: generate uapi header and system call table filesFiroz Khan2-231/+7
2018-11-18sparc: add system call table generation supportFiroz Khan4-0/+536
2018-11-18sparc: Use DT node full_name instead of name for resourcesRob Herring3-3/+3
2018-11-18sparc: Remove unused leon_trans_initRob Herring1-14/+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 Herring12-39/+39
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-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 Rapoport4-5/+3
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport1-1/+1
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 Rapoport2-6/+6
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 Rapoport2-2/+2
2018-10-29sparc64: Remvoe set_fs() from perf_callchain_user().David S. Miller1-5/+0
2018-10-26sparc64: Make corrupted user stacks more debuggable.David Miller4-9/+35
2018-10-22sparc: Improve VDSO instruction patching.David S. Miller1-3/+0
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-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. Miller2-3/+3
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-07sparc64: viohs: Remove VLA usageKees Cook1-3/+9
2018-10-07sparc: 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-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds2-17/+25
2018-08-21sparc: use generic dma_noncoherent_opsChristoph Hellwig1-162/+31
2018-08-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-59/+6
2018-08-11sys: don't hold uts_sem while accessing userspace memoryJann Horn2-17/+25
2018-07-30sparc/time: Add missing __init to init_tick_ops()Steven Rostedt (VMware)1-1/+1
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu1-3/+4
2018-06-21sparc64/kprobes: Don't call the ->break_handler() in sparc64 kprobes codeMasami Hiramatsu1-9/+2
2018-06-21sparc64/kprobes: Remove jprobe implementationMasami Hiramatsu1-47/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-3/+5
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds5-174/+159