summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-126-1/+31
|\
| * treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-126-0/+31
| * arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-1/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-03-113-2/+98
|\ \ | |/ |/|
| * m68k: add ColdFire mcf5441x eDMA platform supportAngelo Dureghello2019-02-253-2/+98
* | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2019-03-072-2/+0
* | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-067-67/+475
|\ \
| * | Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman2019-02-113-4/+8
| |\|
| * | Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman2019-01-281-0/+1
| |\ \
| * | | m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain2019-01-226-17/+108
| * | | m68k/mac: Fix PRAM accessorsFinn Thain2019-01-221-10/+33
| * | | m68k/mac: Use macros for RTC accesses not magic numbersFinn Thain2019-01-221-18/+41
| * | | m68k/mac: Adopt naming and calling conventions for PRAM routinesFinn Thain2019-01-221-38/+23
| * | | m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...Finn Thain2019-01-222-0/+25
| * | | m68k/atari: Implement arch_nvram_ops structFinn Thain2019-01-221-0/+49
| * | | nvram: Replace nvram_* function exports with static functionsFinn Thain2019-01-221-36/+3
| * | | m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain2019-01-222-0/+245
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-1/+1
|\ \ \ \
| * | | | m68k/mm: use __ClearPageReserved()David Hildenbrand2019-03-051-1/+1
* | | | | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-053-28/+65
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi...Thomas Gleixner2019-02-271-0/+1
| |\ \ \ \
| | * | | | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
| * | | | | Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner2019-02-102-28/+48
| |\| | | |
| | * | | | y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann2019-02-071-0/+20
| | * | | | y2038: rename old time and utime syscallsArnd Bergmann2019-02-072-7/+7
| | * | | | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-21/+21
| * | | | | Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kern...Thomas Gleixner2019-02-101-0/+16
| |\| | | |
| | * | | | arch: add pkey and rseq syscall numbers everywhereArnd Bergmann2019-01-251-0/+4
| | * | | | arch: add split IPC system calls where neededArnd Bergmann2019-01-251-0/+11
| | * | | | m68k: assign syscall number for seccompArnd Bergmann2019-01-251-0/+1
| | | |/ / | | |/| |
* | | | | Merge tag 'm68k-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-0520-436/+48
|\ \ \ \ \
| * | | | | m68k: Add -ffreestanding to CFLAGSFinn Thain2019-01-211-1/+4
| * | | | | m68k/apollo: Fix comment in MakefileJonathan Neuschäfer2019-01-211-1/+1
| * | | | | m68k/defconfig: Update defconfigs for v5.0-rc1Geert Uytterhoeven2019-01-2112-36/+24
| * | | | | m68k/atari: Avoid VLA use in atari_switches_setup()Geert Uytterhoeven2019-01-211-1/+1
| * | | | | m68k: Avoid VLA use in mangle_kernel_stack()Geert Uytterhoeven2019-01-211-1/+2
| * | | | | m68k/mac: Use '030 reset method on SE/30Finn Thain2019-01-211-14/+4
| * | | | | m68k/mac: Remove obsolete commentFinn Thain2019-01-211-1/+0
| * | | | | m68k/mac: Skip VIA port setup unless RTC is connectedFinn Thain2019-01-211-7/+12
| * | | | | m68k/mac: Clean up unused timer definitionsFinn Thain2019-01-211-3/+0
| * | | | | m68k/defconfig: Drop NET_VENDOR_<FOO>=nGeert Uytterhoeven2019-01-2113-371/+0
| | |_|/ / | |/| | |
* | | | | a.out: remove core dumping supportLinus Torvalds2019-03-051-68/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-051-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-3/+7
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-082-1/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij2019-02-041-1/+1
| | |_|_|/ | |/| | |
* | | | | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-7/+0
| |_|/ / |/| | |
* | | | Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds2019-02-091-3/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | m68k: set proper major_num when specifying module param major_numChengguang Xu2019-02-061-3/+7
| |/ /