summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
AgeCommit message (Expand)AuthorLines
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+0
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2022-12-12Merge tag 'microblaze-v6.2' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-1527/+37
2022-11-25microblaze/PCI: Moving PCI iounmap and dependent codeThippeswamy Havalige-73/+37
2022-11-25microblaze/PCI: Remove support for Xilinx PCI host bridgeThippeswamy Havalige-126/+0
2022-11-25microblaze/PCI: Remove unused pci_iobar_pfn() and et al declarationsThippeswamy Havalige-24/+0
2022-11-25microblaze/PCI: Remove unused sys_pciconfig_iobase() and et al declarationThippeswamy Havalige-59/+0
2022-11-25microblaze/PCI: Remove unused pci_address_to_pio() conversion of CPU address ...Thippeswamy Havalige-23/+0
2022-11-25microblaze/PCI: Remove unused PCI Indirect opsThippeswamy Havalige-199/+1
2022-11-25microblaze/PCI: Remove unused PCI BIOS resource allocationThippeswamy Havalige-495/+0
2022-11-25microblaze/PCI: Remove unused allocation & free of PCI host bridge structureThippeswamy Havalige-40/+0
2022-11-25microblaze/PCI: Remove unused device tree parsing for a host bridge resourcesThippeswamy Havalige-181/+0
2022-11-25microblaze/PCI: Remove unused PCI legacy IO's access on a busThippeswamy Havalige-150/+0
2022-11-25microblaze/PCI: Remove unused PCI bus scan if configured as a hostThippeswamy Havalige-23/+0
2022-11-25microblaze/PCI: Remove Null PCI config access unused functionsThippeswamy Havalige-64/+0
2022-11-25microblaze/PCI: Remove unused early_read_config_byte() et al declarationsThippeswamy Havalige-71/+0
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro-1/+1
2022-11-24kbuild: fix "cat: .version: No such file or directory"Masahiro Yamada-2/+2
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang-3/+0
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+1
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-3/+2
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada-1/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada-2/+2
2022-09-26microblaze: Add support for error injectionAppana Durga Kedareswara rao-0/+60
2022-09-26microblaze: Add custom break vector handler for mb managerAppana Durga Kedareswara rao-1/+212
2022-09-26microblaze: Add xmb_manager_register functionAppana Durga Kedareswara rao-0/+75
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-5/+0
2022-09-11treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yArnd Bergmann-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-17/+24
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+0
2022-08-05Merge tag 'microblaze-v5.20' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-2/+1
2022-07-29microblaze: Fix some typos in commentSlark Xiao-1/+1
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne-6/+0
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-1/+0
2022-07-17microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual-17/+21
2022-06-30arch: microblaze: Remove unused "select HANDLE_DOMAIN_IRQ"Ying Sun-1/+0
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann-3/+0
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu-0/+4
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+7
2022-06-01Merge tag 'pwm/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+4
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-2/+5
2022-05-02microblaze: fix typos in commentsJulia Lawall-2/+2
2022-04-22pwm: Add support for Xilinx AXI TimerSean Anderson-0/+4
2022-04-21microblaze: Add support for reserved memory defined by DTMichal Simek-0/+3
2022-04-21microblaze: Wire memblock_dump_all()Michal Simek-0/+2
2022-04-21microblaze: Use simple memmove/memcpy implementation from lib/string.cMichal Simek-44/+5
2022-04-21microblaze: Do loop unrolling for optimized memset implementationMichal Simek-1/+12
2022-04-21microblaze: Use simple memset implementation from lib/string.cMichal Simek-18/+4
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+3