linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-27 18:23:22 to 2020-04-09 18:10:37 UTC [more...]

[git pull] m68knommu changes for v5.7
 2020-04-09 18:10 UTC  (2+ messages)

[PATCH v2 00/10] Allow COMMON_CLK to be selectable
 2020-04-09 10:53 UTC  (4+ messages)
` [PATCH v2 07/10] clk: Allow the common clk framework "

[PATCH 0/9] Allow COMMON_CLK to be selectable
 2020-04-07  7:07 UTC  (6+ messages)
` [PATCH 6/9] clk: Allow the common clk framework "

A4000 reboot hangs
 2020-04-06  9:07 UTC  (2+ messages)

Bountysource campaign for LLVM/m68k
 2020-04-05 17:01 UTC 

[PATCH 00/18] genirq: Remove setup_irq()
 2020-04-02 15:03 UTC  (8+ messages)
      ` [PATCH 0/6] Kill setup_irq()

Amiga: Writes to Zorro III cards
 2020-04-02  2:09 UTC  (3+ messages)

[GIT PULL] m68k updates for 5.7
 2020-03-31 16:30 UTC  (2+ messages)

kernel memory corruption in private_data
 2020-03-31  7:12 UTC  (2+ messages)

BigRAMPlus seems to be detected now
 2020-03-31  7:02 UTC  (7+ messages)

[m68k:master] BUILD SUCCESS 851b82b4a5bf1e3d5c65dd8dd3ca184e646bc753
 2020-03-30 18:07 UTC 

[m68k:m68k-queue] BUILD SUCCESS 4f103b8273d90e2848845c9783fb8eeaf2db6b57
 2020-03-30 18:02 UTC 

Trial Order 3/30/2020
 2020-03-30 10:42 UTC 

[PATCH 0/2][next] m68k: amiga: config: Use flexible-array member and mark expected switch fall-through
 2020-03-26 23:29 UTC  (2+ messages)
` [PATCH 2/2][next] m68k: amiga: config: Mark "

[PATCH v5 00/27] ata: optimize core code size on PATA only setups
 2020-03-26 16:28 UTC  (29+ messages)
    ` [PATCH v5 01/27] ata: remove stale maintainership information from core code
    ` [PATCH v5 02/27] ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
    ` [PATCH v5 03/27] ata: make SATA_PMP option selectable only if any SATA host driver is enabled
    ` [PATCH v5 04/27] sata_promise: use ata_cable_sata()
    ` [PATCH v5 05/27] ata: simplify ata_scsiop_inq_89()
    ` [PATCH v5 06/27] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
    ` [PATCH v5 07/27] ata: optimize struct ata_force_param size
    ` [PATCH v5 08/27] ata: optimize ata_scsi_rbuf[] size
    ` [PATCH v5 09/27] ata: move EXPORT_SYMBOL_GPL()s close to exported code
    ` [PATCH v5 10/27] ata: remove EXPORT_SYMBOL_GPL()s not used by modules
    ` [PATCH v5 11/27] ata: fix CodingStyle issues in PATA timings code
    ` [PATCH v5 12/27] ata: separate PATA timings code from libata-core.c
    ` [PATCH v5 13/27] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
    ` [PATCH v5 14/27] ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
    ` [PATCH v5 15/27] ata: let compiler optimize out ata_eh_set_lpm() "
    ` [PATCH v5 16/27] ata: start separating SATA specific code from libata-core.c
    ` [PATCH v5 17/27] ata: move sata_scr_*() to libata-sata.c
    ` [PATCH v5 18/27] ata: move *sata_set_spd*() "
    ` [PATCH v5 19/27] ata: move sata_link_{debounce,resume}() "
    ` [PATCH v5 20/27] ata: move sata_link_hardreset() "
    ` [PATCH v5 21/27] ata: move ata_qc_complete_multiple() "
    ` [PATCH v5 22/27] ata: move sata_deb_timing_*() "
    ` [PATCH v5 23/27] ata: start separating SATA specific code from libata-scsi.c
    ` [PATCH v5 24/27] ata: move ata_sas_*() to libata-sata.c
    ` [PATCH v5 25/27] ata: start separating SATA specific code from libata-eh.c
    ` [PATCH v5 26/27] ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c
    ` [PATCH v5 27/27] ata: make "libata.force" kernel parameter optional

[PATCH v4 00/27] ata: optimize core code size on PATA only setups
 2020-03-26 16:17 UTC  (53+ messages)
    ` [PATCH v4 01/27] ata: remove stale maintainership information from core code
    ` [PATCH v4 02/27] ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
    ` [PATCH v4 03/27] ata: make SATA_PMP option selectable only if any SATA host driver is enabled
    ` [PATCH v4 04/27] sata_promise: use ata_cable_sata()
    ` [PATCH v4 05/27] ata: simplify ata_scsiop_inq_89()
    ` [PATCH v4 06/27] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
    ` [PATCH v4 07/27] ata: optimize struct ata_force_param size
    ` [PATCH v4 08/27] ata: optimize ata_scsi_rbuf[] size
    ` [PATCH v4 09/27] ata: move EXPORT_SYMBOL_GPL()s close to exported code
    ` [PATCH v4 10/27] ata: remove EXPORT_SYMBOL_GPL()s not used by modules
    ` [PATCH v4 11/27] ata: fix CodingStyle issues in PATA timings code
    ` [PATCH v4 12/27] ata: separate PATA timings code from libata-core.c
    ` [PATCH v4 13/27] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
    ` [PATCH v4 14/27] ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
    ` [PATCH v4 15/27] ata: let compiler optimize out ata_eh_set_lpm() "
    ` [PATCH v4 16/27] ata: start separating SATA specific code from libata-core.c
    ` [PATCH v4 17/27] ata: move sata_scr_*() to libata-sata.c
    ` [PATCH v4 18/27] ata: move *sata_set_spd*() "
    ` [PATCH v4 19/27] ata: move sata_link_{debounce,resume}() "
    ` [PATCH v4 20/27] ata: move sata_link_hardreset() "
    ` [PATCH v4 21/27] ata: move ata_qc_complete_multiple() "
    ` [PATCH v4 22/27] ata: move sata_deb_timing_*() "
    ` [PATCH v4 23/27] ata: start separating SATA specific code from libata-scsi.c
    ` [PATCH v4 24/27] ata: move ata_sas_*() to libata-sata.c
    ` [PATCH v4 25/27] ata: start separating SATA specific code from libata-eh.c
    ` [PATCH v4 26/27] ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c
    ` [PATCH v4 27/27] ata: make "libata.force" kernel parameter optional

[tip:locking/core 19/28] include/linux/fs.h:1422:29: error: array type has incomplete element type 'struct percpu_rw_semaphore'
 2020-03-25 12:27 UTC  (2+ messages)

[m68k:master] BUILD SUCCESS 56484296208d06b43c9eab7f34c8104257d8a829
 2020-03-23 22:39 UTC 

[m68k:m68k-queue] BUILD SUCCESS 4466262f0e1f6d7bcea0afd6c1552cea630a16f1
 2020-03-23 22:39 UTC 

Seccomp support for linux-m68k
 2020-03-21 23:01 UTC  (7+ messages)

[m68k:master] BUILD SUCCESS 5597d9464ed7f4a207d8fccbe3aa575e5709ff8c
 2020-03-16 22:37 UTC 

[m68k:m68k-queue] BUILD SUCCESS c785eb5d551c890a977fc00ec2908c45fa51039b
 2020-03-16 19:14 UTC 

[PATCHv2 17/50] m68k: Add show_stack_loglvl()
 2020-03-16 14:38 UTC 

[PATCH v3 00/27] ata: optimize core code size on PATA only setups
 2020-03-12 14:09 UTC  (22+ messages)
    ` [PATCH v3 01/27] ata: remove stale maintainership information from core code
    ` [PATCH v3 02/27] ata: expose ncq_enable_prio sysfs attribute only on NCQ capable hosts
    ` [PATCH v3 03/27] ata: make SATA_PMP option selectable only if any SATA host driver is enabled
    ` [PATCH v3 04/27] sata_promise: use ata_cable_sata()
    ` [PATCH v3 05/27] ata: simplify ata_scsiop_inq_89()
    ` [PATCH v3 06/27] ata: use COMMAND_LINE_SIZE for ata_force_param_buf[] size
    ` [PATCH v3 08/27] ata: optimize ata_scsi_rbuf[] size
    ` [PATCH v3 09/27] ata: move EXPORT_SYMBOL_GPL()s close to exported code
    ` [PATCH v3 10/27] ata: remove EXPORT_SYMBOL_GPL()s not used by modules
    ` [PATCH v3 11/27] ata: fix CodingStyle issues in PATA timings code
    ` [PATCH v3 12/27] ata: separate PATA timings code from libata-core.c
    ` [PATCH v3 13/27] ata: add CONFIG_SATA_HOST=n version of ata_ncq_enabled()
    ` [PATCH v3 14/27] ata: let compiler optimize out ata_dev_config_ncq() on non-SATA hosts
    ` [PATCH v3 15/27] ata: let compiler optimize out ata_eh_set_lpm() "
    ` [PATCH v3 17/27] ata: move sata_scr_*() to libata-sata.c
    ` [PATCH v3 18/27] ata: move *sata_set_spd*() "
    ` [PATCH v3 19/27] ata: move sata_link_{debounce,resume}() "
    ` [PATCH v3 20/27] ata: move sata_link_hardreset() "
    ` [PATCH v3 21/27] ata: move ata_qc_complete_multiple() "
    ` [PATCH v3 25/27] ata: start separating SATA specific code from libata-eh.c

[PATCH V3] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-10 14:52 UTC 

[PATCH V2] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-10 13:46 UTC  (3+ messages)

[m68k:m68k-queue] BUILD SUCCESS dd531a53a2791ba4515e6b4eacb98c999f17fdca
 2020-03-10 11:08 UTC 

[m68k:master] BUILD SUCCESS 30dc72d2b3fe2285ec14c9bf08e1983deb0ea235
 2020-03-10  3:39 UTC 

[m68k:for-v5.7] BUILD SUCCESS 86cded5fc52567774b596827544874499532b8ae
 2020-03-09 22:32 UTC 

[PATCH -v2 00/10] Rewrite Motorola MMU page-table layout
 2020-03-09 11:46 UTC  (4+ messages)

[PATCH] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-05  7:34 UTC  (5+ messages)

[PATCH 0/2] mm/vma: some new flags
 2020-03-05  6:50 UTC  (2+ messages)
` [PATCH 1/2] mm/vma: Define a default value for VM_DATA_DEFAULT_FLAGS

[m68k:master] BUILD SUCCESS e64dab7d50487ce4ca6b68635d3a83d2dca26cd4
 2020-03-05  5:45 UTC 

[RFC 0/3] mm/vma: some new flags and helpers
 2020-03-04  5:19 UTC  (4+ messages)
` [RFC 1/3] mm/vma: Define a default value for VM_DATA_DEFAULT_FLAGS

[PATCH v3] m68k: Replace setup_irq() by request_irq()
 2020-03-04  1:39 UTC  (7+ messages)
` [PATCH v4] "
  ` [PATCH v5] "

[PATCH v2 00/18] genirq: Remove setup_irq()
 2020-03-04  1:24 UTC  (24+ messages)
` [PATCH v2 06/18] m68k: Replace setup_irq() by request_irq()

[PATCH] zorro: Replace zero-length array with flexible-array member
 2020-03-03  9:57 UTC  (2+ messages)

[m68k:m68k-queue] BUILD SUCCESS 195a8edd63f3ff04ab13468f4cf55e4ff2e7cd48
 2020-03-02 19:30 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).