All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-28 14:27:52 to 2014-08-28 15:07:25 UTC [more...]

[PATCH 0/6] Improve tag checking in fsck and with transfer.fsckobjects
 2014-08-28 14:47 UTC  (7+ messages)
` [PATCH 1/6] Refactor type_from_string() to avoid die()ing in case of errors
` [PATCH 2/6] Accept object data in the fsck_object() function
` [PATCH 3/6] Make sure fsck_commit_buffer() does not run out of the buffer
` [PATCH 4/6] fsck: check tag objects' headers
` [PATCH 5/6] Add regression tests for stricter tag fsck'ing
` [PATCH 6/6] Make sure that index-pack --strict fails upon invalid tag objects

[PATCH v2 0/5] spi: dw-pci: cleanup the driver
 2014-08-28 15:07 UTC  (5+ messages)
  ` [PATCH v2 1/5] spi: dw-pci: move info message at the end of probe
  ` [PATCH v2 2/5] spi: dw-pci: apply pci_bar and re-use pci_name
  ` [PATCH v2 3/5] spi: dw-pci: convert to use dev_pm_ops
  ` [PATCH v2 4/5] spi: dw-pci: provide platform specific data via driver_data

[PATCH 0/5] usb: dwc3/phy-exynos5-usbdrd: Extend support to Exynos7
 2014-08-28 15:06 UTC  (4+ messages)
` [PATCH 5/5] phy: exynos5-usbdrd: Adding Kconfig dependency for Exynos7

[PATCH 0/3] The Designware GPIO Supporting
 2014-08-28 15:01 UTC  (4+ messages)
` [PATCH 3/3] GPIO: gpio-dwapb: Suspend & Resume PM enabling

[Qemu-devel] [PATCH v3 00/47] Postcopy implementation
 2014-08-28 15:04 UTC  (47+ messages)
` [Qemu-devel] [PATCH v3 01/47] QEMUSizedBuffer/QEMUFile
` [Qemu-devel] [PATCH v3 02/47] Tests: QEMUSizedBuffer/QEMUBuffer
` [Qemu-devel] [PATCH v3 03/47] Start documenting how postcopy works
` [Qemu-devel] [PATCH v3 04/47] qemu_ram_foreach_block: pass up error value, and down the ramblock name
` [Qemu-devel] [PATCH v3 05/47] improve DPRINTF macros, add to savevm
` [Qemu-devel] [PATCH v3 06/47] Add qemu_get_counted_string to read a string prefixed by a count byte
` [Qemu-devel] [PATCH v3 07/47] Create MigrationIncomingState
` [Qemu-devel] [PATCH v3 08/47] socket shutdown
` [Qemu-devel] [PATCH v3 09/47] Return path: Open a return path on QEMUFile for sockets
` [Qemu-devel] [PATCH v3 10/47] Return path: socket_writev_buffer: Block even on non-blocking fd's
` [Qemu-devel] [PATCH v3 11/47] Migration commands
` [Qemu-devel] [PATCH v3 12/47] Return path: Control commands
` [Qemu-devel] [PATCH v3 13/47] Return path: Send responses from destination to source
` [Qemu-devel] [PATCH v3 14/47] Return path: Source handling of return path
` [Qemu-devel] [PATCH v3 15/47] qemu_loadvm errors and debug
` [Qemu-devel] [PATCH v3 16/47] ram_debug_dump_bitmap: Dump a migration bitmap as text
` [Qemu-devel] [PATCH v3 17/47] Rework loadvm path for subloops
` [Qemu-devel] [PATCH v3 18/47] Add migration-capability boolean for postcopy-ram
` [Qemu-devel] [PATCH v3 19/47] Add wrappers and handlers for sending/receiving the postcopy-ram migration messages
` [Qemu-devel] [PATCH v3 20/47] QEMU_VM_CMD_PACKAGED: Send a packaged chunk of migration stream
` [Qemu-devel] [PATCH v3 21/47] migrate_init: Call from savevm
` [Qemu-devel] [PATCH v3 22/47] Allow savevm handlers to state whether they could go into postcopy
` [Qemu-devel] [PATCH v3 23/47] postcopy: OS support test
` [Qemu-devel] [PATCH v3 24/47] migrate_start_postcopy: Command to trigger transition to postcopy
` [Qemu-devel] [PATCH v3 25/47] MIG_STATE_POSTCOPY_ACTIVE: Add new migration state
` [Qemu-devel] [PATCH v3 26/47] qemu_savevm_state_complete: Postcopy changes
` [Qemu-devel] [PATCH v3 27/47] Postcopy: Maintain sentmap during postcopy pre phase
` [Qemu-devel] [PATCH v3 28/47] Postcopy page-map-incoming (PMI) structure
` [Qemu-devel] [PATCH v3 29/47] postcopy: Add incoming_init/cleanup functions
` [Qemu-devel] [PATCH v3 31/47] postcopy: ram_enable_notify to switch on userfault
` [Qemu-devel] [PATCH v3 32/47] Postcopy: postcopy_start
` [Qemu-devel] [PATCH v3 33/47] Postcopy: Rework migration thread for postcopy mode
` [Qemu-devel] [PATCH v3 34/47] mig fd_connect: open return path
` [Qemu-devel] [PATCH v3 35/47] Postcopy: Create a fault handler thread before marking the ram as userfault
` [Qemu-devel] [PATCH v3 36/47] Page request: Add MIG_RPCOMM_REQPAGES reverse command
` [Qemu-devel] [PATCH v3 37/47] Page request: Process incoming page request
` [Qemu-devel] [PATCH v3 38/47] Page request: Consume pages off the post-copy queue
` [Qemu-devel] [PATCH v3 39/47] Add assertion to check migration_dirty_pages
` [Qemu-devel] [PATCH v3 40/47] postcopy_ram.c: place_page and helpers
` [Qemu-devel] [PATCH v3 41/47] Postcopy: Use helpers to map pages during migration
` [Qemu-devel] [PATCH v3 42/47] qemu_ram_block_from_host
` [Qemu-devel] [PATCH v3 43/47] Don't sync dirty bitmaps in postcopy
` [Qemu-devel] [PATCH v3 44/47] Postcopy; Handle userfault requests
` [Qemu-devel] [PATCH v3 45/47] Start up a postcopy/listener thread ready for incoming page data
` [Qemu-devel] [PATCH v3 46/47] postcopy: Wire up loadvm_postcopy_ram_handle_{run, end} commands
` [Qemu-devel] [PATCH v3 47/47] End of migration for postcopy

[PATCH 0/7] MIPS: Move device-tree files to a common location
 2014-08-28 15:04 UTC  (8+ messages)

[PATCH] fix unix permissions for source files
 2014-08-28 15:04 UTC  (3+ messages)

[PATCH] drivers: char: hw_random: printk replacement
 2014-08-28 15:02 UTC  (2+ messages)

[PATCH 1/3] ASoC: cs35l32: use true/false returns for bool functions
 2014-08-28 15:02 UTC  (3+ messages)
` [PATCH 2/3] ASoC: cs42l52: "
` [PATCH 3/3] ASoC: cs42l56: "

[PATCH] regulator: rk808: Fix memory leak
 2014-08-28 15:01 UTC  (2+ messages)

[PATCH] drm/radeon: Add RADEON_GEM_CPU_ACCESS BO creation flag
 2014-08-28 15:01 UTC  (3+ messages)

[Qemu-devel] block IO latency tracker without using QMP socket
 2014-08-28 15:00 UTC  (3+ messages)

[PATCH v9 00/16] arm: KGDB NMI/FIQ support
 2014-08-28 15:01 UTC  (7+ messages)
` [PATCH v10 00/19] "
  ` [PATCH v10 03/19] arm: fiq: Replace default FIQ handler

[PATCH] ASoC: Allow SND_SOC_WM8978 to be selected manually
 2014-08-28 15:01 UTC  (3+ messages)

[U-Boot] Please pull u-boot-x86.git branch patman
 2014-08-28 15:00 UTC 

[Qemu-devel] [PATCH memory v2 0/3] Memory Region Naming - take 2
 2014-08-28 14:57 UTC  (5+ messages)
` [Qemu-devel] [PATCH memory v2 3/3] memory: Lazy init name from QOM name as needed

[PATCH V2 0/6] ARM64: Add support for FSL's LS2085A SoC
 2014-08-28 14:56 UTC  (3+ messages)
` [PATCH V2 4/6] arm64: Add DTS "

Debugging scsi abort handling ?
 2014-08-28 14:56 UTC  (12+ messages)

Btrfs Issues
 2014-08-28 14:55 UTC  (4+ messages)

[Qemu-devel] [PATCH v2] curl: Don't deref NULL pointer in call to aio_poll
 2014-08-28 14:54 UTC  (3+ messages)

[PATCH] Yocto: qt4: Let qmake control some compiler/linker flags
 2014-08-28 12:52 UTC  (3+ messages)

[PATCH 0/4] Add reset support for apq8064
 2014-08-29  3:22 UTC  (5+ messages)
` [PATCH 1/4] ARM: DT: APQ8064: Add pinctrl support
` [PATCH 2/4] ARM: DT: APQ8064: Add node for ps_hold function in pinctrl
` [PATCH 3/4] pinctrl: msm: Add ps_hold function in pinctrl-apq8064 binding documentation
` [PATCH 4/4] pinctrl: qcom: Add support for reset for apq8064

[PATCH 0/2] fast-import: fix segfault and tests
 2014-08-28 14:54 UTC  (3+ messages)
` [PATCH 1/2] t9300: test filedelete root
` [PATCH 2/2] fast-import: fix segfault in store_tree()

[U-Boot] buildman: selection question
 2014-08-28 14:54 UTC  (2+ messages)

mm: slub: circular dependency between slab_mutex and cpu_hotplug
 2014-08-28 14:53 UTC  (2+ messages)

why the performance of ceph.ko is better than others
 2014-08-28 14:53 UTC  (2+ messages)

Fwd: Forcing release of rx on CentOS 6
 2014-08-28 14:53 UTC 

Question about ieee80211_tx_info
 2014-08-28 14:53 UTC 

What part of the kernel code maintains /proc/modules
 2014-08-28 14:53 UTC  (2+ messages)

[PATCHv5 0/4] thermal: exynos: Add support for TRIMINFO feature of Exynos3250
 2014-08-28 14:53 UTC  (5+ messages)
` [PATCHv5 4/4] thermal: exynos: Remove duplicate code when reading triminfo register of Exynos5440

[Qemu-devel] [PATCH v2] sheepdog: fix a core dump while do auto-reconnecting
 2014-08-28 14:50 UTC  (2+ messages)

make install fails because GNU tar needed
 2014-08-28 14:50 UTC  (2+ messages)

[PATCH] ixgbe: Make vector stores unaligned
 2014-08-28 14:49 UTC  (2+ messages)

[meta-webserver] nginx 1.7.4 cross-compiling patches
 2014-08-28 14:49 UTC  (6+ messages)

[PATCH v3 0/8] thermal: exynos: various cleanups
 2014-08-28 14:49 UTC  (2+ messages)

[PATCH 2/2] usb: gadget: f_uvc: Move to video_ioctl2
 2014-08-28 14:48 UTC  (5+ messages)
` [PATCH] usb: gadget: f_uvc fix transition "

fallocate fail on btrfs
 2014-08-28 14:48 UTC  (9+ messages)

[PATCH] mm, slub: do not add duplicate sysfs
 2014-08-28 14:47 UTC  (6+ messages)

Dealing with desktops with an acpi-video interface claiming backlight control
 2014-08-28 14:47 UTC 

[PATCH] thermal: add generic IIO channel thermal sensor driver
 2014-08-28 14:46 UTC  (4+ messages)

What can I do next to use R4 partition sdb
 2014-08-28 14:46 UTC  (7+ messages)
      ` reiser4progs revision

[PATCH v2 0/7] Support flow director programming on fortville
 2014-08-28 14:46 UTC  (10+ messages)
` [PATCH v2 5/7] fix the Marco conflict
` [PATCH v2 2/7] ethdev: define new ethdev API rx_classification_filter_ctl

[PATCH 1/4] mfd: 88pm860x-i2c: Purge unused functions
 2014-08-28 14:44 UTC  (8+ messages)
` [PATCH 2/4] mfd: 88pm860x-i2c: Fix variable length array Sparse warning
` [PATCH 3/4] mfd: max8925-i2c: "
` [PATCH 4/4] mfd: stmpe: Rid variable length array Sparse warnings

[U-Boot] [PATCH v2] common: fix compiler warning on wrong printf format
 2014-08-28 14:45 UTC  (4+ messages)

[PATCH V3 0/6] RCU get_user_pages_fast and __get_user_pages_fast
 2014-08-28 14:45 UTC  (27+ messages)
  ` [PATCH V3 1/6] mm: Introduce a general RCU get_user_pages_fast
  ` [PATCH V3 2/6] arm: mm: Introduce special ptes for LPAE
  ` [PATCH V3 3/6] arm: mm: Enable HAVE_RCU_TABLE_FREE logic
  ` [PATCH V3 4/6] arm: mm: Enable RCU fast_gup
  ` [PATCH V3 5/6] arm64: mm: Enable HAVE_RCU_TABLE_FREE logic
  ` [PATCH V3 6/6] arm64: mm: Enable RCU fast_gup

[U-Boot] buildman: suspect issue with patman tags
 2014-08-28 14:45 UTC  (2+ messages)

Advice on DVB-S/S2 card and CAM support
 2014-08-28 14:44 UTC  (3+ messages)

[PATCH] alsa-utils: interrupt streaming via signal
 2014-08-28 14:43 UTC 

[PATCH] EPT: utilize GLA->GPA translation known for certain faults
 2014-08-28 14:40 UTC 

Kernel Programming
 2014-08-28 14:41 UTC  (2+ messages)

[Qemu-devel] Patch Round-up for stable 2.1.1, freeze on 2014-09-03
 2014-08-28 14:39 UTC  (4+ messages)
` [Qemu-devel] [PATCH 06/25] pci: Use bus master address space for delivering MSI/MSI-X messages
  ` [Qemu-devel] [Qemu-stable] "

[Qemu-devel] IO accounting overhaul
 2014-08-28 14:38 UTC 

[PATCH RESEND 0/8] i2c: Relax mandatory I2C ID table passing
 2014-08-28 14:35 UTC  (22+ messages)
` [PATCH 1/8] i2c: Add pointer dereference protection to i2c_match_id()
` [PATCH 2/8] i2c: Add the ability to match device to compatible string without an of_node
` [PATCH 3/8] i2c: Match using traditional OF methods, then by vendor-less compatible strings
` [PATCH 4/8] i2c: Make I2C ID tables non-mandatory for DT'ed devices
` [PATCH 5/8] i2c: Export i2c_match_id() for direct use by device drivers
` [PATCH 6/8] i2c: Provide a temporary .probe2() call-back type
` [PATCH 7/8] mfd: 88pm860x: Move over to new I2C device .probe() call
` [PATCH 8/8] mfd: as3722: Rid driver of superfluous I2C device ID structure

[PATCH v3 0/4] Rockchip soc theamal driver
 2014-08-28 14:37 UTC  (5+ messages)
` [PATCH v3 1/4] thermal: rockchip: add driver for thermal

[linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code
 2014-08-28 14:37 UTC  (18+ messages)

Refreshing after OOB file update?
 2014-08-28 14:37 UTC 

[meta-oe][PATCH] md5deep: Add Recipe for md5deep package version 4.4
 2014-08-28 14:36 UTC  (4+ messages)

[PATCH v2] spi: rspi: Add support for new R-Car Gen2 SoCs
 2014-08-28 14:33 UTC  (3+ messages)

1.7 release feature freeze deadline this Friday
 2014-08-28 14:33 UTC  (4+ messages)

[PATCH 3.17-rc2] fs: namespace: suppress 'may be used uninitialized' warnings
 2014-08-28 14:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/1] i2c: i2c-st: Rename clock reference to something that exists
 2014-08-28 14:31 UTC  (4+ messages)
` [STLinux Kernel] "

[meta-oe][PATCH 0/5] ntpd and gpsd updates for high-precision timing
 2014-08-28 14:32 UTC  (6+ messages)
` [meta-oe][PATCH 4/5] gpsd: add optional support for KPPS interface

Sandisk MMC I/O errors
 2014-08-28 14:31 UTC  (22+ messages)

[PATCH] cfq-iosched: Add comments on update timing of weight
 2014-08-28 14:30 UTC  (2+ messages)

[PATCH V2 1/2] ARM: dts: Add DT changes for display on snow
 2014-08-28 14:28 UTC  (8+ messages)

[linux-3.14 test] 30018: regressions - FAIL
 2014-08-28 14:28 UTC 


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.