index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
m68k
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-06
m68k: math-emu: Add missing prototypes
Geert Uytterhoeven
4
-0
/
+66
2023-10-06
m68k: math-emu: Reformat function and variable headers
Geert Uytterhoeven
4
-118
/
+60
2023-10-06
m68k: math-emu: Replace external declarations by header inclusion
Geert Uytterhoeven
1
-4
/
+3
2023-10-06
m68k: math-emu: Make multi_arith.h self-contained
Geert Uytterhoeven
1
-0
/
+2
2023-10-06
m68k: math-emu: Sanitize include guards
Geert Uytterhoeven
3
-9
/
+9
2023-10-06
m68k: math-emu: Fix incorrect file reference in fp_log.c
Geert Uytterhoeven
1
-1
/
+1
2023-10-03
syscalls: Cleanup references to sys_lookup_dcookie()
Sohil Mehta
1
-1
/
+1
2023-09-21
futex: Add sys_futex_requeue()
peterz@infradead.org
1
-0
/
+1
2023-09-21
futex: Add sys_futex_wait()
peterz@infradead.org
1
-0
/
+1
2023-09-21
futex: Add sys_futex_wake()
peterz@infradead.org
1
-0
/
+1
2023-09-05
Merge tag 'ata-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
1
-67
/
+0
2023-09-04
Merge tag 'm68knommu-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-7
/
+1
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-4
/
+4
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-3
/
+3
2023-08-29
Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...
Linus Torvalds
4
-20
/
+5
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
10
-47
/
+57
2023-08-28
Merge tag 'm68k-for-v6.6-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
20
-18
/
+21
2023-08-28
Merge tag 'v6.6-vfs.fchmodat2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2023-08-24
mm: rationalise flush_icache_pages() and flush_icache_page()
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-08-24
m68k: implement the new page table range API
Matthew Wilcox (Oracle)
6
-14
/
+28
2023-08-24
m68k: Remove <asm/ide.h>
Geert Uytterhoeven
1
-67
/
+0
2023-08-21
treewide: drop CONFIG_EMBEDDED
Randy Dunlap
3
-3
/
+3
2023-08-21
m68k: convert various functions to use ptdescs
Vishal Moola (Oracle)
3
-29
/
+30
2023-08-21
m68k: Add memcmp() declaration
Arnd Bergmann
1
-0
/
+1
2023-08-21
m68k: Define __div64_32() to avoid a warning
Arnd Bergmann
1
-0
/
+3
2023-08-21
m68k: Remove <asm/export.h>
Masahiro Yamada
1
-1
/
+0
2023-08-21
m68k: Replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
5
-5
/
+5
2023-08-21
m68k: defconfig: Update defconfigs for v6.5-rc1
Geert Uytterhoeven
12
-12
/
+12
2023-08-21
m68k: coldfire: dma_timer: ERROR: "foo __init bar" should be "foo __init bar"
hexingwei001@208suo.com
1
-1
/
+1
2023-08-21
m68k/pci: Drop useless pcibios_setup()
Bjorn Helgaas
1
-6
/
+0
2023-08-18
m68k/kexec: refactor for kernel/Kconfig.kexec
Eric DeVolder
1
-17
/
+2
2023-08-18
asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros
Baoquan He
2
-4
/
+0
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
1
-1
/
+2
2023-08-11
tty: propagate u8 data to tty_operations::put_char()
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
1
-2
/
+1
2023-07-27
arch: Register fchmodat2, usually as syscall 452
Palmer Dabbelt
1
-0
/
+1
2023-07-24
m68k: Fix invalid .section syntax
Ben Hutchings
3
-6
/
+6
2023-07-11
mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
Rick Edgecombe
3
-3
/
+3
2023-07-06
Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
9
-14
/
+28
2023-06-29
Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
12
-12
/
+0
2023-06-29
Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-15
/
+7
2023-06-29
Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-8
/
+0
2023-06-28
Merge branch 'expand-stack'
Linus Torvalds
1
-3
/
+6
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-33
/
+28
2023-06-27
Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-6
/
+12
2023-06-27
mm: always expand the stack with the mmap write lock held
Linus Torvalds
1
-3
/
+6
2023-06-26
Merge tag 'm68k-for-v6.5-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
13
-14
/
+11
2023-06-26
Merge tag 'x86-boot-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-22
/
+3
2023-06-19
m68k: allow pte_offset_map[_lock]() to fail
Hugh Dickins
3
-33
/
+27
2023-06-19
Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...
Dave Airlie
1
-4
/
+10
[prev]
[next]