All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-22 07:00:21 to 2015-12-22 08:08:01 UTC [more...]

[PATCH v8 00/20] KVM: ARM64: Add guest PMU support
 2015-12-22  8:08 UTC  (14+ messages)
` [PATCH v8 01/20] ARM64: Move PMU register related defines to asm/pmu.h
` [PATCH v8 02/20] KVM: ARM64: Define PMU data structure for each vcpu
` [PATCH v8 03/20] KVM: ARM64: Add offset defines for PMU registers
` [PATCH v8 04/20] KVM: ARM64: Add access handler for PMCR register
` [PATCH v8 05/20] KVM: ARM64: Add access handler for PMSELR register
` [PATCH v8 06/20] KVM: ARM64: Add access handler for PMCEID0 and PMCEID1 register

[PATCH v3 00/77] More fixes, cleanup and modernization for NCR5380 drivers
 2015-12-22  8:07 UTC  (130+ messages)
` [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 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

[Bug 80419] New: XCOM: Enemy Known Causes lockup
 2015-12-22  8:06 UTC  (2+ messages)
` [Bug 80419] XCOM: Enemy Unknown "

[U-Boot] [PATCH v2 1/8] drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY
 2015-12-22  8:06 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/8] mvebu: Fix for non-DM ehci-marvell support

[PATCH v5 0/3] KVM/arm/arm64: enhance armv7/8 fp/simd lazy switch
 2015-12-22  8:06 UTC  (8+ messages)
` [PATCH v5 3/3] KVM/arm/arm64: enable enhanced armv8 "

[PATCH] staging: wilc1000: fix double mutex_unlock on failure path in wilc_wlan_cleanup()
 2015-12-22  8:04 UTC  (3+ messages)

[PATCH] ipv6/addrlabel: fix ip6addrlbl_get()
 2015-12-22  8:04 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/4] mips: add base support for atheros ath79 based SOCs
 2015-12-22  8:03 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/4] mips: ath79: add spi driver
` [U-Boot] [PATCH v2 3/4] mips: ath79: add serial driver for ar933x SOC
` [U-Boot] [PATCH v2 4/4] mips: ath79: add AP121 reference board

[Qemu-devel] [PATCH v3 0/3] sdhci patches to enable Raspberry Pi
 2015-12-22  8:03 UTC  (2+ messages)

[qemu-upstream-4.2-testing test] 66816: regressions - FAIL
 2015-12-22  8:02 UTC 

[PATCH 0/4 for 2.3] vhost-user live migration support
 2015-12-22  8:01 UTC  (14+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 2/6] vhost: introduce vhost_log_write
  ` [PATCH v2 3/6] vhost: log used vring changes

[PATCH v3 0/2] VT-d flush issue
 2015-12-22  8:01 UTC  (8+ messages)

Source code review around jump label usage
 2015-12-22  8:00 UTC  (9+ 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

[Qemu-devel] performance in io virtulization
 2015-12-22  7:58 UTC  (2+ messages)

[PATCH 0/5] ASoC: Allow topology to create DAI links
 2015-12-22  8:15 UTC  (11+ messages)
` [PATCH 5/5] ASoC: The soc card can have auxiliary components
                  ` Can we remove the rtd_aux for the aux_devs?

device attr cleanup (was: Handle mlx4 max_sge_rd correctly)
 2015-12-22  7:56 UTC  (9+ messages)
          ` device attr cleanup

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

[PATCH] soc: mediatek: PMIC wrap: Clear the vldclr if state machine is stay on FSM_VLDCLR state
 2015-12-22  7:51 UTC  (3+ messages)

[nightly] Core TISDK (fido/1.8) 2015.12 build 2015-12-21_23-00-32
 2015-12-22  7:51 UTC 

[PATCH] OMAPDSS: fix omapfb build error due missing feat functions declaration
 2015-12-22  7:50 UTC  (4+ messages)

[PATCH] extensions: libxt_limit: Add translation to nft
 2015-12-22  7:50 UTC 

[meta-java][1/2 v2] openjdk-8/openjre-8: fix host-user-contaminated QA issue
 2015-12-22  7:49 UTC  (2+ messages)
` [meta-java][2/2 v2] openjdk-8/openjre-8: skip the dev-so test

[U-Boot] [PATCH v2 0/4] add support for atheros ath79 based SOCs
 2015-12-22  7:44 UTC 

[PATCH kernel 0/9] KVM: PPC: Add in-kernel multitce handling
 2015-12-22  7:42 UTC  (9+ messages)
` [PATCH kernel 7/9] KVM: PPC: Move reusable bits of H_PUT_TCE handler to helpers
` [PATCH kernel 9/9] KVM: PPC: Add support for multiple-TCE hcalls

[char-misc-next v3 0/8] mei: create proper iAMT watchdog driver
 2015-12-22  7:40 UTC  (5+ messages)
` [char-misc-next v3 3/8] watchdog: mei_wdt: implement MEI "

[Ocfs2-devel] ocfs2-test for v4.3 done
 2015-12-22  7:39 UTC  (4+ messages)

linux-next: Tree for Dec 22
 2015-12-22  7:38 UTC  (2+ messages)

[PATCH 1/8] ARM: dts: imx7d: cl-som-imx7: add basic module support
 2015-12-22  7:38 UTC  (9+ messages)
` [PATCH v2] "

[Xenomai] NVIDIA Drivers w/ Xenomai
 2015-12-22  7:37 UTC  (4+ messages)

[PATCH 1/2] f2fs: use atomic variable for total_extent_tree
 2015-12-22  7:36 UTC  (6+ 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

[Qemu-devel] [PATCH 0/5] Convert to realize()
 2015-12-22  7:34 UTC  (7+ messages)
` [Qemu-devel] [PATCH 3/5] PXB: convert "

[meta-java][PATCH 1/2] openjdk: fix host-user-contaminated QA issue
 2015-12-22  7:33 UTC  (3+ messages)
` [meta-java][PATCH 2/2] openjdk-8: skip the dev-so test

[U-Boot] [PATCH v3 01/17] arm: socfpga: Enable ubi and ubifs support
 2015-12-22  7:32 UTC  (17+ messages)
` [U-Boot] [PATCH v3 02/17] arm: socfpga: cyclone5: Undefine CONFIG_SPI_FLASH_USE_4K_SECTORS
` [U-Boot] [PATCH v3 03/17] arm: socfpga: arria5: "
` [U-Boot] [PATCH v3 04/17] arm: socfpga: sockit: "
` [U-Boot] [PATCH v3 05/17] arm: socfpga: sr1500: "
` [U-Boot] [PATCH v3 06/17] arm: socfpga: cyclone5_socdk: Enable ubiload console command
` [U-Boot] [PATCH v3 07/17] arm: socfpga: arria5_socdk: "
` [U-Boot] [PATCH v3 08/17] arm: socfpga: sockit: "
` [U-Boot] [PATCH v3 09/17] arm: socfpga: sr1500: "
` [U-Boot] [PATCH v3 10/17] arm: socfpga: cyclone5_socdk: Enable qspiload "
` [U-Boot] [PATCH v3 11/17] arm: socfpga: arria5_socdk: "
` [U-Boot] [PATCH v3 12/17] arm: socfpga: sockit: "
` [U-Boot] [PATCH v3 13/17] arm: socfpga: sr1500: "
` [U-Boot] [PATCH v3 14/17] arm: socfpga: cyclone5_socdk: Update qspiboot to use UBIFS
` [U-Boot] [PATCH v3 15/17] arm: socfpga: arria5_socdk: "
` [U-Boot] [PATCH v3 16/17] arm: socfpga: sockit: "
` [U-Boot] [PATCH v3 17/17] arm: socfpga: sr1500: "

[Bug 88263] Civilization Beyond Earth crashes on
 2015-12-22  7:32 UTC  (2+ messages)
` [Bug 88263] Civilization Beyond Earth crashes on r600

[Bug 93032] [radeonsi] gpu lockup after a few minutes of play
 2015-12-22  7:30 UTC  (2+ messages)
` [Bug 93032] [radeonsi] Civilization Beyond Earth segfaults

[Buildroot] [autobuild.buildroot.net] Build results for 2015-12-21
 2015-12-22  7:30 UTC 

[PATCH] drm, i915: Fix pointer size cast
 2015-12-22  7:30 UTC  (2+ messages)
` ✗ failure: Fi.CI.BAT

[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

RFC: tool for applying 'ceph daemon <osd>' command to all OSDs
 2015-12-22  7:29 UTC  (2+ messages)

[PATCH v3 0/7] interrupt mode for fm10k
 2015-12-22  7:28 UTC  (4+ messages)
` [PATCH v4 0/6] "
  ` [PATCH v4 2/6] fm10k: setup rx queue interrupts for PF and VF

[Bug 89780] Vertex drawing error on Civilization Beyond Earth
 2015-12-22  7:28 UTC  (2+ messages)

[PATCH 1/3] vhost: get rid of linked list dev
 2015-12-22  7:28 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] vhost: simplify numa_realloc
  ` [PATCH v2 3/3] vhost: fix vq realloc at numa_realloc

[Qemu-devel] [PATCH v14 00/13] vfio-pci: pass the aer error to guest
 2015-12-22  7:18 UTC  (6+ messages)
` [Qemu-devel] [PATCH v14 10/13] pci: add pci device pre-post reset callbacks for host bus reset
  ` [Qemu-devel] [PATCH v14 Resend "

[U-Boot] [PATCH] arm: socfpga: Fix emac1 doesn't work on socdk board
 2015-12-22  7:24 UTC  (2+ messages)

[RFC PATCH 0/5] KVM: x86: exit to user space on unhandled MSR accesses
 2015-12-22  7:24 UTC  (5+ messages)
` [RFC PATCH 2/5] KVM: add KVM_EXIT_MSR exit reason and capability

[U-Boot] [PATCH] arm: socfpga: Fix emac1 doesn't work on socdk board
 2015-12-22  7:21 UTC 

[PATCH v2] ARM: PJ4: make coprocessor access sequences buildable in Thumb2 mode
 2015-12-22  7:21 UTC 

improve handling of the driver's internal default context
 2015-12-22  7:20 UTC  (2+ messages)
` ✗ failure: Fi.CI.BAT

[PATCH] bitbake: fetch: use orig localpath when calling orig method
 2015-12-22  7:20 UTC  (6+ messages)

[arm:for-next 20/25] /tmp/ccMMP9pi.s:67: Error: selected processor does not support ARM mode `isb'
 2015-12-22  7:19 UTC  (2+ messages)

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

[PATCH] IB/cma: cma_match_net_dev needs to take into account port_num
 2015-12-22  7:17 UTC  (2+ messages)

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

[PATCH] gprs: Make the ContextAdded return a variant
 2015-12-22  7:11 UTC  (2+ messages)

[RFC PATCH] irqchip/gic-v3-its:Fix the bug while calculating the page number of ITS table
 2015-12-22  7:10 UTC 

[PATCH] network: Fix use-after-free caused by Scan() in poor reception
 2015-12-22  7:09 UTC  (2+ messages)

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

[Qemu-devel] [PATCH 0/3] correct some register return values for vxmnet3
 2015-12-22  7:05 UTC  (4+ messages)

[PATCH] extensions: libxt_iprange: Add translation to nft
 2015-12-22  7:05 UTC 

git describe unexpected results
 2015-12-22  7:03 UTC 

[Qemu-devel] [PATCH COLO-Frame v12 00/38] COarse-grain LOck-stepping(COLO) Virtual Machines for Non-stop Service (FT)
 2015-12-22  7:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH COLO-Frame v12 10/38] COLO: Implement colo checkpoint protocol

[PATCH V12 0/5] xen pvusb toolstack work
 2015-12-22  7:01 UTC  (6+ messages)
` [PATCH V12 1/5] libxl: export some functions for pvusb use
` [PATCH V12 2/5] libxl_utils: add internal function to read sysfs file contents
` [PATCH V12 3/5] libxl: add pvusb API
` [PATCH V12 4/5] xl: add pvusb commands
` [PATCH V12 5/5] domcreate: support pvusb in configuration file

[PATCH 0/5] interrupt mode for fm10k
 2015-12-22  7:00 UTC  (4+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 7/7] doc: release note update for fm10k intr mode


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.