summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | sparc: fix led.c driver when PROC_FS is not enabledRandy Dunlap2021-02-181-0/+2
| * | | | | | sparc: Fix handling of page table constructor failureMatthew Wilcox (Oracle)2021-02-181-1/+1
| * | | | | | sparc64: only select COMPAT_BINFMT_ELF if BINFMT_ELF is setRandy Dunlap2021-02-181-1/+1
| * | | | | | sparc: sparc64_defconfig: add necessary configs for qemuCorentin Labbe2021-02-181-0/+6
| * | | | | | sparc64: switch defconfig from the legacy ide driver to libataChristoph Hellwig2021-02-181-3/+2
| * | | | | | sparc32: Preserve clone syscall flags argument for restarts due to signalsAndreas Larsson2021-02-182-6/+4
| * | | | | | sparc32: Limit memblock allocation to low memoryAndreas Larsson2021-02-181-0/+3
| * | | | | | sparc: Replace test_ti_thread_flag() with test_tsk_thread_flag()Tiezhu Yang2021-02-181-1/+1
| * | | | | | sparc32: signal: Fix stack trampoline for RT signalsBen Hutchings2020-09-141-2/+2
| * | | | | | sparc: remove SA_STATIC_ALLOC macro definitionPeter Collingbourne2020-09-141-12/+0
| | |_|_|_|/ | |/| | | |
| * | | | | sparc: use for_each_child_of_node() macroQinglang Miao2020-08-051-2/+1
| * | | | | sparc: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-2110-16/+15
| * | | | | sparc32: srmmu: improve type safety of __nocache_fix()Mike Rapoport2020-07-212-9/+9
| * | | | | sparc32: use PUD rather than PGD to get PMD in srmmu_inherit_prom_mappings()Mike Rapoport2020-07-211-1/+1
| * | | | | sparc32: fix a user-triggerable oops in clear_user()Al Viro2020-07-211-0/+1
| * | | | | SPARC: backoff.h: delete a duplicated wordRandy Dunlap2020-07-211-1/+1
| * | | | | arch/sparc: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
| * | | | | sparc: piggyback: handle invalid imageCorentin Labbe2020-06-221-0/+4
| * | | | | sparc64: viohs: Use struct_size() helperGustavo A. R. Silva2020-06-221-4/+2
* | | | | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | fs: add mount_setattr()Christian Brauner2021-01-241-0/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-1/+1
|\ \ \ \ \
| * | | | | locking/arch: Move qrwlock.h include after qspinlock.hWaiman Long2021-02-111-1/+1
| |/ / / /
* | | | | Merge tag 'core-mm-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-1/+0
|\ \ \ \ \
| * | | | | tlb: arch: Remove empty __tlb_remove_tlb_entry() stubsWill Deacon2021-01-291-1/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-215-100/+0
|\ \ \ \ \
| * | | | | arch: sparc: Remove CONFIG_OPROFILE supportViresh Kumar2021-01-295-100/+0
| | |/ / / | |/| | |
* | | | | Merge branch 'work.elf-compat' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-211-1/+0
|\ \ \ \ \
| * | | | | Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro2021-01-061-1/+0
| | |_|_|/ | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2021-02-201-3/+14
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-281-4/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-141-3/+14
| | |_|/ / | |/| | |
* | | | | sparc: remove wrong comment from arch/sparc/include/asm/KbuildMasahiro Yamada2021-02-151-2/+0
| |/ / / |/| | |
* | | | sparc/mm/highmem: flush cache and TLBThomas Gleixner2021-01-241-4/+5
|/ / /
* / / local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
|/ /
* | epoll: fix compat syscall wire up of epoll_pwait2Heiko Carstens2020-12-201-1/+1
* | epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-0/+1
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-164-5/+9
|\ \
| * | sparc: add support for TIF_NOTIFY_SIGNALJens Axboe2020-12-124-5/+9
* | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-161-1/+0
|\ \ \
| * | | timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann2020-10-301-1/+0
| |/ /
* | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-152-11/+9
|\ \ \
| * | | sparc: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-272-11/+9
| |/ /
* | | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-0/+3
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-1/+1
| |\ \ \
| * \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-0/+3
| |\ \ \ \
| | * | | | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-0/+1
| | * | | | net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-0/+2
| | | |/ / | | |/| |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-152-4/+2
|\ \ \ \ \
| * | | | | arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport2020-12-151-3/+1