summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* kallsyms/printk: add loglvl to print_ip_sym()Dmitry Safonov2020-06-091-1/+1
* microblaze: use asm-generic/cacheflush.hChristoph Hellwig2020-06-081-27/+2
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-1/+0
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-16/+0
* arch/kmap: ensure kmap_prot visibilityIra Weiny2020-06-042-4/+1
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-9/+3
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-2/+2
* {x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny2020-06-042-9/+12
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-9/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-9/+0
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
* mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport2020-06-031-1/+0
* Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-011-0/+1
|\
| * vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-0/+1
* | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
|/
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-4/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-2/+0
* asm-generic: fix unistd_32.h generation formatMichal Simek2020-04-071-1/+1
* Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-053-3/+23
|\
| * Merge tag 'irqchip-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Thomas Gleixner2020-04-013-3/+23
| |\
| | * Revert "irqchip/xilinx: Enable generic irq multi handler"Marc Zyngier2020-04-013-3/+23
* | | Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-04-042-9/+2
|\ \ \
| * | | dma-direct: make uncached_kernel_address more generalChristoph Hellwig2020-03-162-2/+2
| * | | dma-direct: remove the cached_kernel_address hookChristoph Hellwig2020-03-161-7/+0
* | | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-0/+2
|\ \ \ \
| * | | | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
| |/ / /
* | | | Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-04-021-6/+1
|\ \ \ \
| * | | | microblaze: Drop using struct of_pci_range.pci_space fieldRob Herring2020-02-141-6/+1
| |/ / /
* | | | mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* | | | mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* | | | mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* | | | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-29/+0
* | | | Merge tag 'microblaze-v5.7-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-03-3151-236/+67
|\ \ \ \ | |_|/ / |/| | |
| * | | microblaze: Replace setup_irq() by request_irq()afzal mohammed2020-03-091-8/+2
| * | | microblaze: Stop printing the virtual memory layoutArvind Sankar2020-03-091-12/+0
| * | | microblaze: Use asm generic cmpxchg.h for !SMP caseMichal Simek2020-02-251-37/+3
| * | | microblaze: Define percpu sestion in linker fileStefan Asserhall2020-02-251-0/+3
| * | | microblaze: Remove unused boot_cpuid variableMichal Simek2020-02-252-3/+0
| * | | microblaze: Add missing irqflags.h headerStefan Asserhall2020-02-251-0/+1
| * | | microblaze: Add sync to tlb operationsStefan Asserhall2020-02-251-1/+2
| * | | microblaze: Define microblaze barrierStefan Asserhall2020-02-252-1/+13
| * | | microblaze: Remove empty headersMichal Simek2020-02-254-3/+2
| * | | microblaze: Remove early printk setupMichal Simek2020-02-251-6/+1
| * | | microblaze: Remove architecture tlb.h and use generic oneMichal Simek2020-02-252-17/+1
| * | | microblaze: Convert headers to SPDX licenseMichal Simek2020-02-2536-147/+36
| * | | microblaze: Fix _reset() functionMichal Simek2020-02-251-0/+1
| * | | microblaze: Kernel parameters should be parsed earlierMichal Simek2020-02-242-1/+2
| |/ /
* | | Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-303-23/+3
|\ \ \ | | |/ | |/|
| * | irqchip/xilinx: Enable generic irq multi handlerMichal Simek2020-03-223-23/+3
| |/