aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc
AgeCommit message (Expand)AuthorFilesLines
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 2-3/+0
2022-01-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-113/+10
2022-01-20proc: make the proc_create[_data]() stubs static inlinesGravatar Hans de Goede 1-5/+3
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionGravatar Kefeng Wang 1-55/+1
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonGravatar Kefeng Wang 1-49/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefGravatar Kefeng Wang 1-3/+10
2022-01-20mm: percpu: generalize percpu related configGravatar Kefeng Wang 1-9/+3
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-6/+2
2022-01-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-18/+15
2022-01-15include: move find.h from asm_generic to linuxGravatar Yury Norov 2-3/+0
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeGravatar Aneesh Kumar K.V 1-0/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitGravatar Qi Zheng 2-18/+14
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+2
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-80/+8
2021-12-31crypto: sparc/sha - remove duplicate hash init functionGravatar Tianjia Zhang 3-80/+8
2021-12-13exit: Add and use make_task_dead.Gravatar Eric W. Biederman 2-6/+2
2021-12-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-2/+2
2021-12-09genirq/msi, treewide: Use a named struct for PCI/MSI attributesGravatar Thomas Gleixner 1-2/+2
2021-11-30bpf, docs: Prune all references to "internal BPF"Gravatar Christoph Hellwig 1-1/+1
2021-11-25Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2021-11-25futex: Wireup futex_waitv syscallGravatar André Almeida 1-0/+1
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtGravatar Eric W. Biederman 2-3/+3
2021-11-16bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Gravatar Tiezhu Yang 1-1/+1
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 4-6/+7
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-10/+0
2021-11-09Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-69/+10
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 3-7/+7
2021-11-06Merge tag 'pci-v5.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Gravatar Linus Torvalds 1-4/+4
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+3
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-10/+15
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 3-12/+7
2021-10-29signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sigGravatar Eric W. Biederman 1-2/+2
2021-10-29signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer failsGravatar Eric W. Biederman 1-2/+4
2021-10-25signal/sparc: In setup_tsb_params convert open coded BUG into BUGGravatar Eric W. Biederman 1-1/+1
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningGravatar Masahiro Yamada 2-3/+3
2021-10-21sparc32: use DMA_DIRECT_REMAPGravatar Christoph Hellwig 2-55/+2
2021-10-21sparc32: remove dma_make_coherentGravatar Christoph Hellwig 1-15/+10
2021-10-21sparc32: remove the call to dma_make_coherent in arch_dma_freeGravatar Christoph Hellwig 1-1/+0
2021-10-20signal/sparc32: Remove unreachable do_exit in do_sparc_faultGravatar Eric W. Biederman 1-1/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 4-10/+4
2021-10-11sparc: Add missing "FORCE" target when using if_changedGravatar Kees Cook 1-4/+4
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Gravatar Weizhao Ouyang 1-5/+0
2021-10-06ptrace: Remove the unnecessary arguments from arch_ptrace_stopGravatar Eric W. Biederman 1-4/+4
2021-10-05sparc: Fix typo.Gravatar David S. Miller 1-1/+1
2021-10-01audit: add support for the openat2 syscallGravatar Richard Guy Briggs 2-0/+4
2021-10-01audit: replace magic audit syscall class numbers with macrosGravatar Richard Guy Briggs 2-10/+11