summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-11-111-2/+8
|\
| * unicore32: nb0916: Use PWM lookup tableThierry Reding2015-11-101-2/+8
* | Merge tag 'for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds2015-11-051-1/+1
|\ \
| * | power: bq27x00_battery: Renaming for consistencyAndrew F. Davis2015-09-231-1/+1
* | | 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
* | | genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
| |/ |/|
* | dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-10/+0
* | dma-mapping: consolidate dma_supportedChristoph Hellwig2015-09-101-10/+0
* | dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig2015-09-101-10/+0
* | dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig2015-09-101-3/+0
* | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig2015-09-101-24/+0
* | lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu2015-09-101-2/+2
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-6/+0
|\ \
| * | mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig2015-08-271-6/+0
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-011-3/+2
|\ \ \
| * | | unicore32/irq: Prepare puv3_gpio_handler for irq argument removalThomas Gleixner2015-08-011-3/+2
| |/ /
* / / unicore/time: Migrate to new 'set-state' interfaceViresh Kumar2015-08-101-19/+10
|/ /
* / mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
|/
* arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERRMasanari Iida2015-06-301-2/+2
* Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-06-251-1/+0
|\
| * remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig2015-05-191-1/+0
* | mm: new mm hook frameworkLaurent Dufour2015-06-241-0/+15
* | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-10/+0
|\ \
| * | PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas2015-06-081-10/+0
| |/
* / mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+1
|/
* Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-153-11/+0
|\
| * unicore32: Remove signal translation and exec_domainRichard Weinberger2015-04-123-11/+0
* | PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang2015-03-121-8/+1
|/
* mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-131-1/+1
* all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-122-5/+1
* mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov2015-02-111-0/+3
* unicore32: drop pte_file()-related helpersKirill A. Shutemov2015-02-102-15/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-111-1/+0
|\
| * net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-101-1/+0
* | mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen2014-11-191-0/+11
|/
* nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2014-10-092-3/+1
* irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
* unicore32: Fix build errorGuenter Roeck2014-08-311-4/+5
* Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-091-28/+20
|\
| * unicore32: Use get_signal() signal_setup_done()Richard Weinberger2014-08-061-28/+20
* | Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-08-042-4/+4
|\ \
| * | platform: Remove most references to platform_bus devicePawel Moll2014-07-232-4/+4
| |/
* / arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso2014-07-171-0/+1
|/
* unicore32: Remove ARCH_HAS_CPUFREQ config optionStephen Boyd2014-06-201-6/+0
* arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compilin...Chen Gang2014-06-201-0/+2
* arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure.Chen Gang2014-06-201-0/+1
* arch: unicore32: ksyms: export additional find_first_*() to avoid compiling f...Chen Gang2014-06-201-0/+2
* arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEMChen Gang2014-06-201-0/+23
* unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.hChen Gang2014-06-201-5/+5