All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-04-14 16:01:33 to 2015-04-14 17:15:05 UTC [more...]

Question about fixmap
 2015-04-14 17:15 UTC 

Invitation and RFC: Linux Plumbers Device Tree track proposed
 2015-04-14 17:14 UTC  (4+ messages)

[PATCH 1/2] kvm: mmu: fix catch transparent huge page backing
 2015-04-14 17:14 UTC  (3+ messages)
` [PATCH 2/2] kvm: mmu: don't do overflow memslot check

[PATCH 0/2] ring-buffer: More precise timestamps for nested writes
 2015-04-14 17:13 UTC  (4+ messages)
  ` [PATCH 1/2] ring-buffer: Introduce precise nested timestamp sysfs attribute
    ` [PATCH 2/2] More precise timestamps for nested writes

[PATCH RFC 0/3] simple copy offloading system call
 2015-04-14 17:08 UTC  (11+ messages)
` [PATCH RFC 1/3] vfs: add copy_file_range syscall and vfs helper
` [PATCH RFC 3/3] btrfs: add .copy_file_range file operation

git commit --date format
 2015-04-14 17:10 UTC  (2+ messages)

[Qemu-devel] [Bug 1438144] [NEW] Page sizes are not interpreted correctly for E500/E500MC
 2015-04-14 17:00 UTC  (2+ messages)
` [Qemu-devel] [Bug 1438144] "

[PATCH] igt/gem_ctx_exec: Add lrc lite restore subtest
 2015-04-14 17:12 UTC  (2+ messages)

[PATCH 1/3] toshiba: Remove celleb from Kconfig options
 2015-04-14 17:10 UTC  (3+ messages)
` [PATCH 2/3] Remove celleb-only SCC PATA drivers

[PATCH v3 00/28] IB/Verbs: IB Management Helpers
 2015-04-14 17:09 UTC  (10+ messages)
` [PATCH v3 07/28] IB/Verbs: Reform IB-ulp ipoib

How to combine git repos with similar code and keep all branches and tags?
 2015-04-14 17:09 UTC  (2+ messages)

[PATCH 00/17] i915_gem_gtt.c polish
 2015-04-14 17:11 UTC  (14+ messages)
` [PATCH 02/17] drm/i915: Move vma vfuns to adddress_space
` [PATCH 06/17] drm/i915: Dont clear PIN_GLOBAL in the execbuf pinning fallback
  ` [PATCH] "
` [PATCH 07/17] drm/i915: Drop redundant GGTT rebinding
` [PATCH 08/17] drm/i915: Don't look at pg_dirty_rings for aliasing ppgtt

[Qemu-devel] [PATCH v6 00/47] Postcopy implementation
 2015-04-14 17:04 UTC  (48+ messages)
` [Qemu-devel] [PATCH v6 01/47] Start documenting how postcopy works
` [Qemu-devel] [PATCH v6 02/47] Split header writing out of qemu_savevm_state_begin
` [Qemu-devel] [PATCH v6 03/47] qemu_ram_foreach_block: pass up error value, and down the ramblock name
` [Qemu-devel] [PATCH v6 04/47] Add qemu_get_counted_string to read a string prefixed by a count byte
` [Qemu-devel] [PATCH v6 05/47] Create MigrationIncomingState
` [Qemu-devel] [PATCH v6 06/47] Provide runtime Target page information
` [Qemu-devel] [PATCH v6 07/47] Move copy out of qemu_peek_buffer
` [Qemu-devel] [PATCH v6 08/47] Add qemu_get_buffer_less_copy to avoid copies some of the time
` [Qemu-devel] [PATCH v6 09/47] Add wrapper for setting blocking status on a QEMUFile
` [Qemu-devel] [PATCH v6 10/47] Rename save_live_complete to save_live_complete_precopy
` [Qemu-devel] [PATCH v6 11/47] Return path: Open a return path on QEMUFile for sockets
` [Qemu-devel] [PATCH v6 12/47] Return path: socket_writev_buffer: Block even on non-blocking fd's
` [Qemu-devel] [PATCH v6 13/47] Migration commands
` [Qemu-devel] [PATCH v6 14/47] Return path: Control commands
` [Qemu-devel] [PATCH v6 15/47] Return path: Send responses from destination to source
` [Qemu-devel] [PATCH v6 16/47] Return path: Source handling of return path
` [Qemu-devel] [PATCH v6 17/47] ram_debug_dump_bitmap: Dump a migration bitmap as text
` [Qemu-devel] [PATCH v6 18/47] Move loadvm_handlers into MigrationIncomingState
` [Qemu-devel] [PATCH v6 19/47] Rework loadvm path for subloops
` [Qemu-devel] [PATCH v6 20/47] Add migration-capability boolean for postcopy-ram
` [Qemu-devel] [PATCH v6 21/47] Add wrappers and handlers for sending/receiving the postcopy-ram migration messages
` [Qemu-devel] [PATCH v6 22/47] MIG_CMD_PACKAGED: Send a packaged chunk of migration stream
` [Qemu-devel] [PATCH v6 23/47] migrate_init: Call from savevm
` [Qemu-devel] [PATCH v6 24/47] Modify save_live_pending for postcopy
` [Qemu-devel] [PATCH v6 25/47] postcopy: OS support test
` [Qemu-devel] [PATCH v6 26/47] migrate_start_postcopy: Command to trigger transition to postcopy
` [Qemu-devel] [PATCH v6 27/47] MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration state
` [Qemu-devel] [PATCH v6 28/47] Add qemu_savevm_state_complete_postcopy
` [Qemu-devel] [PATCH v6 29/47] Postcopy: Maintain sentmap and calculate discard
` [Qemu-devel] [PATCH v6 30/47] postcopy: Incoming initialisation
` [Qemu-devel] [PATCH v6 31/47] postcopy: ram_enable_notify to switch on userfault
` [Qemu-devel] [PATCH v6 32/47] Postcopy: Postcopy startup in migration thread
` [Qemu-devel] [PATCH v6 33/47] Postcopy end in migration_thread
` [Qemu-devel] [PATCH v6 34/47] Page request: Add MIG_RP_MSG_REQ_PAGES reverse command
` [Qemu-devel] [PATCH v6 35/47] Page request: Process incoming page request
` [Qemu-devel] [PATCH v6 36/47] Page request: Consume pages off the post-copy queue
` [Qemu-devel] [PATCH v6 37/47] postcopy_ram.c: place_page and helpers
` [Qemu-devel] [PATCH v6 38/47] Postcopy: Use helpers to map pages during migration
` [Qemu-devel] [PATCH v6 39/47] qemu_ram_block_from_host
` [Qemu-devel] [PATCH v6 40/47] Don't sync dirty bitmaps in postcopy
` [Qemu-devel] [PATCH v6 41/47] Host page!=target page: Cleanup bitmaps
` [Qemu-devel] [PATCH v6 42/47] Postcopy; Handle userfault requests
` [Qemu-devel] [PATCH v6 43/47] Start up a postcopy/listener thread ready for incoming page data
` [Qemu-devel] [PATCH v6 44/47] postcopy: Wire up loadvm_postcopy_handle_ commands
` [Qemu-devel] [PATCH v6 45/47] End of migration for postcopy
` [Qemu-devel] [PATCH v6 46/47] Disable mlock around incoming postcopy
` [Qemu-devel] [PATCH v6 47/47] Inhibit ballooning during postcopy

[Bug 33165] New: Nouveau + nvidia GT240 = unworkable
 2015-04-14 17:05 UTC  (3+ messages)
  ` [Bug 33165] [NVA3, NVA8] gpu lockup during driver probe
  ` [Bug 33165] [NVA3] GDDR5 vram -> flickering screen (previously GPU lockup)

Ensimag students project on Git, 2015 edition
 2015-04-14 17:04 UTC 

[Bug 89991] New: Flickering and other image corruption
 2015-04-14 17:03 UTC  (2+ messages)
  ` [Bug 89991] "

[PATCH v2] i-g-t: Adding test case to test background color
 2015-04-14 17:02 UTC  (3+ messages)
` [PATCH v3] "

[Patch net-next] fou: avoid missing unlock in failure path
 2015-04-14 17:01 UTC  (2+ messages)

linux-next: manual merge of the vfs tree with the ext4 tree
 2015-04-14 17:00 UTC  (3+ messages)

[meta-oe][PATCH V2] bluez collection: add (moved from oe-core)
 2015-04-14 16:59 UTC  (4+ messages)

[call for review] netdev-related stuff in vfs.git
 2015-04-14 16:59 UTC  (10+ messages)
` [PATCH 15/17] switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec()
` [PATCH 16/17] get rid of the size argument of sock_sendmsg()

[PATCH 2/2] livepatch: Fix the bug if the function name is larger than KSYM_NAME_LEN-1
 2015-04-14 17:01 UTC  (12+ messages)

BUSINESS PROPOSAL
 2015-04-14 15:36 UTC 

[PATCH resend] Renesas Ethernet AVB driver
 2015-04-14 16:58 UTC  (10+ messages)

[PATCH] kernel.bbclass: Fix race condition
 2015-04-14 16:56 UTC 

[patch 00/12] mm: page_alloc: improve OOM mechanism and policy
 2015-04-14 16:55 UTC  (7+ messages)
` [patch 09/12] mm: page_alloc: private memory reserves for OOM-killing allocations
` [patch 10/12] mm: page_alloc: emergency reserve access for __GFP_NOFAIL allocations

[PATCH v4 00/24] ILP32 for ARM64
 2015-04-14 16:55 UTC  (8+ messages)

[PATCH 0/5 v2 RESEND] fs: Fixes for removing xid bits and security labels
 2015-04-14 16:54 UTC  (4+ messages)
` [PATCH 5/5] xfs: Correctly lock inode when removing suid and security marks

linux 3.14.34 failure to detect disks on C600 storage controller
 2015-04-14 16:54 UTC  (2+ messages)

Configuring Yocto's GRUB with Custom Boot Parameters
 2015-04-14 14:10 UTC 

[PATCH 04/11] drm/i915: Add EDID read in intel_dp_check_link_status() for Link CTS 4.2.2.1
 2015-04-14 16:53 UTC  (3+ messages)
` [PATCH 04/13] "

[PATCH] crypto: ensure backlog is initialised
 2015-04-14 16:51 UTC 

[PATCH V4 00/15] mmc: host: Add facility to support re-tuning
 2015-04-14 16:52 UTC  (17+ messages)
` [PATCH V4 01/15] "

[PATCH i-g-t] tests/gem_mmap_gtt: add huge BO test
 2015-04-14 16:51 UTC  (3+ messages)
` [PATCH i-g-t v5] "

Has anyone seen this?
 2015-04-14 16:52 UTC 

[PATCH] [media] v4l: vb2: remove unused variable
 2015-04-14 16:51 UTC 

[PATCH] ip_forward: Drop frames with attached skb->sk
 2015-04-14 16:50 UTC  (4+ messages)

linux-next: Tree for Apr 14
 2015-04-14 16:50 UTC  (4+ messages)
` linux-next: Tree for Apr 14 (crash due to modpost patch)

[[PATCH v4]] new functions libxl_bitmap_{or,and}
 2015-04-14 16:48 UTC  (3+ messages)

[PATCH linux-next 0/4] fix possile NULL pointer dereference in ndo_get_iflink callback functions
 2015-04-14 16:46 UTC  (19+ messages)
` [PATCH linux-next 1/4] infiniband/ipoib: fix possible NULL pointer dereference in ipoib_get_iflink
` [PATCH linux-next v2] "
  ` [PATCH] "

[PATCH v7 2/2] nohz: set isolcpus when nohz_full is set
 2015-04-14 16:45 UTC  (5+ messages)
` [PATCH v8 1/2] nohz: add tick_nohz_full_add_cpus_to() API
  ` [PATCH v8 2/2] nohz: set isolcpus when nohz_full is set

[PATCH] uio: pruss: Drop depends on ARCH_DAVINCI_DA850 from config
 2015-04-14 16:44 UTC 

[PATCH net] bnx2x: Fix netpoll interoperability
 2015-04-14 16:44 UTC  (3+ messages)

[PATCH] bitbake: invalidate mtime cache if file doesn't exist
 2015-04-14 16:42 UTC 

recording problem in beagleboard-mcbsp
 2015-04-14 16:41 UTC  (15+ messages)

Updates to meta-fsl-arm-extra (master and fido) in 2015-04-14
 2015-04-14 16:41 UTC 

[Intel-wired-lan] [net-next S3 01/13] i40evf: fix bad indentation
 2015-04-14 16:40 UTC  (4+ messages)
` [Intel-wired-lan] [net-next S3 07/13] i40e: print FCoE capability reported by the device function

[PATCH] spi: bcm2835: remove timeout code from polling function
 2015-04-14 16:39 UTC 

[PATCHv2 0/6] Use ticket locks for spinlocks
 2015-04-14 16:37 UTC  (4+ messages)
` [PATCHv2 3/6] xen: generic xadd() for ticket locks

[RFC PATCH 0/5] Add smp booting support for Qualcomm ARMv8 SoCs
 2015-04-14 16:36 UTC  (7+ messages)
` [RFC PATCH 5/5] arm64: qcom: add cpu operations

[GIT PULL] PMEM driver for v4.1
 2015-04-14 16:34 UTC  (10+ messages)
        ` [Linux-nvdimm] "

Updates to meta-fsl-arm (master and fido) in 2015-04-14
 2015-04-14 16:33 UTC 

[PATCH] ARM: dts: sun7i: Add Goodix GT911 nodes for Wexler TAB7200
 2015-04-14 16:32 UTC  (9+ messages)

[meta-qt5][PATCH] qtwebkit: Fix build with newer glib-2.0
 2015-04-14 16:32 UTC 

[PATCH] intel: Leak the userptr test bo
 2015-04-14 16:31 UTC 

[Qemu-devel] [PATCH 00/15] IPMI device for qemu
 2015-04-14 16:31 UTC  (9+ messages)
` [Qemu-devel] [PATCH 10/15] smbios: Add a function to directly add an entry

[PATCH] cpupower: fix breakage from libpci API change
 2015-04-14 16:28 UTC  (2+ messages)

About the "git merge" tee-shirt
 2015-04-14 16:27 UTC  (3+ messages)

[PATCH] sunxi: a10-lime: add regulator nodes
 2015-04-14 16:27 UTC  (11+ messages)

[Qemu-devel] [libvirt] [PATCH 3/5] qemu: add QEMU_CAPS_MACHINE_VMPORT_OPT
 2015-04-14 16:27 UTC  (2+ messages)

[PATCH] Restore support for virtio on FreeBSD
 2015-04-14 16:23 UTC  (6+ messages)
` [PATCH v3] "
  ` [PATCH v5] "

[PATCH] input: ambakmi: Fix system PM by converting to modern callbacks
 2015-04-14 16:22 UTC  (3+ messages)

Two new breakages since Thursday
 2015-04-14 16:21 UTC  (6+ messages)

[PATCH v4 0/2] Enable capsule loader interface for efi firmware updating
 2015-04-14 16:18 UTC  (6+ messages)
` [PATCH v4 1/2] firmware_loader: introduce new API - request_firmware_direct_full_path()

Configuring Yocto's GRUB with Custom Boot Parameters
 2015-04-14 13:54 UTC 

[Qemu-devel] [Bug 1336794] [NEW] 9pfs does not honor open file handles on unlinked files
 2015-04-14 16:19 UTC  (9+ messages)
` [Qemu-devel] [Bug 1336794] "
  `  "
    ` [V9fs-developer] "
        ` [Qemu-devel] "

git fsck: unreachable vs. dangling
 2015-04-14 16:19 UTC  (6+ messages)

tools brainstorming
 2015-04-14 16:19 UTC  (5+ messages)

linux-next: manual merge of the vfs tree with the ext4 tree
 2015-04-14 16:18 UTC  (4+ messages)

[BUG] oops in cpufreq driver with AMD Kaveri CPU
 2015-04-14 16:07 UTC  (4+ messages)

psplash and systemd
 2015-04-14 16:13 UTC  (2+ messages)

Mount options for /dev/root
 2015-04-14 16:04 UTC 

[Ceph-maintainers] statically allocated uid/gid for ceph
 2015-04-14 16:12 UTC  (6+ messages)

[PATCH 0/3] clk: socfpga: Add clock driver for Arria10
 2015-04-14 16:07 UTC  (4+ messages)

[PATCH] alps: Document separate pointstick button bits for V2 alps devices
 2015-04-14 16:08 UTC  (2+ messages)

[U-Boot] [PATCH 01/10] sunxi: Also set Auxiliary Ctl SMP bit in SPL
 2015-04-14 16:07 UTC  (10+ messages)
` [U-Boot] [PATCH 02/10] sunxi: usbc: Remove unused irq field
` [U-Boot] [PATCH 03/10] sunxi: Introduce a hidden ARCH_SUN6I Kconfig bool
` [U-Boot] [PATCH 04/10] sunxi: s/sun8i/sun8i_a23/
` [U-Boot] [PATCH 05/10] sunxi: Add support for A33 PLL11 (second DRAM pll)
` [U-Boot] [PATCH 06/10] sunxi: Add a33 dram init code
` [U-Boot] [PATCH 07/10] sunxi: Fix end of kernel memory alignment for A33
` [U-Boot] [PATCH 08/10] sunxi: Add basic A33 basic support
` [U-Boot] [PATCH 09/10] sunxi: Add softwinner astar mid756 A33 tablet board defconfig
` [U-Boot] [PATCH 10/10] sunxi: Add Ippo_q8h_v1_2_a33_1024x600 defconfig

[PATCHv2] ARM: socfpga: dts: Add a clock node for sdmmc CIU
 2015-04-14 16:05 UTC  (2+ messages)

PATH modifications for git-hook processes
 2015-04-14 16:04 UTC 

[Bug 81701] New: OOPS in cpufreq driver with AMD Kaveri CPU
 2015-04-14 16:04 UTC  (2+ messages)
` [Bug 81701] OOPS in cpufreq driver with AMD Kaveri CPU - AMD Athlon(tm) 5150 APU with Radeon(tm) R3

[U-Boot] [PATCH v2 0/3] ARM: zynq: include ps7_init_gpl.c/h of Zed, MicroZed, ZC702, ZC706
 2015-04-14 16:03 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] ARM: zynq: use separate configuration for ZC702 and ZC706


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.