index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-16
uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]
David Howells
1
-0
/
+6
2019-04-15
arch: add pidfd and io_uring syscalls everywhere
Arnd Bergmann
1
-0
/
+4
2019-03-06
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+81
2019-03-05
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-26
/
+62
2019-02-07
y2038: add 64-bit time_t syscalls to all 32-bit architectures
Arnd Bergmann
1
-0
/
+20
2019-02-07
y2038: rename old time and utime syscalls
Arnd Bergmann
1
-5
/
+5
2019-02-07
y2038: use time32 syscall names on 32-bit
Arnd Bergmann
1
-21
/
+21
2019-01-25
arch: add pkey and rseq syscall numbers everywhere
Arnd Bergmann
1
-0
/
+4
2019-01-25
arch: add split IPC system calls where needed
Arnd Bergmann
1
-0
/
+11
2019-01-25
m68k: assign syscall number for seccomp
Arnd Bergmann
1
-0
/
+1
2019-01-22
m68k: Dispatch nvram_ops calls to Atari or Mac functions
Finn Thain
1
-1
/
+81
2019-01-21
m68k: Avoid VLA use in mangle_kernel_stack()
Geert Uytterhoeven
1
-1
/
+2
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
1
-2
/
+2
2018-12-28
Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-12-26
Merge tag 'm68k-for-v4.21-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
5
-382
/
+500
2018-12-20
Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+0
2018-12-20
dma-mapping: zero memory returned from dma_alloc_*
Christoph Hellwig
1
-1
/
+1
2018-12-19
m68k: Fix memblock-related crashes
Geert Uytterhoeven
1
-2
/
+0
2018-12-04
m68k: Generate uapi header and syscall table header files
Firoz Khan
1
-382
/
+5
2018-12-04
m68k: Add system call table generation support
Firoz Khan
4
-0
/
+495
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
3
-3
/
+1
2018-10-29
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...
Linus Torvalds
1
-1
/
+1
2018-10-16
m68k: fix command-line parsing when passed from u-boot
Angelo Dureghello
1
-1
/
+1
2018-08-31
m68k/sun3: Remove is_medusa and m68k_pgtable_cachemode
Руслан Исаев
1
-6
/
+0
2018-07-29
m68k: switch to MEMBLOCK + NO_BOOTMEM
Mike Rapoport
2
-26
/
+8
2018-07-29
m68k: Remove unused set_clock_mmss() helpers
Arnd Bergmann
2
-2
/
+0
2018-07-23
m68k: Use generic dma_noncoherent_ops
Christoph Hellwig
1
-60
/
+8
2018-06-04
Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-22
/
+36
2018-06-04
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-33
/
+25
2018-05-31
m68k: Set default dma mask for platform devices
Finn Thain
1
-0
/
+10
2018-05-22
m68k: Use read_persistent_clock64() consistently
Arnd Bergmann
1
-6
/
+9
2018-05-22
m68k: Fix off-by-one calendar month
Finn Thain
1
-7
/
+7
2018-05-22
m68k: Fix style, spelling, and grammar in siginfo_build_tests()
Geert Uytterhoeven
1
-11
/
+12
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
1
-13
/
+1
2018-04-25
signal/m68k: Use force_sig_fault where appropriate
Eric W. Biederman
1
-35
/
+25
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+2
2018-04-05
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+62
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-04-02
m68k: Verify the offsets in struct siginfo never change.
Eric W. Biederman
1
-0
/
+62
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
1
-1
/
+1
2018-03-19
m68k/time: Stop validating rtc_time in .read_time
Alexandre Belloni
1
-1
/
+1
2018-01-15
dma-mapping: clear harmful GFP_* flags in common code
Christoph Hellwig
1
-2
/
+0
2017-12-04
m68k: add missing SOFTIRQENTRY_TEXT linker section
Greg Ungerer
3
-0
/
+6
2017-11-06
m68k: pull mach_beep in setup.c
Alexandre Belloni
2
-4
/
+5
2017-11-06
m68k: move coldfire MMU initialization code
Greg Ungerer
1
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
16
-0
/
+16
2017-07-03
Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-16
/
+0
2017-06-28
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
1
-14
/
+0
[next]