All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-06 15:17:20 to 2016-05-06 16:21:31 UTC [more...]

[Qemu-devel] [PATCH v4 0/6] qemu-io: UI enhancements
 2016-05-06 16:20 UTC  (15+ messages)
` [Qemu-devel] [PATCH v4 1/6] qemu-io: Add missing option documentation
` [Qemu-devel] [PATCH v4 2/6] qemu-io: Use bool for command line flags
` [Qemu-devel] [PATCH v4 3/6] qemu-io: Allow unaligned access by default
` [Qemu-devel] [PATCH v4 4/6] qemu-io: Add 'write -f' to test FUA flag
` [Qemu-devel] [PATCH v4 5/6] qemu-io: Add 'open -u' to set BDRV_O_UNMAP after the fact
` [Qemu-devel] [PATCH v4 6/6] qemu-io: Add 'write -z -u' to test MAY_UNMAP flag

[PATCHv4] pcie: Add driver for Downstream Port Containment
 2016-05-06 16:20 UTC  (3+ messages)

[PATCH 0/5] dm thin: adapt code to use new async __blkdev_issue_discard
 2016-05-06 16:19 UTC  (12+ messages)
` [PATCH v2 1/5] block: reinstate early return of -EOPNOTSUPP from blkdev_issue_discard
` [PATCH 2/5] block: make bio_inc_remaining() interface accessible again
` [PATCH 4/5] dm thin: use __blkdev_issue_discard for async discard support
` [PATCH 5/5] dm thin: unroll issue_discard() to create longer discard bio chains

[PATCH] Fix kernel oops in failed chip_attach
 2016-05-06 16:17 UTC  (3+ messages)

[RFC PATCH v3 0/3] Add vGPU support
 2016-05-06 16:16 UTC  (8+ messages)
` [RFC PATCH v3 1/3] vGPU Core driver
          ` [Qemu-devel] "

[Bug 95193] New: Nouveau not working with Quadro K2200 (NV117) and Debian Wheezy
 2016-05-06 16:16 UTC  (2+ messages)
  ` [Bug 95193] "

[PATCH v15 1/7] t0040-test-parse-options.sh: fix style issues
 2016-05-06 16:16 UTC  (7+ messages)
` [PATCH v16 0/7] config commit verbose

[PATCH v2 00/33] Yet more preparation for reference backends
 2016-05-06 16:14 UTC  (31+ messages)
` [PATCH v2 01/33] t1404: demonstrate a bug resolving references
` [PATCH v2 02/33] commit_ref(): if there is an empty dir in the way, delete it
` [PATCH v2 03/33] read_raw_ref(): don't get confused by an empty directory
` [PATCH v2 04/33] safe_create_leading_directories(): improve docstring
` [PATCH v2 05/33] remove_dir_recursively(): add docstring
` [PATCH v2 06/33] refname_is_safe(): use skip_prefix()
` [PATCH v2 07/33] refname_is_safe(): don't allow the empty string
` [PATCH v2 08/33] refname_is_safe(): insist that the refname already be normalized
` [PATCH v2 09/33] commit_ref_update(): write error message to *err, not stderr
` [PATCH v2 10/33] rename_ref(): remove unneeded local variable
` [PATCH v2 11/33] ref_transaction_commit(): remove local variable n
` [PATCH v2 12/33] read_raw_ref(): rename flags argument to type
` [PATCH v2 13/33] read_raw_ref(): clear *type at start of function
` [PATCH v2 14/33] read_raw_ref(): rename symref argument to referent
` [PATCH v2 15/33] read_raw_ref(): improve docstring
` [PATCH v2 16/33] read_raw_ref(): move docstring to header file
` [PATCH v2 17/33] lock_ref_sha1_basic(): remove unneeded local variable
` [PATCH v2 18/33] refs: make error messages more consistent
` [PATCH v2 19/33] ref_transaction_create(): disallow recursive pruning
` [PATCH v2 21/33] delete_branches(): use resolve_refdup()
` [PATCH v2 23/33] refs: don't dereference on rename
` [PATCH v2 24/33] verify_refname_available(): adjust constness in declaration
` [PATCH v2 25/33] add_update(): initialize the whole ref_update
` [PATCH v2 26/33] lock_ref_for_update(): new function
` [PATCH v2 27/33] unlock_ref(): move definition higher in the file
` [PATCH v2 28/33] ref_transaction_update(): check refname_is_safe() at a minimum
` [PATCH v2 29/33] refs: resolve symbolic refs first
` [PATCH v2 30/33] lock_ref_for_update(): don't re-read non-symbolic references
` [PATCH v2 31/33] lock_ref_for_update(): don't resolve symrefs
` [PATCH v2 32/33] commit_ref_update(): remove the flags parameter

[PATCH] app/test: isolate lpm performance cases
 2016-05-06 16:13 UTC 

Configuring NFSv4.0 Kerberos on a multi-homed Linux NFS server
 2016-05-06 16:13 UTC  (5+ messages)

[PATCH] Documentation/networking: more accurate LCO explanation
 2016-05-06 16:12 UTC  (2+ messages)

[U-Boot] [PATCH] usb: ehci-mx6: allow board_ehci_hcd_init to fail
 2016-05-06 16:12 UTC  (3+ messages)

[PATCH] rtlwifi: pci: use dev_kfree_skb_irq instead of kfree_skb in rtl_pci_reset_trx_ring
 2016-05-06 16:12 UTC  (2+ messages)

[Bug 95282] New: system hang on video playback via vdpau
 2016-05-06 16:12 UTC  (2+ messages)
  ` [Bug 95282] "

[GIT PULL 00/11] perf/core improvements and fixes
 2016-05-06 16:08 UTC  (12+ messages)
` [PATCH 01/11] perf trace: Do not print raw args list for syscalls with no args
` [PATCH 02/11] perf callchain: Fix incorrect ordering of entries
` [PATCH 03/11] perf tools: Refactor code to move call path handling out of thread-stack
` [PATCH 04/11] perf script: Enable db export to output sampled callchains
` [PATCH 05/11] perf script: Add call path id to exported sample in db export
` [PATCH 06/11] perf script: Expose usage of the callchain db export via the python api
` [PATCH 07/11] perf script: Update export-to-postgresql to support callchain export
` [PATCH 08/11] perf stat: Add extra output of counter values with -vv
` [PATCH 09/11] perf trace: Move signum beautifier to tools/perf/trace/beauty/
` [PATCH 10/11] perf trace: Move open_flags "
` [PATCH 11/11] perf trace: Move futex_op "

on-the-wire encryption, addrs, and cephx
 2016-05-06 16:11 UTC  (4+ messages)

802.11s channel width settings?
 2016-05-06 16:09 UTC  (6+ messages)

[kernel-hardening] [PATCH v6 02/11] x86/KASLR: Consolidate mem_avoid entries
 2016-05-06 16:08 UTC  (3+ messages)
` [tip:x86/boot] x86/KASLR: Consolidate mem_avoid[] entries

[PATCH] gitk: Add Portuguese translation
 2016-05-06 16:09 UTC  (2+ messages)
` [PATCH v3] "

connect() returning EINPROGRESS
 2016-05-06 16:09 UTC  (2+ messages)

Bluez 5.39 Secure Connection (SC) and uncompliant devices
 2016-05-06 16:08 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] efi_loader: PXE boot support
 2016-05-06 16:07 UTC  (7+ messages)
` [U-Boot] [PATCH 3/4] net: Move the VCI and client arch values to Kconfig

[PATCH] git-gui: l10n: add Portuguese translation
 2016-05-06 16:06 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/3] ASoC: da7219: Add ACPI initialisation support to driver
 2016-05-06 16:05 UTC  (5+ messages)
` [PATCH 1/3] ASoC: da7219: Convert driver to use generic device/fwnode functions

[PATCH] Fix: debug-info feature enable/disable
 2016-05-06 16:04 UTC 

mm: pages are not freed from lru_add_pvecs after process termination
 2016-05-06 16:04 UTC  (10+ messages)

PCI: Provide sensible irq vector alloc/free routines
 2016-05-06 16:04 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH 3/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-05-06 16:04 UTC  (18+ messages)

[Xenomai] mmap a file in rtdm moudle without switching the mode
 2016-05-06 16:03 UTC  (6+ messages)

[PATCH] Fix regression in Android due to rework .get_station() callback
 2016-05-06 16:02 UTC  (4+ messages)

[PATCH 0/6] ip_pipeline: CLI rework and improvements
 2016-05-06 15:57 UTC  (7+ messages)
` [PATCH 1/6] examples/ip_pipeline: add helper functions for parsing string
` [PATCH 2/6] examples/ip_pipeline: modifies common pipeline CLI
` [PATCH 3/6] examples/ip_pipeline: modifies routing commands
` [PATCH 4/6] examples/ip_pipeline: modifies firewall pipeline CLI
` [PATCH 5/6] examples/ip_pipeline: modifies flow classifications "
` [PATCH 6/6] examples/ip_pipeline: modifies flow action "

[meta-handheld] Pull Request 2016-05-06
 2016-05-06 16:01 UTC 

cc-option in Config.mk and -Og
 2016-05-06 16:00 UTC  (2+ messages)

fq_codel_drop vs a udp flood
 2016-05-06 15:58 UTC  (21+ messages)
` [Codel] "
                                  ` [PATCH net-next] fq_codel: add memory limitation per queue

[GIT PULL 4.7] af9035
 2016-05-06 15:58 UTC 

can: flexcan: patch
 2016-05-06 15:56 UTC  (3+ messages)

[PATCH 0/5] bonding: locks
 2016-05-06 15:55 UTC  (5+ messages)
` [PATCH 1/5] bonding: replace spinlock with read/write lock

Kernel config issue: SND_HDA_RECONFIG depends on SND_HDA_HWDEP
 2016-05-06 15:55 UTC 

[PATCH 2/2] dbus: Remove now unused filter logic
 2016-05-06 15:53 UTC  (2+ messages)

Kernel docs: muddying the waters a bit
 2016-05-06 15:52 UTC  (19+ messages)

[PATCH] Xen: EFI: Parse DT parameters for Xen specific UEFI
 2016-05-06 15:52 UTC  (5+ messages)

[PATCH v3 0/6] connect: various cleanups
 2016-05-06 15:52 UTC  (8+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 01/11] add fetch-pack --diag-url tests for some corner cases

[PATCH 1/2] unit: Remove dbus watch tests using old API
 2016-05-06 15:52 UTC  (2+ messages)

[meta-oe backport krogoth PATCH 01/22] net-snmp: enable ipv6 support
 2016-05-06 15:52 UTC  (6+ messages)
` [meta-oe backport krogoth PATCH 08/22] ltrace: Error Fix for ARM

[Qemu-devel] [PATCH v18 0/8] Block replication for continuous checkpoints
 2016-05-06 15:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH v18 7/8] Implement new driver for block replication
` [Qemu-devel] [Qemu-block] [PATCH v18 0/8] Block replication for continuous checkpoints

[PATCH] unit: Try dbus-properties tests on Dbus1 and kdbus
 2016-05-06 15:51 UTC  (2+ messages)

[PATCH v1] net: i40e: add VLAN tag size to RXMAX
 2016-05-06 15:51 UTC  (3+ messages)

[master][krogoth][PATCH 1/2] qemu: Security fix CVE-2016-2857
 2016-05-06 15:51 UTC  (5+ messages)

[PATCH] Input: ti_am335x_tsc - Mark IRQ as wakeup capable
 2016-05-06 15:50 UTC  (3+ messages)

[PATCH] unit: End to end FD passing test
 2016-05-06 15:50 UTC  (2+ messages)

[PATCH v3] PCI: Add pci_enable_atomic_request
 2016-05-06 15:48 UTC  (7+ messages)

[PATCH V3] libnice, farsight2: unblacklist as libnice's nice.pc issue fixed
 2016-05-06 15:48 UTC 

AT channel problem
 2016-05-06 15:48 UTC  (2+ messages)

[PATCH v1 0/7] Make building xSplice patches easier
 2016-05-06 15:48 UTC  (8+ messages)
` [PATCH v1 1/7] lib: Add a generic implementation of current_text_addr()
` [PATCH v1 2/7] sched: Remove dependency on __LINE__ for release builds
` [PATCH v1 3/7] mm: Use statically defined locking order
` [PATCH v1 4/7] page-alloc: Remove dependency on __LINE__ for release builds
` [PATCH v1 5/7] iommu: "
` [PATCH v1 6/7] acpi: "
` [PATCH v1 7/7] Rename sections for compatibility with -ffunction-sections -fdata-sections

[PATCH v3 03/11] dmaengine: dw: set polarity of handshake interface
 2016-05-06 15:48 UTC 

[PATCH] Fix: debug-info feature enable/disable
 2016-05-06 15:47 UTC 

[U-Boot] [PATCH v3 01/12] dm: core: implement dev_map_phsymem()
 2016-05-06 15:46 UTC  (4+ messages)
` [U-Boot] [PATCH v4] "

[PATCH V4 0/3] soc/tegra: Add support for IO pads power and voltage control
 2016-05-06 15:32 UTC  (5+ messages)
` [PATCH V4 3/3] soc/tegra: pmc: Add support for IO pads power state and voltage

[PATCH] Add support for configuring Infiniband GUIDs
 2016-05-06 15:43 UTC 

PROBLEM: Scheduling latency not respected in CFS with HRTICK enabled
 2016-05-06 15:43 UTC 

How to force BitBake to track dependency to METADATA_REVISION?
 2016-05-06 15:42 UTC  (6+ messages)

Imx6 i2s master driver without i2c
 2016-05-06 15:38 UTC  (2+ messages)

[U-Boot] [PATCH] spi: spi-uclass: fix typo in debug output
 2016-05-06 15:39 UTC  (2+ messages)

[PATCH v2] mtd: spi-nor: support GigaDevice gd25lq64c
 2016-05-06 15:37 UTC 

[PATCH 0/6] perf script: export sampled callchains to database
 2016-05-06 15:38 UTC  (5+ messages)
` [PATCH 3/6] perf script: enable db export to output sampled callchains

[PATCH] mtd: spi-nor: support GigaDevice gd25lq64c
 2016-05-06 15:37 UTC  (3+ messages)

[PATCH 80/83] run-command: make dup_devnull() non static
 2016-05-06 15:34 UTC  (6+ messages)

Found possible branch point, then "Use of uninitialized value $u in substitution/concatenation"
 2016-05-06 15:32 UTC  (3+ messages)

[U-Boot] [PATCH 0/6] arm64: Pine64 fixes and updates
 2016-05-06 15:31 UTC  (7+ messages)
` [U-Boot] [PATCH 6/6] Pine64: rename defconfig

[PATCH v11 1/3] Bluetooth: hci_uart: add prepare callbacks to hci_uart_proto structure
 2016-05-06 15:31 UTC  (3+ messages)
` [PATCH v11 2/3] Bluetooth: hci_uart: check if hdev is present before using it
` [PATCH v11 3/3] Bluetooth: hci_uart: Support firmware download for Marvell

Mainline: Build error in drivers/nvdimm/pmem.c due to commit 658922e57b84
 2016-05-06 15:31 UTC  (2+ messages)

[PATCH 0/5] IS_GENx and related code shrinkage
 2016-05-06 15:31 UTC  (7+ messages)
` [PATCH 1/5] drm/i915: Make IS_GENx macros work on a mask
` [PATCH 2/5] drm/i915: Promote IS_BROADWELL to a simple macro
` [PATCH 3/5] drm/i915: Replace "INTEL_INFO->gen == x" checks with IS_GENx
` [PATCH 4/5] drm/i915: Introduce INTEL_GEN_RANGE macro
` [PATCH 5/5] drm/i915: Do not use a bitfield for INTEL_INFO->num_pipes

[kernel-hardening] [PATCH v6 0/11] x86/KASLR: Randomize virtual address separately
 2016-05-06 15:31 UTC  (5+ messages)
` [kernel-hardening] [PATCH v6 10/11] x86/KASLR: Add physical address randomization >4G
  ` [kernel-hardening] "
    `  "

Help with understanding throttle.finish()
 2016-05-06 15:29 UTC  (2+ messages)
` Could be due to a race condition... "

[PATCH] IOMMU: don't BUG() on exotic hardware
 2016-05-06 15:28 UTC  (3+ messages)

Debugging Xen early boot
 2016-05-06 15:28 UTC  (6+ messages)

[PATCH] Make static lib builds (DISABLE_STATIC) configurable from local.conf
 2016-05-06 15:28 UTC  (5+ messages)

[PATCH iproute2] geneve: fix IPv6 remote address reporting
 2016-05-06 15:28 UTC  (4+ messages)

[REGRESSION] asix: Lots of asix_rx_fixup() errors and slow transmissions
 2016-05-06 15:27 UTC  (9+ messages)

[PATCH 1/1] ASoC: pxa: Fix module autoload for platform drivers
 2016-05-06 15:27 UTC  (2+ messages)

[kernel-hardening] [PATCH v6 01/11] x86/boot: Clean up pointer casting
 2016-05-06 15:21 UTC  (5+ messages)
` [tip:x86/boot] "

[U-Boot] [PATCH] test/py: fix NameError exception if bdi cmd is not supported
 2016-05-06 15:25 UTC  (2+ messages)

[RFC 00/22] Media request API
 2016-05-06 15:25 UTC  (2+ messages)

[Bug 94708] Open source radeon drivers not working properly with Radeon HD 8550M
 2016-05-06 15:25 UTC  (2+ messages)

[Qemu-devel] [PATCH v13 0/3] qapi: child add/delete support
 2016-05-06 15:20 UTC  (3+ messages)
` [Qemu-devel] [PATCH v13 2/3] quorum: implement bdrv_add_child() and bdrv_del_child()

master - activation: activation check is mandatory
 2016-05-06 15:21 UTC 

master - cleanup: drop tracing
 2016-05-06 15:21 UTC 

master - segtype: check for activation2
 2016-05-06 15:21 UTC 

[PATCH] mingw: introduce the 'core.hideDotFiles' setting
 2016-05-06 15:19 UTC  (3+ messages)

[PATCH v2] ie31200_edac: add Skylake support
 2016-05-06 15:18 UTC 

[OE-core] [RFT] GCC 6 Recipes
 2016-05-06 15:18 UTC  (13+ messages)
  ` [yocto] "
        ` [yocto] "
          ` [OE-core] "

[PATCH v2 1/5] drm/i915/guc: add enable_guc_loading parameter
 2016-05-06 15:17 UTC  (4+ messages)
` [PATCH v2 3/5] drm/i915/guc: don't spinwait if the GuC's workqueue is full


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.