aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-4/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-2/+0
2020-04-07asm-generic: fix unistd_32.h generation formatMichal Simek1-1/+1
2020-04-05Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-3/+23
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-9/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-0/+2
2020-04-02Merge tag 'devicetree-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-6/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-29/+0
2020-04-01Merge tag 'irqchip-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner3-3/+23
2020-04-01Revert "irqchip/xilinx: Enable generic irq multi handler"Marc Zyngier3-3/+23
2020-03-31Merge tag 'microblaze-v5.7-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds51-236/+67
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-23/+3
2020-03-28Merge branch 'uaccess.futex' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into locking/coreThomas Gleixner1-3/+2
2020-03-27futex: arch_futex_atomic_op_inuser() calling conventions changeAl Viro1-3/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-03-22irqchip/xilinx: Enable generic irq multi handlerMichal Simek3-23/+3
2020-03-21microblaze: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior1-1/+0
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig2-2/+2
2020-03-16dma-direct: remove the cached_kernel_address hookChristoph Hellwig1-7/+0
2020-03-09microblaze: Replace setup_irq() by request_irq()afzal mohammed1-8/+2
2020-03-09microblaze: Stop printing the virtual memory layoutArvind Sankar1-12/+0
2020-02-25microblaze: Use asm generic cmpxchg.h for !SMP caseMichal Simek1-37/+3
2020-02-25microblaze: Define percpu sestion in linker fileStefan Asserhall1-0/+3
2020-02-25microblaze: Remove unused boot_cpuid variableMichal Simek2-3/+0
2020-02-25microblaze: Add missing irqflags.h headerStefan Asserhall1-0/+1
2020-02-25microblaze: Add sync to tlb operationsStefan Asserhall1-1/+2
2020-02-25microblaze: Define microblaze barrierStefan Asserhall2-1/+13
2020-02-25microblaze: Remove empty headersMichal Simek4-3/+2
2020-02-25microblaze: Remove early printk setupMichal Simek1-6/+1
2020-02-25microblaze: Remove architecture tlb.h and use generic oneMichal Simek2-17/+1
2020-02-25microblaze: Convert headers to SPDX licenseMichal Simek36-147/+36
2020-02-25microblaze: Fix _reset() functionMichal Simek1-0/+1
2020-02-24microblaze: Kernel parameters should be parsed earlierMichal Simek2-1/+2
2020-02-14microblaze: Drop using struct of_pci_range.pci_space fieldRob Herring1-6/+1
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds7-10/+19
2020-02-04microblaze: Add ID for Microblaze v11Michal Simek1-0/+1
2020-02-04microblaze: Prevent the overflow of the startShubhrajyoti Datta1-1/+2
2020-02-04microblaze: Wire CMA allocatorMichal Simek3-0/+7
2020-02-04microblaze: Sync defconfig with latest Kconfig layoutMichal Simek1-3/+3
2020-02-04microblaze: defconfig: Disable EXT2 driver and Enable EXT3 & EXT4 driversManish Narani2-2/+2
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-0/+1
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2020-01-18open: introduce openat2(2) syscallAleksa Sarai1-0/+1
2020-01-14arch/microblaze/setup: Drop dummy_con initializationArvind Sankar1-4/+0