summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include
AgeCommit message (Expand)AuthorLines
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap-1/+0
2020-12-16Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-210/+2
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-8/+5
2020-11-26microblaze: Remove noMMU codeMichal Simek-210/+0
2020-11-10microblaze: add support for TIF_NOTIFY_SIGNALJens Axboe-0/+2
2020-11-06microblaze/mm/highmem: Switch to generic kmap atomicThomas Gleixner-3/+7
2020-10-27microblaze: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin-7/+4
2020-10-26asm-generic: add generic MMU versions of mmu context functionsNicholas Piggin-1/+1
2020-09-01microblaze: fix kbuild redundant file warningRandy Dunlap-1/+0
2020-08-12uaccess: remove segment_eqChristoph Hellwig-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-6/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport-1/+0
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-17/+4
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-4/+2
2020-06-09microblaze: add loglvl to microblaze_unwind()Dmitry Safonov-1/+2
2020-06-08microblaze: use asm-generic/cacheflush.hChristoph Hellwig-27/+2
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny-1/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny-16/+0
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny-1/+1
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny-2/+2
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny-1/+10
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny-9/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny-9/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny-1/+1
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual-4/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual-2/+0
2020-04-05Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada-29/+0
2020-04-01Merge tag 'irqchip-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner-0/+3
2020-04-01Revert "irqchip/xilinx: Enable generic irq multi handler"Marc Zyngier-0/+3
2020-03-31Merge tag 'microblaze-v5.7-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-207/+55
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+0
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner-3/+2
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro-3/+2
2020-03-22irqchip/xilinx: Enable generic irq multi handlerMichal Simek-3/+0
2020-03-21microblaze: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior-1/+0
2020-02-25microblaze: Use asm generic cmpxchg.h for !SMP caseMichal Simek-37/+3
2020-02-25microblaze: Remove unused boot_cpuid variableMichal Simek-2/+0
2020-02-25microblaze: Define microblaze barrierStefan Asserhall-1/+13
2020-02-25microblaze: Remove empty headersMichal Simek-3/+2
2020-02-25microblaze: Remove architecture tlb.h and use generic oneMichal Simek-17/+1
2020-02-25microblaze: Convert headers to SPDX licenseMichal Simek-147/+36
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar-0/+4
2019-12-04microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport-49/+2
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds-3/+0
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig-3/+0
2019-10-25microblaze: Enable SPARSE_IRQMichal Simek-1/+0
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-122/+7