All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-12-22 14:40:54 to 2016-12-22 15:59:30 UTC [more...]

[Qemu-devel] [RFC PATCH 00/11] Stubs cleanup
 2016-12-22 15:59 UTC  (8+ messages)
` [Qemu-devel] [PATCH 01/11] stubs: merge all monitor stubs in one file, remove monitor_cur_is_qmp stub
` [Qemu-devel] [PATCH 02/11] stubs: move smbios stubs to hw/smbios
` [Qemu-devel] [PATCH 03/11] stubs: move acpi stubs to hw/acpi
` [Qemu-devel] [PATCH 04/11] stubs: remove unused stub for serial_hd
` [Qemu-devel] [PATCH 05/11] hw: move reset handlers from vl.c to hw/core
` [Qemu-devel] [PATCH 06/11] stubs: group stubs for user-mode emulation
` [Qemu-devel] [PATCH 07/11] stubs: group all monitor_fdset_* functions in a single file

[kernel-hardening] [PATCH v6 0/5] The SipHash Patchset
 2016-12-22 15:58 UTC  (23+ messages)
` [kernel-hardening] [PATCH v7 0/6] "
  ` [kernel-hardening] [PATCH v7 3/6] random: use SipHash in place of MD5
    ` [kernel-hardening] "
              `  "

[Qemu-devel] [PULL 00/25] First round of misc patches for QEMU 2.9
 2016-12-22 15:58 UTC  (27+ messages)
` [Qemu-devel] [PULL 01/25] exec: optimize remaining address_space_* cases
` [Qemu-devel] [PULL 02/25] exec: introduce memory_ldst.inc.c
` [Qemu-devel] [PULL 03/25] exec: introduce address_space_extend_translation
` [Qemu-devel] [PULL 04/25] exec: introduce MemoryRegionCache
` [Qemu-devel] [PULL 05/25] watchdog: 6300esb: add exit function
` [Qemu-devel] [PULL 06/25] rules.mak: speedup save-vars load-vars
` [Qemu-devel] [PULL 07/25] rules.mak: add more rules to avoid chaining
` [Qemu-devel] [PULL 08/25] build-sys: remove libtool left-over
` [Qemu-devel] [PULL 09/25] virtio-scsi: introduce virtio_scsi_acquire/release
` [Qemu-devel] [PULL 10/25] qemu-timer: check active_timers outside lock/event
` [Qemu-devel] [PULL 11/25] timer: fix misleading comment in timer.h
` [Qemu-devel] [PULL 12/25] main-loop: update comment for qemu_mutex_lock/unlock_iothread
` [Qemu-devel] [PULL 13/25] block: drop remaining legacy aio functions in comment
` [Qemu-devel] [PULL 14/25] target-i386: Add Intel SHA_NI instruction support
` [Qemu-devel] [PULL 15/25] pc: make smbus configurable
` [Qemu-devel] [PULL 16/25] pc: make sata configurable
` [Qemu-devel] [PULL 17/25] pc: make pit configurable
` [Qemu-devel] [PULL 18/25] x86: Fix x86_64 'g' packet response to gdb from 32-bit mode
` [Qemu-devel] [PULL 19/25] multiboot: copy the cmdline verbatim, unescape module strings
` [Qemu-devel] [PULL 20/25] hw/block/pflash_cfi*.c: fix confusing assert fail message
` [Qemu-devel] [PULL 21/25] scsi-disk: fix VERIFY for scsi-block
` [Qemu-devel] [PULL 22/25] kvm: sync linux headers
` [Qemu-devel] [PULL 23/25] kvmclock: reduce kvmclock difference on migration
` [Qemu-devel] [PULL 24/25] target-i386: Fix eflags.TF/#DB handling of syscall/sysret insns
` [Qemu-devel] [PULL 25/25] x86: implement la57 paging mode

[PATCH 0/3] xen: fix some minor bugs and cleanup of xenbus
 2016-12-22 15:55 UTC  (14+ messages)
` [PATCH 1/3] xen: xenbus driver must not accept invalid transaction ids
` [PATCH 2/3] xen: return xenstore command failures via response instead of rc
` [PATCH 3/3] xen: remove stale xs_input_avail() from header

[PATCH 0/22] fsnotify: Avoid SRCU stalls with fanotify permission events
 2016-12-22 15:54 UTC  (7+ messages)
` [PATCH 01/22] fsnotify: Remove unnecessary tests when showing fdinfo
` [PATCH 02/22] inotify: Remove inode pointers from debug messages

[PATCH] i2c: mv64xxx: add suspend/resume support
 2016-12-22 15:54 UTC  (2+ messages)

[PATCH] net: add one ethtool option to set relax ordering mode
 2016-12-22 15:53 UTC  (5+ messages)
` [PATCH] ethtool: "

[meta-python][PATCH] python-flask-login: update to version 0.4.0
 2016-12-22 15:49 UTC 

[PATCH 1/2] ath10k: add accounting for the extended peer statistics
 2016-12-22 15:48 UTC  (6+ messages)
` [PATCH] ath10k: merge extended peer info data with existing peers info

[PATCH v2] stmmac: CSR clock configuration fix
 2016-12-22 15:47 UTC  (3+ messages)

[PATCH 0/3] power: supply: bq24735: handle AC adapter absence
 2016-12-22 15:47 UTC  (2+ messages)

Improve IEC binary and SI decimal prefix handling
 2016-12-22 15:47 UTC  (4+ messages)
` [PATCH 09/12] Convert group_run_stats to use bytes instead of KiB/KB

[PATCH v2 0/5] General Build Fixes
 2016-12-22 15:46 UTC  (5+ messages)
` [PATCH v2 5/5] tools/blktap2/drivers: Remove non-existent sys/sysctl.h include

[bcachefs-testing] missing inode 6502 (nlink 1) (repair unimplemented)
 2016-12-22 15:45 UTC  (3+ messages)

[Cocci] Converting DEVICE_ATTR to DEVICE_ATTR_{RO, RW, WO} and changing function names at the same time
 2016-12-22 15:45 UTC  (10+ messages)
          ` Converting DEVICE_ATTR to DEVICE_ATTR_{RO,RW,WO} "

[meta-python][PATCH] python3-wekzeug: update RDEPENDS to pull in http module
 2016-12-22 15:45 UTC 

[PATCH 00/13] Fixes and tweaks
 2016-12-22 15:45 UTC  (3+ messages)
` [PATCH 12/13] i40e: return -errno when intr setup fails

[GLK MIPI DSI V2 0/9] GLK MIPI DSI VIDEO MODE PATCHES
 2016-12-22 15:43 UTC  (6+ messages)
` [GLK MIPI DSI V2 9/9] drm/915: Parsing the missed out DTD fields from the VBT

[cip-dev] CIP Developer update
 2016-12-22 15:43 UTC 

[ANNOUNCE] mtd-utils-2.0.0 is released
 2016-12-22 15:41 UTC  (2+ messages)
` [Buildroot] "

[PATCH, RFC 0/5] IB: Optimize DMA mapping
 2016-12-22 15:40 UTC  (10+ messages)
` Testing latest linux-next 4.9 ib_srp and ib_srpt
              ` Testing latest linux-next 4.9 ib_srp and ib_srpt sees I/O capped at 1MB and no merging

[PATCH 1/3] iw_cxgb4: refactor sq/rq drain logic
 2016-12-22 15:40 UTC  (3+ messages)
  ` [PATCH 2/3] iw_cxgb4: free EQ queue memory on last deref
  ` [PATCH 3/3] iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abort

[PATCH 0/2] x86/VMX: XSA-203 follow-up
 2016-12-22 15:37 UTC  (7+ messages)
` [PATCH 2/2] x86/VMX: don't needlessly install VMFUNC emulation hook

[PATCH 2/3] fs/pstore: fs/squashfs: Change lz4 compressor functions to work with new version
 2016-12-22 15:36 UTC  (3+ messages)

[PATCH 1/2] ucm: Automatically load the best config file based on the card long name
 2016-12-22 15:35 UTC  (6+ messages)

[PATCH net] net: ipv4: Don't crash if passing a null sk to ip_do_redirect
 2016-12-22 15:33 UTC 

[PATCH] xsm: allow relevant permission during migrate and gpu-passthrough
 2016-12-22 15:34 UTC  (7+ messages)

[PATCH 1/5] ethdev: add firmware version get
 2016-12-22 15:31 UTC  (6+ messages)
` [PATCH v2 0/5] example/ethtool: add bus info and fw "

[PATCH] docs: Clarify scope of reboot= and noreboot Xen command line options
 2016-12-22 15:30 UTC  (2+ messages)

[PATCH v4 0/5] i2c: designware: Add slave support
 2016-12-22 15:29 UTC  (9+ messages)
` [PATCH v4 3/5] i2c: designware: Add slave definitions

[PATCH] xfsprogs: fix a couple 32-bit build warnings
 2016-12-22 15:28 UTC 

[PATCH v2] ethdev: cleanup device ops struct whitespace
 2016-12-22 15:28 UTC  (6+ messages)
` [PATCH v3] "

[PATCHSET v4] blk-mq-scheduling framework
 2016-12-22 15:28 UTC  (12+ messages)
` [PATCH 6/8] blk-mq-sched: add framework for MQ capable IO schedulers

[PATCH] tools/tests/x86_emulate: #define unlikely in x86 emulator test harness
 2016-12-22 15:28 UTC  (4+ messages)

[PATCH RFC] tools/xenlight: Create xenlight Makefile
 2016-12-22 15:26 UTC 

[PATCH] drm/i915: Revoke partial fences when installing on the scanout
 2016-12-22 15:26 UTC  (2+ messages)

[PATCH v4 00/23] Decouple ethdev from PCI device
 2016-12-22 15:26 UTC  (8+ messages)
` [PATCH v4 18/23] ethdev: Helper to map to struct rte_pci_device
` [PATCH v4 22/23] ethdev: Decouple interrupt handling from PCI device
` [PATCH v4 23/23] ethdev: Decouple struct rte_eth_dev from struct rte_pci_device

[Qemu-devel] [PATCH] smbios: filter based on CONFIG_SMBIOS rather than TARGET
 2016-12-22 15:25 UTC  (2+ messages)

[PATCH] arm64: defconfig: enable XORv2 for Marvell Armada 7K/8K
 2016-12-22 15:24 UTC 

[PATCH 2/3] serial: 8250: Add new port type for TI DA8xx/OMAPL13x/AM17xx/AM18xx
 2016-12-22 15:21 UTC  (4+ messages)
` [2/3] "

[oe-commits] [openembedded-core] 02/20: openssl: Security fix CVE-2016-2177
 2016-12-22 15:21 UTC 

[U-Boot] [PATCH] sunxi: add an environment variable for boot media
 2016-12-22 15:20 UTC  (2+ messages)

[meta-python][PATCH] python-pysocks: update to version 1.6.5 and fix RDEPENDS
 2016-12-22 15:18 UTC 

[Qemu-devel] [PATCH] smbios: stop ignoring command line options for TARGET_ARM
 2016-12-22 15:18 UTC  (6+ messages)

[PATCH] drm: zte: support hdmi audio through spdif
 2016-12-22 15:18 UTC  (3+ messages)

[PATCH] drm/i915/guc: Reserve the upper end of the Global GTT for the GuC
 2016-12-22 15:18 UTC  (7+ messages)

[LTP] [PATCH 1/3] test_net.sh: fix netns when defined LHOST_IFACES or RHOST_IFACES
 2016-12-22 15:17 UTC  (5+ messages)

[refpolicy] [PATCH 1/2] xserver: introduce new fc and interface to manage X session logs
 2016-12-22 15:15 UTC  (4+ messages)
` [refpolicy] [PATCH 2/2] contrib: support the new "
  ` [refpolicy] [PATCH v2 "
    ` [refpolicy] [PATCH v3 "

[U-Boot] [PATCH 1/2] sunxi: add proper device tree for Lichee Pi One
 2016-12-22 15:15 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] sunxi: add support for Lichee Pi One device

[RFC PATCH] cgroup, cpuset: add cpuset.remap_cpus
 2016-12-22 15:07 UTC  (2+ messages)

btrfs_log2phys: cannot lookup extent mapping
 2016-12-22 15:14 UTC  (5+ messages)

[lkp-developer] [sched/fair] 4e5160766f: +149% ftq.noise.50% regression
 2016-12-22 15:12 UTC  (5+ messages)
    ` [LKP] "

pull-request: wireless-drivers 2016-12-22
 2016-12-22 15:11 UTC 

[Qemu-devel] [PATCH for-2.9 07/10] memhp: move GPE handler_E03 into build_memory_hotplug_aml()
 2016-12-22 15:10 UTC  (2+ messages)
` [Qemu-devel] [PATCH for-2.9 v2 "

[PATCH 1/3] dt-bindings: add vendor prefix for Lichee Pi
 2016-12-22 15:10 UTC  (6+ messages)
` [PATCH 3/3] ARM: dts: sun5i: add support for Lichee Pi One board

[PATCH v3] Fix building xfsprogs on 32-bit platforms
 2016-12-22 15:09 UTC  (4+ messages)

fitImage and initramfs
 2016-12-22 15:07 UTC  (7+ messages)

[PATCH urgent] Revert "x86/unwind: Detect bad stack return address"
 2016-12-22 15:02 UTC 

[Qemu-devel] [Bug 1651167] [NEW] hw/ipmi/isa_ipmi_bt.c:283: suspect use of macro ?
 2016-12-22 15:01 UTC  (3+ messages)
` [Qemu-devel] [PATCH] ipmi: Add parenthesis around some macro parameters

[PATCH] crypto: qat - increase number of supported devices
 2016-12-22 15:01 UTC 

[PATCH lttng-tools] Fix: add missing rcu_barrier before daemon teardown
 2016-12-22 14:58 UTC 

[PATCH] crypto: qat - initialize cra_flags before register into kpp
 2016-12-22 15:00 UTC 

[PATCH] crypto: qat - modify format of dev top level debugfs entries
 2016-12-22 15:00 UTC 

[Qemu-devel] [PATCH v4 0/2] pcie_aer modification
 2016-12-22 15:00 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 1/2] pcie_aer: Convert pcie_aer_init to Error

[PATCH] crypto: qat - zero esram only for DH85x devices
 2016-12-22 15:00 UTC 

[PATCH] crypto: qat - fix bar discovery for c62x
 2016-12-22 15:00 UTC 

[PATCH] crypto: qat - replace hardcoded BIT(0) in vf_isr
 2016-12-22 14:59 UTC 

[PATCH] crypto: qat - fix comments describing adf_disable_sriov()
 2016-12-22 14:59 UTC 

[PATCH] crypto: qat - fix indentation
 2016-12-22 14:58 UTC 

[PATCH v6 0/2] virtio-crypto: add Linux driver
 2016-12-22 14:58 UTC  (6+ messages)
` [PATCH v6 1/2] sparc: fix a building error reported by kbuild

[PATCH v2] drm: zte: add overlay plane support
 2016-12-22 14:56 UTC  (3+ messages)

Build warning on 32-bit PPC - bisected to commit 989cea5c14be
 2016-12-22 14:53 UTC  (3+ messages)

[PATCH] mm: pmd dirty emulation in page fault handler
 2016-12-22 14:52 UTC  (7+ messages)

[PATCH 0/8] Introducing NXP DPAA2 SEC based cryptodev PMD
 2016-12-22 20:17 UTC  (13+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] librte_cryptodev: Add rte_device pointer in cryptodevice
  ` [PATCH v2 02/11] crypto/dpaa2_sec: Run time assembler for Descriptor formation
  ` [PATCH v2 03/11] crypto/dpaa2_sec/hw: Sample descriptors for NXP DPAA2 SEC operations
  ` [PATCH v2 04/11] doc: Adding NXP DPAA2_SEC in cryptodev
  ` [PATCH v2 05/11] lib: Add cryptodev type for DPAA2_SEC
  ` [PATCH v2 06/11] crypto: Add DPAA2_SEC PMD for NXP DPAA2 platform
  ` [PATCH v2 07/11] crypto/dpaa2_sec: Add DPAA2_SEC PMD into build system
  ` [PATCH v2 08/11] crypto/dpaa2_sec: Enable DPAA2_SEC PMD in the configuration
  ` [PATCH v2 09/11] crypto/dpaa2_sec: statistics support
  ` [PATCH v2 10/11] app/test: add dpaa2_sec crypto test
  ` [PATCH v2 11/11] crypto/dpaa2_sec: Update MAINTAINERS entry for dpaa2_sec PMD

[xen-unstable test] 103788: regressions - trouble: broken/fail/pass
 2016-12-22 14:51 UTC  (8+ messages)
` elbling1 (was Re: [xen-unstable test] 103788: regressions - trouble: broken/fail/pass)

[PATCH v1 0/3] make kurobox-pro be able to shutdown after device-tree migration
 2016-12-22 14:49 UTC  (7+ messages)
` [PATCH v2] power: reset: add linkstation-reset driver

[PATCH 0/2] kernel-yocto: 4.9 goodness
 2016-12-22 14:49 UTC  (3+ messages)
` [PATCH 1/2] linux-libc-headers: introduce 4.9 headers
` [PATCH 2/2] kernel: introduce linux-yocto v4.9 recipes

[PATCH] ethdev: remove invalid function from version map file
 2016-12-22 14:48 UTC  (2+ messages)

[RFC/PATCH] linux/kernel.h: Fix DIV_ROUND_CLOSEST to support negative divisors
 2016-12-22 14:48 UTC  (2+ messages)

[PATCH 00/31] Support VFD and DPDK PF + kernel VF on i40e
 2016-12-22 14:47 UTC  (5+ messages)
` [PATCH v6 00/25] Support VFD "
  ` [PATCH v6 23/25] app/testpmd: handle i40e in VF VLAN filter command

[BUG] Xen-4.8.0 efi/buildid.o: file not recognized/Ambiguous
 2016-12-22 14:46 UTC  (2+ messages)

[PATCH v5] rootfs: Modify RPM installation
 2016-12-22 14:45 UTC  (4+ messages)
` [PATCH v6] "

[PATCH v4 04/38] lib: Add a simple prime number generator
 2016-12-22 14:45 UTC  (2+ messages)
` [PATCH v10] "

[xen-unstable-smoke test] 103806: tolerable all pass - PUSHED
 2016-12-22 14:45 UTC 

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2016-12-22 14:42 UTC  (3+ messages)

[PATCH v5] Patches for QCOM IPQ4019 clock driver
 2016-12-22 14:40 UTC  (2+ messages)
` [PATCH v5] clk: qcom: ipq4019: Add the cpu clock frequency change notifier


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.