messages from 2014-10-09 11:31:40 to 2014-11-27 09:42:19 UTC [more...]
[PATCH 1/2] Input: amikbd - Fix build if !CONFIG_HW_CONSOLE
2014-11-27 9:42 UTC
Fix Penguin Penalty 17th October2014 ( mail-archive.com )
2014-11-25 16:40 UTC
[PATCH v3 00/37] Fixes, cleanups and modernization for NCR5380 drivers
2014-11-21 4:21 UTC (43+ messages)
` [PATCH v3 01/37] ncr5380: Use printk() not pr_debug()
` [PATCH v3 02/37] ncr5380: Remove unused hostdata fields
` [PATCH v3 03/37] ncr5380: Fix compiler warnings and __setup options
` [PATCH v3 04/37] ncr5380: Remove unused macros
` [PATCH v3 05/37] ncr5380: Remove useless prototypes
` [PATCH v3 06/37] ncr5380: Remove more "
` [PATCH v3 07/37] ncr5380: Cleanup TAG_NEXT and TAG_NONE macros
` [PATCH v3 08/37] ncr5380: Remove redundant AUTOSENSE macro
` [PATCH v3 09/37] ncr5380: Remove duplicate comments
` [PATCH v3 10/37] ncr5380: Fix SCSI_IRQ_NONE bugs
` [PATCH v3 11/37] ncr5380: Remove NCR5380_STATS
` [PATCH v3 12/37] ncr5380: Cleanup host info() methods
` [PATCH v3 13/37] ncr5380: Move static PDMA spin counters to host data
` [PATCH v3 14/37] ncr5380: Remove pointless compiler command line override macros
` [PATCH v3 15/37] ncr5380: Remove *_RELEASE macros
` [PATCH v3 16/37] ncr5380: Drop legacy scsi.h include
` [PATCH v3 17/37] dmx3191d: Use NO_IRQ
` [PATCH v3 18/37] mac_scsi: Remove header
` [PATCH v3 19/37] mac_scsi: Add module option to Kconfig
` [PATCH v3 20/37] mac_scsi: Cleanup PDMA code
` [PATCH v3 21/37] mac_scsi: Convert to platform device
` [PATCH v3 22/37] atari_scsi: Fix atari_scsi deadlocks on Falcon
` [PATCH v3 23/37] atari_scsi: Convert to platform device
` [PATCH v3 24/37] atari_scsi: Remove header
` [PATCH v3 25/37] sun3_scsi: Convert to platform device
` [PATCH v4 "
` [PATCH v3 26/37] sun3_scsi: Move macro definitions
` [PATCH v3 27/37] ncr5380: Remove ENABLE_IRQ/DISABLE_IRQ macros
` [PATCH v3 28/37] atari_NCR5380: Refactor Falcon special cases
` [PATCH v3 29/37] atari_NCR5380: Refactor Falcon locking
` [PATCH v3 30/37] atari_NCR5380: Merge from sun3_NCR5380.c
` [PATCH v3 31/37] sun3_scsi: Adopt atari_NCR5380 core driver and remove sun3_NCR5380.c
` [PATCH v3 32/37] atari_NCR5380: Merge from NCR5380.c
` [PATCH v3 33/37] atari_NCR5380: Introduce FLAG_TAGGED_QUEUING
` [PATCH v3 34/37] atari_NCR5380: Move static TagAlloc array to host data
` [PATCH v3 35/37] atari_NCR5380: Move static co-routine variables "
` [PATCH v3 36/37] atari_NCR5380: Remove RESET_RUN_DONE macro
` [PATCH v3 37/37] atari_NCR5380: Fix "transfered" typo
[PATCH 1/5] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
2014-11-19 7:32 UTC
Fix Penguin Penalty 17th October2014 ( mail-archive.com )
2014-11-17 7:53 UTC
A recommendation from Mitchell Miller
2014-11-13 5:44 UTC
[PATCH v2 00/36] Fixes, cleanups and modernization for NCR5380 drivers
2014-11-11 12:47 UTC (100+ messages)
` [PATCH v2 01/36] ncr5380: Use printk() not pr_debug()
` [PATCH v2 02/36] ncr5380: Remove unused hostdata fields
` [PATCH v2 03/36] ncr5380: Fix compiler warnings and __setup options
` [PATCH v2 04/36] ncr5380: Remove unused macros
` [PATCH v2 05/36] ncr5380: Remove useless prototypes
` [PATCH v2 06/36] ncr5380: Remove more "
` [PATCH v2 07/36] ncr5380: Cleanup TAG_NEXT and TAG_NONE macros
` [PATCH v2 08/36] ncr5380: Remove redundant AUTOSENSE macro
` [PATCH v2 09/36] ncr5380: Remove duplicate comments
` [PATCH v2 10/36] ncr5380: Fix SCSI_IRQ_NONE bugs
` [PATCH v2 11/36] ncr5380: Remove NCR5380_STATS
` [PATCH v2 12/36] ncr5380: Cleanup host info() methods
` [PATCH v2 13/36] ncr5380: Move static PDMA spin counters to host data
` [PATCH v2 14/36] ncr5380: Remove pointless compiler command line override macros
` [PATCH v2 15/36] ncr5380: Remove *_RELEASE macros
` [PATCH v2 16/36] ncr5380: Drop legacy scsi.h include
` [PATCH v2 17/36] dmx3191d: Use NO_IRQ
` [PATCH v2 18/36] mac_scsi: Remove header
` [PATCH v2 19/36] mac_scsi: Add module option to Kconfig
` [PATCH v2 20/36] mac_scsi: Cleanup PDMA code
` [PATCH v2 21/36] mac_scsi: Convert to platform device
` [PATCH v2 22/36] atari_scsi: Fix atari_scsi deadlocks on Falcon
` [PATCH v2 23/36] atari_scsi: Convert to platform device
` [PATCH v2 24/36] atari_scsi: Remove header
` [PATCH v2 25/36] sun3_scsi: Convert to platform device
` [PATCH v2 26/36] sun3_scsi: Move macro definitions
` [PATCH v2 27/36] ncr5380: Remove ENABLE_IRQ/DISABLE_IRQ macros
` [PATCH v2 28/36] atari_NCR5380: Refactor Falcon special cases
` [PATCH v2 29/36] atari_NCR5380: Refactor Falcon locking
` [PATCH v2 30/36] atari_NCR5380: Merge from sun3_NCR5380.c
` [PATCH v2 31/36] sun3_scsi: Adopt atari_NCR5380 core driver and remove sun3_NCR5380.c
` [PATCH v2 32/36] atari_NCR5380: Merge from NCR5380.c
` [PATCH v2 33/36] atari_NCR5380: Introduce FLAG_TAGGED_QUEUING
` [PATCH v2 34/36] atari_NCR5380: Move static TagAlloc array to host data
` [PATCH v2 35/36] atari_NCR5380: Move static co-routine variables "
` [PATCH v2 36/36] atari_NCR5380: Remove RESET_RUN_DONE macro
[PATCH] mm/m68k: Eliminate memset after alloc_bootmem_pages
2014-11-10 8:57 UTC
A recommendation from Support
2014-11-10 5:50 UTC
[PATCH] m68k: remove check for CONFIG_BSEIP
2014-11-10 2:44 UTC (2+ messages)
[PATCH] m68knommu: fix irq handler types in 68360/commproc.c
2014-11-10 1:58 UTC
[PATCH v6 04/48] m68k: Replace mach_power_off with pm_power_off
2014-11-10 1:42 UTC (3+ messages)
` [PATCH v6 08/48] kernel: Move pm_power_off to common code
` [PATCH v6 39/48] m68k: Register with kernel power-off handler
REPLY FOR TRADE COOPERATIONS
2014-11-08 14:07 UTC
[PATCH v5 04/48] m68k: Replace mach_power_off with pm_power_off
2014-11-06 16:43 UTC (3+ messages)
` [PATCH v5 08/48] kernel: Move pm_power_off to common code
` [PATCH v5 39/48] m68k: Register with kernel power-off handler
[git pull] m68k updates for 3.18 (take two)
2014-11-03 10:37 UTC
(unknown)
2014-11-02 19:54 UTC
[PATCH 01/44] kernel: Add support for poweroff handler call chain
2014-11-01 17:02 UTC (12+ messages)
` [PATCH 03/44] hibernate: Call have_kernel_poweroff instead of checking pm_power_off
` [PATCH 12/44] mfd: ab8500-sysctrl: Register with kernel poweroff handler
` [PATCH 33/44] avr32: atngw100: "
lening
2014-10-28 9:14 UTC
Fix Penguin Penalty 17th October2014 ( mail-archive.com )
2014-10-28 9:06 UTC
[PATCH v3 04/47] m68k: Replace mach_power_off with pm_power_off
2014-10-27 15:55 UTC (3+ messages)
` [PATCH v3 08/47] kernel: Move pm_power_off to common code
` [PATCH v3 39/47] m68k: Register with kernel power-off handler
[PATCH 00/29] Fixes, cleanups and modernization for NCR5380 drivers
2014-10-27 0:15 UTC (7+ messages)
` [PATCH 23/29] atari_scsi: Convert to platform device
[PATCH v2 04/47] m68k: Replace mach_power_off with pm_power_off
2014-10-24 15:53 UTC (9+ messages)
` [PATCH v2 08/47] kernel: Move pm_power_off to common code
` [PATCH v2 39/47] m68k: Register with kernel poweroff handler
[PATCH] m68k: Wire up bpf
2014-10-22 16:34 UTC (3+ messages)
My Dearest
2014-10-22 7:40 UTC
[PATCH] nubus: Remove superfluous interrupt disable/restore
2014-10-21 17:55 UTC
[PATCH] m68k: Wire up bpf
2014-10-21 17:30 UTC
[PATCH v2 0/3] kexec support for Linux/m68k (tools part)
2014-10-14 5:06 UTC (4+ messages)
` [PATCH 3/3] kexec: Add m68k support
` [PATCH] kexec: distribute kexec/arch/m68k/bootinfo.h
[git pull] m68knommu arch fixes for 3.18
2014-10-14 0:46 UTC
inheritance funds
2014-10-13 21:43 UTC
Please reply
2014-10-11 19:34 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