All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-03 17:01:47 to 2014-10-03 18:04:05 UTC [more...]

[obsolete] linux-next-git-rejects.patch removed from -mm tree
 2014-10-03 18:04 UTC 

Please backport commit 3812c8c8f39 to stable
 2014-10-03 18:03 UTC  (5+ messages)

[PATCH 00/17] RFC: userfault v2
 2014-10-03 17:08 UTC  (83+ messages)
` [Qemu-devel] "
` [PATCH 01/17] mm: gup: add FOLL_TRIED
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 02/17] mm: gup: add get_user_pages_locked and get_user_pages_unlocked
  `  "
` [PATCH 03/17] mm: gup: use get_user_pages_unlocked within get_user_pages_fast
  ` [Qemu-devel] "
` [PATCH 04/17] mm: gup: make get_user_pages_fast and __get_user_pages_fast latency conscious
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 05/17] mm: gup: use get_user_pages_fast and get_user_pages_unlocked
  `  "
` [PATCH 06/17] kvm: Faults which trigger IO release the mmap_sem
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 07/17] mm: madvise MADV_USERFAULT: prepare vm_flags to allow more than 32bits
  `  "
` [PATCH 08/17] mm: madvise MADV_USERFAULT
` [Qemu-devel] [PATCH 09/17] mm: PT lock: export double_pt_lock/unlock
  `  "
` [Qemu-devel] [PATCH 10/17] mm: rmap preparation for remap_anon_pages
  `  "
` [Qemu-devel] [PATCH 11/17] mm: swp_entry_swapcount
  `  "
` [Qemu-devel] [PATCH 12/17] mm: sys_remap_anon_pages
  `  "
` [PATCH 13/17] waitqueue: add nr wake parameter to __wake_up_locked_key
  ` [Qemu-devel] "
` [PATCH 14/17] userfaultfd: add new syscall to provide memory externalization
  ` [Qemu-devel] "
` [PATCH 15/17] userfaultfd: make userfaultfd_write non blocking
  ` [Qemu-devel] "
` [PATCH 16/17] powerpc: add remap_anon_pages and userfaultfd
  ` [Qemu-devel] "
` [PATCH 17/17] userfaultfd: implement USERFAULTFD_RANGE_REGISTER|UNREGISTER

[libnftnl PATCH 1/2] ruleset: add the set_id to the parsed sets
 2014-10-03 18:02 UTC  (2+ messages)
` [libnftnl PATCH 2/2] src: internal set id allocation from nft_ruleset_parse*()

[PATCH 00/14] i915 kerneldocs part 1
 2014-10-03 18:00 UTC  (3+ messages)
` [PATCH 14/14] drm/i915: kerneldoc for intel_fifo_underrun.c

[PATCH 0/4] Fix build issues with CONFIG_RTE_BUILD_COMBINE_LIBS=y
 2014-10-03 18:00 UTC  (5+ messages)

[rfcomm_run] WARNING: CPU: 1 PID: 79 at kernel/sched/core.c:7156 __might_sleep()
 2014-10-03 17:56 UTC  (8+ messages)

[PATCH] x86,seccomp,prctl: Remove PR_TSC_SIGSEGV and seccomp TSC filtering
 2014-10-03 17:59 UTC  (5+ messages)

[RFC PATCH v2 00/16] Add ACPI _DSD and unified device properties support
 2014-10-03 17:59 UTC  (5+ messages)
` [PATCH v3 00/15] "
  ` [PATCH v3 03/15] ACPI: Allow drivers to match using Device Tree compatible property

QEMU with KVM does not start Win8 on kernel 3.4.67 and core2duo
 2014-10-03 17:54 UTC  (8+ messages)
` [Qemu-devel] "

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

RFC: ixgbe+build_skb+extra performance experiments
 2014-10-03 17:49 UTC  (5+ messages)

[PATCH v1] clk: qcom: Add support for regmap clock dividers
 2014-10-03 17:49 UTC  (4+ messages)

[GIT PULL] watchdog updates for Linux 3.18 (#4)
 2014-10-03 17:47 UTC  (2+ messages)

[Qemu-devel] [Bug 1377163] [NEW] Does not add usb-host devices as they are hotplugged
 2014-10-03 17:39 UTC  (2+ messages)
` [Qemu-devel] [Bug 1377163] "

[U-Boot] Seeing only 256MB of RAM
 2014-10-03 17:44 UTC 

[PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer binding
 2014-10-03 17:41 UTC  (10+ messages)
  ` [linux-sunxi] "
    `  "
    ` [linux-sunxi] Re: [PATCH v3] dt-bindings: Add a clocks property to the simple-framebuffer bindin

[U-Boot] [PATCH 42/42] ARM: tegra: colibri_t30: comment style fix
 2014-10-03 17:41 UTC 

Query with respect to VCPU scheduling
 2014-10-03 17:40 UTC 

[PATCH v3 0/5] kselftest framework and test changes to use it
 2014-10-03 17:39 UTC  (3+ messages)
` [PATCH v3 3/5] selftests/ipc: change test to use ksft framework

[PATCH v5 0/4] This set of patches adds regulator support for pmbus_core.c and ltc2978.c
 2014-10-03 17:28 UTC  (5+ messages)
` [PATCH v5 1/4] hwmon: ltc2978: device tree bindings documentation
      ` [lm-sensors] "

[Cluster-devel] [DLM PATCH] DLM: Don't wait for resource library lookups if NOLOOKUP is specified
 2014-10-03 17:28 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/mesa3d: Really disable dri3 support
 2014-10-03 17:22 UTC 

ath10k: calibration data through Device Tree?
 2014-10-03 17:21 UTC  (7+ messages)

[PATCH 0/9] Netfilter/IPVS updates for net-next
 2014-10-03 17:20 UTC  (10+ messages)
` [PATCH 1/9] netfilter: nft_reject: introduce icmp code abstraction for inet and bridge
` [PATCH 2/9] netfilter: move nf_send_resetX() code to nf_reject_ipvX modules
` [PATCH 3/9] netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
` [PATCH 4/9] netfilter: nf_tables: wait for call_rcu completion on module removal
` [PATCH 5/9] netfilter: nft_compat: remove incomplete 32/64 bits arch compat code
` [PATCH 6/9] netfilter: nf_tables: allow to filter from prerouting and postrouting
` [PATCH 7/9] netfilter: explicit module dependency between br_netfilter and physdev
` [PATCH 8/9] ipvs: Clean up comment style in ip_vs.h
` [PATCH 9/9] netfilter: nft_masq: register/unregister notifiers on module init/exit

[PATCH] ASoC: da732x: Remove unnecessary KERN_ERR in pr_err()
 2014-10-03 17:17 UTC 

[PATCH] NVMe: Do not open disks that are being deleted
 2014-10-03 17:15 UTC 

[PATCH 2/2] led: remove use of gpiochip_remove() retval
 2014-10-03 17:15 UTC  (4+ messages)

[PATCH v6 0/4] mfd: add support for Diolan DLN-2
 2014-10-03 17:12 UTC  (4+ messages)
` [PATCH v6 1/4] mfd: add support for Diolan DLN-2 devices

[PATCH] USB: serial: cp210x: Add Silicon Labs 358x VID and PID
 2014-10-03 17:14 UTC  (2+ messages)

mmotm 2014-10-02-16-22 uploaded
 2014-10-03 17:13 UTC  (2+ messages)
` mmotm 2014-10-02-16-22 uploaded (lustre)

[PATCH v4 RESEND] Move BTRFS RCU string to common library
 2014-10-03 17:12 UTC 

[PATCH 0/2] Remove branch hints
 2014-10-03 17:11 UTC  (2+ messages)

[PATCH] init - Honour the global core.filemode setting
 2014-10-03 17:07 UTC  (8+ messages)

[PATCH] ASoC: simple-card: Fix detect gpio documentation
 2014-10-03 17:06 UTC 

[Buildroot] [PATCH 0/25 v7] gendoc infra: make it useable for other documents (branch yem/manual)
 2014-10-03 17:01 UTC  (14+ messages)
` [Buildroot] [PATCH 13/25 v7] docs/manual: rename the generic dependency rules
` [Buildroot] [PATCH 14/25 v7] docs/manual: allow documents to define some hooks, as for a package
` [Buildroot] [PATCH 15/25 v7] docs/manual: use the new hooks instead of gendoc rules
` [Buildroot] [PATCH 16/25 v7] docs/manual: always look for resources in destination directory
` [Buildroot] [PATCH 17/25 v7] docs: separate the GENDOC infra from our manual definition
` [Buildroot] [PATCH 18/25 v7] docs: rename the GENDOC infrastructure
` [Buildroot] [PATCH 19/25 v7] docs/asciidoc: call $(pkgname) and $(pkgdir) in a single place
` [Buildroot] [PATCH 20/25 v7] docs/asciidoc: make it possible to use $(@D) in hooks
` [Buildroot] [PATCH 21/25 v7] doc/asciidoc: allow documents to pass a global asciidoc configuration
` [Buildroot] [PATCH 22/25 v7] doc/asciidoc: always apply Buildroot's AsciiDoc config
` [Buildroot] [PATCH 23/25 v7] doc/asciidoc: always use UTC
` [Buildroot] [PATCH 24/25 v7] Makefile: enable generating documents from br2-external
` [Buildroot] [PATCH 25/25 v7] docs/manual: document the asciidoc infra


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.