All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-18 08:24:48 to 2015-11-18 08:53:41 UTC [more...]

[Qemu-devel] [PATCH v12 00/36] qapi member collision, alternate layout (post-introspection cleanups, subset D)
 2015-11-18  8:53 UTC  (34+ messages)
` [Qemu-devel] [PATCH v12 01/36] qapi: Track simple union tag in object.local_members
` [Qemu-devel] [PATCH v12 02/36] qapi-types: Consolidate gen_struct() and gen_union()
` [Qemu-devel] [PATCH v12 03/36] qapi-types: Simplify gen_struct_field[s]
` [Qemu-devel] [PATCH v12 04/36] qapi: Drop obsolete tag value collision assertions
` [Qemu-devel] [PATCH v12 05/36] qapi: Simplify QAPISchemaObjectTypeMember.check()
` [Qemu-devel] [PATCH v12 06/36] qapi: Clean up after previous commit
` [Qemu-devel] [PATCH v12 07/36] qapi: Fix up commit 7618b91's clash sanity checking change
` [Qemu-devel] [PATCH v12 08/36] qapi: Eliminate QAPISchemaObjectType.check() variable members
` [Qemu-devel] [PATCH v12 09/36] qapi: Factor out QAPISchemaObjectTypeMember.check_clash()
` [Qemu-devel] [PATCH v12 10/36] qapi: Simplify QAPISchemaObjectTypeVariants.check()
` [Qemu-devel] [PATCH v12 11/36] qapi: Check for qapi collisions involving variant members
` [Qemu-devel] [PATCH v12 12/36] qapi: Factor out QAPISchemaObjectType.check_clash()
` [Qemu-devel] [PATCH v12 13/36] qapi: Hoist tag collision check to Variants.check()
` [Qemu-devel] [PATCH v12 14/36] qapi: Remove outdated tests related to QMP/branch collisions
` [Qemu-devel] [PATCH v12 15/36] qapi: Track owner of each object member
` [Qemu-devel] [PATCH v12 16/36] qapi: Detect collisions in C member names
` [Qemu-devel] [PATCH v12 17/36] qapi: Fix c_name() munging
` [Qemu-devel] [PATCH v12 18/36] qapi: Remove dead visitor code
` [Qemu-devel] [PATCH v12 19/36] blkdebug: Merge hand-rolled and qapi BlkdebugEvent enum
` [Qemu-devel] [PATCH v12 21/36] qapi: Tighten the regex on valid names
` [Qemu-devel] [PATCH v12 23/36] qapi: Remove dead tests for max collision
` [Qemu-devel] [PATCH v12 24/36] cpu: Convert CpuInfo into flat union
` [Qemu-devel] [PATCH v12 25/36] qapi: Add alias for ErrorClass
` [Qemu-devel] [PATCH v12 26/36] qapi: Change munging of CamelCase enum values
` [Qemu-devel] [PATCH v12 27/36] qapi: Forbid case-insensitive clashes
` [Qemu-devel] [PATCH v12 28/36] qapi: Simplify QObject
` [Qemu-devel] [PATCH v12 29/36] qobject: Rename qtype_code to QType
` [Qemu-devel] [PATCH v12 30/36] qapi: Convert QType into qapi builtin enum type
` [Qemu-devel] [PATCH v12 32/36] qapi: Inline _make_implicit_tag()
` [Qemu-devel] [PATCH v12 33/36] qapi: Fix alternates that accept 'number' but not 'int'
` [Qemu-devel] [PATCH v12 34/36] qapi: Add positive tests to qapi-schema-test
` [Qemu-devel] [PATCH v12 35/36] qapi: Simplify visits of optional fields
` [Qemu-devel] [PATCH v12 36/36] qapi: Shorter "

[PATCH] drm/i915: Unpin framebuffers when crtc is deconfigured
 2015-11-18  8:52 UTC  (3+ messages)
` [Intel-gfx] "

[B.A.T.M.A.N.] [PATCH 1/3] batman-adv: fix kerneldoc for DAT functions
 2015-11-18  8:52 UTC  (2+ messages)

[PATCH] drm: support hotspot for universal plane cursors
 2015-11-18  8:51 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] um: Fix get_signal() usage
 2015-11-18  8:51 UTC  (2+ messages)

[PATCH RFC 00/27] PM/Domains: Cluster idle support for ARM SoCs
 2015-11-18  8:50 UTC  (4+ messages)
` [PATCH RFC 13/27] ARM: cpuidle: Add runtime PM support for CPU idle

[PATCH] fm10k: fix wrong VLAN value in RX mbuf
 2015-11-18  8:50 UTC 

[PATCH 0/5] Add iProc PCIe PAXC and MSI support
 2015-11-18  8:48 UTC  (3+ messages)
` [PATCH 4/5] PCI: iproc: Add iProc PCIe "

[RFC PATCH 0/2] hdmi audio dynamically bind PCM to pin
 2015-11-18  8:46 UTC  (3+ messages)
` [RFC PATCH 1/2] ALSA: hda - hdmi playback without monitor in dynamic pcm bind mode
` [RFC PATCH 2/2] ALSA: hda - hdmi dynamically bind PCM to pin when monitor hotplug

[BUG REPORT] perf tools: x86_64: Broken calllchain when sampling taken at 'callq' instruction
 2015-11-18  8:48 UTC  (2+ messages)

bytes order of ip header in dpdk 2.1
 2015-11-18  8:47 UTC 

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

[PATCH] vhost: avoid buffer overflow in update_secure_len
 2015-11-18  8:48 UTC  (8+ messages)

[Buildroot] [PATCH] hidapi: new package
 2015-11-18  8:45 UTC  (6+ messages)

[U-Boot] [PATCH] Revert "net: phy: delay only if reset handler is registered"
 2015-11-18  8:44 UTC  (2+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Fix variable declaration warning in batadv_compare_tt
 2015-11-18  8:43 UTC  (2+ messages)

[PATCH 1/3] xhci: Workaround to get Intel xHCI reset working more reliably
 2015-11-18  8:48 UTC  (3+ messages)
` [PATCH 2/3] usb: xhci: fix checking ep busy for CFC
` [PATCH 3/3] xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices

[PATCH v5] powerpc/pseries: Limit EPOW reset event warnings
 2015-11-18  8:42 UTC 

[PATCH] fault-inject: correct printk order for interval vs. probability
 2015-11-18  8:39 UTC  (3+ messages)

[PATCH v5 0/5] usb: usbtmc: Add support for missing functions in USBTMC-USB488 spec
 2015-11-18  8:38 UTC  (6+ messages)
` [PATCH v5 1/5] Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation
` [PATCH v5 2/5] Add support for USBTMC USB488 SRQ notification with fasync
` [PATCH v5 3/5] Add support for receiving USBTMC USB488 SRQ notifications via poll/select
` [PATCH v5 4/5] Add ioctl to retrieve USBTMC-USB488 capabilities
` [PATCH v5 5/5] Add ioctls to enable and disable local controls on an instrument

[PATCH] Revert "drm/i915: Make prepare_plane_fb fully interruptible."
 2015-11-18  8:36 UTC  (5+ messages)

[PATCH 0/4] CFS idle injection
 2015-11-18  8:36 UTC  (3+ messages)
` [PATCH 3/4] sched: introduce synchronized "

[PATCH] SPI: s3c64xx: pass DMA arguments in platform data
 2015-11-18  8:35 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 02/16] dt-bindings: remove deprecated compatible string from exynos-hdmi
 2015-11-18  8:33 UTC  (2+ messages)
` [PATCH 02/16 REBASED] "

[uml-devel] [PATCH v2] EPOLL Interrupt Controller V2.0
 2015-11-18  8:33 UTC  (9+ messages)

[RESEND PATCH v2 1/2] ARM: imx6: set ahb-burst-config as 0 for USB
 2015-11-18  8:33 UTC  (7+ messages)
` [RESEND PATCH v2 2/2] ARM: imx6: change default burst size "

[PATCH v2] ASoC: ak4613: add single-end optional property for IN/OUT pins
 2015-11-18  8:33 UTC  (2+ messages)

[Qemu-devel] [PATCH 1/3] tests: define qtest-obj-y before using it
 2015-11-18  8:32 UTC  (4+ messages)
` [Qemu-devel] [PATCH 3/3] exec: silence hugetlbfs warning under qtest

[PATCH v2] ARM: xip: Use correct symbol for end of ROM marker
 2015-11-18  8:30 UTC  (5+ messages)
` [PATCH v3] "

Limiting bandwidth per user (unknown IP)
 2015-11-18  8:29 UTC  (2+ messages)

[PATCH v4 0/5] usb: usbtmc: Add support for missing functions in USBTMC-USB488 spec
 2015-11-18  8:27 UTC  (4+ messages)
` [PATCH v4 5/5] Add ioctls to enable and disable local controls on an instrument

[PATCH 0/3] perf tools DWARF libunwind: Add callchain order support
 2015-11-18  8:26 UTC  (6+ messages)
` [PATCH 2/3] perf tools: Add callchain order support for libunwind DWARF unwinder

Minimal support for dm814x
 2015-11-18  8:26 UTC  (13+ messages)

[Qemu-devel] [PATCH v3 0/2] Minor cleanups when parsing the "iommu" option
 2015-11-18  8:26 UTC  (5+ messages)
` [Qemu-devel] [PATCH v3 2/2] i440fx: print an error message if user tries to enable iommu

[RFC2 PATCH v6 00/19] ILP32 for ARM64
 2015-11-18  8:25 UTC  (5+ messages)
` [PATCH v6 15/19] arm64: ilp32: force IPC_64 in msgctl, shmctl, semctl

Regression on Chromebook Pixel 2015 due to i915 fastboot always-on
 2015-11-18  8:29 UTC  (3+ messages)

[PATCH RESEND] ASoC: wm8904: Make undocumented registers non-readable
 2015-11-18  8:24 UTC 

[PATCH v2] arm, am335x: add support for the bosch shc board
 2015-11-18  8:24 UTC  (4+ messages)

[PATCH v3 00/62] Add ACPI support for arm64 on Xen
 2015-11-18  8:24 UTC  (5+ messages)
` [PATCH v3 04/62] arm/acpi: Emulate io ports for arm

[PATCH v11] Add Mediatek thermal support
 2015-11-18  8:24 UTC  (2+ messages)
` [PATCH 2/3] thermal: Add Mediatek thermal controller support


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.