summaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm
AgeCommit message (Expand)AuthorFilesLines
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-29/+107
2023-02-22Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+0
2023-02-17m68k/nommu: add missing definition of ARCH_PFN_OFFSETMike Rapoport (IBM)1-0/+2
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-2/+0
2023-02-10m68k: use asm-generic/memory_model.h for both MMU and !MMUMike Rapoport (IBM)3-8/+1
2023-02-03mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-3/+2
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-3/+0
2023-02-03microblaze/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-2/+2
2023-02-03m68k/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-9/+104
2023-02-03m68k/mm: remove dummy __swp definitions for nommuDavid Hildenbrand1-6/+0
2023-02-03m68k/mm/motorola: specify pmd_page() typeLorenzo Stoakes1-1/+1
2023-01-30m68k: Add kernel seccomp supportMichael Schmitz3-0/+70
2023-01-30gpio: Remove unused and obsoleted irq_to_gpio()Andy Shevchenko1-7/+0
2022-12-21m68k: remove broken strcmp implementationLinus Torvalds1-20/+0
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+0
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang2-3/+0
2022-11-01m68k: mac: Remove unused rbv_set_video_bpp()Jason A. Donenfeld1-8/+0
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-5/+0
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka1-5/+2
2022-08-08Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-15/+34
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-111/+0
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2022-08-05Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-8/+0
2022-07-23PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-6/+0
2022-07-23PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-2/+0
2022-07-18m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-111/+0
2022-07-12m68k: Add common forward declaration for show_registers()Geert Uytterhoeven1-0/+1
2022-07-06m68k: bitops: Change __fls to return and accept unsigned longAmadeusz Sławiński1-1/+1
2022-07-01bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin1-15/+34
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+3
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+0
2022-05-30Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-488/+12
2022-05-26Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+1
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki1-1/+0
2022-05-24Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2022-05-24m68k: removed unused "mach_get_ss"Greg Ungerer1-1/+0
2022-05-24kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2-2/+1
2022-05-22m68k: atari: Make Atari ROM port I/O write macros return voidGeert Uytterhoeven1-3/+3
2022-05-19m68k: Switch to new sys-off handler APIDmitry Osipenko1-1/+0
2022-05-16m68knommu: add definitions to support elf_fdpic program loaderGreg Ungerer1-0/+9
2022-05-16m68knommu: use asm-generic/mmu.h for nommu setupsGreg Ungerer1-3/+1
2022-05-16m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann1-483/+0
2022-05-16m68knommu: set ZERO_PAGE() to the allocated zeroed pageGreg Ungerer1-1/+2
2022-05-14m68k: use fallback for random_get_entropy() instead of zeroJason A. Donenfeld1-1/+1
2022-04-11m68k: Introduce a virtual m68k machineLaurent Vivier6-11/+73
2022-04-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+0
2022-03-24Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-13/+1
2022-03-23Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds3-0/+3
2022-03-22Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+4
2022-03-22Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+3