aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-10-10Merge tag 'm68knommu-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds9-28/+4
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds4-22/+14
2022-10-03Merge tag 'm68k-for-v6.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds17-46/+50
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-9/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada3-13/+14
2022-09-30m68k: update config filesLukas Bulwahn7-22/+0
2022-09-28m68k: Rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld4-18/+21
2022-09-28m68k: Process bootinfo records before saving themJason A. Donenfeld1-2/+3
2022-09-26m68knommu: fix non-mmu classic 68000 legacy timer tick selectionGreg Ungerer1-3/+1
2022-09-26m68knommu: fix non-specific 68328 choice interrupt build failureGreg Ungerer1-3/+3
2022-09-19m68k: defconfig: Update defconfigs for v6.0-rc2Geert Uytterhoeven12-24/+24
2022-09-19m68k: Allow kexec on M68KCLASSIC with MMU enabled onlyGreg Ungerer1-1/+1
2022-09-19m68k: Move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-5/+0
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-08-27provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka1-5/+2
2022-08-09Merge tag 'm68knommu-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-5/+5
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-15/+34
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-111/+108
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-2/+3
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-8/+0
2022-08-02Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-2/+2
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds1-3/+2
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-07-25m68k: Fix syntax errors in commentsXiang wangx1-1/+1
2022-07-25m68k: coldfire: make symbol m523x_clk_lookup staticWang Jingjin1-1/+1
2022-07-25m68k: coldfire/device.c: protect FLEXCAN blocksRandy Dunlap1-3/+3
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-6/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-2/+0
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-17m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual7-111/+105
2022-07-12m68k: defconfig: Update defconfigs for v5.19-rc1Geert Uytterhoeven12-108/+60
2022-07-12m68k: Add common forward declaration for show_registers()Geert Uytterhoeven4-4/+4
2022-07-12m68k: mac: Remove forward declaration for mac_nmi_handler()Geert Uytterhoeven1-17/+15
2022-07-07arch: m68k: q40: README: drop references to IDE driverMauro Carvalho Chehab1-3/+2
2022-07-06m68k: virt: Fix missing platform_device_unregister() on error in virt_platform_init()Yang Yingliang1-25/+33
2022-07-06m68k: virt: Use RNG seed from bootinfo blockJason A. Donenfeld2-0/+19
2022-07-06m68k: bitops: Change __fls to return and accept unsigned longAmadeusz Sławiński1-1/+1
2022-07-06m68k: Kconfig.machine: Add endif commentJuerg Haefliger1-1/+1
2022-07-06m68k: Kconfig.debug: Replace single quotesJuerg Haefliger1-3/+3
2022-07-06m68k: Kconfig.cpu: Fix indentation and add endif commentsJuerg Haefliger1-4/+3
2022-07-04m68k: q40: Align '*' in commentsJiang Jian1-1/+1
2022-06-30bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin1-15/+34
2022-06-28treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-2/+2
2022-06-28block: remove blk_cleanup_diskChristoph Hellwig1-2/+2
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2-2/+3
2022-06-20m68k: sun3: Use __func__ to get function's name in an output messageXueBing Chen1-6/+5
2022-06-20m68k: mac: Fix typos in commentsXiang wangx1-2/+2