All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-11 09:10:41 to 2016-03-11 10:24:09 UTC [more...]

[PATCH 1/2] drm/i915: Get the i2c bus number from the ACPI
 2016-03-11 10:25 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH 0/3] Staging: Remove unused functions
 2016-03-11 10:23 UTC 

[PATCH v6 00/11] Multi-instance vTPM driver
 2016-03-11 10:20 UTC  (8+ messages)
` [PATCH v6 08/11] tpm: Driver for supporting multiple emulated TPMs

Nettle from release Fido fails to build
 2016-03-11 10:20 UTC  (4+ messages)

[Qemu-devel] [PATCH v1] migration: skip sending ram pages released by virtio-balloon driver
 2016-03-11 10:20 UTC  (5+ messages)

[PATCH] Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.c
 2016-03-11 10:18 UTC  (2+ messages)

[U-Boot] [PATCH] armv8/fsl-layerscape: add IFC fixup for LS1043A with QSPI enabled
 2016-03-11 10:18 UTC  (3+ messages)

[patch] scsi_dh_alua: uninitialized variable in alua_check_vpd()
 2016-03-11 10:17 UTC  (2+ messages)

[Buildroot] [PATCH v2] gdb: specify where to find lzma libraries
 2016-03-11 10:16 UTC 

[V4] x86/xsaves: fix overwriting between non-lazy/lazy xsaves
 2016-03-11 10:16 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: Add defconfig and dts for Difrence DIT4350 tablet
 2016-03-11 10:13 UTC  (2+ messages)

[PATCH 00/12] perf: more fixes
 2016-03-11 10:12 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] sunxi: A23: Fix some revisions needing a different magic sram poke
 2016-03-11 10:13 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] usb: Reduce USB scanning time
 2016-03-11 10:13 UTC  (4+ messages)
` [U-Boot] [PATCH 4/6] usb: usb_hub_power_on(): Use 100ms power-on delay instead of 1 sec (optionally)

[PATCH] mm: memcontrol: zap task_struct->memcg_oom_{gfp_mask,order}
 2016-03-11 10:12 UTC  (2+ messages)

[PATCH] mm: memcontrol: zap oom_info_lock
 2016-03-11 10:11 UTC  (2+ messages)

[PATCH V2 net 0/4] net: hns: bugs fix about hns driver
 2016-03-11 10:20 UTC  (5+ messages)
` [PATCH V2 net 1/4] net: hns: fix a bug for cycle index
` [PATCH V2 net 2/4] net: hns: bug fix for format string
` [PATCH V2 net 3/4] net: hns: bug fix for return values
` [PATCH V2 net 4/4] net: hns: remove useless head=ring->next_to_clean

[PATCH 1/3] ARM: dts: sun5i-a13-inet98v-rev2: Remove mmc2 node
 2016-03-11 10:10 UTC  (6+ messages)
` [PATCH 2/3] ARM: dts: sun5i-a13-empire-electronix-d709: "

[PATCH] dma: sun4i: expose block size and wait cycle configuration to DMA users
 2016-03-11 10:09 UTC  (17+ messages)

[PATCH v2] example/ipsec-secgw: ipsec security gateway
 2016-03-11 10:07 UTC  (5+ messages)
` [PATCH v3] "

[RFC/PATCH xf86-video-intel] sna: Let modestting + glamor handle gen9+
 2016-03-11 10:07 UTC  (2+ messages)

[PATCH 0/18] change mmap_sem taken for write killable
 2016-03-11 10:06 UTC  (10+ messages)
` [PATCH 02/18] mm: make vm_mmap killable
` [PATCH 03/18] mm: make vm_munmap killable

[Qemu-devel] [PATCH v4 0/5] Deterministic replay extensions
 2016-03-11 10:06 UTC  (5+ messages)
` [Qemu-devel] [PATCH v4 1/5] replay: character devices

[PATCH v4 0/7] SLAB support for KASAN
 2016-03-11 10:05 UTC  (7+ messages)
` [PATCH v5 7/7] mm: kasan: Initial memory quarantine implementation

[Qemu-devel] [PULL v1 00/18] Merge I/O channel fixes for Win32
 2016-03-11 10:04 UTC  (19+ messages)
` [Qemu-devel] [PULL v1 01/18] osdep: fix socket_error() to work with Mingw64
` [Qemu-devel] [PULL v1 02/18] io: use bind() to check for IPv4/6 availability
` [Qemu-devel] [PULL v1 03/18] io: initialize sockets in test program
` [Qemu-devel] [PULL v1 04/18] io: bind to socket before creating QIOChannelSocket
` [Qemu-devel] [PULL v1 05/18] io: wait for incoming client in socket test
` [Qemu-devel] [PULL v1 06/18] io: set correct error object in background reader test thread
` [Qemu-devel] [PULL v1 07/18] io: assert errors before asserting content in I/O test
` [Qemu-devel] [PULL v1 08/18] io: fix copy+paste mistake in socket error message
` [Qemu-devel] [PULL v1 09/18] io: pass HANDLE to g_source_add_poll on Win32
` [Qemu-devel] [PULL v1 10/18] io: introduce qio_channel_create_socket_watch
` [Qemu-devel] [PULL v1 11/18] io: use qemu_accept to ensure SOCK_CLOEXEC is set
` [Qemu-devel] [PULL v1 12/18] io: remove checking of EWOULDBLOCK
` [Qemu-devel] [PULL v1 13/18] io: implement socket watch for win32 using WSAEventSelect+select
` [Qemu-devel] [PULL v1 14/18] char: remove qemu_chr_finish_socket_connection method
` [Qemu-devel] [PULL v1 15/18] char: remove socket_try_connect method
` [Qemu-devel] [PULL v1 16/18] char: remove qemu_chr_open_socket_fd method
` [Qemu-devel] [PULL v1 17/18] osdep: add wrappers for socket functions
` [Qemu-devel] [PULL v1 18/18] osdep: remove use of socket_error() from all code

[Qemu-devel] [PATCH 00/77] ppc: Add "native" POWER8 platform
 2016-03-11 10:04 UTC  (8+ messages)
` [Qemu-devel] [PATCH 72/77] ppc: A couple more dummy POWER8 Book4 regs
    ` [Qemu-devel] [Qemu-ppc] "

[PATCH 1/4] ASoC: compress: Pass error out of soc_compr_pointer
 2016-03-11 10:04 UTC  (3+ messages)

(unknown),
 2016-03-11 10:03 UTC  (5+ messages)
  ` [PATCH 0/2] ceph osd: initial VMware VAAI support

[qemu-mainline test] 85884: tolerable FAIL - PUSHED
 2016-03-11 10:03 UTC 

[PATCH 0/6] L2fwd-crypto enhancements
 2016-03-11 10:02 UTC  (2+ messages)

[patch] recv.2, cmsg.3: Fix type of cmsg_len member of cmsghdr structure
 2016-03-11 10:02 UTC 

[Drbd-dev] request_timer continuous loop if there is disk-timeout
 2016-03-11 10:02 UTC  (2+ messages)

[Qemu-devel] [PATCH] input-linux: switch over to -object
 2016-03-11 10:01 UTC  (2+ messages)

[RFC PATCH v0] Add tw5864 driver
 2016-03-11  9:59 UTC  (9+ messages)

[PATCH v2] MAINTAINERS: add a maintainer for the NAND subsystem
 2016-03-11  9:58 UTC  (3+ messages)

[PATCH] aesni_mb: remove params from config file
 2016-03-11  9:56 UTC  (2+ messages)

[PATCH 0/2] Big Endian build cleanups
 2016-03-11  9:56 UTC  (10+ messages)
` [PATCH 1/2] ARC: [BE] Select correct CROSS_COMPILE prefix
` [PATCH 2/2] ARC: [*defconfig] No need to specify CONFIG_CROSS_COMPILE

[Qemu-devel] [PULL for-2.6 00/11] s390x patches for 2.6
 2016-03-11  9:56 UTC  (12+ messages)
` [Qemu-devel] [PULL for-2.6 01/11] s390x/cpu: Cleanup init in preparation for hotplug
` [Qemu-devel] [PULL for-2.6 02/11] s390x/cpu: Set initial CPU state in common routine
` [Qemu-devel] [PULL for-2.6 03/11] s390x/cpu: Get rid of side effects when creating a vcpu
` [Qemu-devel] [PULL for-2.6 04/11] s390x/cpu: Tolerate max_cpus
` [Qemu-devel] [PULL for-2.6 05/11] s390x/cpu: Add CPU property links
` [Qemu-devel] [PULL for-2.6 06/11] s390x/cpu: Add error handling to cpu creation
` [Qemu-devel] [PULL for-2.6 07/11] s390x/cpu: Allow hotplug of CPUs
` [Qemu-devel] [PULL for-2.6 08/11] pc-bios/s390-ccw: fix old bug in ptr increment
` [Qemu-devel] [PULL for-2.6 09/11] s390x: Introduce machine definition macros
` [Qemu-devel] [PULL for-2.6 10/11] s390x: Introduce S390MachineClass
` [Qemu-devel] [PULL for-2.6 11/11] s390x/cpu: use g_new0

[RFC] DeviceClassic1 and DeviceSmart1 interfaces
 2016-03-11  9:56 UTC  (4+ messages)
` [RFC] doc: Add "

generic RDMA READ/WRITE API V2
 2016-03-11  9:53 UTC  (5+ messages)
` [PATCH 2/6] vfs: vfs: Define new syscalls preadv2,pwritev2

[Qemu-devel] [PATCH v2 0/2] Postcopy fix and x- removal
 2016-03-11  9:53 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] postcopy: listen thread is never joined
` [Qemu-devel] [PATCH v2 2/2] postcopy: Remove the x-

[PATCH] mm: memcontrol: reclaim when shrinking memory.high below usage
 2016-03-11  9:53 UTC  (8+ messages)

[PATCH 0/5] intel_engine_cs renaming bomb
 2016-03-11  9:52 UTC  (4+ messages)
` ✗ Fi.CI.BAT: warning for intel_engine_cs renaming bomb (rev3)

[PATCH v3 00/12] pwm: add support for atomic update
 2016-03-11  9:51 UTC  (15+ messages)

[PATCH 1/3] pinctrl: Intel: add RX invertion config
 2016-03-11 17:06 UTC  (6+ messages)
` [PATCH 2/3] pinctrl:Intel: clear interrupt status for every IRQ setup
` [PATCH 3/3] pinctrl:Intel: make the high level interrupt working

[Bug 94388] r600_blit.c:281: r600_decompress_depth_textures: Assertion `tex->is_depth && !tex->is_flushing_texture' failed
 2016-03-11  9:49 UTC  (2+ messages)

No Connected=false event on iPhone app kill
 2016-03-11  9:48 UTC  (5+ messages)

Got FPU related warning on Intel Quark during boot
 2016-03-11  9:48 UTC  (9+ messages)

[patch] kexec: potetially using uninitialized variable
 2016-03-11  9:47 UTC  (6+ messages)

[PATCH] mtd: nand: remove kerneldoc for removed function parameter
 2016-03-11  9:47 UTC  (2+ messages)

[ath9k-devel] ath9k-rng: high cpu load
 2016-03-11  9:46 UTC  (2+ messages)

[Bug 106031] Regression in 4.2.x: in airplane mode each time I open my laptop lid
 2016-03-11  9:45 UTC  (6+ messages)

PROBLEM: NFS Client Ignores TCP Resets
 2016-03-11  9:44 UTC  (4+ messages)

[PATCH 1/2] toasterui: Remove the excessive exception logging
 2016-03-11  9:42 UTC  (3+ messages)
` [PATCH 2/2] toaster: buildinfohelper Add additional metadata to the built layer

[PATCHv2 0/4] thp: simplify freeze_page() and unfreeze_page()
 2016-03-11  9:42 UTC  (3+ messages)
` [PATCHv2 4/4] thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkers

[PATCH] mk: crypto pmds can only be built if librte_cryptodev is enabled
 2016-03-11  9:40 UTC  (4+ messages)

[PATCH] xfs: always set rvalp in xfs_dir2_node_trim_free
 2016-03-11  9:42 UTC 

[dm-crypt] dm-crypt Digest, Vol 81, Issue 2
 2016-03-11  9:40 UTC 

[Qemu-devel] Multi-threaded TCG Projects [GSoC 2016]
 2016-03-11  9:40 UTC  (2+ messages)

[PATCH] perl: fix missing dependency for perl-misc
 2016-03-11  9:41 UTC 

[PATCH v4] commit: add a commit.verbose config variable
 2016-03-11  9:39 UTC  (5+ messages)

issue: xen pv guest text mode key press by TigerVNC
 2016-03-11  9:37 UTC 

[Bug 94414] Radeon RV370 w/ acceleration enabled exhibits problem with resolutions above 1440x900
 2016-03-11  9:37 UTC 

[PATCH v3] cryptodev: add capabilities discovery mechanism
 2016-03-11  9:35 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] xfs: ensure committed is initialized in xfs_trans_roll
 2016-03-11  9:36 UTC  (2+ messages)

[PATCH] ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
 2016-03-11  9:36 UTC  (2+ messages)

[PATCH 0/1] Race condition in ncurses install
 2016-03-11  9:36 UTC  (3+ messages)
` [PATCH 1/1] ncurses_6: Fix an install race condition

[RFC PATCH] x86/vdso/32: Add AT_SYSINFO cancellation helpers
 2016-03-11  9:33 UTC  (10+ messages)
  ` [musl] "

how to compile ozone-wayland in own recipes?
 2016-03-11  9:33 UTC  (2+ messages)

[PATCH V2] ACPI: APD: Add device HID for future AMD UART controller
 2016-03-11  9:28 UTC  (2+ messages)

[Qemu-devel] [PATCH v1] hw: fix error reporting for missing option ROMs
 2016-03-11  9:27 UTC  (3+ messages)

[PATCH] drm/i915: Fixup the free space logic in ring_prepare
 2016-03-11  9:27 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 00/38] Initial gobject introspection support for meta-openembedded
 2016-03-11  9:27 UTC  (8+ messages)
` [PATCH 14/38] python-gst: remove the 0.10 recipe

[PATCH] Grow: analyse_change add notification about only 2-device can be convert from RAID1 to RAID5
 2016-03-11  9:26 UTC 

[Qemu-devel] [Bug 893208] Re: qemu on ARM hosts can't boot i386 image
 2016-03-11  9:15 UTC 

[PATCH] ath9k: fix rng high cpu load
 2016-03-11  9:25 UTC 

[PATCH 0/2] Refactor MTRR and PAT initializations
 2016-03-11  9:24 UTC  (7+ messages)
` [PATCH 1/2] x86/mm/pat: Change pat_disable() to emulate PAT table
` [PATCH 2/2] x86/mtrr: Refactor PAT initialization code

pNFS SCSI layout support V2
 2016-03-11  9:24 UTC  (4+ messages)
` [PATCH 4/4] nfsd: add SCSI layout support

[PATCH 0/8] Various fixes to compile with gcc6
 2016-03-11  9:22 UTC  (6+ messages)
` [PATCH 8/8] drivers/net/ixgbe: Fix uninitialized warning

generic RDMA READ/WRITE API V4
 2016-03-11  9:22 UTC  (10+ messages)
` [PATCH v4 7/9] IB/core: generic RDMA READ/WRITE API
` [PATCH v4 9/9] IB/srpt: convert to the "

[PATCH] staging: netlogic: removed 1 multiple assignment checkpatch warning
 2016-03-11  9:22 UTC 

Request to revert superpage adjustments
 2016-03-11  9:22 UTC 

[PATCH] thp, mm: remove comments on serializion of THP split vs. gup_fast
 2016-03-11  9:22 UTC  (9+ messages)

dynamic ftrace/recordmcount.c problem on ARMv5
 2016-03-11  9:21 UTC  (2+ messages)

[PATCH] arm/bL_switcher: Use global define for masking hotplug transition switch action argument
 2016-03-11  9:19 UTC  (2+ messages)

[PATCH] mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
 2016-03-11  9:19 UTC  (4+ messages)

[PATCH v8] mtd: spi-nor: add hisilicon spi-nor flash controller driver
 2016-03-11  8:04 UTC  (2+ messages)

[PATCH] staging: netlogic: removed 1 multiple assignment checkpatch warning
 2016-03-11  9:18 UTC  (2+ messages)

[PATCH 0/3] makedumpfile: Fix handling of ELF segments with p_memsz > p_filesz
 2016-03-11  9:16 UTC  (7+ messages)
` [PATCH 3/3] makedumpfile: Rewrite readpage_elf
    ` [PATCH] makedumpfile: When reading partial ELF pages, check final pointer against buffer end
        ` [PATCH] makedumpfile: Fix several issues with reading ELF pages

[patch] irqchip: irq-alpine-msi: releasing the wrong variable on error
 2016-03-11  9:12 UTC  (2+ messages)
` [tip:irq/core] irqchip/irq-alpine-msi: Release the correct domain "

[PATCH] mfd: Fix MACRO for commonly declared MFD cell attributes
 2016-03-11  8:57 UTC  (9+ messages)

[PATCH v3 0/8] arm64: rockchip: Initial GeekBox enablement
 2016-03-11  9:09 UTC  (26+ messages)

[PATCH] net: mvneta: Add missing hotplug notifier transition
 2016-03-11  9:10 UTC 

[PATCH V2 net 0/6] net: hns: hns driver updates
 2016-03-11  9:10 UTC  (9+ messages)
` [PATCH V2 net 1/6] net: hns: bug fix about the overflow of mss
` [PATCH V2 net 2/6] net: hns: fixes the hw interrupt bug in using napi
` [PATCH V2 net 3/6] net: hns: fixed portid bug in sending manage pkt
` [PATCH V2 net 4/6] net: hns: adds uc match for debug port
` [PATCH V2 net 5/6] net: hns: fixed service-ges setting MAC-addr bug
` [PATCH V2 net 6/6] net: hns: bug fix of getting hilink status


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.