summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel
Commit message (Expand)AuthorAgeFilesLines
* arch: mark syscall number 435 reserved for clone3Christian Brauner2019-07-151-0/+1
* Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-111-0/+1
|\
| * arch: wire-up pidfd_open()Christian Brauner2019-06-281-0/+1
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-092-12/+12
|\ \
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-272-10/+10
| |/
* | Merge tag 'm68k-for-v5.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-081-46/+11Star
|\ \
| * | m68k: Implement arch_dma_prep_coherent()Christoph Hellwig2019-07-011-0/+5
| * | m68k: Use the generic dma coherent remap allocatorChristoph Hellwig2019-07-011-48/+8Star
| |/
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]David Howells2019-05-161-0/+6
* arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-151-0/+4
* Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-061-1/+81
|\
| * m68k: Dispatch nvram_ops calls to Atari or Mac functionsFinn Thain2019-01-221-1/+81
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-26/+62
|\ \
| * | 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-071-5/+5
| * | y2038: use time32 syscall names on 32-bitArnd Bergmann2019-02-071-21/+21
| * | 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
| |/
* / m68k: Avoid VLA use in mangle_kernel_stack()Geert Uytterhoeven2019-01-211-1/+2
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+1
|\
| * dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
* | Merge tag 'm68k-for-v4.21-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-265-382/+500
|\ \
| * | m68k: Generate uapi header and syscall table header filesFiroz Khan2018-12-041-382/+5Star
| * | m68k: Add system call table generation supportFiroz Khan2018-12-044-0/+495
| |/
* | Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-12-201-2/+0Star
|\ \ | |/ |/|
| * m68k: Fix memblock-related crashesGeert Uytterhoeven2018-12-191-2/+0Star
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-313-3/+1Star
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2018-10-291-1/+1
|\ \ | |/ |/|
| * m68k: fix command-line parsing when passed from u-bootAngelo Dureghello2018-10-161-1/+1
* | m68k/sun3: Remove is_medusa and m68k_pgtable_cachemodeРуслан Исаев2018-08-311-6/+0Star
|/
* m68k: switch to MEMBLOCK + NO_BOOTMEMMike Rapoport2018-07-292-26/+8Star
* m68k: Remove unused set_clock_mmss() helpersArnd Bergmann2018-07-292-2/+0Star
* m68k: Use generic dma_noncoherent_opsChristoph Hellwig2018-07-231-60/+8Star
* Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-053-22/+36
|\
| * m68k: Set default dma mask for platform devicesFinn Thain2018-05-311-0/+10
| * m68k: Use read_persistent_clock64() consistentlyArnd Bergmann2018-05-221-6/+9
| * m68k: Fix off-by-one calendar monthFinn Thain2018-05-221-7/+7
| * m68k: Fix style, spelling, and grammar in siginfo_build_tests()Geert Uytterhoeven2018-05-221-11/+12
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-051-33/+25Star
|\ \
| * | signal/m68k: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-35/+25Star
| * | signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
| |/
* / proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1Star
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-061-0/+62
|\
| * m68k: Verify the offsets in struct siginfo never change.Eric W. Biederman2018-04-021-0/+62
* | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-031-1/+1
|\ \