summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-2/+3
|\
| * arch, mm: Allow arch_dup_mmap() to failThomas Gleixner2017-12-221-2/+3
* | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
* | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-1/+1
* | Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-142-31/+0
|\ \ | |/ |/|
| * dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-5/+0
| * unicore32: make dma_cache_sync a no-opChristoph Hellwig2017-10-192-26/+0
* | License cleanup: add SPDX license identifier to uapi header files with a licenseGreg Kroah-Hartman2017-11-024-0/+4
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
|/
* unicore32: move generic-y of exported headers to uapi/asm/KbuildMasahiro Yamada2017-07-112-29/+28
* signal: Remove non-uapi <asm/siginfo.h>Christoph Hellwig2017-06-042-1/+1
* uapi: export all headers under uapi directoriesNicolas Dichtel2017-05-111-6/+0
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-2/+1
|\
| * unicore32/PCI: Use generic pci_mmap_resource_range()David Woodhouse2017-04-201-0/+1
| * PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h>David Woodhouse2017-04-181-2/+0
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-011-6/+0
|\ \
| * | mm/gup: Drop the arch_pte_access_permitted() MMU callbackKirill A. Shutemov2017-03-181-6/+0
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64'...Al Viro2017-04-263-10/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | * | unicore32: get rid of zeroing and switch to RAW_COPY_USERAl Viro2017-03-281-2/+4
| | |/ / | |/| |
| | * | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Al Viro2017-04-021-0/+1
| | |\ \ | |/ / / | | | _
| | * arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
| |/ |/|
| * asm-generic/uaccess.h: don't mess with __copy_{to,from}_userAl Viro2017-03-281-2/+0
| * new helper: uaccess_kernel()Al Viro2017-03-281-1/+1
| * add asm-generic/extable.hAl Viro2017-03-272-2/+1
| * uaccess: drop duplicate includes from asm/uaccess.hAl Viro2017-03-051-3/+0
|/
* kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-0/+1
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-2/+2
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-1/+1
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* | sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
|/
* locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger2016-11-171-1/+0
* locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger2016-11-161-1/+0
* locking/core: Introduce cpu_relax_yield()Christian Borntraeger2016-11-161-0/+1
* locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-20/+0
* unicore32: mm: Add missing parameter to arch_vma_access_permittedGuenter Roeck2016-08-131-1/+1
* unicore32: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
* asm-generic: Drop renameat syscall from default listJames Hogan2016-05-051-0/+2
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-0/+12
|\
| * mm/core: Do not enforce PKEY permissions on remote mm accessDave Hansen2016-02-181-1/+2
| * mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keysDave Hansen2016-02-181-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-2/+2
|\ \
| * | ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck2016-03-131-2/+2
| |/
* | unicore32: Remove unused HAVE_ARCH_PCI_SET_DMA_MASK definitionBjorn Helgaas2016-03-081-5/+0
* | PCI: Move pci_dma_* helpers to common codeChristoph Hellwig2016-03-071-1/+0
* | PCI: Remove includes of empty asm-generic/pci-bridge.hBjorn Helgaas2016-02-051-2/+0
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-2/+0
* Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds2015-10-041-0/+1
|\
| * Make asm/word-at-a-time.h available on all architecturesChris Metcalf2015-07-081-0/+1
* | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-10/+0
* | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-10/+0
OpenPOWER on IntegriCloud