summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
Commit message (Expand)AuthorAgeFilesLines
* 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-252-3/+3
|\
| * treewide: Consolidate get_dma_ops() implementationsBart Van Assche2017-01-241-1/+1
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-242-3/+3
* | arch, mm: remove arch specific show_memMichal Hocko2017-02-221-44/+0
* | Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-02-212-2/+2
|\ \
| * | unicore32: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-262-2/+2
| |/
* / sched/cputime: Remove generic asm headersFrederic Weisbecker2017-02-011-1/+0
|/
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* 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: use simpler API for random address requestsJason Cooper2016-10-111-2/+1
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-071-0/+1
* unicore32: mm: Add missing parameter to arch_vma_access_permittedGuenter Roeck2016-08-131-1/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-2/+2
* Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-7/+2
|\
| * Merge branch 'pci/msi-affinity' into nextBjorn Helgaas2016-08-011-1/+1
| |\
| * | unicore32/PCI: Remove pci=firmware command line parameter handlingBjorn Helgaas2016-06-231-7/+2
* | | Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Linus Torvalds2016-07-272-2/+2
|\ \ \
| * | | unicore32: use the new LED disk activity triggerStephan Linz2016-06-272-2/+2
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-261-1/+1
|\ \ \
| * | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
| | |/ | |/|
* | | Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-261-1/+1
|\ \ \ | |/ / |/| |
| * | unicore: do away with ARCH_REQUIRE_GPIOLIBLinus Walleij2016-06-081-1/+1
| |/
* / unicore32: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-1/+1
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-262-2/+1
|\
| * kbuild: drop redundant "PHONY += FORCE"Masahiro Yamada2016-04-201-1/+1
| * kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-201-1/+0
* | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-241-0/+2
|\ \
| * | asm-generic: Drop renameat syscall from default listJames Hogan2016-05-051-0/+2
| |/
* | exit_thread: remove empty bodiesJiri Slaby2016-05-201-7/+0
* | unicore32: gpio: switch to gpiochip_add_data()Linus Walleij2016-03-301-1/+3
|/
* 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
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-182-2/+2
|\ \
| * | mm: remove VM_FAULT_MINORJan Kara2016-03-171-1/+1
| * | mm: cleanup *pte_alloc* interfacesKirill A. Shutemov2016-03-171-1/+1
* | | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-03-171-1/+1
|\ \ \ | |/ / |/| |
| * | unicore: gpio: Be sure to clamp return valueLinus Walleij2016-01-251-1/+1
| |/
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-162-8/+0
|\ \
| * | 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
| |/
* / arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani2016-01-301-3/+3
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-202-3/+0