summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm
Commit message (Expand)AuthorAgeFilesLines
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-242-10/+0
* mm: remove quicklist page table cachesNicholas Piggin2019-09-242-4/+0
* Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-221-1/+0
|\
| * export: explicitly align struct kernel_symbolMatthias Maennich2019-09-101-1/+0
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-0/+3
|\ \
| * | dma-mapping: remove arch_dma_mmap_pgprotChristoph Hellwig2019-08-291-0/+3
| |/
* | m68k: Remove ioremap_fullcache()Christoph Hellwig2019-09-021-7/+0
* | m68k: Simplify ioremap_nocache()Christoph Hellwig2019-09-021-8/+2
* | m68k: atari: Rename shifter to shifter_st to avoid conflictGeert Uytterhoeven2019-08-191-2/+2
* | m68k: Prevent some compiler warnings in Coldfire buildsFinn Thain2019-08-193-10/+6
* | m68k: mac: Revisit floppy disc controller base addressesFinn Thain2019-08-191-5/+5
|/
* m68k: sun3: switch to generic version of pte allocationMike Rapoport2019-07-121-39/+2
* binfmt_flat: provide an asm-generic/flat.hChristoph Hellwig2019-06-241-20/+1
* binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variableChristoph Hellwig2019-06-241-1/+0
* binfmt_flat: remove flat_old_ram_flagChristoph Hellwig2019-06-241-1/+0
* binfmt_flat: provide a default version of flat_get_relocate_addrChristoph Hellwig2019-06-241-1/+0
* binfmt_flat: remove flat_set_persistentChristoph Hellwig2019-06-241-5/+0
* binfmt_flat: remove flat_reloc_validChristoph Hellwig2019-06-241-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-052-18/+2
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-301-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-0/+12
|\
| * syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
| * m68k: define syscall_get_arch()Dmitry V. Levin2019-03-201-0/+12
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-062-2/+1
|\ \
| * | m68k/io: Remove useless definition of mmiowb()Will Deacon2019-04-081-2/+0
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
* | | Merge tag 'm68k-for-v5.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-061-1/+1
|\ \ \
| * | | m68k: mvme147: Handle timer counter overflowFinn Thain2019-03-251-0/+1
| * | | m68k: mvme147: Convert to clocksource APIFinn Thain2019-03-251-1/+0
| | |/ | |/|
* | | arch/tlb: Clean up simple architecturesPeter Zijlstra2019-04-031-14/+0
| |/ |/|
* | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-281-0/+1
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-03-111-0/+15
|\
| * m68k: add ColdFire mcf5441x eDMA platform supportAngelo Dureghello2019-02-251-0/+15
* | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-062-0/+10
|\ \
| * | Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman2019-02-111-0/+1
| |\|
| * | m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain2019-01-222-0/+10
* | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-2/+2
|\ \ \
| * \ \ Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-101-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | y2038: rename old time and utime syscallsArnd Bergmann2019-02-071-2/+2
| | |/
* | | Merge tag 'm68k-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-051-3/+0
|\ \ \
| * | | m68k/mac: Clean up unused timer definitionsFinn Thain2019-01-211-3/+0
| | |/ | |/|
* | | a.out: remove core dumping supportLinus Torvalds2019-03-051-68/+0
* | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-7/+0
| |/ |/|
* | arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2019-02-011-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-054-13/+7
|\
| * mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-043-12/+6
| * fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-032-2/+2
|/
* Merge tag 'm68k-for-v4.21-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-263-6/+37
|\