All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-18 09:50:49 to 2016-02-18 10:36:00 UTC [more...]

[Qemu-devel] [PATCH 00/13] Introduce Intel 82574 GbE Controller Emulation (e1000e)
 2016-02-18 10:35 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/13] msix: make msix_clr_pending() visible for clients
` [Qemu-devel] [PATCH 02/13] pci: Introduce define for PM capability version 1.1
` [Qemu-devel] [PATCH 03/13] pcie: Add support for PCIe CAP v1
` [Qemu-devel] [PATCH 04/13] pcie: Introduce function for DSN capability creation
` [Qemu-devel] [PATCH 05/13] vmxnet3: Use generic function for DSN capability definition
` [Qemu-devel] [PATCH 06/13] net: Introduce Toeplitz hash calculator
` [Qemu-devel] [PATCH 07/13] net: Add macros for MAC address tracing
` [Qemu-devel] [PATCH 08/13] vmxnet3: Use common MAC address tracing macros
` [Qemu-devel] [PATCH 09/13] net_pkt: Name vmxnet3 packet abstractions more generic
` [Qemu-devel] [PATCH 10/13] rtl8139: Move more TCP definitions to common header
` [Qemu-devel] [PATCH 11/13] net_pkt: Extend packet abstraction as required by e1000e functionality
` [Qemu-devel] [PATCH 12/13] e1000_regs: Add definitions for Intel 82574-specific bits
` [Qemu-devel] [PATCH 13/13] net: Introduce e1000e device emulation

[PATCH v11 0/4] Machine check recovery when kernel accesses poison
 2016-02-18 10:35 UTC  (9+ messages)
` [PATCH v11 3/4] x86, mce: Add __mcsafe_copy()

[PATCH v2 00/16] Scheduling related tracing improvements
 2016-02-18 10:34 UTC  (5+ messages)
` [PATCH v2 01/16] xen: sched: __runq_tickle takes a useless cpu parameter
` [PATCH v2 02/16] xen: sched: move up the trace record for vcpu_wake and vcpu_sleep

[PATCH] usb: gadget: provide interface for legacy gadgets to get UDC name
 2016-02-18 10:34 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3 00/10] grub-xen: support booting huge pv-domains
 2016-02-18 10:34 UTC  (12+ messages)
` [PATCH v3 01/10] xen: make xen loader callable multiple times
` [PATCH v3 02/10] xen: reduce number of global variables in xen loader
` [PATCH v3 03/10] xen: add elfnote.h to avoid using numbers instead of constants
` [PATCH v3 04/10] xen: synchronize xen header

jethro 2.0.1/ubi-utils not installed on target
 2016-02-17 16:10 UTC  (5+ messages)

[PULL] drm-intel-fixes
 2016-02-18 10:34 UTC 

[PATCH 05/24] staging: wilc1000: removes potential null dereference
 2016-02-18 10:33 UTC  (2+ messages)

[Qemu-devel] [PATCH] net: check packet payload length
 2016-02-18 10:33 UTC  (5+ messages)

[kernel-hardening] [PATCH] lkdtm: add test for executing .rodata
 2016-02-18 10:32 UTC  (5+ messages)
` [kernel-hardening] "
    `  "

Stabilising some tools only HVMOPs?
 2016-02-18 10:31 UTC  (3+ messages)

[PATCH] x86/intel/quark: Parameterize the kernel's IMR lock logic
 2016-02-18 10:31 UTC  (3+ messages)

[PATCH] drm/i915: Add RPS debugfs disabling for gen6+ platforms
 2016-02-18 10:31 UTC  (2+ messages)

[PATCH 0/3] usb: USB Type-C Class and driver for UCSI
 2016-02-18 10:30 UTC  (18+ messages)
` [PATCH 2/3] usb: type-c: USB Type-C Connector System Software Interface

[PATCH v2] mm,oom: exclude oom_task_origin processes if they are OOM-unkillable
 2016-02-18 10:30 UTC  (5+ messages)

[PATCH 0/6] hisi_sas: add abort and retry feature
 2016-02-18 10:30 UTC  (14+ messages)
` [PATCH 3/6] hisi_sas: use slot abort in v1 hw
` [PATCH 5/6] hisi_sas: add hisi_sas_slave_configure()

[patch net 0/2] mlxsw fixes
 2016-02-18 10:30 UTC  (3+ messages)
` [patch net 1/2] mlxsw: reg: Add the Switch Port Acceptable Frame Types register
` [patch net 2/2] mlxsw: spectrum: Allow for PVID deletion

another locking issue with nonatomic ops?
 2016-02-18 10:28 UTC  (10+ messages)

[Qemu-devel] [PATCH v2 00/17] throttle: Allow I/O bursts for a user-defined period of time
 2016-02-18 10:27 UTC  (18+ messages)
` [Qemu-devel] [PATCH v2 01/17] throttle: Make throttle_compute_timer() static
` [Qemu-devel] [PATCH v2 02/17] throttle: Make throttle_conflicting() set errp
` [Qemu-devel] [PATCH v2 03/17] throttle: Make throttle_max_is_missing_limit() "
` [Qemu-devel] [PATCH v2 04/17] throttle: Make throttle_is_valid() "
` [Qemu-devel] [PATCH v2 05/17] throttle: Set always an average value when setting a maximum value
` [Qemu-devel] [PATCH v2 06/17] throttle: Merge all functions that check the configuration into one
` [Qemu-devel] [PATCH v2 07/17] throttle: Use throttle_config_init() to initialize ThrottleConfig
` [Qemu-devel] [PATCH v2 08/17] throttle: Add support for burst periods
` [Qemu-devel] [PATCH v2 09/17] throttle: Add command-line settings to define the "
` [Qemu-devel] [PATCH v2 10/17] qapi: Add burst length parameters to block_set_io_throttle
` [Qemu-devel] [PATCH v2 11/17] qapi: Add burst length fields to BlockDeviceInfo
` [Qemu-devel] [PATCH v2 12/17] throttle: Check that burst_level leaks correctly
` [Qemu-devel] [PATCH v2 13/17] throttle: Test throttle_compute_wait() during bursts
` [Qemu-devel] [PATCH v2 14/17] qemu-iotests: Extend iotest 093 to test bursts
` [Qemu-devel] [PATCH v2 15/17] qapi: Correct the name of the iops_rd parameter
` [Qemu-devel] [PATCH v2 16/17] docs: Document the throttling infrastructure
` [Qemu-devel] [PATCH v2 17/17] MAINTAINERS: Add myself as maintainer of the throttling code

[PATCH v4 4/4] libxl: fix cd-eject
 2016-02-18 10:27 UTC  (3+ messages)
` [PATCH v6] libxl: allow 'phy' backend to use empty files

Kernel docs: muddying the waters a bit
 2016-02-18 10:26 UTC  (8+ messages)

[PATCH 0/8] bonding: fixes and enhancements
 2016-02-18 10:26 UTC  (5+ messages)
` [PATCH 6/8] bond: handle slaves with fewer queues than bonding device

[PATCH 00/17] RFC for additional 'nvmem' plumbing
 2016-02-18 10:26 UTC  (5+ messages)
` [PATCH 03/18] [RFC] at91: Make IS_ERR work for I/O pointers

[patch 00/11] x86/perf/intel_uncore: Cleanup and enhancements
 2016-02-18 10:25 UTC  (11+ messages)
` [patch 07/11] x86/perf/uncore: Track packages not per cpu data

[PATCH v3 0/3] add lpm support for NEON
 2016-02-18 10:26 UTC  (5+ messages)
` [PATCH v4 "

[dm-crypt] yet another header reconstruction question
 2016-02-18 10:26 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] Fix migration of old pseries
 2016-02-18 10:25 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 3/3] migration: allow to suppress configuration section submission

[PATCH v2 0/8] arm64: Introduce Allwinner A64 and Pine64 support
 2016-02-18 10:25 UTC  (5+ messages)
` [PATCH v2 1/8] arm64: Introduce Allwinner SoC config option

[PATCH V3 1/2] irq: Track the interrupt timings
 2016-02-18 10:25 UTC  (6+ messages)
` [PATCH V3 2/2] sched: idle: IRQ based next prediction for idle period

[PATCH v11 2/4] x86, mce: Check for faults tagged in EXTABLE_CLASS_FAULT exception table entries
 2016-02-18 10:19 UTC  (2+ messages)
` [tip:ras/core] x86/mce: "

[PATCH 15/16] fm10k: use default mailbox message handler for pf
 2016-02-18 10:25 UTC  (5+ messages)
` [PATCH v2 00/16] fm10k: update shared code
  ` [PATCH v2 01/16] fm10k: use default mailbox message handler for pf

[PATCH V2 0/3] libxl and docs: small improvements in qdisk support
 2016-02-18 10:24 UTC  (3+ messages)
` [PATCH V2 3/3] docs: add more info about target= in disk config

[PATCH net-next 0/4] iptunnel: scrub packet in iptunnel_pull_header
 2016-02-18 10:22 UTC  (5+ messages)
` [PATCH net-next 1/4] geneve: implement geneve_get_sk_family helper
` [PATCH net-next 2/4] geneve: move geneve device lookup before iptunnel_pull_header
` [PATCH net-next 3/4] vxlan: move vxlan "
` [PATCH net-next 4/4] iptunnel: scrub packet in iptunnel_pull_header

[PATCH] mm: add MM_SWAPENTS and page table when calculate tasksize in lowmem_scan()
 2016-02-18 10:21 UTC  (6+ messages)

[Lsf-pc] [LSF/MM TOPIC] multi-stream IO hint implementation proposal for LSF/MM 2016
 2016-02-18 10:21 UTC  (4+ messages)

Kernel oops with Technotrend TT4400
 2016-02-18 10:22 UTC 

[PATCH] drm/i915/gen9: Check for DC state mismatch
 2016-02-18 10:22 UTC  (4+ messages)

[PATCHv5 0/7] Convert exiting EEPROM drivers to NVMEM
 2016-02-18 10:22 UTC  (3+ messages)
` [PATCHv5 3/7] eeprom: at24: extend driver to plug into the NVMEM framework

[PATCH 0/3] libxl and docs: small improvements in qdisk support
 2016-02-18 10:22 UTC  (5+ messages)
` [PATCH 3/3] docs: add more info about target= in disk config

[PATCH] xen/arm64: Make sure we get all debug output
 2016-02-18 10:21 UTC  (6+ messages)

Respect EFI block-io buffer alignment
 2016-02-18 10:21 UTC  (4+ messages)
` [PATCH] efidisk: Respect block_io_protocol "

[PATCH v3] x86/mm/vmfault: Make vmalloc_fault() handle large pages
 2016-02-18 10:18 UTC  (2+ messages)
` [tip:x86/asm] x86/mm: Fix vmalloc_fault() to handle large pages properly

[PATCH v5] portman2x4 - use new parport device model
 2016-02-18 10:20 UTC  (3+ messages)

[kvm-unit-tests PATCH v5 00/18] ppc64: initial drop
 2016-02-18 10:21 UTC  (5+ messages)
` [kvm-unit-tests PATCH v5 06/18] lib: add vprintf

[PATCH] ARM: dts: at91: sama5d2 Xplained: Correct the macb irq pinctrl node
 2016-02-18 10:21 UTC  (2+ messages)

[PATCH 0/6] Pipe level color management V4
 2016-02-18 10:21 UTC  (4+ messages)
` [PATCH 3/6] drm/i915: enable CSC for pipe C
  ` [Intel-gfx] "

[Qemu-devel] [PATCH v2 06/11] nvdimm acpi: initialize the resource used by NVDIMM ACPI
 2016-02-18 10:20 UTC  (16+ messages)
                        `  "

[PATCH v11 4/4] x86: Create a new synthetic cpu capability for machine check recovery
 2016-02-18 10:19 UTC  (2+ messages)
` [tip:x86/asm] x86/cpufeature: "

[PATCH] tools: remove xenpmd
 2016-02-18 10:20 UTC  (3+ messages)

[PATCH v11 1/4] x86: Expand exception table to allow new handling options
 2016-02-18 10:19 UTC  (2+ messages)
` [tip:ras/core] x86/mm: Expand the exception table logic "

V4L docs and docbook
 2016-02-18 10:19 UTC  (8+ messages)

next-20160218 build: 4 failures 20 warnings (next-20160218)
 2016-02-18 10:19 UTC 

[PATCH] eal:Change log output to DEBUG instead of INFO
 2016-02-18 10:18 UTC  (3+ messages)

[PATCH v3 0/6] iio:pressure:ms5611: fix and enhancements
 2016-02-18 10:18 UTC  (4+ messages)
` [PATCH v3 6/6] iio:pressure:ms5611: continuous sampling support

[RFC PATCH 0/3] mm/zsmalloc: increase density and reduce memory wastage
 2016-02-18 10:19 UTC  (7+ messages)
` [RFC PATCH 3/3] mm/zsmalloc: change ZS_MAX_PAGES_PER_ZSPAGE

[PATCH] Staging: comedi: drivers: Delete double assignment
 2016-02-18 10:17 UTC  (4+ messages)
` [Outreachy kernel] "
    ` Fwd: "

Uninitialized variables in hvm_event_breakpoint (Re: New Defects reported by Coverity Scan for XenProject)
 2016-02-18 10:17 UTC  (4+ messages)

[PATCH v2 1/4] leds: core: add generic support for color LED's
 2016-02-18 10:17 UTC  (4+ messages)

[PATCH 0/1] Yocto Bug #6945
 2016-02-18 10:16 UTC  (5+ messages)
` [PATCH 1/1] kernel: Add KERNEL_IMAGETYPES to build multi types kernel at one time

[PATCH] signals, ia64, mips: update arch-specific siginfos with pkeys field
 2016-02-18 10:15 UTC  (4+ messages)

drm/gma500: Use correct unref in the gem bo create function
 2016-02-18 10:15 UTC 

[PATCH v5sub3 0/4] arm64: KASLR: EFI stub part
 2016-02-18 10:15 UTC  (4+ messages)
` [PATCH v5sub3 4/4] arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomness

lttng-modules build issues
 2016-02-18 10:09 UTC 

[BUG] cgroup writeback crash
 2016-02-18 10:12 UTC  (12+ messages)
    ` [PATCH block/for-4.5-fixes] writeback: keep superblock pinned during cgroup writeback association switches

[PATCH v3 00/10] Support for Cortex-M Prototyping System
 2016-02-18 10:11 UTC  (7+ messages)
` [PATCH v3 09/10] ARM: dts: introduce MPS2 AN385/AN386

[PATCH 0/3] Use common Linux tools to control DPDK ports
 2016-02-18 10:11 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] examples/ethtool: add control interface support to the application

[PATCH v2] Documentation: cpufreq: intel_pstate: fix typo
 2016-02-18  0:21 UTC 

[Qemu-devel] [PATCH v11 00/15] prune some QAPI visitor cruft (was qapi cleanups subset E)
 2016-02-18 10:09 UTC  (2+ messages)

RESEND [PATCH V3] libselinux: Add selinux_restorecon function
 2016-02-18 10:08 UTC  (3+ messages)

Using i.MX6 quad's IPU#1/DI#1 to drive parallel port #1 failed
 2016-02-18 10:07 UTC  (4+ messages)

[U-Boot] Beaglebone Black broken since commit fd61d39970b9901217efc7536d9f3a61b4e1752a
 2016-02-18 10:06 UTC  (5+ messages)
` [U-Boot] [PATCH] spl: if MMCSD_MODE_RAW fails, try MMCSD_MODE_FS, if available

[PATCH] pata-rb532-cf: get rid of the irq_to_gpio() call
 2016-02-18 10:05 UTC  (3+ messages)

[PATCH] conf/distro/include: Add no-static-libs.inc
 2016-02-18 10:05 UTC  (3+ messages)

[U-Boot] Issue with USB mass storage (thumb drives)
 2016-02-18 10:05 UTC  (5+ messages)

[PATCH] Documentation: cpufreq: intel_pstate: fix typo
 2016-02-18 10:04 UTC  (3+ messages)

[PATCH] MAINTAINERS: add myself as seabios maintainer
 2016-02-18 10:04 UTC  (6+ messages)

[Intel-wired-lan] [jkirsher-next-queue:40GbE] 8888fd8843ed501a26d9b74de0975b1ace663231 BUILD SUCCESS
 2016-02-18 10:03 UTC 

btrfs send error
 2016-02-18 10:02 UTC  (3+ messages)

[PATCH v2 0/2] Increase number of next hops for LPM IPv4
 2016-02-18 10:02 UTC  (5+ messages)
` [PATCH v2 1/2] lpm: extend ip4 next_hop and add config structure
` [PATCH 2/2] examples: update to use new lpm lib for ip4

[PATCH v2] ARM: move __kuser_cmpxchg{32,64} into .kprobes.text
 2016-02-18 10:01 UTC  (2+ messages)

[LTP] [PATCH 1/3] llistxattr/llistxattr01.c: add new testcase
 2016-02-18 10:02 UTC  (3+ messages)

[Qemu-devel] [PATCH v8 0/4] i386: expose floppy-related objects in SSDT
 2016-02-18 10:01 UTC  (5+ messages)
` [Qemu-devel] [PATCH v8 3/4] fdc: add function to determine drive chs limits

[Qemu-devel] [PATCH v2 0/1] change quorum vote rules for 64-bits hash
 2016-02-18 10:00 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/1] quorum: Change vote rules for 64 bits hash

[PATCH v5 0/7] VT-d Device-TLB flush issue
 2016-02-18 10:00 UTC  (8+ messages)
` [PATCH v5 7/7] VT-d: Fix vt-d Device-TLB flush timeout issue

[net-next] vlan: turn on unicast filtering on vlan device
 2016-02-18 10:00 UTC 

[RFC-help needed 0/3] ARM: dts: thermal: Fix Odroid XU3-Lite overheat
 2016-02-18  9:59 UTC  (8+ messages)
` [RFC 3/3] ARM: dts: Don't overheat the Odroid XU3-Lite on high load

[PATCH net-next 00/12] QoS and VxLAN offloads support for Mellanox 100G mlx5 driver
 2016-02-18  9:58 UTC  (10+ messages)
` [PATCH net-next 04/12] net/mlx5e: Support DCBNL IEEE ETS

[PATCH] net: phy: Add SGMII support for Marvell 88E1510/1512/1514/1518
 2016-02-18  9:59 UTC 

[PATCH v3 0/4] Add tunnel filter support for IP in GRE on i40e
 2016-02-18  9:58 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] lib/ether: optimize the'rte_eth_tunnel_filter_conf' structure
  ` [PATCH v4 2/4] lib/ether: add IP in GRE type
  ` [PATCH v4 3/4] driver/i40e: implement tunnel filter for IP in GRE
  ` [PATCH v4 4/4] app/test-pmd: test "

[PATCH v2 0/4] Add core dtsi for rk3399 from Rockchip
 2016-02-18  9:57 UTC  (6+ messages)
` [PATCH v2 2/4] spi: rockchip: add bindings for rk3399 spi
    ` [PATCH v2.1 "

JFFS2 deadlock
 2016-02-18  9:57 UTC  (6+ messages)

[PATCH v1 0/9] arm: Steps towards EL2 support round 6
 2016-02-18  9:56 UTC  (5+ messages)
` [PATCH v1 8/9] target-arm: A64: Create Instruction Syndromes for Data Aborts
    ` [Qemu-devel] "

[PATCH] oeqa/utils/commands.py: eliminate import bb error [YP#9136] added bitbake/lib to sys.path
 2016-02-18 10:09 UTC 

[Qemu-devel] [PATCH v1 0/2] Add a generic loader
 2016-02-18  9:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH v1 1/2] qdev-monitor.c: Register reset function if the device has one

libata: Implement disk shock protection support
 2016-02-18  9:45 UTC  (2+ messages)

[PATCH resend 00/13] misc patches plus Introduce device delete by devid
 2016-02-18  9:53 UTC  (5+ messages)
` [PATCH v4 12/13] btrfs: introduce "

[PATCH net v2] lwt: fix rx checksum setting for lwt devices tunneling over ipv6
 2016-02-18  9:53 UTC  (2+ messages)

[PATCHv2 0/2] Add UCS1002 USB Port Power Controller
 2016-02-18  9:52 UTC  (3+ messages)
` [PATCHv2 1/2] devicetree: Add UCS1002 USB Port Power Controller binding
` [PATCHv2 2/2] power: ucs1002: Add support for Programmable USB Port Power Controller

[PATCH 1/2] drm/i915/guc: Simplify code by keeping kmap of guc_client object
 2016-02-18  9:51 UTC  (7+ messages)

[PATCH v4 0/8] Kill off intel_crtc->atomic!
 2016-02-18  9:51 UTC  (4+ messages)
` [PATCH v4 1/8] drm/i915: Pass crtc state to modeset_get_crtc_power_domains

[PATCH 0/3] clean-up on virtual PMDs
 2016-02-18  9:50 UTC  (4+ messages)
` [PATCH 2/3] ring: remove duplicate fields in internal data struct


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.