Linux M68K
[Prev Page][Next Page]
- Re: [PATCH] m68k: defconfig: Enable ICY I2C and LTC2990 on Amiga, (continued)
- linux-m68k archival at lore.kernel.org,
Geert Uytterhoeven
- generic ioremap (and lots of cleanups) v2,
Christoph Hellwig
- [PATCH 02/21] unicore32: remove ioremap_cached, Christoph Hellwig
- [PATCH 01/21] arm: remove ioremap_cached, Christoph Hellwig
- [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc, Christoph Hellwig
- [PATCH 04/21] hexagon: clean up ioremap, Christoph Hellwig
- [PATCH 09/21] xtensa: clean up ioremap, Christoph Hellwig
- [PATCH 10/21] asm-generic: ioremap_uc should behave the same with and without MMU, Christoph Hellwig
- [PATCH 16/21] sh: remove __iounmap, Christoph Hellwig
- [PATCH 21/21] csky: use generic ioremap, Christoph Hellwig
- [PATCH 19/21] nds32: use generic ioremap, Christoph Hellwig
- [PATCH 20/21] csky: remove ioremap_cache, Christoph Hellwig
- [PATCH 17/21] lib: provide a simple generic ioremap implementation, Christoph Hellwig
- [PATCH 18/21] riscv: use the generic ioremap code, Christoph Hellwig
- [PATCH 14/21] hexagon: remove __iounmap, Christoph Hellwig
- [PATCH 15/21] nios2: remove __iounmap, Christoph Hellwig
- [PATCH 13/21] m68k: rename __iounmap and mark it static, Christoph Hellwig
- [PATCH 12/21] arch: rely on asm-generic/io.h for default ioremap_* definitions, Christoph Hellwig
- [PATCH 11/21] asm-generic: don't provide ioremap for CONFIG_MMU, Christoph Hellwig
- [PATCH 08/21] x86: clean up ioremap, Christoph Hellwig
- [PATCH 05/21] alpha: remove the unused __ioremap wrapper, Christoph Hellwig
- [PATCH 07/21] parisc: remove __ioremap, Christoph Hellwig
- [PATCH 06/21] nios2: remove __ioremap, Christoph Hellwig
- [PATCH 10/34] m68k/coldfire: Use CONFIG_PREEMPTION,
Sebastian Andrzej Siewior
- [PATCH v14 0/6] open: introduce openat2(2) syscall,
Aleksa Sarai
- [PATCH] m68k: defconfig: Update defconfigs for v5.4-rc1,
Geert Uytterhoeven
- [PATCH v13 0/9] namei: openat2(2) path resolution restrictions,
Aleksa Sarai
- [PATCH v13 6/9] namei: permit ".." resolution with LOOKUP_{IN_ROOT,BENEATH}, Aleksa Sarai
- [PATCH v13 4/9] namei: O_BENEATH-style path resolution flags, Aleksa Sarai
- [PATCH v13 1/9] namei: obey trailing magic-link DAC permissions, Aleksa Sarai
- [PATCH v13 9/9] Documentation: update path-lookup to mention trailing magic-links, Aleksa Sarai
- [PATCH v13 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution, Aleksa Sarai
- [PATCH v13 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening, Aleksa Sarai
- [PATCH v13 2/9] procfs: switch magic-link modes to be more sane, Aleksa Sarai
- [PATCH v13 8/9] selftests: add openat2(2) selftests, Aleksa Sarai
- [PATCH v13 7/9] open: openat2(2) syscall, Aleksa Sarai
- [PATCH] Remove every trace of SERIAL_MAGIC,
Pascal Terjan
[PATCH] m68k: q40: Fix info-leak in rtc_ioctl,
Fuqian Huang
[PATCH v2] fbdev: c2p: Fix link failure on non-inlining,
Geert Uytterhoeven
[PATCH RESEND v2 0/2] Convert Atari Falcon IDE driver to platform device,
Michael Schmitz
[PATCH v2 1/9] sched/core: Fix preempt_schedule() interrupt return comment,
Valentin Schneider
[PATCH AUTOSEL 5.2 080/185] m68k: Prevent some compiler warnings in Coldfire builds, Sasha Levin
[PATCH AUTOSEL 4.19 058/128] m68k: Prevent some compiler warnings in Coldfire builds, Sasha Levin
[PATCH AUTOSEL 5.3 089/203] m68k: Prevent some compiler warnings in Coldfire builds, Sasha Levin
Supporting the conversion of the m68k backend in gcc to CC_MODE, John Paul Adrian Glaubitz
qemu is gaining emulation support for NeXT Cube,
John Paul Adrian Glaubitz
[GIT PULL] pin control bulk changes for v5.4,
Linus Walleij
[git pull] m68knommu changes for v5.4,
Greg Ungerer
[git pull] m68k updates for 5.4,
Geert Uytterhoeven
Kernel 5.3.0 stuck during boot on Amiga,
John Paul Adrian Glaubitz
[PATCH v12 00/12] namei: openat2(2) path resolution restrictions,
Aleksa Sarai
- [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers, Aleksa Sarai
- Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers, Linus Torvalds
- Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers, Randy Dunlap
- Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers, Peter Zijlstra
- Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers, Rasmus Villemoes
- Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers, Andreas Schwab
- Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers, Christian Brauner
- Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers, Christian Brauner
- Re: [PATCH v12 01/12] lib: introduce copy_struct_{to,from}_user helpers, Al Viro
- [PATCH v12 02/12] clone3: switch to copy_struct_from_user(), Aleksa Sarai
- [PATCH v12 03/12] sched_setattr: switch to copy_struct_{to,from}_user(), Aleksa Sarai
- [PATCH v12 04/12] perf_event_open: switch to copy_struct_from_user(), Aleksa Sarai
- [PATCH v12 05/12] namei: obey trailing magic-link DAC permissions, Aleksa Sarai
- [PATCH v12 06/12] procfs: switch magic-link modes to be more sane, Aleksa Sarai
- [PATCH v12 07/12] open: O_EMPTYPATH: procfs-less file descriptor re-opening, Aleksa Sarai
- [PATCH v12 08/12] namei: O_BENEATH-style path resolution flags, Aleksa Sarai
- [PATCH v12 09/12] namei: LOOKUP_IN_ROOT: chroot-like path resolution, Aleksa Sarai
- [PATCH v12 10/12] namei: aggressively check for nd->root escape on ".." resolution, Aleksa Sarai
- [PATCH v12 11/12] open: openat2(2) syscall, Aleksa Sarai
- [PATCH v12 12/12] selftests: add openat2(2) selftests, Aleksa Sarai
[PATCH] Revert "asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro", Michal Suchanek
ioremap cleanups,
Christoph Hellwig
cleanup the dma_pgprot handling v2,
Christoph Hellwig
[PATCH v7] ata/pata_buddha: Probe via modalias instead of initcall,
Max Staudt
Re: [PATCH] m68k: coldfire: Include the GPIO driver header,
Geert Uytterhoeven
[PATCH v6] ata/pata_buddha: Probe via modalias instead of initcall,
Max Staudt
[PATCH RESEND v11 0/8] openat2(2),
Aleksa Sarai
[PATCH v5 1/3] i2c/busses: Add i2c-icy for I2C on m68k/Amiga,
Max Staudt
[PATCH] m68k: defconfig: Update defconfigs for v5.3-rc2, Geert Uytterhoeven
generic ioremap (and lots of cleanups),
Christoph Hellwig
- [PATCH 01/26] mtd/maps/pxa2xx: use ioremap_cache insted of ioremap_cached, Christoph Hellwig
- [PATCH 02/26] arm, unicore32: remove ioremap_cached, Christoph Hellwig
- [PATCH 03/26] m68k, microblaze: remove ioremap_fullcache, Christoph Hellwig
- [PATCH 04/26] mips: remove ioremap_cachable, Christoph Hellwig
- [PATCH 05/26] openrisc: map as uncached in ioremap, Christoph Hellwig
- [PATCH 07/26] hexagon: clean up ioremap, Christoph Hellwig
- [PATCH 08/26] m68k: simplify ioremap_nocache, Christoph Hellwig
- [PATCH 11/26] parisc: remove __ioremap, Christoph Hellwig
- [PATCH 12/26] x86: clean up ioremap, Christoph Hellwig
- [PATCH 19/26] arm64: remove __iounmap, Christoph Hellwig
- [PATCH 23/26] lib: provide a simple generic ioremap implementation, Christoph Hellwig
- [PATCH 26/26] nds32: use generic ioremap, Christoph Hellwig
- [PATCH 25/26] csky: use generic ioremap, Christoph Hellwig
- [PATCH 24/26] riscv: use the generic ioremap code, Christoph Hellwig
- [PATCH 22/26] sh: remove __iounmap, Christoph Hellwig
- [PATCH 20/26] hexagon: remove __iounmap, Christoph Hellwig
- [PATCH 18/26] m68k: rename __iounmap and mark it static, Christoph Hellwig
- [PATCH 21/26] nios2: remove __iounmap, Christoph Hellwig
- [PATCH 17/26] arch: rely on asm-generic/io.h for default ioremap_* definitions, Christoph Hellwig
- [PATCH 14/26] asm-generic: don't provide __ioremap, Christoph Hellwig
- [PATCH 16/26] asm-generic: don't provide ioremap for CONFIG_MMU, Christoph Hellwig
- [PATCH 09/26] alpha: remove the unused __ioremap wrapper, Christoph Hellwig
- [PATCH 10/26] nios2: remove __ioremap, Christoph Hellwig
- [PATCH 13/26] xtensa: clean up ioremap, Christoph Hellwig
- [PATCH 15/26] asm-generic: ioremap_uc should behave the same with and without MMU, Christoph Hellwig
- [PATCH 06/26] ia64: rename ioremap_nocache to ioremap_uc, Christoph Hellwig
[PATCH v4 1/3] i2c/busses: Add i2c-icy for I2C on m68k/Amiga,
Max Staudt
cleanup the dma_pgprot handling,
Christoph Hellwig
next take at setting up a dma mask by default for platform devices v2,
Christoph Hellwig
[PATCH v3 1/3] i2c/busses: Add i2c-icy for I2C on m68k/Amiga,
Max Staudt
[PATCH 2/3] kbuild: rebuild modules when module linker scripts are updated, Masahiro Yamada
[PATCH v2 1/4] i2c/busses: Add i2c-icy for I2C on m68k/Amiga,
Max Staudt
[PATCH v5] ata/pata_buddha: Probe via modalias instead of initcall,
Max Staudt
[PATCH] m68k: atari: Rename shifter to shifter_st to avoid conflict,
Geert Uytterhoeven
[PATCH v4] ata/pata_buddha: Probe via modalias instead of initcall,
Max Staudt
[PATCH] i2c/busses: Add i2c-icy for I2C on m68k/Amiga,
Max Staudt
remove default fallbacks in dma_map_ops v3,
Christoph Hellwig
Re: [pinctrl:devel 16/46] drivers/pinctrl/bcm/pinctrl-bcm2835.c:995:10: error: incompatible types when assigning to type 'volatile struct SHIFTER' from type 'unsigned int',
Geert Uytterhoeven
remove default fallbacks in dma_map_ops v2,
Christoph Hellwig
[PATCH] m68k: Prevent some compiler warnings in coldfire builds,
Finn Thain
Re: [PATCH] sound: dmasound_atari: Mark expected switch fall-through, Geert Uytterhoeven
[PATCH] m68k: fix ColdFire with MMU compile warnings,
gerg
[PATCH v11 0/8] namei: openat2(2) path resolution restrictions,
Aleksa Sarai
[PATCH v3] ata/pata_buddha: Probe via modalias instead of initcall,
Max Staudt
[PATCH v2] ata/pata_buddha: Probe via modalias instead of initcall,
Max Staudt
Re: [PATCH v2] ata/pata_buddha: Probe via modalias instead of initcall, Geert Uytterhoeven
remove default fallbacks in dma_map_ops,
Christoph Hellwig
[PATCH 3/5] arch: wire-up pidfd_wait(), Christian Brauner
[PATCH v10 0/9] namei: openat2(2) path resolution restrictions,
Aleksa Sarai
Add a new fchmodat4() syscall, v2,
Palmer Dabbelt
[PATCH 1/2] arch: mark syscall number 435 reserved for clone3,
Christian Brauner
[git pull] m68k updates for 5.3 (take two),
Geert Uytterhoeven
[git pull] m68knommu changes for v5.3,
Greg Ungerer
Re: [PATCH v2 1/7] rslib: Add tests for the encoder and decoder,
Geert Uytterhoeven
[PATCH] m68k: don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfire,
Christoph Hellwig
m68k build failures in -next: undefined reference to `arch_dma_prep_coherent',
Guenter Roeck
[PATCH v2] m68k/mac: Revisit floppy disc controller base addresses,
Finn Thain
[git pull] m68k updates for 5.3,
Geert Uytterhoeven
[PATCH v9 00/10] namei: openat2(2) path resolution restrictions,
Aleksa Sarai
[Index of Archives]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Yosemite National Park]