summaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sparc: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada2022-05-131-6/+6
| | |/ | |/|
* | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-251-0/+1
|\ \ \
| * | | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-0/+1
| | |/ | |/|
* / | sparc: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld2022-05-131-3/+1
|/ /
* / sparc: cacheflush_32.h needs struct pageRandy Dunlap2022-04-231-0/+1
|/
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+2
|\
| * txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov2022-01-311-0/+2
* | Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/p...Linus Torvalds2022-03-241-5/+5
|\ \
| * | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-5/+5
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-239-77/+89
|\ \
| * \ Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-257-75/+83
| |\ \
| | * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-252-19/+0
| | * | sparc64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-254-29/+3
| | * | uaccess: generalize access_ok()Arnd Bergmann2022-02-253-28/+5
| | * | 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
| |/
* / lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel2022-02-112-21/+42
|/
* include: move find.h from asm_generic to linuxYury Norov2022-01-152-3/+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 branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-4/+4
|\ \
| * | ptrace: Remove the unnecessary arguments from arch_ptrace_stopEric W. Biederman2021-10-061-4/+4
| |/
* | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-0/+3
|\ \
| * | sparc: Fix typo.David S. Miller2021-10-051-1/+1
| * | sparc: add SO_RESERVE_MEM definition.David S. Miller2021-10-011-0/+3
| |/
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-011-1/+1
|\ \
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-1/+1
| |/
* / sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-2/+2
|/
* arch: remove compat_alloc_user_spaceArnd Bergmann2021-09-081-19/+0
* Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-011-3/+0
|\
| * signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman2021-07-231-3/+0
* | sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-041-0/+2
* | compat: make linux/compat.h available everywhereArnd Bergmann2021-07-231-11/+3
|/
* Merge tag 'locking-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-07-111-1/+1
|\
| * locking/atomic: sparc: Fix arch_cmpxchg64_local()Mark Rutland2021-07-071-1/+1
* | mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V2021-07-081-2/+2
* | mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V2021-07-082-6/+6
* | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-1/+1
|\ \
| * | sparc/vio: make remove callback return voidUwe Kleine-König2021-05-141-1/+1
* | | Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-11/+0
|\ \ \
| * | | asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann2021-05-101-11/+0
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-024-8/+5
|\ \ \
| * | | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-014-2/+4