All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-05-26 16:23:37 to 2015-05-26 16:56:26 UTC [more...]

[Qemu-devel] [PATCH v3 00/29] Dirty bitmap atomic access and optimizations
 2015-05-26 16:55 UTC  (30+ messages)
` [Qemu-devel] [PATCH v3 01/29] memory: the only dirty memory flag for users is DIRTY_MEMORY_VGA
` [Qemu-devel] [PATCH v3 02/29] g364fb: remove pointless call to memory_region_set_coalescing
` [Qemu-devel] [PATCH v3 03/29] display: enable DIRTY_MEMORY_VGA tracking explicitly
` [Qemu-devel] [PATCH v3 04/29] display: add memory_region_sync_dirty_bitmap calls
` [Qemu-devel] [PATCH v3 05/29] memory: differentiate memory_region_is_logging and memory_region_get_dirty_log_mask
` [Qemu-devel] [PATCH v3 06/29] memory: prepare for multiple bits in the dirty log mask
` [Qemu-devel] [PATCH v3 07/29] framebuffer: check memory_region_is_logging
` [Qemu-devel] [PATCH v3 08/29] ui/console: remove dpy_gfx_update_dirty
` [Qemu-devel] [PATCH v3 09/29] memory: track DIRTY_MEMORY_CODE in mr->dirty_log_mask
` [Qemu-devel] [PATCH v3 10/29] kvm: accept non-mapped memory in kvm_dirty_pages_log_change
` [Qemu-devel] [PATCH v3 11/29] memory: include DIRTY_MEMORY_MIGRATION in the dirty log mask
` [Qemu-devel] [PATCH v3 12/29] kvm: remove special handling of "
` [Qemu-devel] [PATCH v3 13/29] ram_addr: tweaks to xen_modified_memory
` [Qemu-devel] [PATCH v3 14/29] exec: use memory_region_get_dirty_log_mask to optimize dirty tracking
` [Qemu-devel] [PATCH v3 15/29] exec: move functions to translate-all.h
` [Qemu-devel] [PATCH v3 16/29] translate-all: remove unnecessary argument to tb_invalidate_phys_range
` [Qemu-devel] [PATCH v3 17/29] cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
` [Qemu-devel] [PATCH v3 18/29] translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_write_access
` [Qemu-devel] [PATCH v3 19/29] exec: pass client mask to cpu_physical_memory_set_dirty_range
` [Qemu-devel] [PATCH v3 20/29] exec: invert return value of cpu_physical_memory_get_clean, rename
` [Qemu-devel] [PATCH v3 21/29] exec: only check relevant bitmaps for cleanliness
` [Qemu-devel] [PATCH v3 22/29] memory: do not touch code dirty bitmap unless TCG is enabled
` [Qemu-devel] [PATCH v3 23/29] bitmap: add atomic set functions
` [Qemu-devel] [PATCH v3 24/29] bitmap: add atomic test and clear
` [Qemu-devel] [PATCH v3 25/29] memory: use atomic ops for setting dirty memory bits
` [Qemu-devel] [PATCH v3 26/29] migration: move dirty bitmap sync to ram_addr.h
` [Qemu-devel] [PATCH v3 27/29] memory: replace cpu_physical_memory_reset_dirty() with test-and-clear
` [Qemu-devel] [PATCH v3 28/29] memory: make cpu_physical_memory_sync_dirty_bitmap() fully atomic
` [Qemu-devel] [PATCH v3 29/29] memory: use mr->ram_addr in "is this RAM?" assertions

Cycles annotation support for perf tools
 2015-05-26 16:56 UTC  (3+ messages)

[GIT PULL 00/37] perf/core improvements and fixes
 2015-05-26 16:48 UTC  (30+ messages)
` [PATCH 02/37] perf tools: Fix function declarations needed by parse-events.y
` [PATCH 03/37] perf tools: Fix parse_events_error dereferences
` [PATCH 04/37] perf build: Fix libunwind feature detection on 32-bit x86
` [PATCH 05/37] perf session: Fix perf_session__peek_event()
` [PATCH 07/37] perf hists: Rename add_hist_entry to hists__findnew_entry
` [PATCH 09/37] perf machine: Do not call map_groups__delete(), drop refcnt instead
` [PATCH 15/37] perf tools: Nuke unused map_groups__flush()
` [PATCH 16/37] perf tools: Import rb_erase_init from block/ in the kernel sources
` [PATCH 17/37] perf machine: Mark removed threads as such
` [PATCH 18/37] perf tools: Leave DSO destruction to the map destruction
` [PATCH 19/37] perf tools: Use maps__first()/map__next()
` [PATCH 20/37] perf tools: Assign default value for some pointers
` [PATCH 21/37] perf tools: Improve setting of gcc debug option
` [PATCH 22/37] perf sched: Add option to merge like comms to lat output
` [PATCH 23/37] perf tools: Disallow PMU events intel_pt and intel_bts until there is support
` [PATCH 24/37] perf auxtrace: Add Intel PT as an AUX area tracing type
` [PATCH 25/37] perf tools: Add Intel PT packet decoder
` [PATCH 26/37] perf tools: Add Intel PT instruction decoder
` [PATCH 27/37] perf tools: Add Intel PT log
` [PATCH 28/37] perf tools: Add Intel PT decoder
` [PATCH 29/37] perf tools: Add Intel PT support
` [PATCH 30/37] perf tools: Take Intel PT into use
` [PATCH 31/37] perf tools: Allow auxtrace data alignment
` [PATCH 32/37] perf tools: Add Intel BTS support
` [PATCH 33/37] perf tools: Output sample flags and insn_len from intel_pt
` [PATCH 34/37] perf tools: Output sample flags and insn_len from intel_bts
` [PATCH 35/37] perf tools: Intel PT to always update thread stack trace number
` [PATCH 36/37] perf tools: Intel BTS "
` [PATCH 37/37] perf tools: Put itrace options into an asciidoc include

[PATCH 00/21] On-demand device registration
 2015-05-26 16:54 UTC  (8+ messages)
` [PATCH 10/21] regulator: core: Probe regulators on demand

[PATCH] ARM: dts: sun9i: Add device node for watchdog
 2015-05-26 16:54 UTC 

[Qemu-devel] [PATCH v5 0/3] target-mips: Add support for misaligned accesses
 2015-05-26 16:53 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 1/3] target-mips: Misaligned memory accesses for R6
` [Qemu-devel] [PATCH v5 2/3] softmmu: Add probe_write()
` [Qemu-devel] [PATCH v5 3/3] target-mips: Misaligned memory accesses for MSA

[PATCH RFC 0/3] Support standard SRIOV configuration for IB VFs
 2015-05-26 16:53 UTC  (10+ messages)

[PATCH 0/3 nf-next] nf_tables support at ingress
 2015-05-26 16:52 UTC  (3+ messages)
` [PATCH nft] src: add netdev family support

[Qemu-devel] [PATCH v2] arch_init: Use stateless configuration for default target_${target}.conf
 2015-05-26 16:51 UTC  (11+ messages)
` [Qemu-devel] [PATCH v3 1/2] arch_init: Drop target-x86_64.conf
  ` [Qemu-devel] [PATCH v3 2/2] qemu-bridge-helper: Use stateless configuration for bridge.conf

Mark trailing whitespace error in del lines of diff
 2015-05-26 16:31 UTC  (6+ messages)

[meta-oe][PATCH] lvm2: fix segfault for snapshot
 2015-05-26 16:50 UTC  (2+ messages)

[PATCH v3 0/6] Watchdog: introduce ARM SBSA watchdog driver
 2015-05-26 16:50 UTC  (12+ messages)
  ` [PATCH v3 5/6] "
  ` [PATCH v3 6/6] ACPI: import watchdog info of GTDT into platform device

[PATCH 00/12] xfce4 updates ++
 2015-05-26 16:49 UTC  (5+ messages)
` [PATCH 02/12] openjpeg: initial add 2.1.0
` [PATCH 12/12] imagemagick: update to 6.9.1.3 / add packageconfig for openjpeg

[Qemu-devel] [edk2] syslinux vs. OVMF
 2015-05-26 16:49 UTC  (3+ messages)

[PATCH] git-new-workdir: add windows compatibility
 2015-05-26 16:48 UTC  (2+ messages)

[RFC 0/7] ARM: sun9i: SMP support with Multi-Cluster Power Management
 2015-05-26 16:47 UTC  (7+ messages)
` [RFC 7/7] ARM: dts: sun9i: Add secure SRAM node used for MCPM SMP hotplug
    ` [linux-sunxi] "

[PATCH] libmlx5: Implement missing open_qp verb
 2015-05-26 16:48 UTC  (3+ messages)

[PATCH i-g-t] lib/tests/igt_segfault.c Add unit test to test segfault handling
 2015-05-26 16:47 UTC  (3+ messages)

[PATCH] ata: ahci_mvebu: Fix wrongly set base address for the MBus window setting
 2015-05-26 16:47 UTC  (3+ messages)

[Bug 21273] New: Driver can't detect video output and xserver doesn't start
 2015-05-26 16:47 UTC  (3+ messages)
  ` [Bug 21273] [NV17] PowerMac3, 6 "

[PATCH 00/19] x86, mpx updates for 4.2 (take 7)
 2015-05-26 16:49 UTC  (3+ messages)

Netfilter Book
 2015-05-26 16:46 UTC  (4+ messages)

Issue running buffered writes to a pNFS (NFS 4.1 backed by SAN) filesystem
 2015-05-26 16:44 UTC  (10+ messages)

[PATCH] ARM: imx6: allow booting with old DT
 2015-05-26 16:43 UTC 

[PATCH v3] Bluetooth: btusb: Add routine for applying Intel DDC parameters
 2015-05-26 16:43 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH] net: Enable vlans and dump for -netdev, too,
 2015-05-26 16:43 UTC  (5+ messages)

[PATCH] qca: add BT firmware files for QCA61x4 series Bluetooth
 2015-05-26 16:43 UTC 

[PATCH 0/8] Smack namespace
 2015-05-26 16:42 UTC  (10+ messages)
` [PATCH v2 0/7] "

[PATCHv3 00/27] ARM: OMAP2+: clock code move under clk driver
 2015-05-26 16:39 UTC  (7+ messages)

[meta-clang][PATCH] clang: Remove nativesdk-binutils dependency
 2015-05-26 16:41 UTC  (2+ messages)

[RFC PATCH 0/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices
 2015-05-26 16:41 UTC  (3+ messages)

[PATCH] staging: r8712u: Fix kernel warning for improper call of del_timer_sync()
 2015-05-26 16:40 UTC  (14+ messages)

hammer branch for v0.94.2 ready for QE
 2015-05-26 16:39 UTC  (4+ messages)

[PATCH v2 0/2] alloc_huge_page/hugetlb_reserve_pages race
 2015-05-26 16:30 UTC  (5+ messages)
` [PATCH v2 1/2] mm/hugetlb: compute/return the number of regions added by region_add()

[RFC v2 1/4] fs: Add generic file system event notifications
 2015-05-26 16:39 UTC  (16+ messages)

[RFC 0/3] get rid of mm_struct::owner
 2015-05-26 16:36 UTC  (4+ messages)
` [RFC 3/3] memcg: "

Kernel panic with user namespaces
 2015-05-26 16:31 UTC  (4+ messages)

"ip netns create" hangs forever, spamming console with "unregister_netdevice: waiting for lo to become free"
 2015-05-26 16:21 UTC 

[PATCH v2 00/13] musb: Add support for the Allwinner sunxi musb controller
 2015-05-26 16:36 UTC  (5+ messages)
` [PATCH v2 06/13] "

Earlier embargoed pre-disclosure without patches
 2015-05-26 16:34 UTC  (8+ messages)

[Buildroot] sky2 not created
 2015-05-26 16:34 UTC 

[PATCH 1/2 RESEND] Btrfs: add missing free_extent_buffer
 2015-05-26 16:34 UTC  (4+ messages)
` [PATCH 2/2] [PATCH 2/2] Btrfs: fix up read_tree_block to return proper error

[PATCH v2 net-next 0/3] net: Add incoming CPU mask to sockets
 2015-05-26 16:34 UTC  (4+ messages)
` [PATCH v2 net-next 1/3] net: Add cache alignment in sock_common for socket lookup fields
` [PATCH v2 net-next 2/3] kernel: Make compat bitmap functions externally visible
` [PATCH v2 net-next 3/3] net: Add incoming CPU mask to sockets

[B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Replace C99 int types with kernel type
 2015-05-26 16:34 UTC  (2+ messages)
` [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Avoid u32 overflow during gateway select

[PATCH 0/5] usb: xhci: fixes for OTG/DRD use
 2015-05-26 16:31 UTC  (9+ messages)
` [PATCH 1/5] usb: xhci: cleanup xhci_hcd allocation

[PATCH 0/6] arm64: perf: heterogeneous PMU support
 2015-05-26 16:31 UTC  (7+ messages)
` [PATCH 1/6] arm64: perf: factor out callchain code
` [PATCH 2/6] arm64: perf: move to shared arm_pmu framework
` [PATCH 3/6] arm64: perf: condense event number maps
` [PATCH 4/6] arm64: perf: add Cortex-A53 support
` [PATCH 5/6] arm64: perf: add Cortex-A57 support
` [PATCH 6/6] arm64: dts: juno: describe PMUs separately

[PATCH 0/8] ARM: mvebu: Add support for RAID6 PQ offloading
 2015-05-26 16:31 UTC  (9+ messages)

Invitation and RFC: Linux Plumbers Device Tree track proposed
 2015-05-26 16:31 UTC  (4+ messages)

bpf: allow bpf programs to tail-call other bpf programs
 2015-05-26 16:30 UTC  (2+ messages)

Wear-leveling peculiarities
 2015-05-26 16:29 UTC  (10+ messages)

[PATCH V5] xen/vm_event: Clean up control-register-write vm_events and add XCR0 event
 2015-05-26 16:29 UTC  (4+ messages)

tc drop stats different between bond and slave interfaces
 2015-05-26 16:29 UTC  (3+ messages)

[PATCH v3] rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOC
 2015-05-26 16:28 UTC  (3+ messages)

[PATCH v2] Bluetooth: btusb: fixed command length alignment on Intel 8260
 2015-05-26 16:28 UTC  (2+ messages)

MDS auth caps for cephfs
 2015-05-26 16:28 UTC  (9+ messages)

[PATCH v8 0/9] Tegra xHCI support
 2015-05-26 16:27 UTC  (5+ messages)

[PATCH v5 0/6] Change snvs rtc and poweroff to use syscon add pwrkey driver
 2015-05-26 16:26 UTC  (21+ messages)
` [rtc-linux] "
` [rtc-linux] [PATCH v5 1/6] rtc: arm: imx: snvs: change use syscon to access register
  `  "
` [rtc-linux] [PATCH v5 2/6] Document: dt: fsl: snvs: change support syscon
  `  "
` [PATCH v5 3/6] ARM: dts: imx: update snvs to use syscon access register
  ` [rtc-linux] "
` [PATCH v5 4/6] input: keyboard: imx: add snvs power key driver
  ` [rtc-linux] "
` [PATCH v5 5/6] Document: devicetree: input: imx: i.mx snvs power device tree bindings
  ` [rtc-linux] "
` [PATCH v5 6/6] ARM: dts: imx6sx: enable snvs power key
  ` [rtc-linux] "

btrfs on disk stability
 2015-05-26 16:26 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] fcgiwrap: new package
 2015-05-26 16:24 UTC 

[PATCH v22 00/14] x86/PMU: Xen PMU PV(H) support
 2015-05-26 16:24 UTC  (3+ messages)
` [PATCH v22 11/14] x86/VPMU: Handle PMU interrupts for PV(H) guests

[PATCH] net: tcp: Fix a PTO timing granularity issue
 2015-05-26 16:23 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-s390x: fix LOAD MULTIPLE instruction on page boundary
 2015-05-26 16:23 UTC  (7+ messages)

[PATCH 0/7] ARM: perf: rework core into library
 2015-05-26 16:23 UTC  (5+ messages)
` [PATCH 4/7] arm: perf: factor out armv6 pmu driver
` [PATCH 5/7] arm: perf: factor out armv7 "
` [PATCH 6/7] arm: perf: unify perf_event{,_cpu}.c
` [PATCH 7/7] arm: perf: factor arm_pmu core out to drivers


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.