All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-02-20 22:18:25 to 2015-02-21 00:53:19 UTC [more...]

[Qemu-devel] [PATCH RFC v3 00/14] Dirty bitmaps migration
 2015-02-21  0:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH RFC v3 05/14] block: add meta bitmaps

[Bug 89254] Dota2 hangs the gpu
 2015-02-21  0:49 UTC  (2+ messages)

Git Scaling: What factors most affect Git performance for a large repo?
 2015-02-21  0:41 UTC  (4+ messages)

[PATCH 1/6] CRISv32: don't enable irqs in INIT_THREAD
 2015-02-21  0:40 UTC  (4+ messages)
` [PATCH 2/6] CRIS: remove SMP code

[RFT] upcoming glibc 2.21 and gcc 4.9 upgrade
 2015-02-21  0:27 UTC  (5+ messages)
  ` [OE-core] "
    ` [yocto] "
    ` [OE-core] "

[PATCH net-next RFC 0/5] Add NTF_EXT_AGED to control FDB ageing in SW or HW
 2015-02-21  0:39 UTC  (5+ messages)

Bizarre results from perf event API
 2015-02-21  0:39 UTC  (2+ messages)

[KERNEL NEWBIES ACCESS] KatieDunne
 2015-02-21  0:36 UTC 

[Bug 89034] Firefox crashing xserver and some major rendering bugs
 2015-02-21  0:33 UTC  (2+ messages)

[PATCH 01/11] x86: entry_64.S: always allocate complete "struct pt_regs"
 2015-02-21  0:31 UTC  (3+ messages)
` [PATCH 03/11] x86: mass removal of ARGOFFSET

[PATCH 1/4] Staging: rtl8192u: r819xU_firmware: removed commented out variable
 2015-02-21  0:31 UTC  (5+ messages)
` [PATCH 4/4] Staging: rtl8192u: r819xU_firmware: added space after comma

[PATCH v3 0/5] alsa-lib: audio timestamping evolutions
 2015-02-21  0:28 UTC  (6+ messages)
` [PATCH v3 1/5] sync asound.h with kernel version
` [PATCH v3 2/5] add support for get/set_audio_htstamp_config
` [PATCH v3 3/5] pcm: add helper functions to query timestamping capabilities
` [PATCH v3 4/5] pcm: add support for new STATUS_EXT ioctl
` [PATCH v3 5/5] test: fix audio_time with new get/set audio_tstamp_config

[PATCH 0/9] hwmon: thermal: Odroid U3: Provide support for Odroid U3 fan
 2015-02-21  0:26 UTC  (6+ messages)
` [PATCH v4 0/8] "
  ` [PATCH v4 7/8] hwmon: pwm-fan: Read PWM FAN configuration from device tree
      ` [lm-sensors] "

+ lib-lz4-pull-out-constant-tables.patch added to -mm tree
 2015-02-21  0:25 UTC 

[PATCH net-next] net: Eliminate txhash in sock and reflect RX hash on transmit
 2015-02-21  0:24 UTC 

[PATCH 0/1] nilfs2: fix potential memory overrun on inode
 2015-02-21  0:22 UTC  (4+ messages)
` [PATCH 1/1] "

VM on GPUs
 2015-02-21  0:21 UTC  (3+ messages)

[PATCH v6 0/7] audio timestamping evolutions
 2015-02-21  0:18 UTC  (3+ messages)

[rumpuserxen test] 34885: regressions - FAIL
 2015-02-21  0:14 UTC 

[PATCH] tracing: correct the nr_page calculation in remote tlb shootdown
 2015-02-21  0:13 UTC 

+ kernel-conditionally-support-non-root-users-groups-and-capabilities-checkpatch-fixes.patch added to -mm tree
 2015-02-21  0:13 UTC 

[GIT PULL] xfs: PNFS block layout support for 3.20-rc1
 2015-02-21  0:12 UTC  (2+ messages)

[PATCH] i-g-t: Adding test case to test background color
 2015-02-21  0:12 UTC 

+ kernel-conditionally-support-non-root-users-groups-and-capabilities.patch added to -mm tree
 2015-02-21  0:12 UTC 

[PATCH v9] drm/i915/skl: Add support for SKL background color
 2015-02-21  0:11 UTC 

[PATCH v4] kernel: Conditionally support non-root users, groups and capabilities
 2015-02-21  0:11 UTC  (2+ messages)

[Qemu-devel] [PATCH v14 00/19] block: incremental backup series
 2015-02-21  0:09 UTC  (22+ messages)
` [Qemu-devel] [PATCH v14 01/19] qapi: Add optional field "name" to block dirty bitmap
` [Qemu-devel] [PATCH v14 02/19] qmp: Ensure consistent granularity type
` [Qemu-devel] [PATCH v14 03/19] qmp: Add block-dirty-bitmap-add and block-dirty-bitmap-remove
` [Qemu-devel] [PATCH v14 04/19] block: Introduce bdrv_dirty_bitmap_granularity()
` [Qemu-devel] [PATCH v14 05/19] hbitmap: add hbitmap_merge
` [Qemu-devel] [PATCH v14 06/19] qmp: Add block-dirty-bitmap-enable and block-dirty-bitmap-disable
` [Qemu-devel] [PATCH v14 07/19] block: Add bitmap successors
` [Qemu-devel] [PATCH v14 08/19] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
` [Qemu-devel] [PATCH v14 09/19] qmp: add block-dirty-bitmap-clear
` [Qemu-devel] [PATCH v14 10/19] qapi: Add transaction support to block-dirty-bitmap operations
` [Qemu-devel] [PATCH v14 11/19] qmp: Add dirty bitmap status fields in query-block
` [Qemu-devel] [PATCH v14 12/19] block: add BdrvDirtyBitmap documentation
` [Qemu-devel] [PATCH v14 13/19] block: Ensure consistent bitmap function prototypes
` [Qemu-devel] [PATCH v14 14/19] iotests: add invalid input incremental backup tests
` [Qemu-devel] [PATCH v14 15/19] iotests: add simple incremental backup case
` [Qemu-devel] [PATCH v14 16/19] iotests: add transactional incremental backup test
` [Qemu-devel] [PATCH v14 17/19] iotests: add incremental backup failure recovery test
` [Qemu-devel] [PATCH v14 18/19] block: Resize bitmaps on bdrv_truncate
` [Qemu-devel] [PATCH v14 19/19] docs: incremental backup documentation

[PATCH] kernel/module.c: fix typos in message about unused symbols
 2015-02-20 23:56 UTC 

[GIT PULL] locking fixes
 2015-02-21  0:03 UTC  (2+ messages)

[LSF/MM TOPIC] Unifying the LIO and SCST target drivers
 2015-02-21  0:00 UTC  (7+ messages)
` [Lsf-pc] "

[RFC PATCH 0/3] hwmon: (ibmpowernv) add DTS support
 2015-02-20 23:52 UTC  (5+ messages)
        ` [lm-sensors] "

[PATCH] x86, boot: Allow 64bit EFI kernel to be loaded above 4G
 2015-02-20 23:53 UTC  (9+ messages)

[RFC] lib/vsprintf.c: Even faster decimal conversion
 2015-02-20 23:51 UTC 

[Powertop] corrupted double-linked list error on exit
 2015-02-20 23:50 UTC 

[PATCH] fs: avoid locking sb_lock in grab_super_passive()
 2015-02-20 23:50 UTC  (5+ messages)

[PATCH] tracing: Allow larger than PAGE_SIZE filter pattern
 2015-02-20 22:47 UTC 

[Powertop] corrupted double-linked list error on exit
 2015-02-20 23:47 UTC 

[PATCH V10 00/17] Enable SRIOV on Power8
 2015-02-20 23:47 UTC  (16+ messages)
` [PATCH V11 "
  ` [PATCH V11 01/17] PCI/IOV: Export interface for retrieve VF's BDF
  ` [PATCH V11 07/17] powerpc/pci: Don't unset pci resources for VFs
  ` [PATCH V11 08/17] powrepc/pci: Refactor pci_dn

State of bitbake world, Failed tasks 2015-02-20
 2015-02-20 23:46 UTC  (3+ messages)
` [OE-core] "

[Powertop] Regression: read_msr cpu0 0x3fe : Input/output error
 2015-02-20 23:46 UTC 

[PATCH 0/2] watchdog: imgpdc: Runtime fixes
 2015-02-20 23:45 UTC  (3+ messages)
` [PATCH 1/2] watchdog: imgpdc: Fix probe NULL pointer dereference
` [PATCH 2/2] watchdog: imgpdc: Fix default heartbeat

[xen-4.3-testing test] 34807: regressions - trouble: blocked/broken/fail/pass
 2015-02-20 23:45 UTC 

[PATCH] Staging: rtl8712: replace __constant_cpu_to_le16
 2015-02-20 23:44 UTC 

[PATCH RFC] e2fsprogs: Speed up ext2fs_new_block2
 2015-02-20 23:41 UTC 

[PATCH net] rhashtable: ensure cache line alignment on bucket_table
 2015-02-20 23:39 UTC  (2+ messages)

MCS error
 2015-02-20 23:38 UTC  (10+ messages)

[PATCH v2] submodule: Fix documentation of update subcommand
 2015-02-20 23:31 UTC  (3+ messages)
` [PATCH v3] submodule: Improve "

[PATCH] livepatch: RCU protect struct klp_func all the time when used in klp_ftrace_handler()
 2015-02-20 23:29 UTC  (2+ messages)

[PATCH] i40e: Fix memory leak at failure path in i40e_dbg_command_write()
 2015-02-20 23:28 UTC  (2+ messages)

[GIT PULL] target updates for v3.20-rc1
 2015-02-20 23:23 UTC 

[PATCH 0/4] Some minor printf improvements
 2015-02-20 23:21 UTC  (5+ messages)
` [PATCH 1/4] lib/vsprintf.c: Eliminate some branches
` [PATCH 2/4] lib/vsprintf.c: Reduce stack use in number()
` [PATCH 3/4] lib/vsprintf.c: Eliminate duplicate hex string array
` [PATCH 4/4] lib/vsprintf.c: Another small hack

[PATCH v2] x86: svm: use kvm_register_write()/read()
 2015-02-20 23:21 UTC  (2+ messages)

[GIT PULL] time/ntp fix
 2015-02-20 23:16 UTC  (4+ messages)

How to handle TIF_MEMDIE stalls?
 2015-02-20 23:15 UTC  (17+ messages)

[GIT PULL] KGDB/KDB fixes for 3.20-rc1
 2015-02-20 23:15 UTC  (2+ messages)

Clocks out of sync
 2015-02-20 23:14 UTC  (3+ messages)

[PATCH v2] Staging: speakup: Remove unnecessary else after return
 2015-02-20 23:14 UTC 

[PATCH] bonding: ban stacked bonding support
 2015-02-20 23:14 UTC  (2+ messages)

REPORT: High CPU utilization since 2.2.5
 2015-02-20 23:10 UTC 

+ rtc-ds1685-fix-conditional-in-ds1685_rtc_sysfs_time_regs_showstore.patch added to -mm tree
 2015-02-20 23:09 UTC 

[ovmf test] 34747: regressions - FAIL
 2015-02-20 23:08 UTC 

[Q] should "color.*.<slot> = normal" emit nothing?
 2015-02-20 23:06 UTC  (6+ messages)
` [PATCH] log --decorate: do not leak "commit" color into the next item

[RFH] GSoC 2015 application
 2015-02-20 23:06 UTC  (5+ messages)

Setting RPS affinities from network driver
 2015-02-20 23:05 UTC  (7+ messages)

[PATCH] sh-pfc: r8a7794: add SDHI pin groups
 2015-02-20 23:04 UTC  (2+ messages)

Reiser4 and large capacity disk query
 2015-02-20 23:02 UTC 

[PATCH] xen/xsm: Generate the permission in a spec-compliant way
 2015-02-20 23:01 UTC  (2+ messages)

[dm-crypt] cryptsetup problem on Raspberry Pi 2 w 512bit key-size (works on Raspberry Pi 1, x86_64, 256bit)
 2015-02-20 22:59 UTC  (3+ messages)

Git Scaling: What factors most affect Git performance for a large repo?
 2015-02-20 22:58 UTC  (4+ messages)

[Xenomai] Compatibility of PCAN PCI Express Four Channel
 2015-02-20 22:58 UTC  (9+ messages)

Kernel Mocking
 2015-02-20 22:58 UTC  (6+ messages)

[PATCH] RTE_PIPELINE_ACTION_PORT_META fix for non-default entries
 2015-02-20 22:58 UTC  (2+ messages)

[Xenomai] interrupt service
 2015-02-20 22:57 UTC  (5+ messages)

master - man lvmsystemid: update changing the system_id
 2015-02-20 22:56 UTC 

[PATCH 1/4] dual-camera-demo: Updated dual camera demo that supports DRM and Qt 4 / Qt 5
 2015-02-20 22:56 UTC  (4+ messages)
` [PATCH 2/4] packagegroup-arago-tisdk-*: Add back dual camera demo that supports Qt and 3.14
` [PATCH 3/4] ti-tisdk-makefile: Add back dual-camera demo
` [PATCH 4/4] dual-camera-demo: Move Matrix files to the recipe instead of the git repository

rpms built for reiser4progs with node41 enabled
 2015-02-20 22:56 UTC 

git mac 10.7.x
 2015-02-20 22:54 UTC  (3+ messages)

[PATCH net] net: dsa: bcm_sf2: fix 64-bits register reads
 2015-02-20 22:52 UTC  (2+ messages)

[Buildroot] [PATCH] mpc: bump to version 1.0.3
 2015-02-20 22:51 UTC 

[PATCH] Staging: vt6655: break lines over 80 characters
 2015-02-20 22:51 UTC 

[Qemu-devel] [PATCH 0/3] Support streaming to an intermediate layer
 2015-02-20 22:49 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/3] block: Add QMP support for "

scrub problem
 2015-02-20 22:46 UTC 

[PATCH v2] Staging: vt6655: changed C99 // comments
 2015-02-20 22:45 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH net-next] sunvnet: failed trigger should not cause BUG_ON()
 2015-02-20 22:44 UTC  (2+ messages)

[PATCH next] bonding: simple code refactor
 2015-02-20 22:43 UTC  (2+ messages)

[PATCH v4 0/5] Interrupt mode PMD
 2015-02-20 22:43 UTC  (3+ messages)
` [PATCH v4 4/5] eal: add per rx queue interrupt handling based on VFIO

[PATCH] x86: svm: don't intercept CR0 TS or MP bit write
 2015-02-20 22:44 UTC 

[PATCH] scsi: mvsas support for Asus P9A-I SAS on-board controller
 2015-02-20 22:38 UTC 

[PATCH net 0/3] rhashtable updates
 2015-02-20 22:38 UTC  (2+ messages)

[PATCH] Staging: speakup: Remove unnecessary else after return
 2015-02-20 22:37 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH 0/4] Netfilter/IPVS fixes for net
 2015-02-20 22:36 UTC  (2+ messages)

Simple recipe quit working in dizzy
 2015-02-20 22:35 UTC  (5+ messages)

[PATCH v2 0/3] Enable uio_pci_generic support
 2015-02-20 22:35 UTC  (4+ messages)
` [PATCH v3 0/3] enable "

[patch] caif: fix a signedness bug in cfpkt_iterate()
 2015-02-20 22:35 UTC  (3+ messages)

+ fs-affs-use-affs_test_opt.patch added to -mm tree
 2015-02-20 22:35 UTC 

+ fs-affs-superc-use-affs_set_opt.patch added to -mm tree
 2015-02-20 22:35 UTC 

+ fs-affs-affsh-add-mount-option-manipulation-macros.patch added to -mm tree
 2015-02-20 22:35 UTC 

+ fs-affs-use-affs_mount-prefix-for-mount-options.patch added to -mm tree
 2015-02-20 22:35 UTC 

[PATCH next v6 2/5] bonding: Implement port churn-machine (AD standard 43.4.17)
 2015-02-20 22:33 UTC  (2+ messages)

[PATCH] dmaengine: qcom_bam_dma: fix wrong register offsets
 2015-02-20 22:33 UTC  (2+ messages)

[PATCH 2/2] staging: replace simple_strtoul with kstroul
 2015-02-20 22:32 UTC  (2+ messages)

[Buildroot] [Bug 7886] New: gettext: link failure with locally-installed libxml2
 2015-02-20 22:29 UTC  (2+ messages)
` [Buildroot] [Bug 7886] "

giant branch for v0.87.1 is ready for release
 2015-02-20 22:29 UTC  (2+ messages)

[PATCH] Fix libs for current systemd linker name
 2015-02-20 22:29 UTC  (2+ messages)

[PATCH] dmaengine: qcom_bam_dma: Add support for BAM v1.7.0
 2015-02-20 22:28 UTC  (3+ messages)

[PATCH 2/2] HID: wacom: rely on actual touch down count to decide touch_down
 2015-02-20 22:27 UTC 

[PATCH] drm/i915: avoid processing spurious/shared interrupts in low-power states
 2015-02-20 22:26 UTC  (2+ messages)

master - man lvm: document --foreign option
 2015-02-20 22:26 UTC 

[PATCH] ipvlan: Fix text that talks about ip util support
 2015-02-20 22:26 UTC  (2+ messages)

[PATCH net] cxgb4: Fix incorrect 'c' suffix to %pI4, use %pISc instead
 2015-02-20 22:26 UTC  (2+ messages)

[PATCH 1/2] HID: wacom: do not send pen events before touch is up/forced out
 2015-02-20 22:25 UTC 

[PATCH 0/2] Cleanup and fix touch_down implementation
 2015-02-20 22:25 UTC 

[PATCH] net: Remove state argument from skb_find_text()
 2015-02-20 22:22 UTC  (2+ messages)

[PATCH] drm/i915: Do not invalidate obj->pages under mempressure
 2015-02-20 22:19 UTC  (9+ messages)
  ` [Intel-gfx] "

[PATCHv5 00/11] perf tools: Add perf data CTF conversion
 2015-02-20 22:17 UTC  (10+ messages)
` [PATCH 03/11] perf data: Add perf data to CTF conversion support
` [PATCH 04/11] perf data: Add a 'perf' prefix to the generic fields
` [PATCH 05/11] perf data: Add tracepoint events fields CTF conversion support
` [PATCH 06/11] perf data: Switch to multiple cpu stream files
` [PATCH 07/11] perf data: Enable stream flush within processing
` [PATCH 08/11] perf data: Add support for setting ordered_events queue size
` [PATCH 09/11] tools lib traceevent: Add alias field to struct format_field
` [PATCH 10/11] perf data: Fix duplicate field names and avoid reserved keywords
` [PATCH 11/11] perf data: Fix signess of value

Cannot connect to stock or newest tgtd from Centos 6.6
 2015-02-20 22:19 UTC 

[RFC PATCH] drm/radeon: program auxch directly
 2015-02-20 22:18 UTC  (4+ messages)


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.