All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-03 17:34:09 to 2014-10-03 19:30:29 UTC [more...]

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

[Buildroot] [PATCH 0/25 v7] gendoc infra: make it useable for other documents (branch yem/manual)
 2014-10-03 19:30 UTC  (3+ messages)
` [Buildroot] [PATCH 09/25 v7] docs/manual: do not hardcode name of the generated document

[PATCH net-next 0/2] Add pgtable API to query if write combining is available
 2014-10-03 19:31 UTC  (3+ messages)
` [PATCH net-next 1/2] pgtable: Add "

[Printing-architecture] Number of copies in pure PDF workflow
 2014-10-03 19:28 UTC 

linux-next: build warnings after merge of the akpm-current tree
 2014-10-03 19:28 UTC  (3+ messages)

[RFC][PATCH v2 0/1] Add support for Xen access to vmport
 2014-10-03 19:27 UTC  (9+ messages)
` [RFC][PATCH v2 1/1] Add IOREQ_TYPE_VMWARE_PORT

+ increase-the-buffer-head-per-cpu-lru-size.patch added to -mm tree
 2014-10-03 19:26 UTC 

[PATCH net-next] net: bcmgenet: improve bcmgenet_mii_setup()
 2014-10-03 19:25 UTC 

+ driver-base-node-remove-unnecessary-kfree-of-node-struct-from-unregister_one_node.patch added to -mm tree
 2014-10-03 19:25 UTC 

[PATCH net-next] et131x: Add PCIe gigabit ethernet driver et131x to drivers/net
 2014-10-03 19:25 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 00/47] Postcopy implementation
 2014-10-03 19:21 UTC  (49+ 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 34/47] Postcopy: Create a fault handler thread before marking the ram as userfault
` [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 39/47] postcopy_ram.c: place_page and helpers
` [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

[Bug 84500] New: [radeonsi] radeon 0000:01:00.0: Packet0 not allowed!
 2014-10-03 19:21 UTC  (3+ messages)
` [Bug 84500] "

+ fanotify-enable-close-on-exec-on-events-fd-when-requested-in-fanotify_init.patch added to -mm tree
 2014-10-03 19:20 UTC 

[Buildroot] [git commit] package/xenomai: bump to version 2.6.4
 2014-10-03 19:19 UTC 

[PATCH 0/4] Fix build issues with CONFIG_RTE_BUILD_COMBINE_LIBS=y
 2014-10-03 19:15 UTC  (11+ messages)

[Xenomai] Switchtest failures on ODROIDU3
 2014-10-03 19:14 UTC  (11+ messages)

[TOY PATCH]: rebase: Add --show-files option
 2014-10-03 19:11 UTC  (2+ messages)

+ documentation-update-include-path-for-mpssd.patch added to -mm tree
 2014-10-03 19:11 UTC 

+ ntfs-remove-bogus-space.patch added to -mm tree
 2014-10-03 19:09 UTC 

UBI: Fastmap fixes - round one
 2014-10-03 19:06 UTC  (4+ messages)
` [PATCH 3/4] UBI: Fastmap: Care about the protection queue

HW bridging support using notifiers?
 2014-10-03 19:06 UTC  (3+ messages)

[PATCH net-next 0/2] sunvnet: Packet processing in non-interrupt context
 2014-10-03 19:08 UTC  (4+ messages)

Transaction patch series overview
 2014-10-03 19:05 UTC  (11+ messages)
        ` [PATCH v21 0/19] rs/ref-transaction (Re: Transaction patch series overview)
          ` [PATCH v22 0/24] rs/ref-transaction
            ` [PATCH 09/24] refs.c: pass a list of names to skip to is_refname_available

[PATCH] drm: Test for PCI root bus to avoid NULL pointer dereference
 2014-10-03 18:01 UTC  (2+ messages)

[PATCH net-next 1/1] net: fec: fix build error at m68k platform
 2014-10-03 19:00 UTC 

[PATCH 0/3] arm: shimobile: add HS-USB device node on r8a7791
 2014-10-03 18:55 UTC  (6+ messages)
` [PATCH 2/3] arm: shmobile: koelsch: enable HS-USB

[Buildroot] [PATCH] bash: add more security patches
 2014-10-03 18:55 UTC  (2+ messages)

[Buildroot] [PATCH] qemu-xtensa: Update to latest stable kernel
 2014-10-03 18:55 UTC  (2+ messages)

[Buildroot] [git commit] bash: add more security patches
 2014-10-03 18:54 UTC 

[Buildroot] [git commit] qemu-xtensa: Update to latest stable kernel
 2014-10-03 18:54 UTC 

[PATCH] Use $(PYTHON) instead of "python" in every Makefile
 2014-10-03 18:53 UTC  (3+ messages)

jerasure: galois_uninit_default_field
 2014-10-03 18:52 UTC  (2+ messages)

project wide: git config entry for [diff] renames=true
 2014-10-03 18:52 UTC  (5+ messages)
` [RFC/PATCH 0/2] Introduce safe-include config feature
  ` [RFC/PATCH 1/2] config: Add safe-include directive

[PATCH v2 0/2] sched/idle : find the best idle CPU with cpuidle info
 2014-10-03 18:52 UTC  (9+ messages)
` [PATCH v2 2/2] sched/fair: leverage the idle state info when choosing the "idlest" cpu
      ` [PATCH RFC] sched,idle: teach select_idle_sibling about idle states

[PATCH 0/6] Kill IS_ULT() in favour of the per-product variant
 2014-10-03 18:52 UTC  (5+ messages)

[PATCH/RFC 0/5] add "unset.variable" for unsetting previously set variables
 2014-10-03 18:48 UTC  (10+ messages)
` [PATCH/RFC 5/5] add tests for checking the behaviour of "unset.variable"

netlink NETLINK_ROUTE failure & Can the kernel really handle IPv6 properly
 2014-10-03 18:49 UTC  (4+ messages)

Atheros AR231x MIPS machine name (ex [PATCH 01/16] MIPS: ar231x: add common parts)
 2014-10-03 18:46 UTC 

[Buildroot] [PATCH 1/1] package/mesa3d: Really disable dri3 support
 2014-10-03 18:47 UTC  (2+ messages)

[Buildroot] [git commit] package/mesa3d: Really disable dri3 support
 2014-10-03 18:46 UTC 

[PATCH/RESEND V6 00/18] UFS: Power management support
 2014-10-03 18:40 UTC  (4+ messages)
` [PATCH V6 01/18] scsi: fixing the "type" for well known LUs

[PATCH] aio: Fix return code of io_submit() (RFC)
 2014-10-03 18:39 UTC  (9+ messages)

[net 0/8] gianfar: ARM port driver updates (1/2)
 2014-10-03 18:39 UTC  (3+ messages)
` [net 1/8] net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARM

[PATCH 0/7] arm64 kexec kernel patches V3
 2014-10-03 18:35 UTC  (7+ messages)
` [PATCH 6/7] arm64/kexec: Add core kexec support

[Bug 84203] New: HDMI gives no more signal
 2014-10-03 18:33 UTC  (2+ messages)
  ` [Bug 84203] [NVC1] HDMI gives no more signal since 3.15 (optimus)

[PATCH 00/17] RFC: userfault v2
 2014-10-03 18:31 UTC  (36+ messages)
` [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 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
  `  "
` [Qemu-devel] [PATCH 08/17] mm: madvise MADV_USERFAULT
  `  "
` [Qemu-devel] [PATCH 10/17] mm: rmap preparation for remap_anon_pages
  `  "
` [Qemu-devel] [PATCH 12/17] mm: sys_remap_anon_pages
  `  "
` [Qemu-devel] [PATCH 17/17] userfaultfd: implement USERFAULTFD_RANGE_REGISTER|UNREGISTER
  `  "

Alsa-devel AKAI eie pro found on github
 2014-10-03 18:26 UTC  (2+ messages)

[PATCH 00/89] Basic Skylake enabling
 2014-10-03 18:25 UTC  (5+ messages)
` [PATCH 61/89] drm/i915/skl: Determine enabled PLL and its linkrate/pixel clock

[PATCH] scsi_debug: deadlock between completions and surprise module removal
 2014-10-03 18:16 UTC  (3+ messages)

3.17.0-rc7: kernel BUG at fs/btrfs/relocation.c:931!
 2014-10-03 18:17 UTC  (2+ messages)

[Qemu-devel] [PATCH v2 0/1] Add support for Xen access to vmport
 2014-10-03 18:17 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 1/1] xen-hvm.c: "
          `  "

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

[PATCH 1/1] ftruncate: create FAN_MODIFY and IN_MODIFY events
 2014-10-03 18:16 UTC 

[PATCH 1/1] GFS2: use _RET_IP_ instead of (unsigned long)__builtin_return_address(0)
 2014-10-03 18:15 UTC  (2+ messages)
` [Cluster-devel] "

pull request: wireless-next 2014-10-03
 2014-10-03 18:01 UTC 

Blocking CR and MSR writes via mem_access?
 2014-10-03 18:13 UTC  (5+ messages)

+ mm-memcontrol-do-not-kill-uncharge-batching-in-free_pages_and_swap_cache-fix.patch added to -mm tree
 2014-10-03 18:12 UTC 

ext4 dev branch testing
 2014-10-03 18:12 UTC 

[PATCH net-next 0/2] Altera TSE with no PHY
 2014-10-03 18:09 UTC  (3+ messages)
` [PATCH net-next 1/2] Altera TSE: Move PHY get addr and MDIO create
` [PATCH net-next 2/2] Altera TSE: Add support for no PHY

btrfs 3.16.2 does not recognize subvolumes correctly
 2014-10-03 18:10 UTC  (4+ messages)

[Bug 83550] New: [NVA5] Monitor not restored after resume [regression]
 2014-10-03 18:10 UTC  (2+ messages)
  ` [Bug 83550] [NVA5] Monitor not restored after resume [regression] [bisected]

[U-Boot] Seeing only 256MB of RAM
 2014-10-03 18:09 UTC  (2+ messages)

[PATCH v2 00/15] Krait clocks + Krait CPUfreq
 2014-10-03 18:07 UTC  (4+ messages)
` [PATCH v2 04/15] clk: divider: Make generic for usage elsewhere

(Video) Discussion on Poettering, SystemD, Sysv
 2014-10-03 18:06 UTC 

[GIT PULL for v3.17] si2165 firmware changes
 2014-10-03 18:05 UTC 

[merged] mm-numa-do-not-mark-ptes-pte_numa-when-splitting-huge-pages.patch removed from -mm tree
 2014-10-03 18:04 UTC 

[merged] mm-migrate-close-race-between-migration-completion-and-mprotect.patch removed from -mm tree
 2014-10-03 18:04 UTC 

[merged] mm-page_alloc-fix-zone-allocation-fairness-on-up.patch removed from -mm tree
 2014-10-03 18:04 UTC 

[merged] perf-fix-perf-bug-in-fork.patch removed from -mm tree
 2014-10-03 18:04 UTC 

[merged] maintainers-change-git-url-for-mpc5xxx-tree.patch removed from -mm tree
 2014-10-03 18:04 UTC 

[merged] mm-memcontrol-do-not-iterate-uninitialized-memcgs.patch removed from -mm tree
 2014-10-03 18:04 UTC 

[merged] ocfs2-dlm-should-put-mle-when-goto-kill-in-dlm_assert_master_handler.patch removed from -mm tree
 2014-10-03 18:04 UTC 

[GIT PULL] watchdog updates for Linux 3.18 (#4)
 2014-10-03 18:04 UTC  (3+ messages)

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

[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] x86,seccomp,prctl: Remove PR_TSC_SIGSEGV and seccomp TSC filtering
 2014-10-03 17:59 UTC  (3+ 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] "

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)

[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] "

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

[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


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.