All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-06 15:37:49 to 2016-05-06 16:30:50 UTC [more...]

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

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

[Qemu-devel] [PATCH] rbd:change error_setg() to error_setg_errno()
 2016-05-06 16:29 UTC  (6+ messages)

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

[PATCH 0/5] dm thin: adapt code to use new async __blkdev_issue_discard
 2016-05-06 16:30 UTC  (14+ 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] Documentation/networking: more accurate LCO explanation
 2016-05-06 16:29 UTC  (3+ messages)

[Qemu-devel] TCP Segementation Offloading
 2016-05-06 16:28 UTC  (3+ messages)

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

OSDs continuously crashing with v9.2.1
 2016-05-06 16:29 UTC  (3+ messages)

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

[Qemu-devel] [PATCH v7 00/19] block: kill sector-based blk_write/read
 2016-05-06 16:26 UTC  (21+ messages)
` [Qemu-devel] [PATCH v7 01/19] block: Allow BDRV_REQ_FUA through blk_pwrite()
` [Qemu-devel] [PATCH v7 02/19] block: Switch blk_read_unthrottled() to byte interface
` [Qemu-devel] [PATCH v7 03/19] block: Switch blk_*write_zeroes() "
` [Qemu-devel] [PATCH v7 04/19] block: Introduce byte-based aio read/write
` [Qemu-devel] [PATCH v7 05/19] ide: Switch to byte-based aio block access
` [Qemu-devel] [PATCH v7 06/19] scsi-disk: "
` [Qemu-devel] [PATCH v7 07/19] virtio: "
` [Qemu-devel] [PATCH v7 08/19] xen_disk: "
  `  "
` [Qemu-devel] [PATCH v7 09/19] fdc: Switch to byte-based "
` [Qemu-devel] [PATCH v7 10/19] nand: "
` [Qemu-devel] [PATCH v7 11/19] onenand: "
` [Qemu-devel] [PATCH v7 12/19] pflash: "
` [Qemu-devel] [PATCH v7 13/19] sd: "
` [Qemu-devel] [PATCH v7 14/19] m25p80: "
` [Qemu-devel] [PATCH v7 15/19] atapi: "
` [Qemu-devel] [PATCH v7 16/19] nbd: "
` [Qemu-devel] [PATCH v7 17/19] qemu-img: "
` [Qemu-devel] [PATCH v7 18/19] qemu-io: "
` [Qemu-devel] [PATCH v7 19/19] block: Kill unused sector-based blk_* functions

[PATCH] ARM: at91: sama5: Update defconfig
 2016-05-06 16:27 UTC  (3+ messages)

[PATCH] ti-tisdk-setup: Bump SRCREV for create-sdcard changes
 2016-05-06 16:27 UTC 

NULL dereference on v4.1.x while enabling VF
 2016-05-06 16:26 UTC  (5+ messages)
` [Intel-wired-lan] "

QE validation hammer v0.94.7 finished (needs approval)
 2016-05-06 16:26 UTC 

[PATCH 1/2] drm: hdlcd: Skip PM callbacks if unbound
 2016-05-06 16:26 UTC  (3+ messages)

[PATCH 0/6] Intel Secure Guard Extensions
 2016-05-06 16:24 UTC  (16+ messages)
` [PATCH 5/6] intel_sgx: driver documentation

[PATCH v1 0/4] scsi: some (very) old clean ups
 2016-05-06 16:23 UTC  (5+ messages)
` [PATCH v1 1/4] libsas: remove private hex2bin() implementation
` [PATCH v1 2/4] scsi: fnic: use kernel's '%pM' format option to print MAC
` [PATCH v1 3/4] fusion: print lan address via %pMR
` [PATCH v1 4/4] scsi: qla4xxx: print MAC and SID via %p[mM][R]

[Buildroot] [PATCH 1/1] package/go: bump version to 1.6.2
 2016-05-06 16:23 UTC 

[PATCH v2 00/33] Yet more preparation for reference backends
 2016-05-06 16:14 UTC  (34+ 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 20/33] ref_transaction_commit(): correctly report close_ref() failure
` [PATCH v2 21/33] delete_branches(): use resolve_refdup()
` [PATCH v2 22/33] refs: allow log-only updates
` [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 v2 33/33] lock_ref_sha1_basic(): only handle REF_NODEREF mode

[Qemu-devel] [PATCH v4 0/6] qemu-io: UI enhancements
 2016-05-06 16:21 UTC  (14+ messages)
` [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

[PATCH v1 00/10] Include resources in tests
 2016-05-06 16:20 UTC  (4+ messages)
` [PATCH v1 01/10] app/test: introduce resources for tests

[PATCHv4] pcie: Add driver for Downstream Port Containment
 2016-05-06 16:20 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  (3+ messages)
` [PATCH v16 0/7] config commit verbose

[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] 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)

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

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

[Xenomai] mmap a file in rtdm moudle without switching the mode
 2016-05-06 16:03 UTC  (4+ 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)

[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  (18+ 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 v3 03/11] dmaengine: dw: set polarity of handshake interface
 2016-05-06 15:48 UTC 

[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] Fix: debug-info feature enable/disable
 2016-05-06 15:47 UTC 

[PATCH V4 0/3] soc/tegra: Add support for IO pads power and voltage control
 2016-05-06 15:32 UTC  (4+ 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)


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.