linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 08:49:32 to 2020-03-26 15:58:55 UTC [more...]

[PATCH v5 00/27] ata: optimize core code size on PATA only setups
 2020-03-26 15:58 UTC  (2+ messages)
    ` [PATCH v5 25/27] ata: start separating SATA specific code from libata-eh.c

[PATCH v4 00/27] ata: optimize core code size on PATA only setups
 2020-03-26 15:16 UTC  (52+ 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)

[PATCH 00/18] genirq: Remove setup_irq()
 2020-03-21 17:43 UTC  (9+ messages)
` [PATCH 06/18] m68k: Replace setup_irq() by request_irq()

[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  (29+ 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 07/27] ata: optimize struct ata_force_param 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 16/27] ata: start separating SATA specific code from libata-core.c
    ` [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 22/27] ata: move sata_deb_timing_*() "
    ` [PATCH v3 23/27] ata: start separating SATA specific code from libata-scsi.c
    ` [PATCH v3 24/27] ata: move ata_sas_*() to libata-sata.c
    ` [PATCH v3 25/27] ata: start separating SATA specific code from libata-eh.c
    ` [PATCH v3 26/27] ata: move ata_eh_analyze_ncq_error() & co. to libata-sata.c
    ` [PATCH v3 27/27] ata: make "libata.force" kernel parameter optional

[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 

BigRAMPlus seems to be detected now
 2020-03-10  8:15 UTC  (5+ messages)

[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 

[PATCH V2 0/4] mm/vma: Use all available wrappers when possible
 2020-02-26 17:39 UTC  (3+ messages)
` [PATCH V2 2/4] mm/vma: Make vma_is_accessible() available for general use

[m68k:m68k-queue] BUILD SUCCESS 0ff0384f9fdb2193372e7fed837aa7962160cdb4
 2020-02-25  0:39 UTC 

[m68k:master] BUILD SUCCESS 0eab86753e893828742ff6066e711c91c56557c0
 2020-02-24 22:42 UTC 

[PATCH] mm/vma: Append unlikely() while testing VMA access permissions
 2020-02-24 13:19 UTC  (3+ messages)

[m68k:m68k-queue] BUILD SUCCESS fc785bfb45cf525f6711bbe469cfc7b17461685d
 2020-02-19 18:00 UTC 

[m68k:master] BUILD SUCCESS b30dc4ccfd167e1fc95eea6507fba07927a53e2b
 2020-02-19 18:00 UTC 

[PATCH 0/5] mm/vma: Use available wrappers when possible
 2020-02-18  2:21 UTC  (5+ messages)
` [PATCH 2/5] mm/vma: Make vma_is_accessible() available for general use

zionitld3@gmail.com
 2020-02-15  1:09 UTC 

[m68k:m68k-queue] BUILD SUCCESS 988e84709500ec738f48e6df0e791325b8eed053
 2020-02-12 16:32 UTC 

[m68k:pgtable-layout-rewrite] BUILD SUCCESS de9e354e1f8f975092e6635a0596cf0b9a6b82ac
 2020-02-12 16:32 UTC 

[m68k:master] BUILD SUCCESS dba5c2db0431a6ac1019ace40545ec8d5d13cc06
 2020-02-12 16:31 UTC 

[PATCH v2] asm-generic: Fix unistd_32.h generation format
 2020-02-12  9:57 UTC  (11+ messages)

[PATCH] treewide: Replace zero-length arrays with flexible-array member
 2020-02-12  8:36 UTC  (2+ messages)

[PATCH] fbdev: c2p: Use BUILD_BUG() instead of custom solution
 2020-02-11 10:59 UTC  (4+ messages)


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).