public inbox for linux-m68k@lists.linux-m68k.org
 help / color / mirror / Atom feed
 messages from 2015-04-13 08:35:11 to 2015-07-08 13:45:54 UTC [more...]

[RFC 0/8] m5441x: mmu support patchset
 2015-07-08 13:45 UTC  (10+ messages)
` [RFC 1/8] m68k: coldfire: unlink FPU presence from MMU activation
` [RFC 2/8] m68k: fix build issue in setup_arch() when no FPU
` [RFC 3/8] m68k: add dummy dump_fpu() when FPU is not present
` [RFC 4/8] m68k: m5441x: add ColdFire 5441x CPU MMU memory init code
` [RFC 5/8] m68k: m5441x: fix ACR0 base address when MBAR is not present
` [RFC 6/8] m68k: m5441x: set rambar to end of SRAM physical addr space
` [RFC 7/8] m68k: mmu: add u-boot command line support in setup_arch()
` [RFC 8/8] m68k: uImage generation support

[PATCH] m68k: fix io functions for ColdFire/MMU/PCI case
 2015-07-08 13:12 UTC 

[PATCH] m68k: enable PCI support for m5475evb defconfig
 2015-07-08 13:12 UTC 

[PATCH V3 2/5] mm: mlock: Add new mlock, munlock, and munlockall system calls
 2015-07-08 11:06 UTC  (4+ messages)

[PATCH 00/10] m68knommu: fix allnoconfig
 2015-07-07 12:45 UTC  (14+ messages)
` [PATCH 01/10] m68knommu: force setting of CONFIG_CLOCK_FREQ for ColdFire
` [PATCH 02/10] m68knommu: improve the clock configuration defaults
` [PATCH 03/10] m68knommu: make ColdFire SoC selection a choice
` [PATCH 04/10] m68knommu: update defconfig for m5208evb
` [PATCH 05/10] m68knommu: update defconfig for ColdFire m5249evb
` [PATCH 06/10] m68knommu: update defconfig for ColdFire m5272c3
` [PATCH 07/10] m68knommu: update defconfig for ColdFire m5275evb
` [PATCH 08/10] m68knommu: update defconfig for ColdFire m5307c3
` [PATCH 09/10] m68knommu: update defconfig for ColdFire m5407c3
` [PATCH 10/10] m68knommu: update defconfig for ColdFire m5475evb

[PATCH 1/2] m68k/defconfig: Disable experimental CONFIG_DM_CACHE
 2015-07-06 13:54 UTC  (2+ messages)
` [PATCH 2/2] m68k/defconfig: Update defconfigs for v4.2-rc1

[PATCH] char/nvram: Use bitwise OR to obtain Atari video mode data
 2015-07-03  6:52 UTC  (2+ messages)

[RFC v3 00/24] Re-use nvram module
 2015-07-02  2:07 UTC  (29+ messages)
` [RFC v3 01/24] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [RFC v3 02/24] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [RFC v3 03/24] m68k/atari: Replace nvram_{read, write}_byte with arch_nvram_ops
` [RFC v3 04/24] char/nvram: Re-order functions to remove forward declarations and #ifdefs
` [RFC v3 05/24] char/nvram: Adopt arch_nvram_ops
` [RFC v3 06/24] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v3 07/24] char/nvram: Allow the set_checksum and initialize ioctls to be omitted
` [RFC v3 08/24] char/nvram: Implement NVRAM read/write methods
` [RFC v3 09/24] char/nvram: Use generic fixed_size_llseek()
` [RFC v3 10/24] m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v3 11/24] char/nvram: Add "devname:nvram" module alias
` [RFC v3 12/24] powerpc: Cleanup nvram includes
` [RFC v3 13/24] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [RFC v3 14/24] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [RFC v3 15/24] powerpc: Implement nvram sync ioctl
` [RFC v3 16/24] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v3 17/24] nvram: Drop nvram_* symbol exports and prototypes
` [RFC v3 18/24] powerpc: Remove CONFIG_GENERIC_NVRAM and adopt CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v3 19/24] char/generic_nvram: Remove as unused
` [RFC v3 20/24] powerpc: Adopt nvram module for PPC64
` [RFC v3 21/24] m68k/mac: Adopt naming and calling conventions for PRAM routines
` [RFC v3 22/24] m68k/mac: Use macros for RTC accesses not magic numbers
` [RFC v3 23/24] m68k/mac: Fix PRAM accessors
` [RFC v3 24/24] m68k: Dispatch nvram_ops calls to Atari or Mac functions

(unknown),
 2015-07-01 11:53 UTC 

Dear Friend, Take For Your Compensation
 2015-07-01  0:46 UTC 

LOAN OFFER
 2015-06-30 21:00 UTC 

LOAN OFFER
 2015-06-30 14:10 UTC 

[git pull] m68knommu arch fixes for 4.2
 2015-06-28 23:07 UTC 

[git pull] m68k updates for 4.2
 2015-06-22  7:35 UTC 

[PATCH] m68k: improve m68knommu MAINTAINERS entry
 2015-06-19  7:25 UTC  (3+ messages)

[PATCH 01/44] kernel: Add support for poweroff handler call chain
 2015-06-18 21:40 UTC  (6+ messages)

[RFC v2 00/24] Re-use nvram module
 2015-06-18 16:52 UTC  (31+ messages)
` [RFC v2 01/24] macintosh/nvram: Remove as unused
  ` [RFC,v2,01/24] "
` [RFC v2 02/24] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [RFC v2 03/24] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [RFC v2 04/24] m68k/atari: Replace nvram_{read,write}_byte with arch_nvram_ops
` [RFC v2 05/24] char/nvram: Re-order functions to remove forward declarations and #ifdefs
` [RFC v2 06/24] char/nvram: Adopt arch_nvram_ops
` [RFC v2 07/24] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v2 08/24] char/nvram: Allow the set_checksum and initialize ioctls to be omitted
` [RFC v2 09/24] char/nvram: Implement NVRAM read/write methods
` [RFC v2 10/24] char/nvram: Use generic fixed_size_llseek()
` [RFC v2 11/24] m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v2 12/24] char/nvram: Add "devname:nvram" module alias
` [RFC v2 13/24] powerpc: Cleanup nvram includes
` [RFC v2 14/24] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [RFC v2 15/24] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [RFC v2 16/24] powerpc: Implement nvram sync ioctl
` [RFC v2 17/24] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC v2 18/24] nvram: Drop nvram_* symbol exports and prototypes
` [RFC v2 19/24] powerpc: Remove CONFIG_GENERIC_NVRAM and adopt CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC v2 20/24] char/generic_nvram: Remove as unused
` [RFC v2 21/24] powerpc: Adopt nvram module for PPC64
` [RFC v2 22/24] m68k/mac: Adopt naming and calling conventions for PRAM routines
` [RFC v2 23/24] m68k/mac: Fix PRAM accessors
` [RFC v2 24/24] m68k: Dispatch nvram_ops calls to Atari or Mac functions

[PATCH] m68k: Use vsprintf %pM extension
 2015-06-16  7:35 UTC  (2+ messages)

Klientskie bazi tel +79133913837 Email: nonen22pp@gmail.com Yznaite podrobnee!!!
 2015-06-15  5:03 UTC 

[PATCH] m68k: Use vsprintf %pM extension
 2015-06-15  2:01 UTC 

BUSINESS DEAL?
 2015-06-13 23:14 UTC 

Lieber Freund!!!
 2015-06-13 12:14 UTC 

Klientskie bazi tel +79133913837 Email: nonen22pp@gmail.com ICQ:6288862 Yznaite podrobnee!!!
 2015-06-11  1:55 UTC 

Generic kernel features that need architecture(m68k) support
 2015-06-10 13:48 UTC 

Thanks for responding
 2015-06-09 15:17 UTC 

[RFC 00/24] Re-use nvram module
 2015-06-04  5:14 UTC  (36+ messages)
` [RFC 01/24] macintosh/nvram: Remove as unused
` [RFC 02/24] scsi/atari_scsi: Dont select CONFIG_NVRAM
` [RFC 03/24] m68k/atari: Move Atari-specific code out of drivers/char/nvram.c
` [RFC 04/24] m68k/atari: Replace nvram_{read, write}_byte with arch_nvram_ops
` [RFC 05/24] char/nvram: Re-order functions to remove forward declarations and #ifdefs
` [RFC 06/24] char/nvram: Adopt arch_nvram_ops
` [RFC 07/24] x86/thinkpad_acpi: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC 08/24] char/nvram: Allow the set_checksum and initialize ioctls to be omitted
` [RFC 09/24] char/nvram: Implement NVRAM read/write methods
` [RFC 10/24] char/nvram: Use generic fixed_size_llseek()
` [RFC 11/24] m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC 12/24] char/nvram: Add "devname:nvram" module alias
` [RFC 13/24] powerpc: Cleanup nvram includes
` [RFC 14/24] powerpc: Add missing ppc_md.nvram_size for CHRP and PowerMac
` [RFC 15/24] powerpc: Implement arch_nvram_ops.get_size() and remove old nvram_* exports
` [RFC 16/24] powerpc: Implement nvram sync ioctl
` [RFC 17/24] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()
` [RFC 18/24] nvram: Drop nvram_* symbol exports and prototypes
` [RFC 19/24] powerpc: Remove CONFIG_GENERIC_NVRAM and adopt CONFIG_HAVE_ARCH_NVRAM_OPS
` [RFC 20/24] char/generic_nvram: Remove as unused
` [RFC 21/24] powerpc: Adopt nvram module for PPC64
` [RFC 22/24] m68k/mac: Adopt nvram module
` [RFC 23/24] m68k/mac: Fix PRAM accessors
` [RFC 24/24] m68k: Dispatch nvram_ops calls to Atari or Mac functions

[RFT v2 24/48] m68k, irq: Prepare for killing the first parameter 'irq' of irq_flow_handler_t
 2015-06-04  4:13 UTC  (2+ messages)
` [RFT v2 40/48] genirq, m68k: Kill "

[PATCH] m68k/defconfig: Update defconfigs for v4.1-rc1
 2015-06-01  8:33 UTC  (2+ messages)

Honourable Barrister Paul Williams
 2015-05-28  6:39 UTC 

[RFC v1 18/25] genirq: Kill the first parameter 'irq' of irq_flow_handler_t
 2015-05-20 10:00 UTC 

"UniCredit International Holdings LLC"
 2015-05-05 21:25 UTC 

[PATCH v2 01/10] m68k: use for_each_sg()
 2015-05-04  9:04 UTC 

[PATCH v2 01/10] m68k: use for_each_sg()
 2015-05-01 13:56 UTC 

[PATCH 1/5] m68k: use for_each_sg()
 2015-05-01 10:30 UTC  (2+ messages)

[PATCH 1/5] m68k: use for_each_sg()
 2015-05-01  6:47 UTC 

[PATCH v10 00/29] Refine PCI scan interfaces and make generic pci host bridge
 2015-04-27  6:25 UTC  (32+ messages)
` [PATCH v10 01/29] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v10 02/29] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v10 03/29] PCI: Save domain in pci_host_bridge
` [PATCH v10 04/29] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
` [PATCH v10 05/29] PCI: Remove argument bus for pci_create_root_bus()
` [PATCH v10 06/29] PCI: Alloc busn resource dynamically for pci_scan_bus()
` [PATCH v10 07/29] PCI: Allocate busn resource for pci_scan_root_bus()
` [PATCH v10 08/29] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v10 09/29] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v10 10/29] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v10 11/29] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v10 12/29] powerpc/PCI: Rename pcibios_root_bridge_prepare() to pcibios_set_root_bus_speed()
` [PATCH v10 13/29] PCI: Move pcibios_root_bridge_prepare() to pci_create_host_bridge()
` [PATCH v10 14/29] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v10 15/29] PCI: Introduce new scan function pci_scan_host_bridge()
` [PATCH v10 16/29] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v10 17/29] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v10 18/29] ia64/PCI: "
` [PATCH v10 19/29] powerpc/pci: Use pci_scan_host_bridge() for simplicity
` [PATCH v10 20/29] PCI: Remove pcibios_root_bridge_prepare() and pcibos_set_root_bus_speed()
` [PATCH v10 21/29] sparc/PCI: Use pci_scan_host_bridge() for simplicity
` [PATCH v10 22/29] parisc/PCI: Use pci_scan_root_bus() "
` [PATCH v10 23/29] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v10 24/29] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v10 25/29] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v10 26/29] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v10 27/29] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v10 28/29] PCI: Remove platform specific pci_domain_nr()
` [PATCH v10 29/29] PCI: Remove pci_bus_assign_domain_nr()

[git pull] m68knommu arch fixes for 4.1
 2015-04-20  1:40 UTC 

[git pull] m68k updates for 4.1
 2015-04-13  8:35 UTC 


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