public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
 messages from 2022-02-16 08:24:30 to 2022-03-09 12:53:34 UTC [more...]

[PATCH v2 00/10] drm: Add support for low-color frame buffer formats
 2022-03-09 12:53 UTC  (17+ messages)
` [PATCH v2 01/10] drm/fourcc: Add drm_format_info_bpp() helper
` [PATCH v2 02/10] drm/fourcc: Add drm_format_info.is_color_indexed flag
` [PATCH v2 03/10] drm/client: Use actual bpp when allocating frame buffers
` [PATCH v2 04/10] drm/framebuffer: Use actual bpp for DRM_IOCTL_MODE_GETFB
` [PATCH v2 05/10] drm/fourcc: Add DRM_FORMAT_C[124]
` [PATCH v2 06/10] drm/fb-helper: Add support for DRM_FORMAT_C[124]
` [PATCH v2 RFC 07/10] drm/gem-fb-helper: Use actual bpp for size calculations
` [PATCH v2 RFC 08/10] drm/fourcc: Document that single-channel "red" can be any color
` [PATCH v2 RFC 09/10] drm/fourcc: Add DRM_FORMAT_R[124]
` [PATCH v2 RFC 10/10] drm/fourcc: Add DRM_FORMAT_D[1248]

[PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-03-09 11:33 UTC  (49+ messages)
` [PATCH V3 01/30] mm/debug_vm_pgtable: Drop protection_map[] usage
` [PATCH V3 02/30] mm/mmap: Clarify protection_map[] indices
` [PATCH V3 03/30] mm/mmap: Add new config ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 04/30] powerpc/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 05/30] arm64/mm: "
` [PATCH V3 06/30] sparc/mm: "
` [PATCH V3 07/30] mips/mm: "
` [PATCH V3 08/30] m68k/mm: "
` [PATCH V3 09/30] arm/mm: "
` [PATCH V3 10/30] x86/mm: "
` [PATCH V3 11/30] mm/mmap: Drop protection_map[]
` [PATCH V3 12/30] mm/mmap: Drop arch_filter_pgprot()
` [PATCH V3 13/30] mm/mmap: Drop arch_vm_get_page_pgprot()
` [PATCH V3 14/30] s390/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 15/30] riscv/mm: "
` [PATCH V3 16/30] alpha/mm: "
` [PATCH V3 17/30] sh/mm: "
` [PATCH V3 18/30] arc/mm: "
` [PATCH V3 19/30] csky/mm: "
` [PATCH V3 20/30] xtensa/mm: "
` [PATCH V3 21/30] parisc/mm: "
` [PATCH V3 22/30] openrisc/mm: "
` [PATCH V3 23/30] um/mm: "
` [PATCH V3 24/30] microblaze/mm: "
` [PATCH V3 25/30] nios2/mm: "
` [PATCH V3 26/30] hexagon/mm: "
` [PATCH V3 27/30] nds32/mm: "
` [PATCH V3 28/30] ia64/mm: "
` [PATCH V3 29/30] mm/mmap: Drop generic vm_get_page_prot()
` [PATCH V3 30/30] mm/mmap: Drop ARCH_HAS_VM_GET_PAGE_PROT

[geert-m68k:master] BUILD SUCCESS 46c5118e55c98936e6a433c7b1554dfc36b7cad1
 2022-03-08  6:58 UTC 

【🍓 Amy want to meet you! Click here: http://inx.lv/0J1c?5kggl 🍓 様】 企業・法人のご相談の件、承りました。お問合せありがとうございます。 | 元住吉こころみクリニック
 2022-03-07 10:33 UTC 

[PATCH v3] m68k: coldfire/device.c: only build for MCF_EDMA when h/w macros are defined
 2022-03-07  5:40 UTC  (2+ messages)

[PATCH v2] m68k: coldfire/device.c: only build for MCF_EDMA when xyz
 2022-03-05  6:38 UTC 

[PATCH] m68k: tweak coldfire/device.c for COMPILE_TEST
 2022-03-04 23:12 UTC  (5+ messages)

[PATCH RFC v0] random: block in /dev/urandom
 2022-03-01 19:27 UTC  (3+ messages)
  `  "

[geert-m68k:master] BUILD SUCCESS 5ff519ee9a5aa7daddbd28200d3f71b649c13358
 2022-03-01  5:51 UTC 

[geert-m68k:for-v5.18] BUILD SUCCESS 0d52a01a266ba21840c7cb02e1de39c503759dda
 2022-03-01  5:05 UTC 

[PATCH v14 0/5] m68k: Add Virtual M68k Machine
 2022-02-28 10:27 UTC  (4+ messages)
` [PATCH v14 4/5] clocksource/drivers: Add a goldfish-timer clocksource

[PATCH] m68k: Implement "current_stack_pointer"
 2022-02-25 17:37 UTC  (7+ messages)

[PATCH V2 08/30] m68k/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-25  9:35 UTC  (5+ messages)

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-25  4:33 UTC  (76+ messages)
` [PATCH v2 01/18] uaccess: fix integer overflow on access_ok()
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 04/18] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [PATCH v2 11/18] arm64: simplify access_ok()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support
` [PATCH v2 16/18] sh: "
` [PATCH v2 17/18] ia64: "
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[geert-m68k:master] BUILD SUCCESS 7775e06b6677688f74efe8a5d1b7e05576260fcf
 2022-02-22  0:05 UTC 

[geert-m68k:for-v5.18] BUILD SUCCESS 8213c61376877ead2128f2ce1b5935be58bad0da
 2022-02-22  0:05 UTC 

[PATCH v6 00/21] Introduce power-off+restart call chain API
 2022-02-21 14:42 UTC  (7+ messages)
` [PATCH v6 16/21] mips: Use do_kernel_power_off()

Wrong colors on ARAnyM
 2022-02-21  1:54 UTC  (9+ messages)

[PATCH 0/8] drm: Add support for low-color frame buffer formats
 2022-02-18  8:56 UTC  (24+ messages)
` [PATCH 1/8] drm/fourcc: Add DRM_FORMAT_C[124]
` [PATCH 2/8] drm/fb-helper: Add support for DRM_FORMAT_C[124]
` [PATCH 4/8] drm/client: Use actual bpp when allocating frame buffers
` [PATCH 7/8] drm/fourcc: Add DRM_FORMAT_R[124]
` [PATCH 8/8] drm/fourcc: Add DRM_FORMAT_D1

[geert-m68k:atari-drm-wip] BUILD SUCCESS f0907bb2a3f9206987a419b3e97d88438954ee55
 2022-02-16 22:45 UTC 

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-16 19:43 UTC  (10+ messages)
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support


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