summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-24/+0
* Merge tag 'm68k-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-03-3126-356/+328
|\
| * m68k: defconfig: Update defconfigs for v5.6-rc4Geert Uytterhoeven2020-03-0912-48/+12
| * m68k: Switch to asm-generic/hardirq.hGeert Uytterhoeven2020-03-092-29/+1
| * m68k: Fix Kconfig indentationKrzysztof Kozlowski2020-03-093-13/+13
| * m68k: mm: Change ColdFire pgtable_tWill Deacon2020-02-102-13/+19
| * m68k: mm: Fully initialize the page-table allocatorPeter Zijlstra2020-02-101-1/+12
| * m68k: mm: Extend table allocator for multiple sizesPeter Zijlstra2020-02-103-42/+70
| * m68k: mm: Use table allocator for pgtablesPeter Zijlstra2020-02-103-36/+21
| * m68k: mm: Improve kernel_page_table()Peter Zijlstra2020-02-103-28/+41
| * m68k: mm: Restructure Motorola MMU page-table layoutPeter Zijlstra2020-02-105-56/+39
| * m68k: mm: Move the pointer table allocator to motorola.cPeter Zijlstra2020-02-102-102/+102
| * m68k: mm: Unify Motorola MMU page setupPeter Zijlstra2020-02-103-22/+36
| * m68k: mm: Fix ColdFire pgd_alloc()Will Deacon2020-02-101-1/+1
| * m68k: mm: Remove stray nocache in ColdFire pgallocPeter Zijlstra2020-02-101-5/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-1/+0
|\ \
| * | m68knommu: Remove mm.h include from uaccess_no.hThomas Gleixner2020-03-281-1/+0
| |/
* / block: simplify queue allocationChristoph Hellwig2020-03-271-2/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2020-02-069-23/+11
|\
| * m68knommu: fix memcpy() out of bounds warning in get_user()Greg Ungerer2020-02-031-8/+11
| * m68k: configs: Cleanup old Kconfig IO scheduler optionsKrzysztof Kozlowski2020-01-318-15/+0
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-4/+4
* | Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-0/+1
|\ \
| * | arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-0/+1
| |/
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-0/+1
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-0/+1
| |/
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-293-9/+0
|\ \
| * | arch/m68k/setup: Drop dummy_con initializationArvind Sankar2020-01-143-9/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\ \
| * | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
| |/
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-0/+4
|\ \
| * | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
| |/
* | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+0
|\ \
| * | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+0
| |/
* | m68k: Implement copy_thread_tls()Geert Uytterhoeven2020-01-142-9/+23
* | m68k: defconfig: Update defconfigs for v5.5-rc3Geert Uytterhoeven2020-01-1212-23/+71
* | m68k: Wire up clone3() syscallKars de Jong2020-01-124-2/+21
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-12-051-1/+1
|\
| * m68k/coldfire: Use CONFIG_PREEMPTIONThomas Gleixner2019-11-111-1/+1
* | m68k: mm: use pgtable-nopXd instead of 4level-fixupMike Rapoport2019-12-0415-92/+129
* | m68k: nommu: use pgtable-nopud instead of 4level-fixupMike Rapoport2019-12-041-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2019-12-011-1/+0
|\ \
| * | sysctl: Remove the sysctl system callEric W. Biederman2019-11-261-1/+0
| |/
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-2/+2
|\ \
| * | dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-2/+2
| |/
* | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-282-51/+50
|\ \
| * | m68k: rename __iounmap and mark it staticChristoph Hellwig2019-11-112-51/+50
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-263-6/+6
|\ \
| * | m68k: Convert missed RODATA to RO_DATAKees Cook2019-11-122-2/+2