summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-281-19/+5
|\
| * arch: Move initrd= parsing into do_mounts_initrd.cFlorian Fainelli2018-11-261-18/+0
| * arch: Make phys_initrd_start and phys_initrd_size global variablesFlorian Fainelli2018-11-261-3/+7
* | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
|/
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-314-6/+3
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport2018-10-311-1/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-1/+1
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
* treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
* unicore32: switch to NO_BOOTMEMMike Rapoport2018-10-262-53/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-10-251-0/+1
|\
| * y2038: Remove stat64 family from default syscall setArnd Bergmann2018-08-291-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-244-34/+13
|\ \
| * | signal/unicore32: Use force_sig_fault where appropriateEric W. Biederman2018-09-271-8/+1
| * | signal/unicore32: Generate siginfo in ucs32_notify_dieEric W. Biederman2018-09-273-17/+9
| * | signal/unicore32: Use send_sig_fault where appropriateEric W. Biederman2018-09-271-9/+3
| |/
* | unicore32: remove swiotlb supportChristoph Hellwig2018-09-304-26/+2
|/
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-4/+5
* kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0
* Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-022-7/+0
* kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-24/+0
* docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-041-0/+1
|\
| * time: Add an asm-generic/compat.h fileArnd Bergmann2018-04-191-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-042-4/+7
|\ \
| * | signal/unicore32: Use FPE_FLTUNK instead of 0 in ucf64_raise_sigfpeEric W. Biederman2018-04-251-3/+3
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-252-1/+4
| |/
* | swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig2018-05-092-4/+1
* | mips,unicore32: swiotlb doesn't need sg->dma_lengthChristoph Hellwig2018-05-091-1/+0
* | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
* | scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-4/+1
* | iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig2018-05-091-3/+0
|/
* unicore32: turn flush_dcache_mmap_lock into a no-opMatthew Wilcox2018-04-111-4/+2
* linux/const.h: move UL() macro to include/linux/const.hMasahiro Yamada2018-04-111-6/+0
* mm: fix races between swapoff and flush dcacheHuang Ying2018-04-052-2/+2
* lib: optimize cpumask_next_and()Clement Courbet2018-02-061-0/+2
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2018-02-011-1/+0
|\
| * arch: Remove clkdev.h asm-generic from KbuildStephen Boyd2018-01-031-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds2018-02-011-3/+2
|\ \
| * | unicore32: do not use print_symbol()Sergey Senozhatsky2018-01-051-3/+2
| |/
* | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-314-78/+2
|\ \
| * | unicore32: use generic swiotlb_opsChristoph Hellwig2018-01-154-58/+2
| * | dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig2018-01-101-2/+0
| * | dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig2018-01-101-18/+0
* | | Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-291-3/+0
|\ \ \ | |/ / |/| |
OpenPOWER on IntegriCloud