All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-07 16:51:39 to 2017-04-07 17:41:19 UTC [more...]

[PATCH] x86, pmem: fix broken __copy_user_nocache cache-bypass assumptions
 2017-04-07 17:41 UTC  (4+ messages)

State of bitbake world, Failed tasks 2017-04-05
 2017-04-07 17:40 UTC 

[PATCH 1/2] drm/amd/amdgpu: Introduce new read/write macros for SOC15
 2017-04-07 17:40 UTC  (4+ messages)
` [PATCH 2/2] drm/amd/amdgpu: Port gfx9 driver over to new read/write macros

Processes stuck in D state when accessing XFSv5 filesystem
 2017-04-07 17:39 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/15] COLO: integrate colo frame with block replication and net compare
 2017-04-07 17:39 UTC  (7+ messages)
` [Qemu-devel] [PATCH 07/15] COLO: Load PVM's dirty pages into SVM's RAM cache temporarily
` [Qemu-devel] [PATCH 12/15] savevm: split the process of different stages for loadvm/savevm
` [Qemu-devel] [PATCH 15/15] COLO: flush host dirty ram from cache

[GIT PULL FOR v4.12] Renesas R-Car Gen3 DU HDMI support
 2017-04-07 17:33 UTC  (4+ messages)
` [PATCH] drm: panels: Add MAINTAINERS entry for LVS panel driver

[PATCH v1] arm64: Add support for on-demand backtrace of other CPUs
 2017-04-07 17:38 UTC  (5+ messages)

[Bridge] [PATCH net] bridge: netlink: register netdevice before executing changelink
 2017-04-07 17:37 UTC  (9+ messages)
            `  "

[linux-4.9 baseline test] 107238: tolerable FAIL
 2017-04-07 17:36 UTC  (4+ messages)
` Please apply "partially revert "xen: Remove event channel..."

[PATCH v5 00/12] drm: rockchip: Fix rockchip drm unbind crash error
 2017-04-07 17:36 UTC  (4+ messages)

lockdep warning on 4.11.0-rc5 kernel
 2017-04-07 17:35 UTC  (5+ messages)

[PATCH v1] WIP unpack-trees: avoid duplicate ODB lookups during checkout
 2017-04-07 17:35 UTC  (4+ messages)
` [PATCH v1] "

problem with backslash in directory name
 2017-04-07 17:35 UTC  (6+ messages)
      ` [PATCH] submodule: prevent backslash expantion in submodule names

[PATCH] drm/vmwgfx: Fix fbdev emulation using legacy functions
 2017-04-07 17:34 UTC  (3+ messages)

add CONFIG_SECURITY_SELINUX_LOAD_ONCE
 2017-04-07 17:34 UTC 

[PATCH] drm: Only take cursor locks when the cursor plane exists
 2017-04-07 17:33 UTC  (4+ messages)
` [Intel-gfx] "

Code freeze exception for Xen 4.9 ARM ITS emulation?
 2017-04-07 17:34 UTC 

[meta-python][PATCH] python-pyalsaaudio: Extend recipe to support Python 3
 2017-04-07 17:32 UTC 

[PATCH 0/5 v2] tracing: Add usecase of synchronize_rcu_tasks() and stack_tracer_disable()
 2017-04-07 17:32 UTC  (13+ messages)
` [PATCH 6/5]rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not work
    ` [PATCH 6/5 v2] rcu/tracing: "
` [PATCH 7/5] tracing: Make sure rcu_irq_enter() can work for trace_*_rcuidle() trace events

[PATCH 1/2] clk: hi6220: Add the hi655x's pmic clock
 2017-04-07 17:32 UTC  (5+ messages)

[PATCH v6 00/36] arm64: Dom0 ITS emulation
 2017-04-07 17:33 UTC  (37+ messages)
` [PATCH v6 01/36] ARM: GICv3 ITS: parse and store ITS subnodes from hardware DT
` [PATCH v6 02/36] ARM: GICv3 ITS: initialize host ITS
` [PATCH v6 03/36] ARM: GICv3: allocate LPI pending and property table
` [PATCH v6 04/36] ARM: GICv3 ITS: allocate device and collection table
` [PATCH v6 05/36] ARM: GICv3 ITS: map ITS command buffer
` [PATCH v6 06/36] ARM: GICv3 ITS: introduce ITS command handling
` [PATCH v6 07/36] ARM: GICv3 ITS: introduce host LPI array
` [PATCH v6 08/36] ARM: vGICv3: introduce ITS emulation stub
` [PATCH v6 09/36] ARM: GICv3 ITS: introduce device mapping
` [PATCH v6 10/36] ARM: GIC: Add checks for NULL pointer pending_irq's
` [PATCH v6 11/36] ARM: GICv3: introduce separate pending_irq structs for LPIs
` [PATCH v6 12/36] ARM: GICv3: forward pending LPIs to guests
` [PATCH v6 13/36] ARM: GICv3: enable ITS and LPIs on the host
` [PATCH v6 14/36] ARM: vGICv3: handle virtual LPI pending and property tables
` [PATCH v6 15/36] ARM: introduce vgic_access_guest_memory()
` [PATCH v6 16/36] ARM: vGICv3: re-use vgic_reg64_check_access
` [PATCH v6 17/36] ARM: GIC: clear LPI pending bit on cleaning up LR
` [PATCH v6 18/36] ARM: GIC: export vgic_init_pending_irq()
` [PATCH v6 19/36] ARM: VGIC: add vcpu_id to struct pending_irq
` [PATCH v6 20/36] ARM: vGICv3: add virtual ITS list head and comment about iteration
` [PATCH v6 21/36] ARM: GICv3: prepare for virtual ITS subnodes
` [PATCH v6 22/36] ARM: vGIC: advertise LPI support
` [PATCH v6 23/36] ARM: vGICv3: handle disabled LPIs
` [PATCH v6 24/36] ARM: vITS: add command handling stub and MMIO emulation
` [PATCH v6 25/36] ARM: vITS: introduce translation table walks
` [PATCH v6 26/36] ARM: vITS: handle CLEAR command
` [PATCH v6 27/36] ARM: vITS: handle INT command
` [PATCH v6 28/36] ARM: vITS: handle MAPC command
` [PATCH v6 29/36] ARM: vITS: handle MAPD command
` [PATCH v6 30/36] ARM: vITS: handle MAPTI command
` [PATCH v6 31/36] ARM: vITS: handle MOVI command
` [PATCH v6 32/36] ARM: vITS: handle DISCARD command
` [PATCH v6 33/36] ARM: vITS: handle INV command
` [PATCH v6 34/36] ARM: vITS: handle INVALL command
` [PATCH v6 35/36] ARM: vITS: create and initialize virtual ITSes for Dom0
` [PATCH v6 36/36] ARM: vITS: create ITS subnodes for Dom0 DT

[PATCH 00/11] drm/sun4i: Support two display pipelines
 2017-04-07 17:30 UTC  (8+ messages)
` [PATCH 09/11] "

[PATCH v2] ARM: davinci: Add the clock for the CPPI 4.1 DMA engine
 2017-04-07 17:31 UTC  (5+ messages)

[PATCH v2] xfs: actually report xattr extents via iomap
 2017-04-07 17:29 UTC  (2+ messages)

Is it safe for kthreadd to drain_all_pages?
 2017-04-07 17:29 UTC  (9+ messages)

[PATCH RFC net-next v3 0/7] improve CRC32c in the forwarding path
 2017-04-07 17:29 UTC  (6+ messages)
` [PATCH RFC net-next v2 1/4] skbuff: add stub to help computing crc32c on SCTP packets
  ` [PATCH RFC net-next v3 4/7] net: use skb->csum_algo to identify packets needing crc32c

[U-Boot] [PATCH 3/7] mtd: nand: Consolidate nand spl loaders implementation
 2017-04-07 17:28 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[PATCH] scsi: mpt3sas: remove redundant wmb on arm/arm64
 2017-04-07 17:28 UTC  (5+ messages)

[PATCH v2 1/4] mwifiex: remove unnecessary wakeup interrupt number sanity check
 2017-04-07 17:28 UTC  (3+ messages)
` [PATCH v2 2/4] mwifiex: fall back mwifiex_dbg to pr_info when adapter->dev not set

[PATCH 1/1] memory: tegra: fix fdc test bug
 2017-04-07 17:28 UTC 

[PATCH v2 1/2] drm/i915: Extend intel_wait_for_register_fw() with fast timeout
 2017-04-07 17:26 UTC  (2+ messages)

[xen-unstable-smoke test] 107274: tolerable trouble: broken/fail/pass - PUSHED
 2017-04-07 17:24 UTC 

[PATCH 0/1] xfsprogs/db: fix a segfault in the print command
 2017-04-07 17:23 UTC  (3+ messages)
` [PATCH 1/1] xfsprogs/db: fix a segfault by bailing out the print on a corrupted block

[Buildroot] [PATCHv2] libbson: new package
 2017-04-07 17:23 UTC  (2+ messages)

18342 netdev
 2017-04-07 17:21 UTC 

[PATCH v2] ipmi: Fix kernel panic at ipmi_ssif_thread()
 2017-04-07 17:20 UTC  (6+ messages)
    ` [Openipmi-developer] "

[PATCH v2 0/5] perf report: Show branch type
 2017-04-07 17:20 UTC  (5+ messages)
` [PATCH v2 2/5] perf/x86/intel: Record "

[RESEND PATCH] conf/cards: add VC4-HDMI card
 2017-04-07 17:20 UTC  (5+ messages)

[GSoc] GSoc Introduction : Xen on ARM: create multiple guests from device tree
 2017-04-07 17:20 UTC  (12+ messages)

[PATCH 0/2 v2] btrfs-progs: fix btrfs send & receive with -e flag
 2017-04-07 17:19 UTC  (3+ messages)
` [PATCH 2/2 v2] tests: use receive -e to terminate on end marker

[PATCH] arm64: acpi: Support PCI devices numa_node property in ACPI mode
 2017-04-07 17:18 UTC  (3+ messages)

10346 linux-acpi
 2017-04-07 17:17 UTC 

[PATCH V7 0/5] PCI/ASPM: reconfigure ASPM following hotplug for POLICY_DEFAULT
 2017-04-07 17:15 UTC  (9+ messages)

[PATCH 1/3] common: helper to get value from ndctl list by key
 2017-04-07 17:16 UTC  (2+ messages)

[PATCH 1/1] EC backfill retries
 2017-04-07 17:15 UTC  (7+ messages)

[PATCH v3 0/7] xen: sched: improve scalability of Credit1, and optimize a bit both Credit1 and Credit2
 2017-04-07 17:15 UTC  (11+ messages)
` [PATCH v3 1/7] xen: credit1: simplify csched_runq_steal() a little bit
` [PATCH v3 2/7] xen: credit: (micro) optimize csched_runq_steal()
` [PATCH v3 3/7] xen: credit: consider tickled pCPUs as busy
` [PATCH v3 4/7] xen/tools: tracing: add record for credit1 runqueue stealing
` [PATCH v3 5/7] xen: credit2: avoid cpumask_any() in pick_cpu()
` [PATCH v3 6/7] xen: credit1: increase efficiency and scalability of load balancing
` [PATCH v3 7/7] xen: credit1: treat pCPUs more evenly during balancing

[PATCH] drm: dw-hdmi: Implement the mode_fixup drm helper
 2017-04-07 17:15 UTC  (4+ messages)

[U-Boot] [PATCH v2] ARM64: rockchip: split RK3399-Q7 board off the RK3399-EVB board
 2017-04-07 17:13 UTC 

panics related to nfit_test?
 2017-04-07 17:12 UTC  (3+ messages)

[PATCH] acpi: pci: don't ignore function ID of bridge device in _PRT
 2017-04-07 17:12 UTC  (7+ messages)

Volume appears full but TB's of space available
 2017-04-07 17:11 UTC  (17+ messages)

[PATCH 0/5] Classify the engines in class + instance (v4)
 2017-04-07 17:11 UTC  (5+ messages)
` [PATCH 3/5] drm/i915: Generate the engine name based on the instance number
` ✓ Fi.CI.BAT: success for Classify the engines in class + instance (rev6)

[HMM 00/16] HMM (Heterogeneous Memory Management) v19
 2017-04-07 17:10 UTC  (11+ messages)
` [HMM 01/16] mm/memory/hotplug: add memory type parameter to arch_add/remove_memory

[Qemu-devel] [PATCH] Set QIO_CHANNEL_FEATURE_SHUTDOWN in colo_process_incoming_thread
 2017-04-08  1:16 UTC  (3+ messages)
` [Qemu-devel] [PATCH] vhost: skip RAM device memory sections

[Qemu-devel] [RFC] Proposed qcow2 extension: subcluster allocation
 2017-04-07 17:10 UTC  (2+ messages)

net/ipv4: use-after-free in ipv4_mtu
 2017-04-07 17:10 UTC  (7+ messages)

[PATCH] of: change fixup of dma-ranges size to error
 2017-04-07 17:09 UTC  (7+ messages)

[PATCH v2 3/4] bluetooth: hci_uart: add LL protocol serdev driver support
 2017-04-07 17:09 UTC  (3+ messages)

[U-Boot] [PATCH] dts: rk3399-puma: make the DTS dual-licensed
 2017-04-07 17:09 UTC 

[xen-4.5-testing baseline-only test] 71161: regressions - FAIL
 2017-04-07 17:05 UTC 

[PATCH V2 00/16] hci_ldisc hci_uart_tty_close() fixes
 2017-04-07 17:04 UTC  (17+ messages)
` [PATCH V2 01/16] Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work()
` [PATCH V2 02/16] Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdev
` [PATCH V2 03/16] Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READY
` [PATCH V2 04/16] Bluetooth: hci_ldisc: Add HCI RESET comment to hci_unregister_dev() call
` [PATCH V2 05/16] Bluetooth: hci_ldisc: Separate flag handling in hci_uart_tty_close()
` [PATCH V2 06/16] Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame()
` [PATCH V2 07/16] Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue()
` [PATCH V2 08/16] Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup()
` [PATCH V2 09/16] Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto races
` [PATCH V2 10/16] Bluetooth: hci_ldisc: Tidy-up HCI_UART_REGISTERED in hci_uart_tty_close()
` [PATCH V2 11/16] Bluetooth: hci_ldisc: hci_uart_tty_close() move hci_uart_close()
` [PATCH V2 12/16] Bluetooth: hci_ldisc: hci_uart_tty_close() detach tty after last msg
` [PATCH V2 13/16] Bluetooth: hci_ldisc: hci_uart_tty_close() move cancel_work_sync()
` [PATCH V2 14/16] Bluetooth: hci_ldisc: hci_uart_tty_close() free hu->tx_skb
` [PATCH V2 15/16] Bluetooth: hci_ldisc: Simplify flushing
` [PATCH V2 16/16] Bluetooth: hci_ldisc: Add ioctl_mutex avoiding concurrency

[nfs-utils PATCH v3 4/4] systemd: add a generator for the rpc_pipefs mountpoint
 2017-04-07 17:02 UTC  (2+ messages)
` [nfs-utils PATCH v4] "

[PATCH] ibmvscsis: Do not send aborted task response
 2017-04-07 17:01 UTC  (4+ messages)

[PATCH 1/4] selftest/sstatetests: Replace glibc-initial with linux-libc-headers
 2017-04-07 16:41 UTC  (4+ messages)
` [PATCH 2/4] no-static-libs: Add entry for ncurses
` [PATCH 3/4] ncurses: Drop incorrect option
` [PATCH 4/4] uninative-flags.inc: Build binutils-native as pie

[morty][PATCH 0/1] packagegroup-core-standalone-sdk-target: add libssp
 2017-04-07 17:00 UTC  (3+ messages)
` [morty][PATCH 1/1] "

[PATCH v2 1/2] runqemu: Automatically add a TFTP directory for slirp boot
 2017-04-07 16:59 UTC  (3+ messages)

[PATCH 1/8] drm/amdgpu: add VMHUB to ring association
 2017-04-07 16:59 UTC  (6+ messages)
` [PATCH 5/8] drm/amdgpu: assign VM invalidation engine manually
` [PATCH 8/8] drm/amdgpu: trace vm hub druing flush as well

[PATCH 0/6] cpufreq: schedutil: fixes for flags updates
 2017-04-07 16:59 UTC  (4+ messages)
` [PATCH 3/6] cpufreq: schedutil: ensure max frequency while running RT/DL tasks

[PULL] drm-intel-next
 2017-04-07 16:58 UTC 

[RFC PATCH 0/2] dmabuf import interfaces for vgem
 2017-04-07 16:58 UTC  (6+ messages)
` [RFC PATCH 2/2] drm/vgem: Enable dmabuf import interfaces

[PATCH] tick/nohz: Fix wrong user and system time accouting against vtime sampling
 2017-04-07 16:58 UTC  (2+ messages)

[PATCH] arm64: allwinner: h5: add support for Orange Pi Prime board
 2017-04-07 16:56 UTC  (3+ messages)

[U-Boot] [PATCH 0/8] dm: led: Expand the LED interface and add a command
 2017-04-07 16:56 UTC  (3+ messages)
` [U-Boot] [PATCH 8/8] dm: led: Add a new 'led' command

[GIT PULL] clk: tegra: Changes for v4.12-rc1
 2017-04-07 16:53 UTC  (2+ messages)

[PATCH v3 0/2] ethdev: abstraction layer for QoS hierarchical scheduler
 2017-04-07 16:51 UTC  (4+ messages)
` [PATCH v3 2/2] ethdev: add hierarchical scheduler API


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.