linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-12-22 01:04:08 to 2015-12-22 07:33:20 UTC [more...]

[PATCH v3 00/77] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-22  7:33 UTC  (99+ messages)
` [PATCH v3 01/77] atari_scsi: Fix SCSI host ID setting
` [PATCH v3 02/77] ncr5380: Remove redundant static variable initializers
` [PATCH v3 03/77] ncr5380: Eliminate PDEBUG*, TDEBUG* and DTCDEBUG* macros
` [PATCH v3 04/77] ncr5380: Remove more pointless macros
` [PATCH v3 05/77] ncr5380: Remove NCR5380_local_declare and NCR5380_setup macros
` [PATCH v3 06/77] ncr5380: Remove NCR5380_instance_name macro
` [PATCH v3 07/77] ncr5380: Split NCR5380_init() into two functions
` [PATCH v3 08/77] ncr5380: Move NCR53C400-specific code
` [PATCH v3 09/77] atari_NCR5380: Reset bus on driver initialization if required
` [PATCH v3 10/77] atari_NCR5380: Remove RESET_BOOT, CONFIG_ATARI_SCSI_TOSHIBA_DELAY and CONFIG_ATARI_SCSI_RESET_BOOT
` [PATCH v3 11/77] ncr5380: Simplify bus reset handlers
` [PATCH v3 12/77] ncr5380: Remove unused hostdata->aborted flag
` [PATCH v3 13/77] ncr5380: Remove redundant register writes
` [PATCH v3 14/77] ncr5380: Use return instead of goto in NCR5380_select()
` [PATCH v3 15/77] ncr5380: Always escalate bad target time-out "
` [PATCH v3 16/77] ncr5380: Proceed with next command after NCR5380_select() calls scsi_done
` [PATCH v3 17/77] ncr5380: Keep BSY asserted when entering SELECTION phase
` [PATCH v3 18/77] ncr5380: Eliminate USLEEP_WAITLONG delay
` [PATCH v3 19/77] ncr5380: Cleanup bogus {request,release}_region() calls
` [PATCH v3 20/77] ncr5380: Introduce unbound workqueue
` [PATCH v3 21/77] ncr5380: Sleep when polling, if possible
` [PATCH v3 22/77] ncr5380: Eliminate selecting state
` [PATCH v3 23/77] ncr5380: Always retry arbitration and selection
` [PATCH v3 24/77] ncr5380: Implement NCR5380_dma_xfer_len and remove LIMIT_TRANSFERSIZE macro
` [PATCH v3 25/77] ncr5380: Rework disconnect versus poll logic
` [PATCH v3 26/77] ncr5380: Fix NCR5380_transfer_pio() result
` [PATCH v3 27/77] ncr5380: Add missing lock in eh_abort_handler
` [PATCH v3 28/77] ncr5380: Drop DEF_SCSI_QCMD macro
` [PATCH v3 29/77] ncr5380: Remove references to linked commands
` [PATCH v3 30/77] ncr5380: Add missing break after case MESSAGE_REJECT
` [PATCH v3 31/77] ncr5380: Fix !REQ timeout in do_abort()
` [PATCH v3 32/77] ncr5380: Fix bus phase "
` [PATCH v3 33/77] atari_NCR5380: Set do_abort() timeouts
` [PATCH v3 34/77] atari_NCR5380: Use arbitration timeout
` [PATCH v3 35/77] ncr5380: Dont wait for BUS FREE after disconnect
` [PATCH v3 36/77] ncr5380: Use work_struct instead of delayed_work
` [PATCH v3 37/77] ncr5380: Standardize work queueing algorithm
` [PATCH v3 38/77] ncr5380: Remove UNSAFE macro
` [PATCH v3 39/77] ncr5380: Standardize interrupt handling
` [PATCH v3 40/77] ncr5380: Introduce NCR5380_poll_politely2
` [PATCH v3 41/77] ncr5380: Replace redundant flags with FLAG_NO_DMA_FIXUP
` [PATCH v3 42/77] ncr5380: Replace READ_OVERRUNS macro with FLAG_NO_DMA_FIXUPS
` [PATCH v3 43/77] ncr5380: Standardize reselection handling
` [PATCH v3 44/77] ncr5380: Fix off-by-one bug in extended_msg[] bounds check
` [PATCH v3 45/77] ncr5380: Cleanup #include directives
` [PATCH v3 46/77] ncr5380: Fix NDEBUG_NO_DATAOUT flag
` [PATCH v3 47/77] ncr5380: Fix and cleanup scsi_host_template initializers
` [PATCH v3 48/77] atari_NCR5380: Fix queue_size limit
` [PATCH v3 49/77] ncr5380: Remove redundant ICR_ARBITRATION_LOST test and eliminate FLAG_DTC3181E
` [PATCH v3 50/77] ncr5380: Change instance->host_lock to hostdata->lock
` [PATCH v3 51/77] ncr5380: Remove command list debug code
` [PATCH v3 52/77] ncr5380: Remove H_NO macro and introduce dsprintk
` [PATCH v3 53/77] ncr5380: Use shost_priv helper
` [PATCH v3 54/77] ncr5380: Use dsprintk() for queue debugging
` [PATCH v3 55/77] ncr5380: Remove LIST and REMOVE macros
` [PATCH v3 56/77] ncr5380: Remove redundant volatile qualifiers
` [PATCH v3 57/77] ncr5380: Use standard list data structure
` [PATCH v3 58/77] ncr5380: Refactor command completion
` [PATCH v3 59/77] ncr5380: Fix autosense bugs
` [PATCH v3 60/77] ncr5380: Implement new eh_abort_handler
` [PATCH v3 61/77] ncr5380: Fix EH during arbitration and selection
` [PATCH v3 62/77] ncr5380: Implement new eh_bus_reset_handler
` [PATCH v3 63/77] atari_NCR5380: Remove HOSTNO macro from printk() and seq_printf() calls
` [PATCH v3 64/77] atari_NCR5380: Eliminate HOSTNO macro
` [PATCH v3 65/77] atari_scsi, sun3_scsi: Remove global Scsi_Host pointer
` [PATCH v3 66/77] ncr5380: Fix soft lockups
` [PATCH v3 67/77] ncr5380: Cleanup comments
` [PATCH v3 68/77] ncr5380: Fix whitespace issues using regexp
` [PATCH v3 69/77] ncr5380: Merge changes from atari_NCR5380.c
` [PATCH v3 70/77] atari_NCR5380: Merge changes from NCR5380.c
` [PATCH v3 71/77] ncr5380: Cleanup whitespace and parentheses
` [PATCH v3 72/77] ncr5380: Fix pseudo DMA transfers on 53C400
` [PATCH v3 73/77] ncr5380: Use runtime register mapping
` [PATCH v3 74/77] ncr5380: Enable PDMA for NCR53C400A
` [PATCH v3 75/77] ncr5380: Enable PDMA for DTC chips
` [PATCH v3 76/77] ncr5380: Fix wait for 53C80 registers registers after PDMA
` [PATCH v3 77/77] ncr5380: Add support for HP C2502

[PATCH] wlcore: consolidate kmalloc + memset 0 into kzalloc
 2015-12-22  7:29 UTC  (4+ messages)

[PATCHSET 00/10] perf tools: Support dynamic sort keys for tracepoints (v3)
 2015-12-22  7:29 UTC  (5+ messages)
` [PATCH 07/10] perf tools: Add 'trace' sort key
` [PATCH 09/10] perf tools: Make 'trace' sort key default for tracepoint events

[char-misc-next v3 0/8] mei: create proper iAMT watchdog driver
 2015-12-22  7:19 UTC  (8+ messages)
` [char-misc-next v3 3/8] watchdog: mei_wdt: implement MEI "
` [char-misc-next v3 4/8] watchdog: mei_wdt: add status debugfs entry
` [char-misc-next v3 6/8] watchdog: mei_wdt: register wd device only if required

[PATCH v2 0/2] Add vector-hashing support for lowest-priority interrupts delivery
 2015-12-22  7:19 UTC  (16+ messages)
` [PATCH v2 1/2] KVM: x86: Use vector-hashing to deliver lowest-priority interrupts
` [PATCH v2 2/2] KVM: x86: Add lowest-priority support for vt-d posted-interrupts

Source code review around jump label usage
 2015-12-22  7:15 UTC  (6+ messages)
` [PATCH 0/7] staging-Lustre: Fine-tuning for some function implementations
  ` [PATCH v2 0/4] "
    ` [PATCH v2 3/4] staging: lustre: Less checks in mgc_process_recover_log() after error detection

[PATCH] s390/vmur: fix build warning
 2015-12-22  7:15 UTC  (3+ messages)

[PATCH kernel] rcu: Define lockless version of list_for_each_entry_rcu
 2015-12-22  7:08 UTC  (10+ messages)

[PATCH] Revert "kernel/stop_machine.c: remove CONFIG_SMP dependencies"
 2015-12-22  6:59 UTC  (4+ messages)

[PATCH v6 4/6] drm: rockchip: Support Synopsys DW MIPI DSI
 2015-12-22  6:58 UTC  (2+ messages)
` [PATCH v6.2 "

[PATCH v4 0/2] zram/zcomp: stream allocation fixes and tweaks
 2015-12-22  6:59 UTC  (6+ messages)
` [PATCH v4 2/2] zram: try vmalloc() after kmalloc()
  `  "

linux-next: build failure after merge of the gpio tree
 2015-12-22  6:57 UTC  (2+ messages)

[PATCHSET 00/10] perf tools: Support dynamic sort keys for tracepoints (v2)
 2015-12-22  6:57 UTC  (5+ messages)
` [PATCH 08/10] perf tools: Add --raw-trace option

[PATCH] s390: fix build failure
 2015-12-22  6:51 UTC  (2+ messages)

perf, tools: Refactor and support interval and CSV metrics v7
 2015-12-22  6:40 UTC  (5+ messages)
` [PATCH 1/6] perf, tools, stat: Abstract stat metrics printing

Inconsistent description in memory-barrier.txt
 2015-12-22  6:21 UTC 

[PATCH] ASoC: atmel_wm8904: add snd_soc_pm_ops
 2015-12-22  6:06 UTC 

Re:Hello
 2015-12-22  6:06 UTC 

IO errors after "block: remove bio_get_nr_vecs()"
 2015-12-22  6:02 UTC  (25+ messages)

[PATCH v7 0/5] MT8173 IOMMU SUPPORT
 2015-12-22  5:57 UTC  (4+ messages)
` [PATCH v7 4/5] iommu/mediatek: Add mt8173 IOMMU driver

[PATCH v2 1/2] ASoC: rt5616: add an of_match table
 2015-12-22  5:45 UTC  (2+ messages)
` [PATCH v2 2/2] dt-bindings: sound: add devicetree document for rt5616

[PATCH] Staging: comedi: fix block comments coding style issue in comedi.h
 2015-12-22  5:41 UTC 

[PATCH] dmaengine: dw: clear LLP_[SD]_EN bits in last descriptor of a chain
 2015-12-22  5:38 UTC  (2+ messages)

[PATCH] blackfin-cpufreq: Change return type of cpu_set_cclk() to that of clk_set_rate()
 2015-12-22  5:35 UTC  (4+ messages)
` [PATCH 0/2] blackfin-cpufreq: Fine-tuning for properties of one function
  ` [PATCH 2/2] blackfin-cpufreq: Mark cpu_set_cclk() as static

[RFC] mm: change find_vma() function
 2015-12-22  5:31 UTC  (7+ messages)

linux-next: Tree for Dec 22
 2015-12-22  5:29 UTC 

[PATCH 1/2] f2fs: use atomic variable for total_extent_tree
 2015-12-22  5:28 UTC  (5+ messages)
` [PATCH 2/2] f2fs: speed up shrinking extent tree entries
  ` [f2fs-dev] "
` [f2fs-dev] [PATCH 1/2] f2fs: use atomic variable for total_extent_tree

[PATCH] drm/vc4: Remove broken attempt at GPU reset using genpd
 2015-12-22  4:43 UTC  (2+ messages)

Generic DT binding for IPIs
 2015-12-22  4:38 UTC  (10+ messages)

[PATCH v2 00/11] parport cleanup
 2015-12-22  4:28 UTC  (2+ messages)

[PATCH] [media] rc: sunxi-cir: Initialize the spinlock properly
 2015-12-22  4:27 UTC 

[PATCH v3] serial: 8250: add gpio support to exar
 2015-12-22  4:27 UTC  (7+ messages)

[PATCH v4 0/4] Raspberry Pi power domains
 2015-12-22  4:02 UTC  (4+ messages)
` [PATCH v4 2/4] ARM: bcm2835: add rpi power domain driver

[RFC][PATCH 0/7] Sanitization of slabs based on grsecurity/PaX
 2015-12-22  3:40 UTC  (8+ messages)
` [RFC][PATCH 1/7] mm/slab_common.c: Add common support for slab saniziation
` [RFC][PATCH 2/7] slub: Add support for sanitization
` [RFC][PATCH 3/7] slab: "
` [RFC][PATCH 4/7] slob: "
` [RFC][PATCH 5/7] mm: Mark several cases as SLAB_NO_SANITIZE
` [RFC][PATCH 6/7] mm: Add Kconfig option for slab sanitization
` [RFC][PATCH 7/7] lkdtm: Add READ_AFTER_FREE test

[PATCH] ideapad: Report hard block off if it is never on
 2015-12-22  3:33 UTC  (3+ messages)

[Propose] Isolate core_pattern in mnt namespace
 2015-12-22  3:12 UTC  (8+ messages)

[PATCH v3 0/3] Add basic support for Allwinner A83T SOC
 2015-12-22  3:12 UTC  (4+ messages)
` [PATCH v3 2/3] ARM: dts: sun8i: Add Allwinner A83T dtsi

[PATCH] ASoC: mediatek: Turn AFE on/off in runtime resume/suspend
 2015-12-22  3:11 UTC 

[RFC] free_pages stuff
 2015-12-22  3:10 UTC  (6+ messages)

[PATCH 0/6] misc: add reboot mode driver
 2015-12-22  3:04 UTC  (3+ messages)
` [PATCH 5/6] ARM: dts: rockchip: add reboot mode node

[PATCH v2] Irq/Platform-MSI:Increase the maximum MSIs the MSI framework can support
 2015-12-22  2:47 UTC 

[PATCH] IRQ/Platform-MSI:Increase the maximum MSIs the MSI framework can support
 2015-12-22  2:46 UTC  (3+ messages)

[PATCH 0/6] add rk3036 vop support
 2015-12-22  2:39 UTC  (2+ messages)

[GIT PULL] VC4 3D fixes for -next
 2015-12-22  2:23 UTC 

[PATCH] null_blk: fix use-after-free error
 2015-12-22  2:11 UTC  (2+ messages)

[REGRESSION] tcp/ipv4: kernel panic because of (possible) division by zero
 2015-12-22  2:10 UTC  (2+ messages)

[PATCH 2/2] dt-bindings: sound: add devicetree document for rt5616
 2015-12-22  1:50 UTC  (3+ messages)
` [PATCH v1 "

[PATCH 0/2] pci: Add host controller driver for Cavium ThunderX PCIe
 2015-12-22  1:53 UTC  (3+ messages)
` [PATCH 1/2] PCI: generic: Refactor code to enable reuse by other drivers
` [PATCH 2/2] pci, pcie-thunder-pem: Add PCIe host driver for ThunderX processors

[PATCH 0/5] watchdog: Replace driver based refcounting
 2015-12-22  1:40 UTC  (6+ messages)
` [PATCH 2/5] watchdog: Separate and maintain variables based on variable lifetime

[BUG, linux-next] do_IRQ: No irq handler for vector
 2015-12-22  1:34 UTC  (3+ messages)
` [BUG, bisect, "

[PATCH v2 0/9] ARM: dts: Add compatible property to "partitions" node
 2015-12-22  1:16 UTC  (3+ messages)
` [PATCH v2 9/9] MIPS: dts: jz4780/ci20: "

[PATCH v5] extcon: add Maxim MAX3355 driver
 2015-12-22  1:13 UTC  (6+ 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).