index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
all arch: remove system call sys_sysctl
Xiaoming Ni
2020-08-15
1
-1
/
+1
*
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
2020-08-07
2
-3
/
+2
*
Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-08-05
1
-0
/
+1
|
\
|
*
arch: wire-up close_range()
Christian Brauner
2020-06-17
1
-0
/
+1
*
|
Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...
Linus Torvalds
2020-08-04
1
-6
/
+2
|
\
\
|
*
|
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-07-04
1
-3
/
+2
|
*
|
fork: fold legacy_clone_args_valid() into _do_fork()
Christian Brauner
2020-06-22
1
-3
/
+0
|
|
/
*
|
Merge tag 'm68k-for-v5.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-08-03
1
-16
/
+16
|
\
\
|
*
|
m68k: Use sizeof_field() helper
Gustavo A. R. Silva
2020-07-13
1
-16
/
+16
|
|
/
*
/
m68k: nommu: register start of the memory with memblock
Mike Rapoport
2020-06-29
1
-1
/
+2
|
/
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-7
/
+7
*
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
5
-5
/
+0
*
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2020-06-09
1
-8
/
+3
*
m68k: add show_stack_loglvl()
Dmitry Safonov
2020-06-09
1
-5
/
+11
*
vfs: add faccessat2 syscall
Miklos Szeredi
2020-05-14
1
-0
/
+1
*
.gitignore: add SPDX License Identifier
Masahiro Yamada
2020-03-25
1
-0
/
+1
*
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
1
-4
/
+4
*
Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
2020-01-30
1
-0
/
+1
|
\
|
*
arch: wire up pidfd_getfd syscall
Sargun Dhillon
2020-01-13
1
-0
/
+1
*
|
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-01-29
1
-0
/
+1
|
\
\
|
*
|
open: introduce openat2(2) syscall
Aleksa Sarai
2020-01-18
1
-0
/
+1
|
|
/
*
|
Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2020-01-29
2
-8
/
+0
|
\
\
|
*
|
arch/m68k/setup: Drop dummy_con initialization
Arvind Sankar
2020-01-14
2
-8
/
+0
|
|
/
*
|
m68k: Implement copy_thread_tls()
Geert Uytterhoeven
2020-01-14
1
-9
/
+22
*
|
m68k: Wire up clone3() syscall
Kars de Jong
2020-01-12
3
-2
/
+20
|
/
*
m68k: mm: use pgtable-nopXd instead of 4level-fixup
Mike Rapoport
2019-12-05
1
-1
/
+9
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Linus Torvalds
2019-11-28
1
-2
/
+2
|
\
|
*
dma-mapping: drop the dev argument to arch_sync_dma_for_*
Christoph Hellwig
2019-11-20
1
-2
/
+2
*
|
m68k: Convert missed RODATA to RO_DATA
Kees Cook
2019-11-12
2
-2
/
+2
*
|
vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
Kees Cook
2019-11-04
3
-3
/
+3
*
|
vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA
Kees Cook
2019-11-04
1
-1
/
+1
|
/
*
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2019-09-19
1
-2
/
+1
|
\
|
*
dma-mapping: remove arch_dma_mmap_pgprot
Christoph Hellwig
2019-08-29
1
-2
/
+1
*
|
driver core: initialize a default DMA mask for platform device
Christoph Hellwig
2019-08-22
1
-9
/
+0
|
/
*
arch: mark syscall number 435 reserved for clone3
Christian Brauner
2019-07-15
1
-0
/
+1
*
Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-07-11
1
-0
/
+1
|
\
|
*
arch: wire-up pidfd_open()
Christian Brauner
2019-06-28
1
-0
/
+1
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-09
2
-12
/
+12
|
\
\
|
*
|
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
1
-2
/
+2
|
*
|
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
2
-10
/
+10
|
|
/
*
|
Merge tag 'm68k-for-v5.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-07-08
1
-46
/
+11
|
\
\
|
*
|
m68k: Implement arch_dma_prep_coherent()
Christoph Hellwig
2019-07-01
1
-0
/
+5
|
*
|
m68k: Use the generic dma coherent remap allocator
Christoph Hellwig
2019-07-01
1
-48
/
+8
|
|
/
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
|
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]
David Howells
2019-05-16
1
-0
/
+6
*
arch: add pidfd and io_uring syscalls everywhere
Arnd Bergmann
2019-04-15
1
-0
/
+4
*
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2019-03-06
1
-1
/
+81
|
\
[next]