summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-10-121-5/+0
|\
| * kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-5/+0
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+1
|\ \
| * | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2022-09-111-1/+1
| |/
* | Merge tag 'm68knommu-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-109-28/+4
|\ \
| * | m68k: update config filesLukas Bulwahn2022-09-307-22/+0
| * | m68knommu: fix non-mmu classic 68000 legacy timer tick selectionGreg Ungerer2022-09-261-3/+1
| * | m68knommu: fix non-specific 68328 choice interrupt build failureGreg Ungerer2022-09-261-3/+3
| |/
* | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-104-22/+14
|\ \
| * | kbuild: remove head-y syntaxMasahiro Yamada2022-10-021-9/+0
| * | kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-023-13/+14
| |/
* | Merge tag 'm68k-for-v6.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-0317-46/+50
|\ \ | |/ |/|
| * m68k: Rework BI_VIRT_RNG_SEED as BI_RNG_SEEDJason A. Donenfeld2022-09-284-18/+21
| * m68k: Process bootinfo records before saving themJason A. Donenfeld2022-09-281-2/+3
| * m68k: defconfig: Update defconfigs for v6.0-rc2Geert Uytterhoeven2022-09-1912-24/+24
| * m68k: Allow kexec on M68KCLASSIC with MMU enabled onlyGreg Ungerer2022-09-191-1/+1
| * m68k: Move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* | provide arch_test_bit_acquire for architectures that define test_bitMikulas Patocka2022-08-271-5/+2
|/
* Merge tag 'm68knommu-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-093-5/+5
|\
| * m68k: Fix syntax errors in commentsXiang wangx2022-07-251-1/+1
| * m68k: coldfire: make symbol m523x_clk_lookup staticWang Jingjin2022-07-251-1/+1
| * m68k: coldfire/device.c: protect FLEXCAN blocksRandy Dunlap2022-07-251-3/+3
* | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-15/+34
|\ \
| * | bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin2022-06-301-15/+34
| |/
* | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-057-111/+108
|\ \
| * | mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-1/+0
| * | m68k/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-177-111/+105
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
| |/
* | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-052-2/+3
|\ \
| * | arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann2022-06-282-2/+3
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-042-8/+0
|\ \
| * | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-6/+0
| * | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-2/+0
| |/
* | Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Linus Torvalds2022-08-021-2/+2
|\ \
| * | treewide: uapi: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-06-281-2/+2
| |/
* | Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds2022-08-021-3/+2
|\ \
| * | arch: m68k: q40: README: drop references to IDE driverMauro Carvalho Chehab2022-07-071-3/+2
| |/
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-2/+2
|\ \
| * | block: remove blk_cleanup_diskChristoph Hellwig2022-06-281-2/+2
| |/
* | m68k: defconfig: Update defconfigs for v5.19-rc1Geert Uytterhoeven2022-07-1212-108/+60
* | m68k: Add common forward declaration for show_registers()Geert Uytterhoeven2022-07-124-4/+4
* | m68k: mac: Remove forward declaration for mac_nmi_handler()Geert Uytterhoeven2022-07-121-17/+15
* | m68k: virt: Fix missing platform_device_unregister() on error in virt_platfor...Yang Yingliang2022-07-061-25/+33
* | m68k: virt: Use RNG seed from bootinfo blockJason A. Donenfeld2022-07-062-0/+19
* | m68k: bitops: Change __fls to return and accept unsigned longAmadeusz Sławiński2022-07-061-1/+1
* | m68k: Kconfig.machine: Add endif commentJuerg Haefliger2022-07-061-1/+1
* | m68k: Kconfig.debug: Replace single quotesJuerg Haefliger2022-07-061-3/+3
* | m68k: Kconfig.cpu: Fix indentation and add endif commentsJuerg Haefliger2022-07-061-4/+3
* | m68k: q40: Align '*' in commentsJiang Jian2022-07-041-1/+1
* | m68k: sun3: Use __func__ to get function's name in an output messageXueBing Chen2022-06-201-6/+5