public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
 messages from 2022-06-24 15:53:15 to 2022-07-07 21:01:58 UTC [more...]

[PATCH v2 0/3] Converting m68k WD33C93 drivers to DMA API
 2022-07-07 21:01 UTC  (5+ messages)
` [PATCH v2 1/3] scsi - a3000.c: convert "
` [PATCH v2 2/3] scsi - a2091.c: "
` [PATCH v2 3/3] scsi - gvp11.c: "

[PATCH v2 00/20] Update Documentation/ cross-references
 2022-07-07 19:12 UTC  (4+ messages)
` [PATCH v2 16/20] arch: m68k: q40: README: drop references to IDE driver

[geert-m68k:for-v5.20] BUILD SUCCESS c2a6236024b786232e5247789a4c7acdabd1ffb1
 2022-07-07  6:09 UTC 

[geert-m68k:master] BUILD SUCCESS c6d0096dd6be455badd4f0b3093f178227c92615
 2022-07-07  6:01 UTC 

[PATCH] m68k: mac: Remove forward declaration for mac_nmi_handler()
 2022-07-07  2:11 UTC  (2+ messages)

[PATCH] m68k: Add forward declaration for show_registers()
 2022-07-06 14:08 UTC  (2+ messages)

[PATCH 00/36] cpuidle,rcu: Cleanup the mess
 2022-07-06 14:04 UTC  (15+ messages)
` [PATCH 03/36] cpuidle/poll: Ensure IRQ state is invariant
` [PATCH 05/36] cpuidle: Move IRQ state validation
` [PATCH 17/36] acpi_idle: Remove tracing
` [PATCH 18/36] cpuidle: Annotate poll_idle()
` [PATCH 19/36] objtool/idle: Validate __cpuidle code as noinstr
` [PATCH 20/36] arch/idle: Change arch_cpu_idle() IRQ behaviour
` [PATCH 31/36] cpuidle,acpi: Make noinstr clean

[PATCH V6 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-07-06 11:15 UTC  (34+ messages)
` [PATCH V6 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V6 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V6 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V6 04/26] sparc/mm: "
` [PATCH V6 05/26] arm64/mm: "
` [PATCH V6 06/26] x86/mm: "
` [PATCH V6 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V6 09/26] loongarch/mm: "
` [PATCH V6 10/26] openrisc/mm: "
` [PATCH V6 11/26] xtensa/mm: "
` [PATCH V6 12/26] hexagon/mm: "
` [PATCH V6 13/26] parisc/mm: "
` [PATCH V6 14/26] alpha/mm: "
` [PATCH V6 15/26] nios2/mm: "
` [PATCH V6 16/26] riscv/mm: "
` [PATCH V6 17/26] csky/mm: "
` [PATCH V6 18/26] s390/mm: "
` [PATCH V6 19/26] ia64/mm: "
` [PATCH V6 20/26] mips/mm: "
` [PATCH V6 21/26] m68k/mm: "
` [PATCH V6 22/26] arc/mm: "
` [PATCH V6 23/26] arm/mm: "
` [PATCH V6 24/26] um/mm: "
` [PATCH V6 25/26] sh/mm: "
` [PATCH V6 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[PATCH v5 0/9] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-07-06 10:09 UTC  (5+ messages)
` [PATCH v5 3/9] bitops: unify non-atomic bitops prototypes across architectures

[PATCH v3 0/7] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-07-06 10:07 UTC  (3+ messages)
` [PATCH v3 3/7] bitops: unify non-atomic bitops prototypes across architectures

[PATCH] m68k: Use strscpy to replace strlcpy
 2022-07-06  9:43 UTC  (2+ messages)

[PATCH] m68k/sun3: use __func__ to get funcion's name in an output message
 2022-07-06  9:36 UTC  (2+ messages)

[PATCH v2 0/3] bitops: __fls adjustments
 2022-07-06  9:30 UTC  (3+ messages)
` [PATCH v2 2/3] m68k: bitops: Change __fls to return and accept unsigned long

[PATCH 0/3] m68k: Kconfig: Style cleanups
 2022-07-06  9:25 UTC  (7+ messages)
` [PATCH 1/3] m68k: Kconfig.cpu: Fix indentation and add endif comments
` [PATCH 2/3] m68k: Kconfig.debug: Replace single quotes
` [PATCH 3/3] m68k: Kconfig.machine: Add endif comment

[PATCH -next v2] m68k: virt: platform: fix missing platform_device_unregister() on error in virt_platform_init()
 2022-07-06  9:17 UTC  (3+ messages)

[PATCH] m68k/mm: Fix spelling mistake
 2022-07-06  9:14 UTC  (2+ messages)

[PATCH qemu] m68k: virt: pass RNG seed via bootinfo block
 2022-07-06  9:05 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] m68k: virt: pass RNG seed via bootinfo block
 2022-07-06  9:00 UTC  (11+ messages)
            ` [PATCH v2] m68k: virt: use RNG seed from "

[geert-m68k:for-v5.20] BUILD SUCCESS 4977636d44b8d02cab7d04616283005b733477d7
 2022-07-05  7:05 UTC 

[geert-m68k:master] BUILD SUCCESS dd9ab4734e4802b64911299764b9834f0296166b
 2022-07-05  7:04 UTC 

[PATCH] m68k/amiga: fix missing platform_device_unregister() on error in amiga_init_devices()
 2022-07-04  7:36 UTC  (2+ messages)

[PATCH v1 0/3] Converting m68k WD33C93 drivers to DMA API
 2022-06-30 19:42 UTC  (19+ messages)
` [PATCH v1 1/3] scsi - a3000.c: convert "
` [PATCH v1 2/3] scsi - a2091.c: "
` [PATCH v1 3/3] scsi - gvp11.c: "

[PATCH v2 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-30 19:26 UTC  (28+ messages)
` [PATCH v2 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

Estimating Services
 2022-06-30 15:33 UTC 

[PATCH][next] treewide: uapi: Replace zero-length arrays with flexible-array members
 2022-06-28 18:44 UTC  (15+ messages)

[PATCH v3 0/3] phase out CONFIG_VIRT_TO_BUS
 2022-06-28 11:31 UTC  (7+ messages)
` [PATCH v3 1/3] scsi: BusLogic remove bus_to_virt
` [PATCH v3 3/3] arch/*/: remove CONFIG_VIRT_TO_BUS

[PATCH -next] m68k: virt: platform: fix missing platform_device_unregister() on error in virt_platform_init()
 2022-06-28  7:23 UTC  (2+ messages)

Prawne zabezpieczenie firmy
 2022-06-28  6:46 UTC 

[PATCH V5 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-28  3:12 UTC  (35+ messages)
` [PATCH V5 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V5 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V5 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V5 04/26] sparc/mm: "
` [PATCH V5 05/26] arm64/mm: "
` [PATCH V5 06/26] x86/mm: "
` [PATCH V5 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 08/26] microblaze/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V5 09/26] loongarch/mm: "
` [PATCH V5 10/26] openrisc/mm: "
` [PATCH V5 11/26] xtensa/mm: "
` [PATCH V5 12/26] hexagon/mm: "
` [PATCH V5 13/26] parisc/mm: "
` [PATCH V5 14/26] alpha/mm: "
` [PATCH V5 15/26] nios2/mm: "
` [PATCH V5 16/26] riscv/mm: "
` [PATCH V5 17/26] csky/mm: "
` [PATCH V5 18/26] s390/mm: "
` [PATCH V5 19/26] ia64/mm: "
` [PATCH V5 20/26] mips/mm: "
` [PATCH V5 21/26] m68k/mm: "
` [PATCH V5 22/26] arc/mm: "
` [PATCH V5 23/26] arm/mm: "
` [PATCH V5 24/26] um/mm: "
` [PATCH V5 25/26] sh/mm: "
` [PATCH V5 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[geert-m68k:master] BUILD SUCCESS a830f02404586b01d275f62e128c57fe15a2b7e1
 2022-06-28  0:22 UTC 

[PATCH V4 00/26] mm/mmap: Drop __SXXX/__PXXX macros from across platforms
 2022-06-27  5:48 UTC  (15+ messages)
` [PATCH V4 01/26] mm/mmap: Build protect protection_map[] with __P000
` [PATCH V4 02/26] mm/mmap: Define DECLARE_VM_GET_PAGE_PROT
` [PATCH V4 03/26] powerpc/mm: Move protection_map[] inside the platform
` [PATCH V4 07/26] mm/mmap: Build protect protection_map[] with ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 10/26] openrisc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V4 17/26] csky/mm: "
` [PATCH V4 26/26] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox