All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-24 15:42:49 to 2016-06-24 16:44:56 UTC [more...]

name for A..B ranges?
 2016-06-24 16:44 UTC  (3+ messages)

[PATCH net-next 0/5] qed/qede: Tunnel hardware GRO support
 2016-06-24 16:44 UTC  (19+ messages)

no device creation by udev
 2016-06-24 16:44 UTC 

PATCH] mbuf: rte_pktmbuf_dump: don't add 0x when using %p in format strings
 2016-06-24 16:44 UTC  (4+ messages)
` [PATCH] vmxnet3: remove 0x prefix for %p format

perf record and intel_cqm/llc_occupancy
 2016-06-24 16:43 UTC  (4+ messages)

[PATCH v4] vfio-pci: Allow to mmap sub-page MMIO BARs if the mmio page is exclusive
 2016-06-24 16:43 UTC  (5+ messages)

[RFC 0/5] rework fences on struct sync_file
 2016-06-24 15:09 UTC  (6+ messages)

[Qemu-devel] [PATCH] hw/arm/virt: gicv3: use all target-list bits
 2016-06-24 16:41 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/2] target-arm: Fix SYS_HEAPINFO for 64-bit guests
 2016-06-24 16:39 UTC  (6+ messages)
` [Qemu-devel] [PATCH 1/2] linux-user: Make semihosting heap/stack fields abi_ulongs
` [Qemu-devel] [PATCH 2/2] target-arm/arm-semi.c: Fix SYS_HEAPINFO for 64-bit guests

[PATCH v3 0/4] fix issues in packet capture framework
 2016-06-24 16:39 UTC  (11+ messages)
` [PATCH v4 0/5] "
  ` [PATCH v4 1/5] pdump: fix default socket path
  ` [PATCH v5 0/5] fix issues in packet capture framework
    ` [PATCH v5 1/5] pdump: fix default socket path
    ` [PATCH v5 2/5] pdump: check getenv return value
    ` [PATCH v5 3/5] pdump: fix string overflow
    ` [PATCH v5 4/5] app/pdump: "
    ` [PATCH v5 5/5] app/pdump: fix type casting of ring size

Adventures in btrfs raid5 disk recovery
 2016-06-24 16:39 UTC  (17+ messages)

[PATCH v3] friendlier handling of overflows in archive-tar
 2016-06-24 16:38 UTC  (3+ messages)
` [PATCH v3 1/4] t5000: test tar files that overflow ustar headers

[PATCH] nfp: modifying guide about using uio modules
 2016-06-24 16:39 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] libsemanage: bump version to 2.5
 2016-06-24 16:38 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] libsepol: version bump "
` [Buildroot] [PATCH 4/5] checkpolicy: bump to version 2.5
` [Buildroot] [PATCH 5/5] audit: bump to version 2.5.2

[PATCH v4 0/3] LSM: module hierarchy in /proc/.../attr
 2016-06-24 16:38 UTC  (4+ messages)
` [PATCH v4 3/3] LSM: Add context interface for proc attrs
    ` [PATCH v4 4/3] LSM: Improve "

QCA IPQ4019 support in mainline linux
 2016-06-24 16:37 UTC  (4+ messages)

Problem with policing and marking in ingress filter
 2016-06-24 16:37 UTC 

vmcore not getting created on linux-4.7
 2016-06-24 16:37 UTC  (5+ messages)

[PATCH] drm/i915: fix out-of-bounds page_table access
 2016-06-24 16:37 UTC  (3+ messages)
` ✓ Ro.CI.BAT: success for "

[PATCH] hwrng: OMAP: Fix assumption that runtime_get_sync will always succeed
 2016-06-24 16:35 UTC  (6+ messages)

[PATCH 1/5] hwmon: (tmp102) Use devm_add_action to register cleanup function
 2016-06-24 16:36 UTC  (6+ messages)

[PATCH] acpi: cppc: Prevent cpc_desc_ptr points to the invalid data
 2016-06-24 16:35 UTC  (5+ messages)

[PATCH] capabilities: add capability cgroup controller
 2016-06-24 16:35 UTC  (7+ messages)

[PATCH -tip 00/12] locking/atomics: Add and use inc,dec calls for FETCH-OP flavors
 2016-06-24 16:34 UTC  (6+ messages)
` [PATCH 01/12] locking/atomic: Introduce inc/dec "
  ` [PATCH v2 "

[PATCH v3] ixgbe: configure VLAN TPID
 2016-06-24 16:34 UTC  (3+ messages)
` [PATCH v4] "

[dm-crypt] cryptsetup with Python subprocess + pipes
 2016-06-24 16:33 UTC  (7+ messages)

[Qemu-devel] [PATCH v2 00/18] pc: add CPU hot-add/hot-remove with device_add/device_del
 2016-06-24 16:33 UTC  (20+ messages)
` [Qemu-devel] [PATCH v2 01/18] target-i386: cpu: use uint32_t for X86CPU.apic_id
` [Qemu-devel] [PATCH v2 02/18] pc: add x86_topo_ids_from_apicid()
` [Qemu-devel] [PATCH v2 03/18] pc: extract CPU lookup into a separate function
` [Qemu-devel] [PATCH v2 04/18] pc: cpu: consolidate apic-id validity checks in pc_cpu_pre_plug()
` [Qemu-devel] [PATCH v2 05/18] target-i386: cpu: replace custom apic-id setter/getter with static property
` [Qemu-devel] [PATCH v2 06/18] target-i386: add socket/core/thread properties to X86CPU
` [Qemu-devel] [PATCH v2 07/18] pc: set APIC ID based on socket/core/thread ids if it's not been set yet
` [Qemu-devel] [PATCH v2 08/18] pc: implement query-hotpluggable-cpus callback
` [Qemu-devel] [PATCH v2 09/18] pc: delay setting number of boot CPUs to machine_done time
` [Qemu-devel] [PATCH v2 10/18] pc: register created initial and hotpluged CPUs in one place pc_cpu_plug()
` [Qemu-devel] [PATCH v2 11/18] pc: cpu: allow device_add to be used with x86 cpu
` [Qemu-devel] [PATCH v2 12/18] apic: move MAX_APICS check to 'apic' class
` [Qemu-devel] [PATCH v2 13/18] apic: drop APICCommonState.idx and use APIC ID as index in local_apics[]
` [Qemu-devel] [PATCH v2 14/18] (kvm)apic: add unrealize callbacks
` [Qemu-devel] [PATCH v2 15/18] target-i386: do not ignore error and fix apic parent
` [Qemu-devel] [PATCH v2 16/18] target-i386: fix apic object leak when CPU is deleted
` [Qemu-devel] [PATCH v2 17/18] target-i386: add x86_cpu_unrealizefn()
` [Qemu-devel] [PATCH v2 18/18] pc: make device_del CPU work for x86 CPUs

How to route specific packets to specific interface or IP
 2016-06-24 16:32 UTC 

[PATCH v2 00/17] XSM/FLASK updates for 4.8
 2016-06-24 16:30 UTC  (3+ messages)
` [PATCH 17/17] xsm: add a default policy to .init.data

[PATCH v6 1/5] monitor: Rename vm_event_monitor_get_capabilities
 2016-06-24 16:29 UTC  (5+ messages)
` [PATCH v6 5/5] x86/vm_event: Add HVM debug exception vm_events

Trying to rescue my data :(
 2016-06-24 16:26 UTC  (2+ messages)

[RFT][PATCH 1/2] phy: bcm-ns2-pcie: Get rid of struct ns2_pci_phy
 2016-06-24 16:26 UTC  (2+ messages)
` [RFT][PATCH 2/2] phy: bcm-ns2-pcie: Set missing .owner field in ns2_pci_phy_ops

[PATCH 0/6] arm64: Extend Cortex-A53 errata workaround
 2016-06-24 16:25 UTC  (4+ messages)
` [PATCH 6/6] arm64: trap userspace "dc cvau" cache operation on errata-affected core

[REGRESSION, bisect]cxgb4 port failure with TSO traffic after commit 10d3be569243def8("tcp-tso: do not split TSO packets at retransmit time")
 2016-06-24 16:25 UTC  (5+ messages)

[net PATCH] i40e/i40evf: Fix i40e_rx_checksum
 2016-06-24 16:25 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] mmc: sdhci-msm: Do not reset the controller if no card in the slot
 2016-06-24 16:24 UTC 

Dramatic performance drop at certain number of objects in pool
 2016-06-24 16:24 UTC  (16+ messages)
            ` [ceph-users] "

[RFC PATCH 00/24] Make Nokia N900 cameras working
 2016-06-24 16:21 UTC  (2+ messages)

linux-next: manual merge of the audit tree with the security tree
 2016-06-24 16:20 UTC  (7+ messages)

[PATCH 00/24] R-Car VSP1: Histogram, look-up table and flip support
 2016-06-24 16:20 UTC  (4+ messages)
` [PATCH 01/24] v4l: Add metadata buffer type and format

[RFC PATCH 0/4] Add support for EPT execute only for nested hypervisors
 2016-06-24 16:19 UTC  (9+ messages)

[PATCH] mm, oom: don't set TIF_MEMDIE on a mm-less thread
 2016-06-24 16:19 UTC  (6+ messages)
` [PATCH v2] "

New rules on restrict kernel module loading
 2016-06-24 16:18 UTC  (5+ messages)

[Qemu-devel] [RFC v3 PATCH 13/14] aarch64: Generate fences for aarch64
 2016-06-24 16:17 UTC  (2+ messages)

[RFC/PATCH] ftrace: Reduce size of function graph entries
 2016-06-24 16:15 UTC  (5+ messages)

[Buildroot] [PATCH 1/5] libselinux: bump to version 2.5"
 2016-06-24 16:16 UTC 

[PATCH] net: ethernet: ti: cpdma: switch to use genalloc
 2016-06-24 16:15 UTC  (4+ messages)

[PATCH 1/3] drm/i915: Preserve current RPS frequency across init
 2016-06-24 16:12 UTC  (2+ messages)
` ✗ Ro.CI.BAT: warning for series starting with [1/3] "

[PATCH] can: rcar_canfd: Add Classical CAN only mode support
 2016-06-24 16:12 UTC  (5+ messages)
` [PATCH v2 0/2] can: rcar_canfd: Add Classical CAN & lower state transition support
  ` [PATCH v2 1/2] can: rcar_canfd: Add Classical CAN only mode support

[Bug 96656] [regression, bisected] all textureGather piglits fail
 2016-06-24 16:11 UTC  (2+ messages)

[PATCH 0/5] pwm: Fixes and support for Tegra186
 2016-06-24 16:10 UTC  (5+ messages)
` [PATCH 4/5] pwm: tegra: Add DT node compatible "

Is UBI volume update broken?
 2016-06-24 16:09 UTC  (3+ messages)

[PATCH 1/2] u-boot-ti-staging: update to ti2016.02-rc2 tag
 2016-06-24 16:05 UTC  (2+ messages)
` [PATCH 2/2] linux-ti-staging: update to ti2016.02-rc2 tag, update DTBs

[Buildroot] [PATCH 1/2] package/gmock: install .pc file
 2016-06-24 16:05 UTC  (2+ messages)

[Qemu-devel] [Bug 1596009] [NEW] config/build problem due to libncursesw on Xenial
 2016-06-24 15:58 UTC 

[PATCH] printk: introduce should_ignore_loglevel()
 2016-06-24 16:05 UTC  (2+ messages)

[Buildroot] [PATCH] package/qt5base: add optional dependency on udev
 2016-06-24 16:05 UTC  (2+ messages)

[PATCH] mbuf: replace c memcpy code semantics with optimized rte_memcpy
 2016-06-24 16:04 UTC  (16+ messages)
` [PATCH v2] mempool: "

[PATCH] doc: virtio pmd versions
 2016-06-24 16:03 UTC  (3+ messages)
` [PATCH v2] "

[Qemu-devel] [PULL 00/28] target-arm queue
 2016-06-24 16:02 UTC  (4+ messages)
` [Qemu-devel] [PULL 17/28] hw/ptimer: Perform counter wrap around if timer already expired

[PATCH v7 0/9] x86/mm: memory area address KASLR
 2016-06-24 16:02 UTC  (11+ messages)
` [kernel-hardening] "
                ` devicetree random-seed properties, was: "Re: [PATCH v7 0/9] x86/mm: memory area address KASLR"
                  ` [kernel-hardening] "

[mel:mm-vmscan-node-lru-v8r12 185/295] arch/arm/include/asm/jump_label.h:13:2: note: in expansion of macro 'asm_volatile_goto'
 2016-06-24 16:00 UTC 

[Qemu-devel] [PATCH] target-sparc: fix register corruption in ldstub if there is no write permission
 2016-06-24 16:02 UTC  (6+ messages)

[Buildroot] [git commit] package/qt5base: add optional dependency on udev
 2016-06-24 16:02 UTC 

[PATCH v2] cpuidle: Fix last_residency division
 2016-06-24 16:01 UTC  (4+ messages)

[PATCH v5 0/5] da8xx USB PHY platform devices and clocks (was "da8xx UBS clocks")
 2016-06-24 16:00 UTC  (9+ messages)
` [PATCH v5 2/5] ARM: davinci: da8xx: Add CFGCHIP syscon platform declaration

[Buildroot] [git commit] package/gtest: add and install a .pc file
 2016-06-24 16:00 UTC 

[Qemu-devel] [PATCH 0/1] vhost-user: Add a protocol extension for client responses to vhost commands
 2016-06-24 15:45 UTC  (3+ messages)

[U-Boot] [PATCH] nitrogen6x : Use generic distro configuration
 2016-06-24 15:59 UTC 

[Buildroot] [git commit] package/gmock: install .pc file
 2016-06-24 15:58 UTC 

[Buildroot] [PATCH] package/rrdtool: add support for perl bindings
 2016-06-24 15:58 UTC  (2+ messages)

[Buildroot] [PATCH v2] fs/tar: support passing long options to tar
 2016-06-24 15:57 UTC 

[U-Boot] [PATCH v2 0/9] Secure Boot by Authenticating/Decrypting SPL FIT blobs
 2016-06-24 15:57 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/9] arm: cache: add missing dummy functions for when dcache disabled
` [U-Boot] [PATCH v2 2/9] arm: omap-common: add secure smc entry
` [U-Boot] [PATCH v2 3/9] arm: omap-common: add secure rom call API for secure devices
` [U-Boot] [PATCH v2 4/9] arm: omap-common: secure ROM signature verify API
` [U-Boot] [PATCH v2 5/9] arm: omap-common: Update to generate secure U-Boot FIT blob
` [U-Boot] [PATCH v2 6/9] spl: fit: add support for post-processing of images
` [U-Boot] [PATCH v2 7/9] arm: omap5: add U-Boot FIT signing and SPL image post-processing
` [U-Boot] [PATCH v2 8/9] arm: am4x: "
` [U-Boot] [PATCH v2 9/9] doc: Update info on using secure devices from TI

[PATCH v10 00/22] Add HiSilicon RoCE driver
 2016-06-24 15:56 UTC  (10+ messages)
` [PATCH v10 07/22] IB/hns: Add event queue support
` [PATCH v10 09/22] IB/hns: Add hca support

[PATCH v3 0/4] Support DAX for device-mapper linear devices
 2016-06-24 15:56 UTC  (9+ messages)
` [PATCH v3 3/4] dm: add infrastructure for DAX support

[Qemu-devel] [RFC] target-arm: fix semihosting ram base issue
 2016-06-24 15:55 UTC  (4+ messages)

[PATCH 0/5] mmc: bcm2835-sdhost: Add new driver for the internal SD controller
 2016-06-24 15:55 UTC  (5+ messages)
` [PATCH 1/5] dt-bindings: Add binding for brcm,bcm2835-sdhost

Bluez 5.37 SIG QDID?
 2016-06-24 15:55 UTC 

[PATCH 00/15] Make VFIO support independent on PCI
 2016-06-24 15:55 UTC  (3+ messages)
` [PATCH v2 12/16] vfio: fix typo in doc for vfio_setup_device

[PATCH v9 00/12] kthread: Kthread worker API improvements
 2016-06-24 15:54 UTC  (7+ messages)
` [PATCH v9 06/12] kthread: Add kthread_drain_worker()

Kernel 4.7rc3 - Performance drop 30-40% for SPECjbb2005 and SPECjvm2008 benchmarks against 4.6 kernel
 2016-06-24 15:54 UTC  (10+ messages)

[Qemu-devel] [PATCH 0/3] block: ignore flush requests when storage is clean
 2016-06-24 15:54 UTC  (4+ messages)
` [Qemu-devel] [PATCH 1/3] "

[PATCH] mm,oom: use per signal_struct flag rather than clear TIF_MEMDIE
 2016-06-24 15:54 UTC  (3+ messages)

Patch "netfilter: x_tables: introduce and use xt_copy_counters_from_user" has been added to the 3.14-stable tree
 2016-06-24 15:54 UTC 

[PATCH] gcc5: Upgrade to gcc 5.4
 2016-06-24 15:53 UTC 

[PATCH 1/2] clk: fixed-factor: Allow for a few clocks to change the parent rate
 2016-06-24 15:52 UTC  (3+ messages)

[Qemu-devel] [PATCH v4 00/11] backup compression
 2016-06-24 15:50 UTC  (6+ messages)
` [Qemu-devel] [PATCH 08/11] drive-backup: added support for data compression

[PATCH] PCI: PCI_PROBE_ONLY clean-up
 2016-06-24 15:50 UTC  (2+ messages)

Crashes in -next due to 'mm, page_alloc: remove fair zone allocation policy'
 2016-06-24 15:50 UTC  (4+ messages)

[Qemu-devel] [RFC v3 00/19] Base enabling patches for MTTCG
 2016-06-24 15:48 UTC  (3+ messages)
` [Qemu-devel] [RFC v3 07/19] translate-all: Add assert_memory_lock annotations

[PATCH v4 00/16] Virtually mapped stacks with guard pages (x86, core)
 2016-06-24 15:48 UTC  (7+ messages)
` [PATCH v4 11/16] x86/dumpstack: When OOPSing, rewind the stack before do_exit
        ` [kernel-hardening] "

Short-term plans for the post 2.9 cycle
 2016-06-24 15:48 UTC  (2+ messages)

[PATCH] cryptodev: uninline parameter parsing
 2016-06-24 15:47 UTC 

[PATCH] i2c: hibvt: add Hisilicon BVT I2C controller driver
 2016-06-24 15:47 UTC  (2+ messages)

S805 RTC driver
 2016-06-24 15:47 UTC  (3+ messages)

[PATCH] examples/l3fwd: update documentation
 2016-06-24 15:47 UTC  (2+ messages)

[rtc-linux] [PATCH v2 0/4] add device tree support for rtc-rv8803
 2016-06-24 15:44 UTC  (7+ messages)
` [rtc-linux] [PATCH v2 1/4] devicetree: Add Micro Crystal AG vendor id
  ` [rtc-linux] "
    `  "
` [rtc-linux] [PATCH v2 2/4] dt/bindings: Add bindings for Micro Crystal rv8803
  ` [rtc-linux] "
    `  "

Brightness and "touchpad dis-/enable" keys not working for Fujitsu e7x6
 2016-06-24 15:43 UTC  (12+ messages)

[PATCH v3 0/3] Add Broadcom iproc-static-adc controller driver
 2016-06-24 15:43 UTC  (5+ messages)
` [PATCH v3 1/3] Documentation: DT: Add iproc-static-adc binding

[Bug 50325] New: Glyphy bad render on r600g (software render is fine)
 2016-06-24 15:42 UTC  (2+ messages)
` [Bug 50325] Glyphy bad render on r600g (software render is fine) - too many registers?

[Qemu-devel] [PATCH v8 0/8] data-driven device registers
 2016-06-24 15:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH v8 6/8] register: Add block initialise helper
` [Qemu-devel] [PATCH v8 7/8] dma: Add Xilinx Zynq devcfg device model
` [Qemu-devel] [PATCH v8 8/8] xilinx_zynq: Connect devcfg to the Zynq machine model


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.