summaryrefslogtreecommitdiffstats
path: root/arch/m68k
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| |/ /
* / / arch: unexport asm/shmparam.h for all architecturesMasahiro Yamada2019-02-012-1/+1
|/ /
* / arch: restore generic-y += shmparam.h for some architecturesMasahiro Yamada2019-01-061-0/+1
|/
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-19/+0
* arch: remove stale comments "UAPI Header export list"Masahiro Yamada2019-01-061-1/+0
* 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-033-4/+4
|/
* Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2019-01-011-6/+2
|\
| * m68k/mac: Switch to use %ptRAndy Shevchenko2018-12-101-6/+2
* | Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-292-13/+1
|\ \
| * | pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig2018-11-231-2/+0
| * | PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-232-11/+1
* | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-3/+3
|\ \ \
| * | | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-3/+3
| |/ /