summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-251-2/+0
| | * | | sparc64: add __{get,put}_kernel_nofault()Arnd Bergmann2022-02-251-0/+78
| | |/ /
| * | | sparc64: fix building assembly filesArnd Bergmann2022-02-181-1/+1
| * | | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+4
| * | | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-171-1/+2
| |/ /
* | | Merge tag 'for-5.18/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-3/+3
|\ \ \
| * | | agp: define proper stubs for empty helpersArnd Bergmann2022-01-291-3/+3
| |/ /
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-1/+6
|\ \ \
| * | | sparc32: Add pmd_pfn()Matthew Wilcox (Oracle)2022-03-211-1/+6
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-222-12/+1
|\ \ \
| * | | drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-12/+0
| * | | mm: merge pte_mkhuge() call into arch_make_huge_pte()Anshuman Khandual2022-03-221-0/+1
| |/ /
* / / lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-112-21/+42
|/ /
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-232-3/+0
|\ \ | |/ |/|
| * include: move find.h from asm_generic to linuxYury Norov2022-01-152-3/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-203-113/+10
|\ \
| * | proc: make the proc_create[_data]() stubs static inlinesHans de Goede2022-01-201-5/+3
| * | mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-55/+1
| * | mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-49/+1
| * | mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-3/+10
| * | mm: percpu: generalize percpu related configKefeng Wang2022-01-201-9/+3
| |/
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-6/+2
|\ \
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-132-6/+2
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-153-18/+15
|\ \ \
| * | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
| * | | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-152-18/+14
| | |/ | |/|
* | | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-2/+2
|\ \ \
| * | | genirq/msi, treewide: Use a named struct for PCI/MSI attributesThomas Gleixner2021-12-091-2/+2
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-01-113-80/+8
|\ \ \
| * | | crypto: sparc/sha - remove duplicate hash init functionTianjia Zhang2021-12-313-80/+8
* | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-12-101-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | bpf, docs: Prune all references to "internal BPF"Christoph Hellwig2021-11-301-1/+1
| * | | bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33Tiezhu Yang2021-11-161-1/+1
| |/ /
* | | Merge tag 'asm-generic-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-11-251-0/+1
|\ \ \ | |_|/ |/| |
| * | futex: Wireup futex_waitv syscallAndré Almeida2021-11-251-0/+1
| |/
* / signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-192-3/+3
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-104-6/+7
|\
| * signal/sparc32: In setup_rt_frame and setup_fram use force_fatal_sigEric W. Biederman2021-10-291-2/+2
| * signal/sparc32: Exit with a fatal signal when try_to_clear_window_buffer failsEric W. Biederman2021-10-291-2/+4
| * signal/sparc: In setup_tsb_params convert open coded BUG into BUGEric W. Biederman2021-10-251-1/+1
| * signal/sparc32: Remove unreachable do_exit in do_sparc_faultEric W. Biederman2021-10-201-1/+0
* | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-10/+0
|\ \
| * | arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-10/+0
| |/
* | Merge tag 'dma-mapping-5.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-11-092-69/+10
|\ \
| * | sparc32: use DMA_DIRECT_REMAPChristoph Hellwig2021-10-212-55/+2
| * | sparc32: remove dma_make_coherentChristoph Hellwig2021-10-211-15/+10
| * | sparc32: remove the call to dma_make_coherent in arch_dma_freeChristoph Hellwig2021-10-211-1/+0
* | | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-083-7/+7
|\ \ \
| * | | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-3/+3
| * | | sparc: Add missing "FORCE" target when using if_changedKees Cook2021-10-111-4/+4