aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-03m68k: mm: simplify detection of memory zone boundariesMike Rapoport2-13/+8
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2-9/+6
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-2/+2
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-13/+14
2020-06-02Merge tag 'mmc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds4-3/+74
2020-06-01Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-3/+4
2020-06-01Merge tag 'm68k-for-v5.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds19-60/+102
2020-05-29m68k: convert to csum_and_copy_from_user()Al Viro2-3/+4
2020-05-28m68k: coldfire/clk.c: move m5441x specific codeAngelo Dureghello2-15/+15
2020-05-28m68k: mcf5441x: add support for esdhc mmc controllerAngelo Dureghello5-3/+74
2020-05-25m68k: tools: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-05-25m68k: Add missing __user annotation in get_user()Jason Wang1-1/+1
2020-05-25m68k: mac: Avoid stuck ISM IOP interrupt on Quadra 900/950Finn Thain1-22/+28
2020-05-25m68k: mac: Remove misleading commentFinn Thain1-1/+0
2020-05-25m68k: mac: Don't call via_flush_cache() on Mac IIfxFinn Thain3-20/+8
2020-05-14vfs: add faccessat2 syscallMiklos Szeredi1-0/+1
2020-05-12floppy: use symbolic register names in the m68k portWilly Tarreau1-7/+8
2020-05-12floppy: split the base port from the register in I/O accessesWilly Tarreau1-6/+6
2020-05-11m68k: defconfig: Update defconfigs for v5.7-rc1Geert Uytterhoeven12-12/+60
2020-04-27m68k: amiga: config: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-04-20m68k: amiga: config: Mark expected switch fall-throughGustavo A. R. Silva1-2/+3
2020-04-13m68k: Drop redundant generic-y += hardirq.hGeert Uytterhoeven1-1/+0
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual3-14/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-3/+0
2020-04-09Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds4-48/+44
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual1-1/+1
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds12-12/+0
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-3/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-24/+0
2020-03-31Merge tag 'm68k-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds26-356/+328
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-03-28m68knommu: Remove mm.h include from uaccess_no.hThomas Gleixner1-1/+0
2020-03-27block: simplify queue allocationChristoph Hellwig1-2/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-23m68k: Replace setup_irq() by request_irq()afzal mohammed4-48/+44
2020-03-09m68k: defconfig: Update defconfigs for v5.6-rc4Geert Uytterhoeven12-48/+12
2020-03-09m68k: Switch to asm-generic/hardirq.hGeert Uytterhoeven2-29/+1
2020-03-09m68k: Fix Kconfig indentationKrzysztof Kozlowski3-13/+13
2020-02-24scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò12-12/+0
2020-02-10m68k: mm: Change ColdFire pgtable_tWill Deacon2-13/+19
2020-02-10m68k: mm: Fully initialize the page-table allocatorPeter Zijlstra1-1/+12
2020-02-10m68k: mm: Extend table allocator for multiple sizesPeter Zijlstra3-42/+70
2020-02-10m68k: mm: Use table allocator for pgtablesPeter Zijlstra3-36/+21
2020-02-10m68k: mm: Improve kernel_page_table()Peter Zijlstra3-28/+41
2020-02-10m68k: mm: Restructure Motorola MMU page-table layoutPeter Zijlstra5-56/+39