messages from 2023-08-24 01:58:21 to 2023-09-13 12:52:43 UTC [more...]
[PATCH] m68knommu: fix compilation for ColdFire/Cleopatra boards
2023-09-13 12:52 UTC
[PATCH] m68knommu: improve config ROM setting defaults
2023-09-13 12:51 UTC
[PATCH v4 0/5] ppc, fbdev: Clean up fbdev mmap helper
2023-09-13 8:09 UTC (8+ messages)
` [PATCH v4 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v4 2/5] fbdev: Replace fb_pgprotect() with pgprot_framebuffer()
` [PATCH v4 3/5] arch/powerpc: Remove trailing whitespaces
` [PATCH v4 4/5] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH v4 5/5] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code
[PATCH] m68k: use kernel's generic libgcc functions
2023-09-13 7:13 UTC
[geert-m68k:for-v6.6] BUILD SUCCESS 87856ef9ef8955f459fb691faca921c0a688bc80
2023-09-12 7:13 UTC
[geert-m68k:master] BUILD SUCCESS 524810b47c7c2ec8157caa58cc7a8fda7fe9bf18
2023-09-12 3:07 UTC
[PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls
2023-09-11 21:10 UTC (4+ messages)
` [PATCH 1/2] tools headers UAPI: Sync fchmodat2() syscall table entries
` [PATCH 2/2] arch: Reserve map_shadow_stack() syscall number for all architectures
[PATCH v3 0/5] ppc, fbdev: Clean up fbdev mmap helper
2023-09-11 14:28 UTC (8+ messages)
` [PATCH v3 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v3 2/5] fbdev: Replace fb_pgprotect() with fb_pgprot_device()
` [PATCH v3 3/5] arch/powerpc: Remove trailing whitespaces
` [PATCH v3 4/5] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH v3 5/5] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code
[PATCH 00/52] m68k: W=1 fixes
2023-09-11 13:51 UTC (71+ messages)
` [PATCH 01/52] m68k: kernel: Add missing asmlinkage to do_notify_resume()
` [PATCH 02/52] m68k: kernel: Include <linux/cpu.h> for trap_init()
` [PATCH 03/52] m68k: kernel: Make bad_super_trap() static
` [PATCH 04/52] m68k: kernel: Add and use <asm/syscalls.h>
` [PATCH 05/52] m68k: kernel: Add and use "ints.h"
` [PATCH 06/52] m68k: kernel: Add and use "process.h"
` [PATCH 07/52] m68k: kernel: Add and use "ptrace.h"
` [PATCH 08/52] m68k: kernel: Add and use "signal.h"
` [PATCH 09/52] m68k: kernel: Add and use "traps.h"
` [PATCH 10/52] m68k: kernel: Add and use "vectors.h"
` [PATCH 11/52] m68k: mm: Include <asm/hwtest.h> for hwreg_()
` [PATCH 12/52] m68k: mm: Move paging_init() to common <asm/pgtable.h>
` [PATCH 13/52] m68k: mm: Add and use "fault.h"
` [PATCH 14/52] m68k: emu: Remove unused vsnprintf() return value in nfprint()
` [PATCH 15/52] m68k: emu: Mark version[] __maybe_unused
` [PATCH 16/52] m68k: amiga: pcmcia: Replace set but not used variable by READ_ONCE()
` [PATCH 17/52] m68k: amiga: Add and use "amiga.h"
` [PATCH 18/52] m68k: atari: Document data parameter of stdma_try_lock()
` [PATCH 19/52] m68k: atari: Make ikbd_reset() static
` [PATCH 20/52] m68k: atari: Make atari_platform_init() static
` [PATCH 21/52] m68k: atari: Make atari_stram_map_pages() static
` [PATCH 22/52] m68k: atari: Add and use "atari.h"
` [PATCH 23/52] m68k: apollo: Remove unused debug console functions
` [PATCH 24/52] m68k: apollo: Make local reset, serial, and irq functions static
` [PATCH 25/52] m68k: apollo: Replace set but not used variable by READ_ONCE()
` [PATCH 26/52] m68k: apollo: Add and use "apollo.h"
` [PATCH 27/52] m68k: bvme6000: Make bvme6000_abort_int() static
` [PATCH 28/52] m68k: hp300: Include "time.h" for hp300_sched_init()
` [PATCH 29/52] m68k: mac: Remove unused sine_data[]
` [PATCH 30/52] m68k: mac: Remove unused yday in unmktime()
` [PATCH 31/52] m68k: mac: Make mac_platform_init() static
` [PATCH 32/52] m68k: mac: Add and use "mac.h"
` [PATCH 33/52] m68k: mvme147: Make mvme147_init_IRQ() static
` [PATCH 34/52] m68k: mvme16x: Remove unused sink in mvme16x_cons_write()
` [PATCH 35/52] m68k: mvme16x: Add and use "mvme16x.h"
` [PATCH 36/52] m68k: q40: Add and use "q40.h"
` [PATCH 37/52] m68k: sun3/3x: Include <asm/config.h> for config_sun3*()
` [PATCH 38/52] m68k: sun3: Improve Sun3/3x DVMA abstraction in <asm/dvma.h>
` [PATCH 39/52] m68k: sun3: Fix context restore in flush_tlb_range()
` [PATCH 40/52] m68k: sun3: Fix signature of sun3_get_model()
` [PATCH 41/52] m68k: sun3: Add missing asmlinkage to sun3_init()
` [PATCH 42/52] m68k: sun3: Remove unused orig_baddr in free_baddr()
` [PATCH 43/52] m68k: sun3: Remove unused start_page in sun3_bootmem_alloc()
` [PATCH 44/52] m68k: sun3: Remove unused vsprintf() return value in prom_printf()
` [PATCH 45/52] m68k: sun3: Annotate prom_printf() with __printf()
` [PATCH 46/52] m68k: sun3: Make print_pte() static
` [PATCH 47/52] m68k: sun3: Make sun3_platform_init() static
` [PATCH 48/52] m68k: sun3x: Fix signature of sun3_leds()
` [PATCH 49/52] m68k: sun3x: Do not mark dvma_map_iommu() inline
` [PATCH 50/52] m68k: sun3x: Make sun3x_halt() static
` [PATCH 51/52] m68k: sun3x: Make dvma_print() static
` [PATCH 52/52] m68k: sun3/3x: Add and use "sun3.h"
[PATCH] m68k: defconfig: Update defconfigs for v6.6-rc1
2023-09-11 14:30 UTC
[geert-m68k:for-v6.6] BUILD SUCCESS c9ba16f87e056c53ad0bd0ad6fe79e61b1a2e425
2023-09-08 20:45 UTC
[PATCH 0/2] m68k/powerpc: Kill references to non-existent README.legal
2023-09-08 2:09 UTC (6+ messages)
` [PATCH 1/2] m68k: Replace GPL 2.0+ README.legal boilerplate by SPDX
` [PATCH 2/2] powerpc: "
[PATCH v2 0/5] ppc, fbdev: Clean up fbdev mmap helper
2023-09-07 6:49 UTC (8+ messages)
` [PATCH v2 1/5] fbdev: Avoid file argument in fb_pgprotect()
` [PATCH v2 2/5] fbdev: Replace fb_pgprotect() with fb_pgprot_device()
` [PATCH v2 3/5] arch/powerpc: Remove trailing whitespaces
` [PATCH v2 4/5] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH v2 5/5] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code
[PATCH 0/4] ppc, fbdev: Clean up fbdev mmap helper
2023-09-05 12:44 UTC (8+ messages)
` [PATCH 1/4] arch/powerpc: Remove trailing whitespaces
` [PATCH 2/4] arch/powerpc: Remove file parameter from phys_mem_access_prot code
` [PATCH 3/4] arch/powerpc: Call internal __phys_mem_access_prot() in fbdev code
` [PATCH 4/4] fbdev: Replace fb_pgprotect() with fb_pgprot_device()
Prezentacja
2023-09-04 7:40 UTC
[git pull] m68knommu changes for v6.6
2023-09-04 18:43 UTC (2+ messages)
[PATCH v1 1/1] zorro: Use helpers from ioport.h
2023-09-04 9:54 UTC (3+ messages)
[PATCH] m68k/atari: Replace strlcpy with strscpy
2023-09-04 9:29 UTC (3+ messages)
[patch 00/17] init, treewide, x86: Cleanup check_bugs() and start sanitizing the x86 boot process
2023-09-01 21:09 UTC (7+ messages)
` [patch 17/17] x86/fpu: Move FPU initialization into arch_cpu_finalize_init()
[geert-m68k:m68k-v6.5] BUILD SUCCESS c6798fa4b5b57663d9f79b654fabc8ce1ca00a48
2023-08-31 6:02 UTC
[geert-m68k:master] BUILD SUCCESS f4875d9457d7b2ea30ef54737e67ba66dc6e6542
2023-08-31 5:50 UTC
[PATCH treewide 0/9] Remove obsolete IDE headers
2023-08-30 19:51 UTC (3+ messages)
` [PATCH 1/9] ARM: Remove <asm/ide.h>
[PATCH] scsi: gvp11: add module parameter for DMA transfer bit mask
2023-08-30 7:52 UTC (7+ messages)
Tuple and changes for m68k with -malign-int
2023-08-30 1:33 UTC (31+ messages)
[GIT PULL] m68k updates for v6.6
2023-08-29 0:46 UTC (2+ messages)
[PATCH v6 0/2] Q40 IDE fixes
2023-08-28 21:34 UTC (5+ messages)
` [PATCH v6 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v6 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data
[PATCH 00/17] -Wmissing-prototype warning fixes
2023-08-28 8:07 UTC (7+ messages)
` (subset) "
[PATCH v5 0/2] Q40 IDE fixes
2023-08-26 11:12 UTC (7+ messages)
` [PATCH v5 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v5 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data
[PATCH v4 0/2] Q40 IDE fixes
2023-08-25 1:07 UTC (10+ messages)
` [PATCH v4 1/2] ata: pata_falcon: fix IO base selection for Q40
` [PATCH v4 2/2] ata: pata_falcon: add data_swab option to byte-swap disk data
[geert-m68k:master] BUILD SUCCESS f67d72a895ff9eb298110d1f29b8a718b6a1cc60
2023-08-24 12:35 UTC
[geert-m68k:for-v6.6] BUILD SUCCESS eb1e6ccdcf785e633863c5c7cec32d6c1e7b09dd
2023-08-24 11:54 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox