summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include
Commit message (Expand)AuthorAgeFilesLines
* mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-1/+0
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-10/+35
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-3/+0
|\
| * mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-3/+0
* | microblaze/PCI: Remove support for Xilinx PCI host bridgeThippeswamy Havalige2022-11-252-11/+0
* | microblaze/PCI: Remove unused pci_iobar_pfn() and et al declarationsThippeswamy Havalige2022-11-252-5/+0
* | microblaze/PCI: Remove unused sys_pciconfig_iobase() and et al declarationThippeswamy Havalige2022-11-252-15/+0
* | microblaze/PCI: Remove unused PCI Indirect opsThippeswamy Havalige2022-11-251-34/+0
* | microblaze/PCI: Remove unused PCI BIOS resource allocationThippeswamy Havalige2022-11-252-6/+0
* | microblaze/PCI: Remove unused allocation & free of PCI host bridge structureThippeswamy Havalige2022-11-251-5/+0
* | microblaze/PCI: Remove unused device tree parsing for a host bridge resourcesThippeswamy Havalige2022-11-251-13/+0
* | microblaze/PCI: Remove unused PCI legacy IO's access on a busThippeswamy Havalige2022-11-251-10/+0
* | microblaze/PCI: Remove unused PCI bus scan if configured as a hostThippeswamy Havalige2022-11-251-4/+0
* | microblaze/PCI: Remove unused early_read_config_byte() et al declarationsThippeswamy Havalige2022-11-251-18/+0
|/
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-5/+0
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-5/+0
* | microblaze: Add support for error injectionAppana Durga Kedareswara rao2022-09-261-0/+8
* | microblaze: Add xmb_manager_register functionAppana Durga Kedareswara rao2022-09-261-0/+21
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-17/+0
|\
| * microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-17/+0
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-051-2/+0
|\ \
| * | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-281-2/+0
| |/
* / PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-6/+0
|/
* microblaze: Use simple memmove/memcpy implementation from lib/string.cMichal Simek2022-04-211-1/+1
* microblaze: Use simple memset implementation from lib/string.cMichal Simek2022-04-211-0/+2
* Merge tag 'microblaze-v5.18' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2022-03-281-4/+0
|\
| * microblaze/PCI: Remove pci_phys_mem_access_prot() dead codeBjorn Helgaas2022-01-241-4/+0
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-232-57/+10
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-252-30/+0
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-7/+1
| * | uaccess: fix nios2 and microblaze get_user_8()Arnd Bergmann2022-02-251-9/+9
| * | uaccess: fix integer overflow on access_ok()Arnd Bergmann2022-02-141-15/+4
| |/
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-0/+3
|\ \
| * | arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+3
| |/
* / irqchip/xilinx: Switch to GENERIC_IRQ_MULTI_HANDLERMichal Simek2022-03-041-3/+0
|/
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-33/+0
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-33/+0
* | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-032-4/+1
|\
| * microblaze: simplify pte_alloc_one_kernel()Mike Rapoport2021-09-031-2/+0
| * mm/page_alloc: always initialize memory map for the holesMike Rapoport2021-09-031-2/+1
* | microblaze: use generic strncpy/strnlen from_userArnd Bergmann2021-07-271-17/+4
|/
* Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-07-021-27/+0
|\
| * asm-generic: use asm-generic/unaligned.h for most architecturesArnd Bergmann2021-05-101-27/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-4/+0
|\ \
| * | mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-2/+0
| * | mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
| |/
* | Merge tag 'microblaze-v5.14' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2021-06-301-3/+0
|\ \
| * | microblaze: Cleanup unused functionsGuo Ren2021-05-311-3/+0
| |/