index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
microblaze
/
include
/
asm
Age
Commit message (
Expand
)
Author
2025-10-03
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2025-09-15
kill FIRST_USER_PGD_NR
Al Viro
2025-09-12
microblaze: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
Thomas Huth
2025-06-11
mm: pgtable: fix pte_swp_exclusive
Magnus Lindholm
2025-05-11
syscall.h: introduce syscall_set_nr()
Dmitry V. Levin
2025-05-11
mm: introduce a common definition of mk_pte()
Matthew Wilcox (Oracle)
2025-01-25
asm-generic: pgalloc: provide generic __pgd_{alloc,free}
Kevin Brodsky
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-11-20
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-11-07
asm-generic: introduce text-patching.h
Mike Rapoport (Microsoft)
2024-10-28
asm-generic: provide generic page_to_phys and phys_to_page implementations
Christoph Hellwig
2024-10-16
vdso: Introduce vdso/page.h
Vincenzo Frascino
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-03-06
arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Arnd Bergmann
2024-01-10
Merge tag 'asm-generic-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-12-20
microblaze: add missing forward declaration
Kent Overstreet
2023-11-23
arch: add missing prepare_ftrace_return() prototypes
Arnd Bergmann
2023-09-05
Merge tag 'microblaze-v6.6' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-08-24
microblaze: implement the new page table range API
Matthew Wilcox (Oracle)
2023-08-23
microblaze: Make virt_to_pfn() a static inline
Linus Walleij
2023-08-23
microblaze: Remove zalloc_maybe_bootmem()
Christophe Leroy
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
2023-06-28
Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-06-19
microblaze: move the ARCH_{DMA,SLAB}_MINALIGN definitions to asm/cache.h
Catalin Marinas
2023-06-09
init: consolidate prototypes in linux/init.h
Arnd Bergmann
2023-02-09
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
2023-02-02
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-02
microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-11-25
microblaze/PCI: Remove support for Xilinx PCI host bridge
Thippeswamy Havalige
2022-11-25
microblaze/PCI: Remove unused pci_iobar_pfn() and et al declarations
Thippeswamy Havalige
2022-11-25
microblaze/PCI: Remove unused sys_pciconfig_iobase() and et al declaration
Thippeswamy Havalige
2022-11-25
microblaze/PCI: Remove unused PCI Indirect ops
Thippeswamy Havalige
2022-11-25
microblaze/PCI: Remove unused PCI BIOS resource allocation
Thippeswamy Havalige
2022-11-25
microblaze/PCI: Remove unused allocation & free of PCI host bridge structure
Thippeswamy Havalige
2022-11-25
microblaze/PCI: Remove unused device tree parsing for a host bridge resources
Thippeswamy Havalige
2022-11-25
microblaze/PCI: Remove unused PCI legacy IO's access on a bus
Thippeswamy Havalige
2022-11-25
microblaze/PCI: Remove unused PCI bus scan if configured as a host
Thippeswamy Havalige
2022-11-25
microblaze/PCI: Remove unused early_read_config_byte() et al declarations
Thippeswamy Havalige
2022-11-08
mm: remove kern_addr_valid() completely
Kefeng Wang
2022-10-12
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-09-26
microblaze: Add support for error injection
Appana Durga Kedareswara rao
2022-09-26
microblaze: Add xmb_manager_register function
Appana Durga Kedareswara rao
2022-09-11
kernel: exit: cleanup release_thread()
Kefeng Wang
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-05
Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-07-22
PCI: Move isa_dma_bridge_buggy out of asm/dma.h
Stafford Horne
2022-07-17
microblaze/mm: enable ARCH_HAS_VM_GET_PAGE_PROT
Anshuman Khandual
2022-06-28
arch/*/: remove CONFIG_VIRT_TO_BUS
Arnd Bergmann
[next]