messages from 2014-12-14 16:53:14 to 2015-01-25 14:30:36 UTC [more...]
[PATCH 0/6] m68k/defconfig: Update defconfigs
2015-01-25 14:30 UTC (4+ messages)
` [PATCH 1/6] m68k/defconfig: Refresh defconfigs for v3.16-rc1--v3.19-rc2
` [PATCH 2/6] m68k/defconfig: Enable test modules
` [PATCH 3/6] m68k/defconfig: Enable early printk support
CONFIG_DEVTMPFS_MOUNT
2015-01-25 11:00 UTC (8+ messages)
[PATCH 1/4] defconfigs: remove CONFIG_MTD_CONCAT
2015-01-24 20:54 UTC (5+ messages)
` [PATCH 2/4] defconfigs: remove CONFIG_MTD_PARTITIONS
` [PATCH 4/4] defconfigs: remove CONFIG_MTD_DEBUG*
` [PATCH 0/4] defconfigs: cleanup obsolete MTD configs
[PATCH 0/4] defconfigs: cleanup obsolete MTD configs
2015-01-24 16:33 UTC
Darlehen
2015-01-23 14:58 UTC
[PATCH v2 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
2015-01-23 2:12 UTC (34+ messages)
` [PATCH v2 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v2 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v2 04/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v2 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH v2 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v2 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v2 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v2 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v2 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v2 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v2 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v2 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH v2 14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v2 15/30] PCI/IA64: "
` [PATCH v2 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
` [PATCH v2 17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare()
` [PATCH v2 18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [PATCH v2 19/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v2 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH v2 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v2 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH v2 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v2 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v2 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v2 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v2 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v2 28/30] PCI: Export find_pci_host_bridge()
` [PATCH v2 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v2 30/30] PCI: Remove pci_bus_assign_domain_nr()
[PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-01-21 0:29 UTC
[PATCH 01/28] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
2015-01-19 10:56 UTC (55+ messages)
` [PATCH 02/28] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH 03/28] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH 04/28] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH 05/28] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH 06/28] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH 07/28] PCI: Pass PCI domain number combined with root bus number
` [PATCH 08/28] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH 09/28] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH 10/28] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH 11/28] PCI: Introduce pci_host_bridge_ops to setup host bridge
` [PATCH 12/28] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH 13/28] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH 14/28] PCI/IA64: "
` [PATCH 15/28] PCI/powerpc: Rename pcibios_root_bridge_prepare() for better readability
` [PATCH 16/28] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [PATCH 17/28] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH 18/28] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH 19/28] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH 20/28] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH 21/28] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH 22/28] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH 23/28] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH 24/28] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH 25/28] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH 26/28] PCI: Export find_pci_host_bridge()
` [PATCH 27/28] PCI: Remove platform specific pci_domain_nr()
` [PATCH 28/28] PCI: Remove pci_bus_assign_domain_nr()
` [PATCH 00/28] Refine PCI scan interfaces and make generic pci host bridge
kullervo with bigram
2015-01-18 15:19 UTC (5+ messages)
` The BigRAMPlus works - "
[PATCH] input: atari - Enable the 102nd key for German keyboards
2015-01-17 22:12 UTC (2+ messages)
[PATCH] net: smc91x: Remove unused definition of SMC_outw_be()
2015-01-16 9:58 UTC (4+ messages)
[PATCH 00/28] Refine PCI scan interfaces and make generic pci host bridge
2015-01-16 1:43 UTC
[PATCH] net: smc91x: Add Atari EtherNAT support
2015-01-16 0:33 UTC (3+ messages)
linux-next: Tree for Jan 12 (build failures: m68k, ppc)
2015-01-15 14:09 UTC (5+ messages)
[PATCH 1/5] net: atarilance: Remove obsolete IRQ_TYPE_PRIO
2015-01-15 13:07 UTC (9+ messages)
` [PATCH 2/5] parport: parport_atari: Remove obsolete IRQ_TYPE_SLOW
` [PATCH 3/5] video: atafb: Remove obsolete IRQ_TYPE_PRIO
` [PATCH 4/5] sound: dmasound_atari: Remove obsolete IRQ_TYPE_SLOW
` [PATCH 5/5] m68k/atari: Remove obsolete IRQ_TYPE_*
` [PATCH 0/5] "
[git pull] m68k updates for 3.19 (take 2)
2015-01-15 11:31 UTC
[PATCH] m68k/atari - smc91x: remove Atari special case handling for SMC_PUSH_DATA
2015-01-13 8:50 UTC (2+ messages)
[PATCH] m68k/atari: Remove obsolete keyboard_tasklet scheduling
2015-01-13 8:48 UTC (2+ messages)
[PATCH 0/5] m68k/atari: Remove obsolete IRQ_TYPE_*
2015-01-12 8:40 UTC
[PATCH] m68k: Remove FSF address
2015-01-11 10:52 UTC
[PATCH] m68k/mac: Fix scsi_type for Mac LC and similar models
2015-01-11 10:44 UTC (3+ messages)
` [PATCH v2] "
[PATCH] m68k: Switch to asm-generic/futex.h
2015-01-11 10:43 UTC (2+ messages)
[PATCH] arch: m68k: mvme147: config.c: Remove unused function
2015-01-11 10:42 UTC (3+ messages)
[PATCH] arch: m68k: atari: atakeyb.c: Remove some unused functions
2015-01-11 10:42 UTC
[PATCH] m68k: don't use module_init in non-modular mvme16x/rtc.c code
2015-01-11 10:42 UTC (2+ messages)
[PATCH v2 16/40] m68k/uaccess: fix sparse errors
2015-01-07 10:38 UTC (4+ messages)
` [PATCH v2 36/40] m68k: macro whitespace fixes
[PATCHv2] selftests/exec: allow shell return code of 126
2015-01-06 20:02 UTC
[PATCHv2] selftests/exec: allow shell return code of 126
2015-01-06 8:23 UTC
[PATCH] selftests/exec: allow shell return code of 126
2015-01-06 8:23 UTC (4+ messages)
[PATCH] arch: m68k: 68360: config: Remove unused function
2015-01-05 0:29 UTC (2+ messages)
[PATCH] arch: m68k: mac: misc.c: Remove some unused functions
2015-01-04 19:36 UTC (2+ messages)
[PATCH] arch: m68k: mac: misc.c: Remove some unused functions
2015-01-01 17:02 UTC
[PATCH] arch: m68k: atari: atakeyb.c: Remove some unused functions
2015-01-01 15:37 UTC
rfc: remove early_printk from a few arches? (blackfin, m68k, mips)
2014-12-28 18:36 UTC (11+ messages)
A recommendation from Friend, screw college, I'm dropping out
2014-12-28 11:24 UTC
(unknown),
2014-12-27 12:48 UTC
[PATCH repost 16/16] m68k/uaccess: fix sparse errors
2014-12-25 9:30 UTC
previous, a NeXT emulator
2014-12-23 12:04 UTC (3+ messages)
A recommendation from Fernalyn Buendia
2014-12-23 1:24 UTC
[PATCH selftest fails!] m68k: Wire up execveat
2014-12-22 22:54 UTC (2+ messages)
[PATCH] fs/affs: Fix casting in printed messages
2014-12-21 11:06 UTC
[PATCH selftest fails!] m68k: Wire up execveat
2014-12-21 11:02 UTC
rfc: remove early_printk from a few arches? (blackfin, m68k, mips)
2014-12-17 20:58 UTC
[Question] How to print size_t type variable?
2014-12-16 9:50 UTC (6+ messages)
[PATCH 18/18] m68k/uaccess: fix sparse errors
2014-12-14 16:53 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).