summaryrefslogtreecommitdiffstats
path: root/arch/sparc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-4/+24
|\
| * make kernel-side POLL... arch-independentAl Viro2017-11-291-0/+20
| * define __poll_t, annotate constantsAl Viro2017-11-271-4/+4
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-302-128/+0
|\ \
| * | signal: Unify and correct copy_siginfo_to_user32Eric W. Biederman2018-01-152-55/+0
| * | signal: Unify and correct copy_siginfo_from_user32Eric W. Biederman2018-01-151-16/+0
| * | signal: unify compat_siginfo_tAl Viro2018-01-151-56/+0
| * | signal: Remove _sys_private and _overrun_incr from struct compat_siginfoEric W. Biederman2018-01-121-1/+0
* | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-292-6/+0
|\ \ \
| * | | Construct init thread stack in the linker script rather than by unionDavid Howells2018-01-092-6/+0
| |/ /
* / / sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64Corentin Labbe2018-01-241-1/+1
|/ /
* | sparc64: repair calling incorrect hweight function from stubsJan Engelhardt2017-12-271-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-211-2/+4
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-2/+4
| |\ \
| | * | bpf, sparc: fix usage of wrong reg for load_skb_regs after callDaniel Borkmann2017-12-151-2/+4
* | | | Do not hash userspace addresses in fault handlersKees Cook2017-12-192-2/+2
|/ / /
* / / Revert "mm: replace p??_write with pte_access_permitted in fault + gup paths"Linus Torvalds2017-12-151-2/+2
|/ /
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-292-3/+3
|\ \
| * | mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams2017-11-291-1/+1
| * | mm: replace pud_write with pud_access_permitted in fault + gup pathsDan Williams2017-11-291-1/+1
| * | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+1
| |/
* / sparc64: Fix boot on T4 and later.David S. Miller2017-11-291-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-11-1739-17/+1701
|\
| * sparc64: Fix page table walk for PUD hugepagesNitin Gupta2017-11-151-1/+1
| * sparc64: Convert timers to user timer_setup()Allen Pais2017-11-151-3/+3
| * sparc64: convert mdesc_handle.refcnt from atomic_t to refcount_tElena Reshetova2017-11-151-8/+9
| * sparc/led: Convert timers to use timer_setup()Kees Cook2017-11-151-7/+9
| * sparc64: Use sparc optimized fls and __fls for T4 and aboveVijay Kumar2017-11-152-0/+11
| * sparc64: SPARC optimized __fls functionVijay Kumar2017-11-151-0/+10
| * sparc64: SPARC optimized fls functionVijay Kumar2017-11-152-0/+21
| * sparc64: Define SPARC default __fls functionVijay Kumar2017-11-153-1/+63
| * sparc64: Define SPARC default fls functionVijay Kumar2017-11-153-1/+70
| * vDSO for sparcNagarathnam Muthusamy2017-11-1526-2/+1494
| * sparc32: Add cmpxchg64().David S. Miller2017-09-272-0/+17
| * sparc: time: Remove unneeded linux/miscdevice.h includeCorentin Labbe2017-09-271-1/+0
| * sparc64: mmu_context: Add missing include filesGuenter Roeck2017-09-271-0/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-171-2/+0
|\ \
| * | arch/sparc/include/asm/topology_64.h: remove unused parent_node() macroDou Liyang2017-11-171-2/+0
* | | Merge branch 'parisc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-171-3/+0
|\ \ \
| * | | arch: Fix duplicates in Kconfig for parisc and sparcBabu Moger2017-11-171-3/+0
* | | | Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2017-11-171-1/+0
|\ \ \ \
| * | | | fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton2017-11-151-1/+0
* | | | | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-172-12/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | sparc: switch to {get,put}_compat_sigset()Al Viro2017-09-191-7/+2
| * | | | get_compat_sigset()Al Viro2017-09-191-3/+1
| * | | | signal: replace sigset_to_compat() with put_compat_sigset()Dmitry V. Levin2017-09-191-3/+3
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-153-22/+49
|\ \ \ \
| * | | | mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-151-1/+1
| * | | | sparc64: optimize struct page zeroingPavel Tatashin2017-11-151-0/+30