aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include (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-05Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
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 Gleixner1-0/+3
2020-04-01Revert "irqchip/xilinx: Enable generic irq multi handler"Marc Zyngier1-0/+3
2020-03-31Merge tag 'microblaze-v5.7-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds43-207/+55
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
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-22irqchip/xilinx: Enable generic irq multi handlerMichal Simek1-3/+0
2020-03-21microblaze: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior1-1/+0
2020-02-25microblaze: Use asm generic cmpxchg.h for !SMP caseMichal Simek1-37/+3
2020-02-25microblaze: Remove unused boot_cpuid variableMichal Simek1-2/+0
2020-02-25microblaze: Define microblaze barrierStefan Asserhall2-1/+13
2020-02-25microblaze: Remove empty headersMichal Simek4-3/+2
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
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h>Ingo Molnar1-0/+4
2019-12-04microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport3-49/+2
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-3/+0
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig1-3/+0
2019-10-25microblaze: Enable SPARSE_IRQMichal Simek1-1/+0
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-122/+7
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-7/+0
2019-09-24microblaze: switch to generic version of pte allocationMike Rapoport1-36/+3
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-82/+7
2019-09-24Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2-34/+9
2019-09-18arch/microblaze: support get_user() of size 8 bytesRandy Dunlap1-33/+9
2019-09-02microblaze: remove ioremap_fullcacheChristoph Hellwig1-1/+0
2019-08-08PCI: Convert pci_resource_to_user() to a weak functionDenis Efremov1-2/+0
2019-06-24binfmt_flat: remove the persistent argument from flat_get_addr_from_rpChristoph Hellwig1-1/+1
2019-06-24binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig1-2/+0
2019-06-24binfmt_flat: remove flat_old_ram_flagChristoph Hellwig1-1/+0
2019-06-24binfmt_flat: remove flat_set_persistentChristoph Hellwig1-1/+0
2019-06-24binfmt_flat: remove flat_reloc_validChristoph Hellwig1-1/+0
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-8/+2
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+0
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-1/+3
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-1/+3
2019-04-03arch/tlb: Clean up simple architecturesPeter Zijlstra1-9/+0
2019-03-28KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2-1/+1
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0