public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
 messages from 2020-10-08 15:48:40 to 2020-11-02 00:13:51 UTC [more...]

[PATCH 1/2] m68k: m68328: move platform code to separate files
 2020-11-02  0:13 UTC  (4+ messages)
` [PATCH 2/2] m68k: m68328: remove duplicate code

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-01 17:04 UTC  (14+ messages)
` [PATCH v2 01/13] alpha: switch from DISCONTIGMEM to SPARSEMEM
` [PATCH v2 02/13] ia64: remove custom __early_pfn_to_nid()
` [PATCH v2 03/13] ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
` [PATCH v2 04/13] ia64: discontig: paging_init(): remove local max_pfn calculation
` [PATCH v2 05/13] ia64: split virtual map initialization out of paging_init()
` [PATCH v2 06/13] ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
` [PATCH v2 07/13] ia64: make SPARSEMEM default and disable DISCONTIGMEM
` [PATCH v2 08/13] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
` [PATCH v2 09/13] arm, arm64: move free_unused_memmap() to generic mm
` [PATCH v2 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
` [PATCH v2 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
` [PATCH v2 12/13] m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
` [PATCH v2 13/13] m68k: deprecate DISCONTIGMEM

[PATCH 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-01 16:55 UTC  (19+ messages)
` [PATCH 01/13] alpha: switch from DISCONTIGMEM to SPARSEMEM
` [PATCH 02/13] ia64: remove custom __early_pfn_to_nid()
` [PATCH 03/13] ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements
` [PATCH 04/13] ia64: discontig: paging_init(): remove local max_pfn calculation
` [PATCH 05/13] ia64: split virtual map initialization out of paging_init()
` [PATCH 06/13] ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM
` [PATCH 07/13] ia64: make SPARSEMEM default and disable DISCONTIGMEM
` [PATCH 08/13] arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODEL
` [PATCH 09/13] arm, arm64: move free_unused_memmap() to generic mm
` [PATCH 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM
` [PATCH 11/13] m68k/mm: make node data and node setup depend on CONFIG_DISCONTIGMEM
` [PATCH 12/13] m68k/mm: enable use of generic memory_model.h for !DISCONTIGMEM
` [PATCH 13/13] m68k: deprecate DISCONTIGMEM

[PATCH/RFC v2] video: fbdev: atari: Fix TT High video mode
 2020-11-01 12:46 UTC  (3+ messages)

[PATCH/RFC] video: fbdev: atari: Fix TT High video mode
 2020-11-01 10:27 UTC 

[PATCH v2 00/15] timers: clean up ARCH_GETTIMEOFFSET, LEGACY_TIMER_TICK
 2020-11-01  9:53 UTC  (22+ messages)
` [PATCH v2 01/15] ARM: remove ebsa110 platform
` [PATCH v2 02/15] net: remove am79c961a driver
` [PATCH v2 03/15] timekeeping: remove arch_gettimeoffset
` [PATCH v2 04/15] timekeeping: add CONFIG_LEGACY_TIMER_TICK
` [PATCH v2 05/15] ia64: convert to legacy_timer_tick
` [PATCH v2 06/15] ARM: rpc: use legacy_timer_tick
` [PATCH v2 07/15] parisc: "
` [PATCH v2 08/15] m68k: coldfire: use legacy_timer_tick()
` [PATCH v2 09/15] m68k: split heartbeat out of timer function
` [PATCH v2 10/15] m68k: sun3/sun3c: use legacy_timer_tick
` [PATCH v2 11/15] m68k: m68328: use legacy_timer_tick()
` [PATCH v2 12/15] m68k: change remaining timers to legacy_timer_tick
` [PATCH v2 13/15] m68k: remove timer_interrupt() function
` [PATCH v2 14/15] timekeeping: remove xtime_update
` [PATCH v2 15/15] timekeeping: default GENERIC_CLOCKEVENTS to enabled

simplify gendisk lookup and remove struct block_device aliases v4
 2020-10-31  8:53 UTC  (29+ messages)
` [PATCH 01/18] block: cleanup del_gendisk a bit
` [PATCH 02/18] block: open code kobj_map into in block/genhd.c
` [PATCH 03/18] block: split block_class_lock
` [PATCH 04/18] block: rework requesting modules for unclaimed devices
` [PATCH 05/18] block: add an optional probe callback to major_names
` [PATCH 06/18] ide: remove ide_{,un}register_region
` [PATCH 07/18] swim: don't call blk_register_region
` [PATCH 08/18] sd: use __register_blkdev to avoid a modprobe for an unregistered dev_t
` [PATCH 09/18] brd: use __register_blkdev to allocate devices on demand
` [PATCH 10/18] loop: "
` [PATCH 11/18] md: "
` [PATCH 12/18] ide: switch to __register_blkdev for command set probing
` [PATCH 13/18] floppy: use a separate gendisk for each media format
` [PATCH 14/18] amiflop: use separate gendisks for Amiga vs MS-DOS mode
` [PATCH 15/18] ataflop: use a separate gendisk for each media format
` [PATCH 16/18] z2ram: reindent
` [PATCH 17/18] z2ram: use separate gendisk for the different modes
  ` [PATCH] z2ram: MODULE_LICENSE update and neatening
` [PATCH 18/18] block: switch gendisk lookup to a simple xarray

[PATCH v2 1/2] m68k: m68328: move platform code to separate files
 2020-10-30 14:26 UTC  (2+ messages)
` [PATCH v2 2/2] m68k: m68328: remove duplicate code

[PATCH] m68k: add support for TIF_NOTIFY_SIGNAL
 2020-10-30 13:22 UTC  (3+ messages)

[PATCH 00/13] Clean up legacy clock tick users
 2020-10-30 13:12 UTC  (36+ messages)
` [PATCH 01/13] timekeeping: add CONFIG_LEGACY_TIMER_TICK
` [PATCH 05/13] m68k: coldfire: use legacy_timer_tick()
` [PATCH 06/13] m68k: split heartbeat out of timer function
` [PATCH 07/13] m68k: sun3/sun3c: use legacy_timer_tick
` [PATCH 08/13] m68k: m68328: use legacy_timer_tick()
` [PATCH 09/13] m68k: change remaining timers to legacy_timer_tick
` [PATCH 10/13] m68k: remove timer_interrupt() function
` [PATCH 11/13] timekeeping: remove xtime_update
` [PATCH 12/13] timekeeping: default GENERIC_CLOCKEVENTS to enabled
` [RFC 13/13] m68k: mac: convert to generic clockevent

Investment Partner Needed ASAP
 2020-10-29 10:06 UTC 

[PATCH -next] m68k: mmu_context: Fix Sun-3 build
 2020-10-27 16:24 UTC  (2+ messages)

[m68k:master] BUILD SUCCESS 95a01298967383a5c2f0ce48d6541ed9ecf40e85
 2020-10-27  0:27 UTC 

[m68k:m68k-queue] BUILD SUCCESS 7356dda312587e1e661fcb2b21c3c7bf7e42a6ed
 2020-10-27  0:21 UTC 

[PATCH 2/2] i2c: imx: remove id_table entry
 2020-10-26 23:53 UTC  (5+ messages)

[PATCH] m68k: defconfig: Update defconfigs for v5.10-rc1
 2020-10-26 12:25 UTC 

[PATCH] m68k: defconfig: Enable KUnit tests
 2020-10-26 12:26 UTC 

mmstress[1309]: segfault at 7f3d71a36ee8 ip 00007f3d77132bdf sp 00007f3d71a36ee8 error 4 in libc-2.27.so[7f3d77058000+1aa000]
 2020-10-23 21:15 UTC  (18+ messages)
          ` [LTP] "

[PATCH] serial: pmac_zilog: don't init if zilog is not available
 2020-10-23  3:21 UTC  (15+ messages)

FAIL: LTP: clone08.c:135: FAIL: ctid != getpid() (0 != 1008)
 2020-10-21 16:12 UTC 

[git pull] m68knommu changes for v5.10
 2020-10-20  1:24 UTC  (2+ messages)

[PATCH v2] m68knommu: align BSS section to 4-byte boundaries
 2020-10-19  0:22 UTC 

Disinfectant
 2020-10-13  8:16 UTC 

[m68k:m68k-queue] BUILD SUCCESS 814cd3aaf9f1818139ef0f90e9429f6e717b6317
 2020-10-13  0:12 UTC 

[m68k:master] BUILD SUCCESS 77c9fbb0dddbad04d5857962bc60e9f056ce3a30
 2020-10-13  0:12 UTC 

[GIT PULL] m68k updates for 5.10
 2020-10-12 18:21 UTC  (2+ messages)

[PATCH] m68knommu: align BSS section to 4-byte boundaries
 2020-10-12 14:00 UTC  (3+ messages)

[PATCH] m68k: avoid xchg() warning
 2020-10-12 13:18 UTC  (2+ messages)

[PATCH] m68k: remove unused mach_max_dma_address
 2020-10-09 22:17 UTC  (4+ messages)

Upstreaming the CD-TV CD-ROM driver
 2020-10-09 20:56 UTC  (4+ messages)

[RFC PATCH] kernel: allow to configure PREEMPT_NONE, PREEMPT_VOLUNTARY on kernel command line
 2020-10-09 11:42 UTC  (2+ messages)

[PATCH 1/1] cacheflush01: Rewrite into new API
 2020-10-08 20:04 UTC  (3+ messages)
` [LTP] "


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