All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-05-04 19:23:11 to 2016-05-04 20:35:01 UTC [more...]

[libvirt test] 93436: regressions - trouble: blocked/broken/fail/pass
 2016-05-04 20:35 UTC  (2+ messages)

[PATCH 00/11] mtd: nand_bbt: introduce independent nand BBT
 2016-05-04 20:33 UTC  (9+ messages)
` [PATCH 02/11] mtd: nand_bbt: introduce BBT related data structure

[Bug 95193] New: Nouveau not working with Quadro K2200 (NV117) and Debian Wheezy
 2016-05-04 20:31 UTC  (4+ messages)
  ` [Bug 95193] "

[PATCH 00/15] ACPICA: 20160422 Release
 2016-05-04 20:30 UTC  (6+ messages)
` [PATCH 08/15] ACPICA: Dispatcher: Update thread ID for recursive method calls

[PATCH v3 1/2] usb: host: ehci-tegra: Grab the correct UTMI pads reset
 2016-05-04 20:30 UTC  (10+ messages)
` [PATCH v3 2/2] usb: host: ehci-tegra: Avoid getting the same reset twice

[PATCH openbmc] Add version_id support in to openbmc
 2016-05-04 20:30 UTC  (2+ messages)

[B.A.T.M.A.N.] pull request: batman-adv 20160504
 2016-05-04 20:30 UTC  (3+ messages)
  `  "

[U-Boot] [PATCH V2] buildman: allow more incremental building
 2016-05-04 20:30 UTC  (7+ messages)

[PATCH -v2 0/4] random: replace urandom pool with a CRNG
 2016-05-04 20:28 UTC  (6+ messages)
` [PATCH 1/4] random: replace non-blocking pool with a Chacha20-based CRNG
` [PATCH 2/4] random: make /dev/urandom scalable for silly userspace programs
` [PATCH 3/4] random: add interrupt callback to VMBus IRQ handler
` [PATCH 4/4] random: add backtracking protection to the CRNG

[PATCH v2] Input: CM109: Fix handling of volume and mute buttons
 2016-05-04 20:25 UTC 

[Buildroot] [PATCH v2 1/1] flatcc: new package
 2016-05-04 20:25 UTC  (7+ messages)

[U-Boot] [PATCH] ARM: tegra: import latest Jetson TK1 spreadsheet
 2016-05-04 20:25 UTC  (3+ messages)

[U-Boot] [PATCH] pci: tegra: fix DM conversion issues on Tegra20
 2016-05-04 20:25 UTC  (3+ messages)

[PATCH 0/1] add option to output JSON for multipathd command
 2016-05-04 20:23 UTC  (2+ messages)
` [PATCH 1/1] add display of map information in JSON format

task_diag: add a new interface to get information about processes
 2016-05-04 20:22 UTC 

[PATCH V2 01/30] bitops: add parity functions
 2016-05-04 20:22 UTC  (11+ messages)
` [PATCH v2 10/30] Add x86-specific "
        ` [RFC PATCH] x86/hweight: Get rid of the special calling convention

[PATCH] fix infoleak in rtnetlink
 2016-05-04 20:20 UTC  (2+ messages)

[PATCH] fix infoleak in llc
 2016-05-04 20:20 UTC  (2+ messages)

[PATCH v4 4/4] hooks: Add ability to specify where the hook directory is
 2016-05-04 20:18 UTC  (6+ messages)
` [PATCH v5 0/4] githooks.txt improvements + core.hooksDirectory
  ` [PATCH v5 1/4] githooks.txt: Improve the intro section
  ` [PATCH v5 2/4] githooks.txt: Amend dangerous advice about 'update' hook ACL
  ` [PATCH v5 3/4] githooks.txt: Minor improvements to the grammar & phrasing
  ` [PATCH v5 4/4] hooks: Add ability to specify where the hook directory is

[PATCHv2] musb_host: fix lockup on rxcsr_h_error
 2016-05-04 20:19 UTC  (11+ messages)

mm: pages are not freed from lru_add_pvecs after process termination
 2016-05-04 20:16 UTC  (8+ messages)

[Qemu-devel] [PATCH 00/52] 680x0 instructions emulation
 2016-05-04 20:12 UTC  (33+ messages)
` [Qemu-devel] [PATCH 01/52] target-m68k: fix DEBUG_DISPATCH
` [Qemu-devel] [PATCH 02/52] target-m68k: Build the opcode table only once to avoid multithreading issues
` [Qemu-devel] [PATCH 03/52] target-m68k: define m680x0 CPUs and features
` [Qemu-devel] [PATCH 04/52] target-m68k: manage scaled index
` [Qemu-devel] [PATCH 05/52] target-m68k: introduce read_imXX() functions
` [Qemu-devel] [PATCH 06/52] target-m68k: set disassembler mode to 680x0 or coldfire
` [Qemu-devel] [PATCH 07/52] target-m68k: add bkpt instruction
` [Qemu-devel] [PATCH 08/52] target-m68k: define operand sizes
` [Qemu-devel] [PATCH 09/52] target-m68k: set PAGE_BITS to 12 for m68k
` [Qemu-devel] [PATCH 10/52] target-m68k: REG() macro cleanup
` [Qemu-devel] [PATCH 11/52] target-m68k: allow to update flags with operation on words and bytes
` [Qemu-devel] [PATCH 12/52] target-m68k: Replace helper_xflag_lt with setcond
` [Qemu-devel] [PATCH 13/52] target-m68k: update CPU flags management
` [Qemu-devel] [PATCH 14/52] target-m68k: update move to/from ccr/sr
` [Qemu-devel] [PATCH 15/52] target-m68k: don't update cc_dest in helpers
` [Qemu-devel] [PATCH 16/52] target-m68k: update CPU flags management
` [Qemu-devel] [PATCH 17/52] target-m68k: Print flags properly
` [Qemu-devel] [PATCH 18/52] target-m68k: Some fixes to SR and flags management
` [Qemu-devel] [PATCH 19/52] target-m68k: terminate cpu dump with newline
` [Qemu-devel] [PATCH 20/52] target-m68k: Remove incorrect clearing of cc_x
` [Qemu-devel] [PATCH 21/52] target-m68k: Reorg flags handling
` [Qemu-devel] [PATCH 22/52] target-m68k: Introduce DisasCompare
` [Qemu-devel] [PATCH 23/52] target-m68k: Use setcond for scc
` [Qemu-devel] [PATCH 24/52] target-m68k: Optimize some comparisons
` [Qemu-devel] [PATCH 25/52] target-m68k: Optimize gen_flush_flags
` [Qemu-devel] [PATCH 26/52] target-m68k: Inline shifts
` [Qemu-devel] [PATCH 27/52] target-m68k: Inline addx, subx, negx
` [Qemu-devel] [PATCH 28/52] target-m68k: add addx/subx/negx ops
` [Qemu-devel] [PATCH 29/52] target-m68k: factorize flags computing
` [Qemu-devel] [PATCH 30/52] target-m68k: add scc/dbcc
` [Qemu-devel] [PATCH 31/52] target-m68k: some bit ops cleanup
` [Qemu-devel] [PATCH 32/52] target-m68k: bitfield ops

[PATCH v9 0/9] i2c mux cleanup and locking update
 2016-05-04 20:15 UTC  (20+ messages)
` [PATCH v9 1/9] i2c: allow adapter drivers to override the adapter locking
` [PATCH v9 2/9] i2c: muxes always lock the parent adapter
` [PATCH v9 3/9] i2c-mux: relax locking of the top i2c adapter during mux-locked muxing
` [PATCH v9 4/9] i2c-mux: document i2c muxes and elaborate on parent-/mux-locked muxes
` [PATCH v9 5/9] iio: imu: inv_mpu6050: change the i2c gate to be mux-locked
` [PATCH v9 6/9] [media] si2168: "
` [PATCH v9 7/9] [media] rtl2832: "
` [PATCH v9 8/9] [media] rtl2832_sdr: get rid of empty regmap wrappers
` [PATCH v9 9/9] [media] rtl2832: regmap is aware of lockdep, drop local locking hack

[PATCH] ie31200_edac: add skylake support
 2016-05-04 20:15 UTC  (4+ messages)

[PATCH] mdio_bus: don't return NULL from mdiobus_scan()
 2016-05-04 20:14 UTC  (2+ messages)

[WIP PATCH 00/14] Protocol v2 patches
 2016-05-04 20:13 UTC  (8+ messages)
` [PATCH 02/14] upload-pack.c: Refactor capability advertising
` [PATCH 03/14] upload-pack-2: Implement the version 2 of upload-pack
` [PATCH 04/14] connect: rewrite feature parsing to work on string_list

[RFC 0/8] Xattr inode operation removal
 2016-05-04 20:13 UTC  (3+ messages)

[PATCH] kasan: improve double-free detection
 2016-05-04 20:13 UTC  (6+ messages)

+ mm-slab-remove-zone_dma_flag.patch added to -mm tree
 2016-05-04 20:11 UTC 

[ovmf test] 93480: regressions - FAIL
 2016-05-04 20:11 UTC 

[xen-unstable test] 93458: regressions - trouble: blocked/broken/fail/pass
 2016-05-04 20:10 UTC 

[U-Boot] [PATCH 1/2] dm: core: allow drivers to refuse to bind
 2016-05-04 20:09 UTC  (7+ messages)

[PATCH v3 1/9] monitor: Rename vm_event_monitor_get_capabilities
 2016-05-04 20:08 UTC  (3+ messages)
` [PATCH v3 5/9] tools/libxc: add xc_monitor_privileged_call

[PATCH 0/2] pci: host: Broadcom STB PCIE RC controller support
 2016-05-04 20:07 UTC  (9+ messages)
` [PATCH 2/2] pci: host: Add Broadcom STB PCIE RC controller

[PATCH v3 1/2] Documentation: fix linkgit references
 2016-05-04 20:06 UTC  (10+ messages)
` [PATCH v4 0/2] travis-ci: build documentation
  ` [PATCH v4 1/2] Documentation: fix linkgit references

[lustre-devel] New wiki documentation
 2016-05-04 20:05 UTC  (2+ messages)

[PATCH] Fix cpumap setting before passing to XEN
 2016-05-04 20:04 UTC  (10+ messages)

[PATCH net-next] macvtap: add namespace support to the sysfs device class
 2016-05-04 20:04 UTC  (3+ messages)
` [PATCH net-next v2] "

[PATCH v2] i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BAR
 2016-05-04 20:04 UTC  (2+ messages)

[PATCH 2/3] fs: poll/select/recvmmsg: use timespec64 for timeout events
 2016-05-04 20:04 UTC  (5+ messages)
` [RESEND PATCH "

[crypto / sparc64] cryptomgr_test OOPS
 2016-05-04 20:02 UTC  (5+ messages)

[Qemu-devel] [PATCH] ps2-keyboard: Add val to trace_ps2_read_data
 2016-05-04 20:01 UTC  (2+ messages)

RDMA Read: Local protection error
 2016-05-04 19:59 UTC  (7+ messages)

[PATCH for-4.7] flask/policy: don't audit version queries
 2016-05-04 19:59 UTC  (4+ messages)

[PATCH] opencv: Fix broken deps for opencv meta package
 2016-05-04 19:58 UTC  (4+ messages)

[PATCH for-next 0/9] RDMA/iw_cxgb4: Fixes various cleanups during failures
 2016-05-04 19:57 UTC  (10+ messages)
  ` [PATCH for-next 1/9] RDMA/iw_cxgb4: release ep resources on accept arp failure
  ` [PATCH for-next 2/9] RDMA/iw_cxgb4: stop ep timer on close failure
  ` [PATCH for-next 3/9] RDMA/iw_cxgb4: ensure eps don't get freed while the mutex is held
  ` [PATCH for-next 4/9] RDMA/iw_cxgb4: remove connection abort from process_mpa_reply
  ` [PATCH for-next 5/9] RDMA/iw_cxgb4: free resources when send_flowc() fails
  ` [PATCH for-next 6/9] RDMA/iw_cxgb4: remove abort_connection() usage from accept/reject
  ` [PATCH for-next 7/9] RDMA/iw_cxgb4: don't use abort_connection in process_mpa_request()
  ` [PATCH for-next 8/9] RDMA/iw_cxgb4: move QP -> ERROR on fatal disconnect errors
  ` [PATCH for-next 9/9] RDMA/iw_cxgb4: remove abort_connection() usage from ep_timeout()

Yocto Hands-on Kernel Lab now available for Yocto 2.1 (krogoth)
 2016-05-04 19:56 UTC 

[Buildroot] How to enable rtmp support in gst1-plugins-bad?
 2016-05-04 19:51 UTC  (2+ messages)

[PATCH] ARM: dts: omap5-board-common: Describe the voltage supply mapping accurately
 2016-05-04 19:50 UTC  (4+ messages)

[PATCH 0/7] mm: Improve swap path scalability with batched operations
 2016-05-04 19:49 UTC  (5+ messages)

[PATCH v3] media: fix use-after-free in cdev_put() when app exits after driver unbind
 2016-05-04 19:48 UTC 

[PATCH v4 0/7] da8xx USB PHY (was da8xx USB clocks)
 2016-05-04 19:48 UTC  (7+ messages)
` [PATCH v4 3/7] phy: Add set_mode callback

[PATCH REPOST] Extend PCIE_BUS_PEER2PEER to set MRSS=128 to fix CNS3xxx BM DMA
 2016-05-04 19:47 UTC  (5+ messages)

[Buildroot] [PATCH v3] barebox: add an option to embed environment image
 2016-05-04 19:46 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: introduce migrate_is_blocked()
 2016-05-04 19:44 UTC 

XSM denials with 4.7.0 RC1
 2016-05-04 19:43 UTC  (5+ messages)

[PATCH] btrfs-progs: Adjust timing of safety delay countdown
 2016-05-04 19:43 UTC 

[PATCH 0/6] mm/page_owner: use tackdepot to store stacktrace
 2016-05-04 19:41 UTC  (11+ messages)
` [PATCH 6/6] mm/page_owner: use stackdepot "

[PATCH] image_types: fix image/compression dependency collection
 2016-05-04 19:40 UTC  (2+ messages)

[PATCH 1/1] ARM: dts: sunxi: Add a olinuxino-lime2-emmc
 2016-05-04 19:40 UTC  (13+ messages)

[PATCH v2 1/3] config: describe 'pathname' value type
 2016-05-04 19:35 UTC  (4+ messages)
` [PATCH v2 3/3] http: expand http.cookieFile as a path

[PATCH] gitweb: apply fallback encoding before highlight
 2016-05-04 19:34 UTC  (5+ messages)
` [PATCH v2] "

ftrace use of pci_resource_to_user()
 2016-05-04 19:34 UTC  (2+ messages)

[PATCH v2] Allow different filesystems to be used for VM images
 2016-05-04 19:31 UTC  (3+ messages)

[Buildroot] [PATCH v2 1/1] package/ca-certificates: depend on host-python or host-python3
 2016-05-04 19:31 UTC  (2+ messages)

[PATCH] Fix kernel oops in failed chip_attach
 2016-05-04 19:30 UTC 

[PATCH v1 0/2] dmaengine: urgent fix to prevent regression in UART
 2016-05-04 19:29 UTC  (3+ messages)
` [PATCH v1 1/2] dmaengine: slave means at least one of DMA_SLAVE, DMA_CYCLIC
` [PATCH v1 2/2] dmaengine: rename cmd_pause to cmd_suspend

[GIT PULL for v4.6-rc1] media updates
 2016-05-04 19:28 UTC  (6+ messages)

/etc/fstab rootfs options vs grub2 rootflags cmdline
 2016-05-04 19:28 UTC  (6+ messages)

[PATCH RFC 0/8] basic vfio-ccw infrastructure
 2016-05-04 19:26 UTC  (5+ messages)
    ` [Qemu-devel] "

[PATCH 3/6] KVM: Dirty memory tracking for performant checkpointing and improved live migration
 2016-05-04 19:27 UTC  (11+ messages)

[PATCH 0/3] Patches to allow consistent mmc / mmcblk numbering
 2016-04-29 17:39 UTC  (2+ messages)

[PATCH] config: consistently format $variables in monospaced font
 2016-05-04 19:24 UTC 

[CFP] Tracing Summit 2016 Call for Presentations, October 12th, 2016, Berlin, Germany
 2016-05-04 19:23 UTC 

[CFP] Tracing Summit 2016 Call for Presentations, October 12th, 2016, Berlin, Germany
 2016-05-04 19:23 UTC 

[Buildroot] [PATCH v1 0/4]
 2016-05-04 19:23 UTC  (7+ messages)
` [Buildroot] [PATCH v1 1/4] libpjsip: add gnutls support and fix various things


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.