summaryrefslogtreecommitdiff
path: root/arch/sparc/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-031-139/+84
|\
| * termbits.h: Remove posix_types.h includeIlpo Järvinen2022-05-191-2/+0
| * termbits.h: Align lines & formatIlpo Järvinen2022-05-191-85/+83
| * termbits.h: create termbits-common.h for identical bitsIlpo Järvinen2022-05-191-52/+1
* | Merge tag 'asm-generic-fixes-5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-021-2/+2
|\ \
| * | sparc: fix mis-use of __kernel_{uid,gid}_t in uapi/asm/stat.hMasahiro Yamada2022-06-021-2/+2
* | | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-6/+6
|\ \ \ | |/ /
| * | sparc: add asm/stat.h to UAPI compile-test coverageMasahiro Yamada2022-05-131-6/+6
| |/
* | net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil2022-04-281-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
* | 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
|/
* sparc: Fix typo.David S. Miller2021-10-051-1/+1
* sparc: add SO_RESERVE_MEM definition.David S. Miller2021-10-011-0/+3
* 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
|/
* net: retrieve netns cookie via getsocketoptMartynas Pumputis2021-06-241-0/+2
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-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
* | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-231-3/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2020-01-302-18/+11
|\
| * sparc32: fix struct ipc64_perm type definitionArnd Bergmann2020-01-211-11/+11
| * sparc: remove unneeded uapi/asm/statfs.hMasahiro Yamada2019-07-231-7/+0
* | arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* | arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* | arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada2019-12-041-0/+2
* | y2038: stat: avoid 'time_t' in 'struct stat'Arnd Bergmann2019-11-151-12/+12
* | y2038: ipc: remove __kernel_time_t reference from headersArnd Bergmann2019-11-153-8/+8
* | treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-251-1/+1
|/
* mm/mmap: move common defines to mman-common.hAneesh Kumar K.V2019-07-161-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2019-07-131-2/+1
|\
| * sparc: fix unknown type name u_int in uapi headerMasahiro Yamada2019-06-131-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-201-0/+2
|\ \ | |/ |/|
| * bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-151-0/+2
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* asm-generic: generalize asm/sockios.hArnd Bergmann2019-04-191-15/+0
* KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-281-2/+0
* Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-03-171-2/+0
|\
| * kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* | y2038: fix socket.h header inclusionArnd Bergmann2019-03-111-1/+1
|/
* socket: fix for Add SO_TIMESTAMP[NS]_NEWStephen Rothwell2019-02-031-1/+1
* sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani2019-02-031-2/+9
* socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani2019-02-031-2/+5
* socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani2019-02-031-2/+3
* socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani2019-02-031-2/+12