| Commit message (Expand) | Author | Age | Files | Lines |
* | move asm/unaligned.h to linux/unaligned.h | Al Viro | 2024-10-02 | 1 | -1/+1 |
* | arch: define CONFIG_PAGE_SIZE_*KB on all architectures | Arnd Bergmann | 2024-03-06 | 1 | -1/+1 |
* | Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-01-10 | 1 | -0/+1 |
|\ |
|
| * | arch: add missing prepare_ftrace_return() prototypes | Arnd Bergmann | 2023-11-23 | 1 | -0/+1 |
* | | microblaze: add missing forward declaration | Kent Overstreet | 2023-12-20 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'microblaze-v6.6' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2023-09-05 | 2 | -10/+19 |
|\ |
|
| * | microblaze: Make virt_to_pfn() a static inline | Linus Walleij | 2023-08-23 | 1 | -8/+19 |
| * | microblaze: Remove zalloc_maybe_bootmem() | Christophe Leroy | 2023-08-23 | 1 | -2/+0 |
* | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-08-31 | 1 | -1/+1 |
|\ \ |
|
| * | | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe | 2023-07-11 | 1 | -1/+1 |
| |/ |
|
* / | microblaze: implement the new page table range API | Matthew Wilcox (Oracle) | 2023-08-24 | 3 | -12/+15 |
|/ |
|
* | Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-06-28 | 1 | -2/+0 |
|\ |
|
| * | init: consolidate prototypes in linux/init.h | Arnd Bergmann | 2023-06-09 | 1 | -2/+0 |
* | | microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.h | Catalin Marinas | 2023-06-19 | 2 | -5/+5 |
|/ |
|
* | mm, arch: add generic implementation of pfn_valid() for FLATMEM | Mike Rapoport (IBM) | 2023-02-09 | 1 | -1/+0 |
* | mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 2023-02-02 | 1 | -1/+0 |
* | microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE | David Hildenbrand | 2023-02-02 | 1 | -10/+35 |
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-12-13 | 1 | -3/+0 |
|\ |
|
| * | mm: remove kern_addr_valid() completely | Kefeng Wang | 2022-11-08 | 1 | -3/+0 |
* | | microblaze/PCI: Remove support for Xilinx PCI host bridge | Thippeswamy Havalige | 2022-11-25 | 2 | -11/+0 |
* | | microblaze/PCI: Remove unused pci_iobar_pfn() and et al declarations | Thippeswamy Havalige | 2022-11-25 | 2 | -5/+0 |
* | | microblaze/PCI: Remove unused sys_pciconfig_iobase() and et al declaration | Thippeswamy Havalige | 2022-11-25 | 2 | -15/+0 |
* | | microblaze/PCI: Remove unused PCI Indirect ops | Thippeswamy Havalige | 2022-11-25 | 1 | -34/+0 |
* | | microblaze/PCI: Remove unused PCI BIOS resource allocation | Thippeswamy Havalige | 2022-11-25 | 2 | -6/+0 |
* | | microblaze/PCI: Remove unused allocation & free of PCI host bridge structure | Thippeswamy Havalige | 2022-11-25 | 1 | -5/+0 |
* | | microblaze/PCI: Remove unused device tree parsing for a host bridge resources | Thippeswamy Havalige | 2022-11-25 | 1 | -13/+0 |
* | | microblaze/PCI: Remove unused PCI legacy IO's access on a bus | Thippeswamy Havalige | 2022-11-25 | 1 | -10/+0 |
* | | microblaze/PCI: Remove unused PCI bus scan if configured as a host | Thippeswamy Havalige | 2022-11-25 | 1 | -4/+0 |
* | | microblaze/PCI: Remove unused early_read_config_byte() et al declarations | Thippeswamy Havalige | 2022-11-25 | 1 | -18/+0 |
|/ |
|
* | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2022-10-12 | 1 | -5/+0 |
|\ |
|
| * | kernel: exit: cleanup release_thread() | Kefeng Wang | 2022-09-11 | 1 | -5/+0 |
* | | microblaze: Add support for error injection | Appana Durga Kedareswara rao | 2022-09-26 | 1 | -0/+8 |
* | | microblaze: Add xmb_manager_register function | Appana Durga Kedareswara rao | 2022-09-26 | 1 | -0/+21 |
|/ |
|
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2022-08-05 | 1 | -17/+0 |
|\ |
|
| * | microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 2022-07-17 | 1 | -17/+0 |
* | | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-08-05 | 1 | -2/+0 |
|\ \ |
|
| * | | arch/*/: remove CONFIG_VIRT_TO_BUS | Arnd Bergmann | 2022-06-28 | 1 | -2/+0 |
| |/ |
|
* / | PCI: Move isa_dma_bridge_buggy out of asm/dma.h | Stafford Horne | 2022-07-22 | 1 | -6/+0 |
|/ |
|
* | microblaze: Use simple memmove/memcpy implementation from lib/string.c | Michal Simek | 2022-04-21 | 1 | -1/+1 |
* | microblaze: Use simple memset implementation from lib/string.c | Michal Simek | 2022-04-21 | 1 | -0/+2 |
* | Merge tag 'microblaze-v5.18' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2022-03-28 | 1 | -4/+0 |
|\ |
|
| * | microblaze/PCI: Remove pci_phys_mem_access_prot() dead code | Bjorn Helgaas | 2022-01-24 | 1 | -4/+0 |
* | | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-23 | 2 | -57/+10 |
|\ \ |
|
| * | | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 2022-02-25 | 2 | -30/+0 |
| * | | uaccess: generalize access_ok() | Arnd Bergmann | 2022-02-25 | 1 | -7/+1 |
| * | | uaccess: fix nios2 and microblaze get_user_8() | Arnd Bergmann | 2022-02-25 | 1 | -9/+9 |
| * | | uaccess: fix integer overflow on access_ok() | Arnd Bergmann | 2022-02-14 | 1 | -15/+4 |
| |/ |
|
* | | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 2022-03-22 | 1 | -0/+3 |
|\ \ |
|
| * | | arch: Add pmd_pfn() where it is missing | Mike Rapoport | 2022-03-21 | 1 | -0/+3 |
| |/ |
|
* / | irqchip/xilinx: Switch to GENERIC_IRQ_MULTI_HANDLER | Michal Simek | 2022-03-04 | 1 | -3/+0 |
|/ |
|