aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-1/+31
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport6-0/+31
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport1-1/+0
2019-03-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds3-2/+98
2019-03-07configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATEDAlexey Brodkin2-2/+0
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds7-67/+475
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-03-05m68k/mm: use __ClearPageReserved()David Hildenbrand1-1/+1
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-28/+65
2019-03-05Merge tag 'm68k-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds20-436/+48
2019-03-05a.out: remove core dumping supportLinus Torvalds1-68/+0
2019-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-7/+0
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-0/+1
2019-02-25m68k: add ColdFire mcf5441x eDMA platform supportAngelo Dureghello3-2/+98
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+7
2019-02-11Merge 5.0-rc6 into char-misc-nextGreg Kroah-Hartman3-4/+8
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner2-28/+48
2019-02-10Merge tag 'y2038-syscall-cleanup' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-0/+16
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+7
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+1
2019-02-07y2038: add 64-bit time_t syscalls to all 32-bit architecturesArnd Bergmann1-0/+20
2019-02-07y2038: rename old time and utime syscallsArnd Bergmann2-7/+7
2019-02-07y2038: use time32 syscall names on 32-bitArnd Bergmann1-21/+21
2019-02-06m68k: set proper major_num when specifying module param major_numChengguang Xu1-3/+7
2019-02-04net: phy: fixed-phy: Drop GPIO from fixed_phy_add()Linus Walleij1-1/+1
2019-02-01arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2-1/+1
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+1
2019-01-25arch: add pkey and rseq syscall numbers everywhereArnd Bergmann1-0/+4
2019-01-25arch: add split IPC system calls where neededArnd Bergmann1-0/+11
2019-01-25m68k: assign syscall number for seccompArnd Bergmann1-0/+1
2019-01-22m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain6-17/+108
2019-01-22m68k/mac: Fix PRAM accessorsFinn Thain1-10/+33
2019-01-22m68k/mac: Use macros for RTC accesses not magic numbersFinn Thain1-18/+41
2019-01-22m68k/mac: Adopt naming and calling conventions for PRAM routinesFinn Thain1-38/+23
2019-01-22m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPSFinn Thain2-0/+25
2019-01-22m68k/atari: Implement arch_nvram_ops structFinn Thain1-0/+49
2019-01-22nvram: Replace nvram_* function exports with static functionsFinn Thain1-36/+3
2019-01-22m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain2-0/+245
2019-01-21m68k: Add -ffreestanding to CFLAGSFinn Thain1-1/+4
2019-01-21m68k/apollo: Fix comment in MakefileJonathan Neuschäfer1-1/+1
2019-01-21m68k/defconfig: Update defconfigs for v5.0-rc1Geert Uytterhoeven12-36/+24
2019-01-21m68k/atari: Avoid VLA use in atari_switches_setup()Geert Uytterhoeven1-1/+1
2019-01-21m68k: Avoid VLA use in mangle_kernel_stack()Geert Uytterhoeven1-1/+2
2019-01-21m68k/mac: Use '030 reset method on SE/30Finn Thain1-14/+4
2019-01-21m68k/mac: Remove obsolete commentFinn Thain1-1/+0
2019-01-21m68k/mac: Skip VIA port setup unless RTC is connectedFinn Thain1-7/+12
2019-01-21m68k/mac: Clean up unused timer definitionsFinn Thain1-3/+0