All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-01 10:46:47 to 2016-04-01 11:32:59 UTC [more...]

[Qemu-devel] Why is SeaBIOS used with -kernel?
 2016-04-01 11:32 UTC  (16+ messages)

[PATCH] ivshmem: fix race condition
 2016-04-01 11:30 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] arm64: KVM: Add braces to multi-line if statement in virtual PMU code
 2016-04-01 11:30 UTC  (4+ messages)

[RFC][PATCH v8 0/2] printk: Make printk() completely async
 2016-04-01 11:30 UTC  (7+ messages)
` [RFC][PATCH v8 1/2] "

[U-Boot] [PATCH 0/9] device model bringup of nand on am335x gp evm and am437x gp evm
 2016-04-01 11:29 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] include: nand: move endif to end of file
` [U-Boot] [PATCH 2/9] cmd: nand: abstract global variable usage for dm conversion
` [U-Boot] [PATCH 3/9] drivers: nand: Kconfig: add NAND as Kconfig option
` [U-Boot] [PATCH 4/9] drivers: nand: implement a NAND uclass
` [U-Boot] [PATCH 5/9] drivers: nand: omap_gpmc: convert driver to adopt driver model
` [U-Boot] [PATCH 6/9] am43xx_evm: nand: do not define DM_NAND for spl
` [U-Boot] [PATCH 7/9] defconfig: am437x_gp_evm: enable NAND driver model
` [U-Boot] [PATCH 8/9] am335x_evm: nand: do not define DM_NAND for spl
` [U-Boot] [PATCH 9/9] defconfig: am335x_gp_evm: enable NAND driver model

[PATCH 0/5] Add support for ppc64le in kvmtool
 2016-04-01 11:29 UTC  (6+ messages)
` [PATCH 2/5] Add basic infrastructure to run tasks on vCPUs

[PATCH] sched/deadline: No need to check NULL later_mask
 2016-04-01 11:29 UTC  (2+ messages)

[PATCH 1/2] phy: Group vendor specific phy drivers
 2016-04-01 11:29 UTC  (6+ messages)
` [PATCH 2/2] arm: mach-spear: Enable PHY_PLAT to meet dependency

gpio irqchip initialization race
 2016-04-01 11:29 UTC  (5+ messages)

[PATCH] serial: 8250_dw: fix wrong logic in dw8250_check_lcr()
 2016-04-01 10:19 UTC  (3+ messages)

[meta-oe][PATCH] openconnect: add recipe
 2016-04-01 11:27 UTC  (2+ messages)

[PATCH] drm/rockchip: Return -EBUSY if there's already a pending flip event v2
 2016-04-01 11:26 UTC  (2+ messages)

[PATCH V3 1/1] ARM : missing corrupted reg in __div64_32
 2016-04-01 11:25 UTC  (4+ messages)
` [PATCH V4 "
    ` [PATCH V5 "

RPM spec file broken by README.md
 2016-04-01 11:24 UTC  (3+ messages)

[Qemu-devel] tcg: reworking tb_invalidated_flag
 2016-04-01 11:23 UTC  (7+ messages)

[PATCH] doc: update the snow3g library information
 2016-04-01 11:23 UTC 

[PATCH v4] Improve the performance of --num-threads -d 31
 2016-04-01 11:21 UTC  (9+ messages)

[U-Boot] [PATCH 0/6] Add Pine64 support
 2016-04-01 11:23 UTC  (6+ messages)
` [U-Boot] [PATCH 7/6] sunxi: Reserve ATF memory space on A64

UBIFS and page migration (take 2)
 2016-04-01 11:21 UTC  (5+ messages)
` [PATCH 2/2] UBIFS: Implement ->migratepage()

[PATCH RFC] x86/vMSI-X: avoid missing first unmask of vectors
 2016-04-01 11:21 UTC  (4+ messages)

[PATCH 0/1] python: remove tests and sqlite3-tests modules
 2016-04-01 11:21 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v5 1/2] dt/bindings: Add bindings for PIC32 SPI peripheral
 2016-04-01 11:18 UTC  (4+ messages)
` [PATCH v5 2/2] spi: spi-pic32: Add PIC32 SPI master driver

[meta-fsl-arm][PATCH 0/5] Upgrade i.MX multimedia to jethro_4.1.15-1.0.0_ga release
 2016-04-01 11:19 UTC  (5+ messages)
` [meta-fsl-arm][PATCH 1/5] libfslcodec: Upgrade to v4.0.9

[Qemu-devel] [PATCH v2] migration: skip sending ram pages released by virtio-balloon driver
 2016-04-01 11:19 UTC  (8+ messages)

GIT_CONFIG - what's the point?
 2016-04-01 11:19 UTC  (2+ messages)

[patch added to 3.12-stable] ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUs
 2016-04-01 11:19 UTC  (3+ messages)
` [patch added to 3.12-stable] mld, igmp: Fix reserved tailroom calculation
` [patch added to 3.12-stable] ahci: Add Device ID for Intel Sunrise Point PCH

[Qemu-devel] [PATCH 00/18] RFCv2: vhost-user: shutdown and reconnection
 2016-04-01 11:16 UTC  (19+ messages)
` [Qemu-devel] [PATCH 01/18] tests: append i386 tests
` [Qemu-devel] [PATCH 02/18] char: lower reconnect error to trace event
` [Qemu-devel] [PATCH 03/18] char: use a trace for when the char is waiting
` [Qemu-devel] [PATCH 04/18] char: add wait support for reconnect
` [Qemu-devel] [PATCH 05/18] vhost-user: check reconnect comes with wait
` [Qemu-devel] [PATCH 06/18] vhost-user: add ability to know vhost-user backend disconnection
` [Qemu-devel] [PATCH 07/18] vhost: add vhost_dev stop callback
` [Qemu-devel] [PATCH 08/18] vhost-user: add vhost_user to hold the chr
` [Qemu-devel] [PATCH 09/18] qemu-char: add qemu_chr_disconnect to close a fd accepted by listen fd
` [Qemu-devel] [PATCH 10/18] vhost-user: add slave-fd support
` [Qemu-devel] [PATCH 11/18] vhost-user: add shutdown support
` [Qemu-devel] [PATCH 12/18] vhost-user: disconnect on start failure
` [Qemu-devel] [PATCH 13/18] vhost-net: do not crash if backend is not present
` [Qemu-devel] [PATCH 14/18] vhost-net: save & restore vhost-user acked features
` [Qemu-devel] [PATCH 15/18] vhost-net: save & restore vring enable state
` [Qemu-devel] [PATCH 16/18] test: vubr check "
` [Qemu-devel] [PATCH 17/18] test: start vhost-user reconnect test
` [Qemu-devel] [PATCH 18/18] test: add shutdown support vubr test

[PATCH 0/2] Add support for adc101c* and adc121c*
 2016-04-01 11:13 UTC  (4+ messages)
` [PATCH 2/2] ti-adc081c: Initial triggered buffer support

Troubleshooting LVDS on GM45
 2016-04-01 11:11 UTC  (3+ messages)
` Troubleshooting LVDS on GM45 (kernel 4.5.0)

[PATCH -mm v2 0/3] slub: make dead caches discard free slabs immediately
 2016-04-01 10:55 UTC  (5+ messages)
` [PATCH -mm v2 3/3] "

git alias quoting help
 2016-04-01 11:05 UTC  (2+ messages)

[PATCH v3 1/3] drm/i915: Use i915_vm_to_ppgtt instead of manual container_of
 2016-04-01 11:05 UTC  (3+ messages)
` [PATCH v3 2/3] drm/i915: Do not WARN_ON in i915_vm_to_ppgtt

[B.A.T.M.A.N.] [PATCH] batman-adv: Fix checkpatch warning about 'unsigned' type
 2016-04-01 11:05 UTC  (2+ messages)

[PATCH 0/11] introduce down_write_killable for rw_semaphore
 2016-04-01 11:04 UTC  (34+ messages)
` [PATCH 0/11] introduce down_write_killable for rw_semaphore v2
  ` [PATCH 01/11] locking, rwsem: get rid of __down_write_nested
  ` [PATCH 02/11] locking, rwsem: drop explicit memory barriers
  ` [PATCH 03/11] locking, rwsem: introduce basis for down_write_killable
  ` [PATCH 04/11] alpha, rwsem: provide __down_write_killable
  ` [PATCH 05/11] ia64, "
  ` [PATCH 06/11] s390, "
  ` [PATCH 07/11] sh, "
  ` [PATCH 08/11] sparc, "
  ` [PATCH 09/11] xtensa, "
  ` [PATCH 10/11] x86, "
  ` [PATCH 11/11] locking, rwsem: provide down_write_killable

[Xen-users] DomU fails to reboot with storage driver domain
 2016-04-01 11:04 UTC 

[patch] uio: add missing error codes
 2016-04-01 11:04 UTC  (2+ messages)

[patch] drm/nouveau/gem: silence uninitialized variable warning
 2016-04-01 11:03 UTC  (3+ messages)

[patch] virtio: silence uninitialized variable warnings
 2016-04-01 11:02 UTC  (3+ messages)

[meta-qt5][PATCH] cinematicexperience: add qtbase-fonts as a runtime dependency
 2016-04-01 11:03 UTC  (2+ messages)

[PATCH v3 0/3] Add MIPS support to perf tools
 2016-04-01 11:01 UTC  (4+ messages)
` [PATCH v3 3/3] perf tools: Hook up MIPS unwind and dwarf-regs in the Makefile

[PATCH v3 0/2] usb:dwc3: Enable USB DWC3 support for 64-bit system
 2016-04-01 11:00 UTC  (13+ messages)
` [PATCH v3 2/2] usb:dwc3: pass arch data to xhci-hcd child

[PATCH] sched/deadline/rtmutex: Fix a PI crash for deadline tasks
 2016-04-01 11:00 UTC 

[PATCH v4 0/6] Add pinctrl support for Baytrail
 2016-04-01 11:01 UTC  (15+ messages)
` [PATCH v4 1/6] pinctrl: baytrail: Add pin control data structures
` [PATCH 2/7] "
` [PATCH v4 2/6] pinctrl: baytrail: Add pin control operations
` [PATCH 3/7] "
` [PATCH v4 3/6] pinctrl: baytrail: Update gpio chip operations
` [PATCH 4/7] "
` [PATCH v4 4/6] pinctrl: baytrail: Update irq "
` [PATCH v4 5/6] pinctrl: baytrail: Register pin control handling
` [PATCH 5/7] pinctrl: baytrail: Update irq chip operations
` [PATCH v4 6/6] pinctrl: baytrail: Add debounce configuration
` [PATCH 6/7] pinctrl: baytrail: Register pin control handling
` [PATCH 7/7] pinctrl: baytrail: Add debounce configuration

[PATCH] i2c: mux: demux-pinctrl: Clean up sysfs attributes
 2016-04-01 10:59 UTC  (2+ messages)

[PATCH v4 0/6] Add pinctrl support for Baytrail
 2016-04-01 11:00 UTC  (7+ messages)
` [PATCH v4 1/6] pinctrl: baytrail: Add pin control data structures
` [PATCH v4 2/6] pinctrl: baytrail: Add pin control operations
` [PATCH v4 3/6] pinctrl: baytrail: Update gpio chip operations
` [PATCH v4 4/6] pinctrl: baytrail: Update irq "
` [PATCH v4 5/6] pinctrl: baytrail: Register pin control handling
` [PATCH v4 6/6] pinctrl: baytrail: Add debounce configuration

[PATCH 1/2] ipv6: rework the lock in addrconf_permanent_addr
 2016-04-01  8:45 UTC 

[PATCH] classes/packagegroup: Refactor code to be simpler
 2016-04-01 10:53 UTC 

[PATCH] ALSA: timer: Use mod_timer() for rearming the system timer
 2016-04-01 10:58 UTC 

[Intel-wired-lan] [v3 next PATCH S32 00/13] i40e/i40evf updates
 2016-04-01 10:56 UTC  (14+ messages)
` [Intel-wired-lan] [v3 next PATCH S32 01/13] i40e: Inserting a HW capability display info
` [Intel-wired-lan] [v3 next PATCH S32 02/13] i40e: Leave debug_mask cleared at init
` [Intel-wired-lan] [v3 next PATCH S32 03/13] i40e: Move HW flush
` [Intel-wired-lan] [v3 next PATCH S32 04/13] i40e/i40evf: Move stack var deeper
` [Intel-wired-lan] [v3 next PATCH S32 05/13] i40e/i40evf: Drop unused tx_ring argument
` [Intel-wired-lan] [v3 next PATCH S32 06/13] i40e/i40evf: Faster RX via avoiding fcoe
` [Intel-wired-lan] [v3 next PATCH S32 07/13] i40e: Patch to support trusted VF
` [Intel-wired-lan] [v3 next PATCH S32 08/13] i40e: Restrict VF poll mode to only single function mode devices
` [Intel-wired-lan] [v3 next PATCH S32 09/13] i40e: Move NVM variable out of AQ struct
` [Intel-wired-lan] [v3 next PATCH S32 10/13] i40e: Add RSS configuration to virtual channel
` [Intel-wired-lan] [v3 next PATCH S32 11/13] i40e: Move nvm event wait check to nvm code
` [Intel-wired-lan] [v3 next PATCH S32 12/13] i40e: Input set mask constants for RSS, flow director, and flex bytes
` [Intel-wired-lan] [v3 next PATCH S32 13/13] i40e/i40evf: Bump patch from 1.5.2 to 1.5.5

[Bug 92722] radeon 0000:01:00.0: VCE init error (-22) on Kernel >= 4.2
 2016-04-01 10:55 UTC  (4+ messages)

[PATCH] locking/qrwlock: Allow multiple spinning readers
 2016-04-01 10:54 UTC  (6+ messages)

[RFC Design Doc]Speed up live migration by skipping free pages
 2016-04-01 10:54 UTC  (4+ messages)
  ` [Qemu-devel] "

[B.A.T.M.A.N.] [PATCH v2 1/3] batman-adv: return netdev status in the TX path
 2016-04-01 10:54 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH v2 2/3] batman-adv: use another ICMP packet when sending command from userspace
` [B.A.T.M.A.N.] [PATCH v2 3/3] batman-adv: throughput meter implementation

[RFC PATCH 00/10] ACPI overlays
 2016-04-01 10:54 UTC  (4+ messages)
` [RFC PATCH 06/10] spi: add support for ACPI reconfigure notifications

[Bug 115731] New: ext2 file system is not supporting
 2016-04-01 10:53 UTC 

[Qemu-devel] Ballooning on TPS!=HPS hosts
 2016-04-01 10:52 UTC  (3+ messages)
  `  "

What is an efficient way to get all blobs / trees that have notes attached?
 2016-04-01 10:51 UTC 

[4.4.4-rt11] Possiblie recursive locking detected in kswapd / mb_cache_shrink_scan()
 2016-04-01 10:49 UTC  (3+ messages)
` [PATCH] list_bl: fixup bogus lockdep warning

[PATCH] drm/i915: use for_each_port_masked in bxt phy init for clarity
 2016-04-01 10:49 UTC  (3+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH v9 0/4] generic TEE subsystem
 2016-04-01 10:46 UTC  (6+ messages)
` [PATCH v9 1/4] dt/bindings: add bindings for optee
` [PATCH v9 3/4] tee: add OP-TEE driver
` [PATCH v9 4/4] Documentation: tee subsystem and op-tee driver

[Qemu-devel] [PATCH] doc/memory: update MMIO section
 2016-04-01 10:47 UTC  (2+ messages)

[PATCH v2 0/2] Fix parameters and prefetch function on IBM POWER8
 2016-04-01 10:45 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] NBD: flag handling cleanup
 2016-04-01 10:47 UTC  (5+ messages)
` [Qemu-devel] [PATCH 2/3] nbd: Fix poor debug message
` [Qemu-devel] [PATCH 3/3] nbd: Reject unknown request flags


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.