All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-09-29 07:53:02 to 2015-09-29 08:42:28 UTC [more...]

[PATCH 7/7] tools build: Build fixdep helper from perf and basic libs
 2015-09-29  8:41 UTC  (2+ messages)
` [tip:perf/core] "

[Patch V1] x86, mce: Don't clear global error reporting banks during cpu_offline
 2015-09-29  8:37 UTC  (2+ messages)
` [tip:ras/core] x86/mce: Don' t clear shared banks on Intel when offlining CPUs

[PATCH 4/7] tools build: Move dependency copy into function
 2015-09-29  8:40 UTC  (2+ messages)
` [tip:perf/core] "

[Xenomai] I-pipe tracer issue on at91
 2015-09-29  8:41 UTC  (2+ messages)

[PATCH 5/7] tools build: Make fixdep helper part of the build process
 2015-09-29  8:40 UTC  (2+ messages)
` [tip:perf/core] tools build: Make the "

I.MX6 HDMI support in v4.2
 2015-09-29  8:41 UTC  (13+ messages)
            ` xf86-video-armada + etnaviv (Was: Re: I.MX6 HDMI support in v4.2)

[PATCH 6/7] perf tools: Rename single_dep target to prepare
 2015-09-29  8:40 UTC  (2+ messages)
` [tip:perf/core] perf tools: Rename the 'single_dep' target to ' prepare'

[PATCH 00/20] remove pci driver from vdevs
 2015-09-29  8:41 UTC  (4+ messages)
  ` [PATCH 16/20] cxgbe: copy pci device info to eth_dev data

[PATCH 2/7] tools build: Add test for missing include
 2015-09-29  8:39 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH 3/7] tools build: Add fixdep dependency helper
 2015-09-29  8:39 UTC  (2+ messages)
` [tip:perf/core] "

[PATCH] arm-cci500: Don't enable PMU driver by default
 2015-09-29  8:40 UTC  (3+ messages)

[PATCH] btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode size
 2015-09-29  8:38 UTC 

[PATCH 4.1 000/159] 4.1.9-stable review
 2015-09-29  8:39 UTC  (5+ messages)
` [PATCH 4.1 125/159] net: call rcu_read_lock early in process_backlog

[Qemu-devel] [PATCH v8 00/54] Postcopy implementation
 2015-09-29  8:38 UTC  (55+ messages)
` [Qemu-devel] [PATCH v8 01/54] Add postcopy documentation
` [Qemu-devel] [PATCH v8 02/54] Provide runtime Target page information
` [Qemu-devel] [PATCH v8 03/54] Init page sizes in qtest
` [Qemu-devel] [PATCH v8 04/54] Move configuration section writing
` [Qemu-devel] [PATCH v8 05/54] qemu_ram_block_from_host
` [Qemu-devel] [PATCH v8 06/54] Rename mis->file to from_src_file
` [Qemu-devel] [PATCH v8 07/54] Add qemu_get_buffer_in_place to avoid copies some of the time
` [Qemu-devel] [PATCH v8 08/54] Add wrapper for setting blocking status on a QEMUFile
` [Qemu-devel] [PATCH v8 09/54] Add QEMU_MADV_NOHUGEPAGE
` [Qemu-devel] [PATCH v8 10/54] migration/ram.c: Use RAMBlock rather than MemoryRegion
` [Qemu-devel] [PATCH v8 11/54] ram_debug_dump_bitmap: Dump a migration bitmap as text
` [Qemu-devel] [PATCH v8 12/54] migrate_init: Call from savevm
` [Qemu-devel] [PATCH v8 13/54] Move dirty page search state into separate structure
` [Qemu-devel] [PATCH v8 14/54] ram_find_and_save_block: Split out the finding
` [Qemu-devel] [PATCH v8 15/54] Rename save_live_complete to save_live_complete_precopy
` [Qemu-devel] [PATCH v8 16/54] Return path: Open a return path on QEMUFile for sockets
` [Qemu-devel] [PATCH v8 17/54] Return path: socket_writev_buffer: Block even on non-blocking fd's
` [Qemu-devel] [PATCH v8 18/54] Migration commands
` [Qemu-devel] [PATCH v8 19/54] Return path: Control commands
` [Qemu-devel] [PATCH v8 20/54] Return path: Send responses from destination to source
` [Qemu-devel] [PATCH v8 21/54] Return path: Source handling of return path
` [Qemu-devel] [PATCH v8 22/54] Rework loadvm path for subloops
` [Qemu-devel] [PATCH v8 23/54] Add migration-capability boolean for postcopy-ram
` [Qemu-devel] [PATCH v8 24/54] Add wrappers and handlers for sending/receiving the postcopy-ram migration messages
` [Qemu-devel] [PATCH v8 25/54] MIG_CMD_PACKAGED: Send a packaged chunk of migration stream
` [Qemu-devel] [PATCH v8 26/54] Modify save_live_pending for postcopy
` [Qemu-devel] [PATCH v8 27/54] postcopy: OS support test
` [Qemu-devel] [PATCH v8 28/54] migrate_start_postcopy: Command to trigger transition to postcopy
` [Qemu-devel] [PATCH v8 29/54] MIGRATION_STATUS_POSTCOPY_ACTIVE: Add new migration state
` [Qemu-devel] [PATCH v8 30/54] Avoid sending vmdescription during postcopy
` [Qemu-devel] [PATCH v8 31/54] Add qemu_savevm_state_complete_postcopy
` [Qemu-devel] [PATCH v8 32/54] Postcopy: Maintain sentmap and calculate discard
` [Qemu-devel] [PATCH v8 33/54] postcopy: Incoming initialisation
` [Qemu-devel] [PATCH v8 34/54] postcopy: ram_enable_notify to switch on userfault
` [Qemu-devel] [PATCH v8 35/54] Postcopy: Postcopy startup in migration thread
` [Qemu-devel] [PATCH v8 36/54] Split out end of migration code from migration_thread
` [Qemu-devel] [PATCH v8 37/54] Postcopy: End of iteration
` [Qemu-devel] [PATCH v8 38/54] Page request: Add MIG_RP_MSG_REQ_PAGES reverse command
` [Qemu-devel] [PATCH v8 39/54] Page request: Process incoming page request
` [Qemu-devel] [PATCH v8 40/54] Page request: Consume pages off the post-copy queue
` [Qemu-devel] [PATCH v8 41/54] postcopy_ram.c: place_page and helpers
` [Qemu-devel] [PATCH v8 42/54] Postcopy: Use helpers to map pages during migration
` [Qemu-devel] [PATCH v8 43/54] Don't sync dirty bitmaps in postcopy
` [Qemu-devel] [PATCH v8 44/54] Don't iterate on precopy-only devices during postcopy
` [Qemu-devel] [PATCH v8 45/54] Host page!=target page: Cleanup bitmaps
` [Qemu-devel] [PATCH v8 46/54] postcopy: Check order of received target pages
` [Qemu-devel] [PATCH v8 47/54] Round up RAMBlock sizes to host page sizes
` [Qemu-devel] [PATCH v8 48/54] Postcopy; Handle userfault requests
` [Qemu-devel] [PATCH v8 49/54] Start up a postcopy/listener thread ready for incoming page data
` [Qemu-devel] [PATCH v8 50/54] postcopy: Wire up loadvm_postcopy_handle_ commands
` [Qemu-devel] [PATCH v8 51/54] Postcopy: Mark nohugepage before discard
` [Qemu-devel] [PATCH v8 52/54] End of migration for postcopy
` [Qemu-devel] [PATCH v8 53/54] Disable mlock around incoming postcopy
` [Qemu-devel] [PATCH v8 54/54] Inhibit ballooning during postcopy

[PATCH] x86/kgdb: Replace bool_int_array[NR_CPUS] with bitmap
 2015-09-29  8:36 UTC  (2+ messages)
` [tip:x86/debug] "

[PATCH] usbhid: Fix lockdep unannotated irqs-off warning
 2015-09-29  8:40 UTC  (3+ messages)

[PATCH 1/7] tools build: Add Makefile.include
 2015-09-29  8:38 UTC  (2+ messages)
` [tip:perf/core] "

[tip:perf/core] perf tools: Use __map__is_kernel() when synthesizing kernel module mmap records
 2015-09-29  8:38 UTC 

[PATCH] tools lib api fs: Store tracing mountpoint for better error message
 2015-09-29  8:38 UTC  (2+ messages)
` [tip:perf/core] "

[Qemu-devel] [PATCH 0/3] block: mirror - Write zeroes for unallocated sectors if no zero init
 2015-09-29  8:39 UTC  (10+ messages)
` [Qemu-devel] [PATCH 3/3] block: mirror - zero unallocated target sectors when zero init not present
  ` [Qemu-devel] [Qemu-block] "

[U-Boot] [PATCH 00/11] vexpress64 FVP and Juno configuration updates
 2015-09-29  8:38 UTC  (6+ messages)
` [U-Boot] [PATCH 03/11] Kconfig: add CONFIG_SYS_BOOTM_LEN

[PATCH 0/2] ASoC: Add support for the Allwinner A10 codec
 2015-09-29  8:37 UTC  (6+ messages)
    ` [linux-sunxi] "

[PATCH v6 0/6] KASAN for arm64
 2015-09-29  8:38 UTC  (4+ messages)
` [PATCH v6 3/6] x86, efi, kasan: #undef memset/memcpy/memmove per arch

[tip:perf/core] perf hists browser: Use the map to determine if a DSO is being used as a kernel
 2015-09-29  8:37 UTC 

[tip:perf/core] perf top: Filter symbols based on __map__is_kernel(map)
 2015-09-29  8:37 UTC 

[PATCH v5 0/8] arm64, numa: Add numa support for arm64 platforms
 2015-09-29  8:38 UTC  (6+ messages)
` [PATCH v5 2/4] Documentation: arm64/arm: dt bindings for numa

[V5 0/4] add xsaves/xrstors support
 2015-09-29  8:38 UTC  (3+ messages)
` [V5 3/4] x86/xsaves: enable xsaves/xrstors for hvm guest

[Qemu-devel] [PATCH v4 0/2] spapr: generate DT node names
 2015-09-29  8:37 UTC  (4+ messages)
` [Qemu-devel] [PATCH v4 2/2] "

[PATCH 1/1] ASoC: ad193x: add support to ad1934
 2015-09-29  8:36 UTC  (2+ messages)

[PATCH] fstests: test for btrfs incremental send after replacing a file
 2015-09-29  8:33 UTC  (3+ messages)

[PATCH] [net] orinoco_usb:Fix error handling in ezusb_probe()
 2015-09-29  8:33 UTC  (2+ messages)

No more new fbdev drivers, please
 2015-09-29  8:33 UTC  (15+ messages)

[PATCH v2 0/3] Add a couple of string-related functions
 2015-09-29  8:32 UTC  (7+ messages)
` [PATCH v2 1/3] fdt: Add a function to count strings
` [PATCH v2 2/3] fdt: Add a function to get the index of a string

[PATCH v2 1/3] regmap: irq: add support for chips who have separate unmask registers
 2015-09-29  8:30 UTC  (8+ messages)
` [PATCH v2 3/3] mfd: add CSR SiRFSoC on-chip power management module driver

[Buildroot] [PATCH v6] dependencies.sh: improve the missing perl modules detection
 2015-09-29  8:28 UTC  (3+ messages)

Kernel Device Tree entries for simple-audio-card
 2015-09-29  8:28 UTC  (13+ messages)

[PATCH] bitbake-worker: Guard against multiprocessing corruption of event data
 2015-09-29  8:28 UTC 

[PATCH v4 0/9] watchdog: Add support for keepalives triggered by infrastructure
 2015-09-29  8:27 UTC  (10+ messages)
` [PATCH v4 1/9] watchdog: Always evaluate new timeout against min_timeout
` [PATCH v4 2/9] watchdog: watchdog_dev: Use single variable name for struct watchdog_device
` [PATCH v4 3/9] watchdog: Introduce hardware maximum timeout in watchdog core
` [PATCH v4 4/9] watchdog: Introduce WDOG_RUNNING flag
` [PATCH v4 5/9] watchdog: Make set_timeout function optional
` [PATCH v4 6/9] watchdog: imx2: Convert to use infrastructure triggered keepalives
` [PATCH v4 7/9] watchdog: retu: "
` [PATCH v4 8/9] watchdog: at91sam9: "
` [PATCH v4 9/9] watchdog: Add support for minimum time between heartbeats

[PATCH 1/6] ARM: dts: axp209: Add usb_power_supply child node to the ax209 node
 2015-09-29  8:26 UTC  (6+ messages)
` [PATCH 2/6] ARM: dts: sun7i: Enable USB DRC on Bananapi
      ` [linux-sunxi] "

[PATCH 0/5] net: m68k: Allow modular build
 2015-09-29  8:24 UTC  (9+ messages)
` [PATCH 1/5] net: mac8390: "
` [PATCH 2/5] net: 7990: Export lance_poll() to modules
` [PATCH 3/5] net: hplance: Allow modular build
` [PATCH 4/5] m68k/mac: Export Peripheral System Controller (PSC) base address to modules
` [PATCH 5/5] net: macmace: Allow modular build

[PATCH] ath9k_htc: use ether_addr_copy() instead of memcpy()
 2015-09-29  8:22 UTC  (4+ messages)

What mean rules with no target?
 2015-09-29  8:22 UTC 

[PATCH 1/5] tools: Add err.h with ERR_PTR PTR_ERR interface
 2015-09-29  8:15 UTC  (9+ messages)
` [tip:perf/core] "

[v4.2+ regression] fd7a4bed sched, rt: Convert switched_{from, to}_rt() / prio_changed_rt() to balance callbacks
 2015-09-29  8:19 UTC  (2+ messages)

[alsa-devel] Fwd: [PATCH 1/1] SPI : spi-pxa2xx : fix spi init of WM510205 codec via ACPI (resend)
 2015-09-29  7:57 UTC  (10+ messages)
  ` Fwd: "
          `  "

[PATCH v5 5/6] irqchip, gicv3-its: Workaround for Cavium ThunderX errata 22375, 24313
 2015-09-29  8:17 UTC  (2+ messages)
` [tip:irq/core] irqchip/gicv3-its: "

[U-Boot] [PATCH] net: bootp fix vci string on SPL-Boot
 2015-09-29  8:19 UTC  (3+ messages)

[PATCH 00/25] perf tools: minor improvements to Intel PT related stuff
 2015-09-29  8:16 UTC  (4+ messages)
` [PATCH 17/25] perf callchain: Allow for max_stack greater than PERF_MAX_STACK_DEPTH

[PATCH v5 6/6] irqchip, gicv3-its: Use new jump label API
 2015-09-29  8:17 UTC  (2+ messages)
` [tip:irq/core] irqchip/gicv3-its: "

[PATCH v5 4/6] irqchip, gicv3-its: Add HW revision detection and configuration
 2015-09-29  8:16 UTC  (2+ messages)
` [tip:irq/core] irqchip/gicv3-its: "

[PATCH v5 3/6] irqchip, gicv3-its: Read typer register outside the loop
 2015-09-29  8:16 UTC  (2+ messages)
` [tip:irq/core] irqchip/gicv3-its: "

[PATCH v5 2/6] irqchip, gicv3: Workaround for Cavium ThunderX erratum 23154
 2015-09-29  8:16 UTC  (2+ messages)
` [tip:irq/core] irqchip/gicv3: "

[PATCH v5 1/6] irqchip, gicv3-its: Add range check for number of allocated pages
 2015-09-29  8:15 UTC  (2+ messages)
` [tip:irq/core] irqchip/gicv3-its: "

[PATCH 00/31] powerpc/mm: Update page table format for book3s 64
 2015-09-29  8:13 UTC  (4+ messages)
` [PATCH 19/31] powerpc/mm: Convert 4k hash insert to C

[PATCH 0/3] Add support for Tegra210 ADMA
 2015-09-29  8:13 UTC  (7+ messages)
` [PATCH 3/3] dmaengine: tegra-adma: "

[patch 0/6] Revert action_on_fail patches
 2015-09-29  8:11 UTC  (2+ messages)

[drm/i915] 437b15b801: [drm:gen8_irq_handler [i915]] *ERROR* The master control interrupt lied (SDE)!
 2015-09-29  8:11 UTC  (4+ messages)
  ` [lkp] "

[PATCH 1/2] drm: sti_hdmi: fix i2c adapter device refcounting
 2015-09-29  8:03 UTC  (3+ messages)
` [PATCH 2/2] drm: sti_hdmi: use of_get_i2c_adapter_by_node interface

[Bug 105111] New: amdgpu 0000:00:01.0: Invalid ROM contents (with A8-7600)
 2015-09-29  8:10 UTC  (2+ messages)
` [Bug 105111] "

[patch v2] mwifiex: fix mwifiex_rdeeprom_read()
 2015-09-29  8:09 UTC  (3+ messages)
` [v2] "

[PATCH v6 0/22] On-demand device probing
 2015-09-29  8:08 UTC  (9+ messages)
` [PATCH v6 20/22] driver core: Allow deferring probes until late init

[PATCH 1/2] mm/slub: correct the comment in calculate_order()
 2015-09-29  8:08 UTC  (3+ messages)
` [PATCH 2/2] mm/slub: use get_order() instead of fls()

[PATCH v3 1/2] airo: fix IW_AUTH_ALG_OPEN_SYSTEM
 2015-09-29  8:08 UTC  (2+ messages)
` [v3,1/2] "

[Qemu-devel] [RFC 0/6] Throttle event VSERPORT_CHANGE separately by "id"
 2015-09-29  8:06 UTC  (6+ messages)
` [Qemu-devel] [RFC 6/6] docs: Document QMP event rate limiting

Sessions are disconnected when disk is full on remote host
 2015-09-29  8:06 UTC 

[PATCH] ssb: make ssb_pcmcia_switch_core static
 2015-09-29  8:05 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] Fix device introspection regressions
 2015-09-29  8:05 UTC  (11+ messages)
` [Qemu-devel] [PATCH v3 6/7] qdev: Protect device-list-properties against broken devices

[Bug 84500] New: [radeonsi] radeon 0000:01:00.0: Packet0 not allowed!
 2015-09-29  8:05 UTC  (2+ messages)
` [Bug 84500] "

Can't mount USB within initramfs
 2015-09-29  8:04 UTC  (2+ messages)

[PATCH] drm: Fix locking for sysfs dpms file
 2015-09-29  8:06 UTC  (6+ messages)
` [PATCH 1/3] drm/sysfs: Annote lockless show functions with READ_ONCE
  ` [PATCH 2/3] drm/sysfs: Grab lock for edid/modes_show
  ` [PATCH 3/3] drm/sysfs: Nuke TV/DVI property files

[PATCH v3 0/6] iio: TSYS01, TSYS02D, HTU21, MS5637, MS8607, Measurement Specialties driver developments
 2015-09-29  8:03 UTC  (5+ messages)
` [PATCH v3 1/6] Add meas-spec sensors common part

[Qemu-devel] [PATCH v5 00/46] post-introspection cleanups, and qapi-ify netdev_add
 2015-09-29  8:02 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 12/46] qapi: Track location that created an implicit type

[PATCH 1/3] ssb: unexport ssb_bus_pcibus_register
 2015-09-29  8:02 UTC  (2+ messages)

[PATCH v4 0/9] Making the generic ACPI GSI layer irqdomain aware
 2015-09-29  8:01 UTC  (6+ messages)
` [PATCH v4 1/9] drivers/of: Introduce of_node_alloc

[PATCH] perf record: Limit --intr-regs to platforms supporting PERF_REGS
 2015-09-29  8:00 UTC  (7+ messages)

Voltage setting on chained regulators, how?
 2015-09-29  8:00 UTC  (3+ messages)

[PATCH] bcma: add support for population subnodes also when build as module
 2015-09-29  7:59 UTC  (2+ messages)
`  "

[PATCH v1] usb: dwc2: gadget: fix a memory use-after-free bug
 2015-09-29  7:58 UTC  (5+ messages)

[PATCH 0/3] x86: further P2M adjustments
 2015-09-29  7:58 UTC  (3+ messages)
` [PATCH 1/3] x86/p2m: tighten conditions of IOMMU mapping updates

[PATCH] brcmfmac: include linux/atomic.h
 2015-09-29  7:58 UTC  (2+ messages)
`  "

[PATCH v3 0/6] Fixes for toastergui
 2015-09-29  7:55 UTC  (7+ messages)
` [PATCH 1/6] event: add new property to BuildBase class
` [PATCH 2/6] event: add new parameter to Build* event APIs
` [PATCH 3/6] toaster: add task to the target_information
` [PATCH 4/6] toaster: add get_or_create_targets API
` [PATCH 5/6] toaster: ignore ReachableStamps event
` [PATCH 6/6] toaster: use meaningful logging levels

can't oom-kill zap the victim's memory?
 2015-09-29  7:57 UTC  (7+ messages)

[PATCH 01/16] brcmfmac: Fix exception handling
 2015-09-29  7:57 UTC  (2+ messages)
` [01/16] "

[PATCH] fs-writeback: drop wb->list_lock during blk_finish_plug()
 2015-09-29  7:55 UTC  (11+ messages)

[PATCH] mm: optimize PageHighMem() check
 2015-09-29  7:54 UTC  (2+ messages)

[RFC v2 net-next 05/10] qede: Add basic network device support
 2015-09-29  7:54 UTC  (6+ messages)

[PATCH i-g-t] tests: Adding kms_dp_aux_dev test
 2015-09-29  7:53 UTC  (2+ messages)


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.