aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32 (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2-3/+0
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon1-3/+0
2016-01-09arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2-14/+1
2015-11-11Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-2/+8
2015-11-10unicore32: nb0916: Use PWM lookup tableThierry Reding1-2/+8
2015-11-05Merge tag 'for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supplyLinus Torvalds1-1/+1
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+1
2015-09-23power: bq27x00_battery: Renaming for consistencyAndrew F. Davis1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-10/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-10/+0
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-10/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-3/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-24/+0
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu1-2/+2
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+0
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2015-08-27mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.hChristoph Hellwig1-6/+0
2015-08-10unicore/time: Migrate to new 'set-state' interfaceViresh Kumar1-19/+10
2015-08-01unicore32/irq: Prepare puv3_gpio_handler for irq argument removalThomas Gleixner1-3/+2
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour2-15/+1
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf1-0/+1
2015-06-30arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERRMasanari Iida1-2/+2
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-06-24mm: new mm hook frameworkLaurent Dufour1-0/+15
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-10/+0
2015-06-08PCI: Remove unused pci_dma_burst_advice()Bjorn Helgaas1-10/+0
2015-05-19remove scatterlist.h generation from arch Kbuild filesChristoph Hellwig1-1/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-1/+1
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds3-11/+0
2015-04-12unicore32: Remove signal translation and exec_domainRichard Weinberger3-11/+0
2015-03-12PCI: Assign resources before drivers claim devices (pci_scan_bus())Yijing Wang1-8/+1
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-5/+1
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov1-0/+3
2015-02-10unicore32: drop pte_file()-related helpersKirill A. Shutemov2-15/+0
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-11-19mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen1-0/+11
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2-3/+1
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-08-31unicore32: Fix build errorGuenter Roeck1-4/+5
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/miscLinus Torvalds1-28/+20
2014-08-06unicore32: Use get_signal() signal_setup_done()Richard Weinberger1-28/+20
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-4/+4
2014-07-23platform: Remove most references to platform_bus devicePawel Moll2-4/+4
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-06-20unicore32: Remove ARCH_HAS_CPUFREQ config optionStephen Boyd1-6/+0
2014-06-20arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compiling failureChen Gang1-0/+2
2014-06-20arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure.Chen Gang1-0/+1