All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-11-18 08:13:15 to 2015-11-18 08:52:00 UTC [more...]

[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  (8+ 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 

[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  (4+ messages)

[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 "

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  (11+ 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  (7+ messages)
` [PATCH v4 1/5] Implement an ioctl to support the USMTMC-USB488 READ_STATUS_BYTE operation
` [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  (11+ messages)
` [PATCH v6 01/19] arm64:ilp32: add documentation on the ILP32 ABI "
` [PATCH v6 14/19] arm64:ilp32: add sys_ilp32.c and a separate table (in entry.S) to use it
` [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 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 v2] arm, am335x: add support for the bosch shc board
 2015-11-18  8:24 UTC  (4+ messages)

[PATCH v11] Add Mediatek thermal support
 2015-11-18  8:24 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: thermal: Add binding document for Mediatek thermal controller
` [PATCH 2/3] thermal: Add Mediatek thermal controller support
` [PATCH 3/3] ARM64: dts: mt8173: Add thermal/auxadc device nodes

[PATCH RESEND] regulator: tps6105x: Convert to use regmap helper functions
 2015-11-18  8:22 UTC 

[RFC] kvmtool: add support for modern virtio-pci
 2015-11-18  8:22 UTC  (3+ messages)

[PATCH v3 0/5] Add board support for TS-4800
 2015-11-18  8:21 UTC  (7+ messages)
` [PATCH v3 2/5] mfd: syscon: add a DT property to set value width

[request for stable 3.x 4.1 inclusion][PATCH 0/2] fix for security/keys
 2015-11-18  8:14 UTC  (3+ messages)
` [PATCH 1/2] KEYS: Fix race between key destruction and finding a keyring by name
` [PATCH 2/2] KEYS: Fix crash when attempt to garbage collect an uninstantiated keyring

[PATCH 0/4] topology: fix some gcc warnings
 2015-11-18  8:19 UTC  (5+ messages)
` [PATCH 2/4] topology: Change variable type to fix gcc warning

[GIT PULL 0/6] EFI page table isolation
 2015-11-18  8:18 UTC  (6+ messages)
` [PATCH 6/6] Documentation/x86: Update EFI memory region description

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

[PATCH v2 00/10] i2c: rcar: tackle race conditions in the driver
 2015-11-18  8:17 UTC  (8+ messages)
` [PATCH v2 05/10] i2c: rcar: refactor setup of a msg

[Buildroot] [PATCH v8] board: add support for Intel Galileo Gen 2
 2015-11-18  8:17 UTC  (4+ messages)

[PATCH] usbvision fix overflow of interfaces array
 2015-11-18  8:15 UTC  (3+ messages)

[U-Boot] Cyclone 5 U-boot 2015.10
 2015-11-18  8:15 UTC  (4+ messages)

[PATCH 0/2] ARM: use const and __initconst for smp_operations (with refactoring hisi)
 2015-11-18  8:15 UTC  (3+ messages)
` [PATCH 2/2] ARM: use const and __initconst for smp_operations

[GIT PULL v2 0/5] EFI page table isolation
 2015-11-18  8:14 UTC  (6+ messages)
` [PATCH v2 1/5] x86/mm/pageattr: Ensure cpa->pfn only contains page frame numbers


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.