messages from 2016-06-28 16:05:28 to 2016-06-28 16:50:14 UTC [more...]
[PATCH v5] mm, kasan: switch SLUB to stackdepot, enable memory quarantine for SLUB
2016-06-28 16:51 UTC (2+ messages)
[PATCH] libertas_tf: Remove create_workqueue
2016-06-28 16:50 UTC (3+ messages)
target crash / host hang with nvme-all.3 branch of nvme-fabrics
2016-06-28 16:49 UTC (13+ messages)
Deleting child qdisc doesn't reset parent to default qdisc?
2016-06-28 16:49 UTC (8+ messages)
` [RFC PATCH] sch_tbf: avoid silent fallback to noop_qdisc (was Re: Deleting child qdisc doesn't reset parent to default qdisc?)
[PATCH linux 0/8] xen: pvhvm: support bootup on secondary vCPUs
2016-06-28 16:47 UTC (17+ messages)
` [PATCH linux 1/8] x86/xen: update cpuid.h from Xen-4.7
` [PATCH linux 2/8] xen: introduce xen_vcpu_id mapping
` [PATCH linux 3/8] x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op
` [PATCH linux 4/8] x86/xen: use xen_vcpu_id mapping when pointing vcpu_info to the shared_info page
` [PATCH linux 5/8] xen/events: use xen_vcpu_id mapping in events_base
` [PATCH linux 6/8] xen/events: fifo: use xen_vcpu_id mapping
` [PATCH linux 7/8] xen/evtchn: "
` [PATCH linux 8/8] xen/pvhvm: run xen_vcpu_setup() for the boot CPU
[PATCH v2] xen: xenbus: Remove create_workqueue
2016-06-28 16:47 UTC (4+ messages)
[PATCH] mm, vmscan: set shrinker to the left page count
2016-06-28 16:48 UTC (5+ messages)
[PATCH 1/2] iommu/amd: Remove entry from the list before freeing it
2016-06-28 16:48 UTC (7+ messages)
` [PATCH 2/2] iommu/amd: Destroy api_lock mutex when freeing domain
[RFC v2 0/3] dma-buf/sync_file: rework fences on struct sync_file
2016-06-28 15:09 UTC (5+ messages)
` [RFC v2 3/3] dma-buf/sync_file: rework fence storage in struct file
[Bug 120971] New: KVM: entry failed, hardware error 0x80000021 on Intel Host
2016-06-28 16:48 UTC (3+ messages)
` [Bug 120971] "
Duplicate config symbols
2016-06-28 16:48 UTC (5+ messages)
` [RFC] mk: filter duplicate configuration entries
jewel -> master upgrade
2016-06-28 16:47 UTC
[PATCH linux 0/8] xen: pvhvm: support bootup on secondary vCPUs
2016-06-28 16:47 UTC
[PATCH v5 00/17] xen/arm: Use the typesafes gfn and mfn
2016-06-28 16:47 UTC (20+ messages)
` [PATCH v5 01/17] xen: Use typesafe gfn/mfn in guest_physmap_* helpers
` [PATCH v5 02/17] xen: Use typesafe gfn in xenmem_add_to_physmap_one
` [PATCH v5 03/17] xen/arm: Rename grant_table_gfpn into grant_table_gfn and use the typesafe gfn
` [PATCH v5 04/17] xen: Use the typesafe mfn and gfn in map_mmio_regions
` [PATCH v5 05/17] xen/passthrough: x86: Use INVALID_GFN rather than INVALID_MFN
` [PATCH v5 06/17] xen: Use a typesafe to define INVALID_MFN
` [PATCH v5 07/17] xen: Use a typesafe to define INVALID_GFN
` [PATCH v5 08/17] xen/arm: Rework the interface of p2m_lookup and use typesafe gfn and mfn
` [PATCH v5 09/17] xen/arm: Rework the interface of p2m_cache_flush and use typesafe gfn
` [PATCH v5 10/17] xen/arm: map_regions_rw_cache: Map the region with p2m->default_access
` [PATCH v5 11/17] xen/arm: dom0_build: Remove dead code in allocate_memory
` [PATCH v5 12/17] xen/arm: p2m: Remove unused operation ALLOCATE
` [PATCH v5 13/17] xen/arm: Use the typesafes mfn and gfn in map_dev_mmio_region
` [PATCH v5 14/17] xen/arm: Use the typesafes mfn and gfn in map_regions_rw_cache
` [PATCH v5 15/17] xen/arm: p2m: Introduce helpers to insert and remove mapping
` [PATCH v5 16/17] xen/arm: p2m: Use typesafe gfn for {max, lowest}_mapped_gfn
` [PATCH v5 17/17] xen/arm: p2m: Rework the interface of apply_p2m_changes and use typesafe
[PATCH v2] xen: xen-pciback: Remove create_workqueue
2016-06-28 16:46 UTC (4+ messages)
[QUESTION] Is there a better way to get ftrace dump on guest?
2016-06-28 16:46 UTC (3+ messages)
GDBSX Maintainer
2016-06-28 16:46 UTC (2+ messages)
[PATCH] Remove obsolete comment from color.h
2016-06-28 16:45 UTC (5+ messages)
[PATCH v2] gpu: host1x: hw: intr_hw: Remove create_workqueue
2016-06-28 16:44 UTC (4+ messages)
question about cgroupv2
2016-06-28 16:45 UTC (6+ messages)
[RFC2 PATCH 00/23] ARM64: support ILP32
2016-06-28 16:39 UTC (18+ messages)
` [PATCH 02/23] [AARCH64] Add header guards to sysdep.h headers
` [PATCH 03/23] Add dynamic ILP32 AARCH64 relocations to elf.h
` [PATCH 04/23] [AARCH64] Add PTR_REG, PTR_LOG_SIZE, and PTR_SIZE. Use it in LDST_PCREL and LDST_GLOBAL
` [PATCH 05/23] [AARCH64] Use PTR_REG in crti.S
` [PATCH 06/23] [AARCH64] Use PTR_REG/PTR_SIZE/PTR_SIZE_LOG in dl-tlsesc.S
` [PATCH 07/23] [AARCH64] Use PTR_* macros in dl-trampoline.S
` [PATCH 08/23] [AARCH64] Use PTR_* in start.S
` [PATCH 09/23] [AARCH64] Use PTR_REG in getcontext.S
` [PATCH 10/23] [AARCH64] Detect ILP32 in configure scripts
` [PATCH 11/23] [AARCH64] Add ILP32 support to elf_machine_load_address
` [PATCH 12/23] [AARCH64] Add ILP32 to makefiles
` [PATCH 18/23] [AARCH64] ILP32: support stat syscall family
` [PATCH 19/23] [AARCH64] delouse input arguments in system functions
` [PATCH 20/23] [AARCH64] Fix ILP32 warning
` [PATCH 21/23] [AARCH64] Make __SIZEOF_SEM_T 16 for ILP32
` [PATCH 22/23] off_t: fix register pair calculation for 64-bit case
` [PATCH 23/23] [AARCH64] Take utmp{,x}.h from s390 port
[kernel-hardening] [PATCH v1 0/2] Introduce the initify gcc plugin
2016-06-28 16:43 UTC (8+ messages)
` [kernel-hardening] [PATCH v1 2/2] Mark functions with the __nocapture attribute
` "
` [kernel-hardening] "
` [PATCH v1 0/2] Introduce the initify gcc plugin
` [kernel-hardening] "
[PATCH v4 5/5] usb: dwc3: rockchip: add devicetree bindings documentation
2016-06-28 16:41 UTC (5+ messages)
Adventures in btrfs raid5 disk recovery
2016-06-28 16:40 UTC (15+ messages)
Gerrit server migration
2016-06-28 16:39 UTC (3+ messages)
[PATCH v4 0/4] perf: Add APM X-Gene SoC Performance Monitoring Unit driver
2016-06-28 16:39 UTC (12+ messages)
` [PATCH v4 3/4] perf: xgene: "
[PATCH 1/2] drm/i915/debug: Select PREEMPT_COUNT when enabling debugging
2016-06-28 16:39 UTC (2+ messages)
` ✗ Ro.CI.BAT: warning for series starting with [1/2] drm/i915/debug: Select PREEMPT_COUNT when enabling debugging (rev2)
[PATCH] x86/EFI + Live Patch: avoid symbol address truncation
2016-06-28 16:39 UTC (4+ messages)
[Qemu-devel] [PATCH v4 0/3] block: ignore flush requests when storage is clean
2016-06-28 16:37 UTC (5+ messages)
` [Qemu-devel] [PATCH v4 3/3] tests: in IDE and AHCI tests perform DMA write before flushing
[Qemu-devel] [PATCH 00/17] s390x: the big pci update
2016-06-28 16:35 UTC (4+ messages)
[PATCH 0/3] Namespace iteration fixes
2016-06-28 16:35 UTC (4+ messages)
` [PATCHv2 1/3] nvme: Remove RCU namespace protection
making xenstore domain easy configurable
2016-06-28 16:34 UTC (13+ messages)
[PATCH] xen/arm: io: Protect the handlers with a read-write lock
2016-06-28 16:34 UTC
[PATCH v6 000/119] xfs: add reverse mapping, reflink, dedupe, and online scrub support
2016-06-28 16:33 UTC (14+ messages)
` [PATCH 014/119] xfs: introduce interval queries on btrees
` [PATCH 018/119] xfs: enable the xfs_defer mechanism to process extents to free
[RESEND PATCH] x86/mm: only allow memmap=XX!YY over existing RAM
2016-06-28 16:33 UTC (3+ messages)
[v3 PATCH 0/5] Rockchip Type-C and DispplayPort driver
2016-06-28 16:33 UTC (4+ messages)
` [v3 PATCH 1/5] extcon: Add Type-C and DP support
[PATCH v2] mm: oom: deduplicate victim selection code for memcg and global oom
2016-06-28 16:16 UTC (4+ messages)
[PATCH] ./configure.ac: Detect SSL in libcurl using curl-config
2016-06-28 16:32 UTC (2+ messages)
[PATCH 0/2] use the CLK_IS_CRITICAL flag for critical clocks
2016-06-28 16:32 UTC (7+ messages)
` [PATCH 1/2] clk: clk-rk3*: set CLK_IS_CRITICAL flag to "
[kernel-hardening] Usercopy caught another one - ping IPv6
2016-06-28 16:31 UTC (3+ messages)
Source code review around jump label usage
2016-06-28 16:31 UTC (12+ messages)
` [PATCH] mfd: twl-core: One function call less in add_numbered_child() after error detection
` [PATCH 0/2] mfd: twl-core: Fine-tuning for add_numbered_child()
` [PATCH 2/2] mfd: twl-core: Refactoring "
` [PATCH 0/6] mfd: Fine-tuning for three function implementations
` [PATCH 4/6] mfd: dm355evm_msp: Refactoring for add_child()
[PATCH] powerpc/pseries: Auto online hotplugged memory
2016-06-28 16:31 UTC (7+ messages)
[PATCH] configfs: Remove ppos increment in configfs_write_bin_file
2016-06-28 16:30 UTC (2+ messages)
[PATCH v5] clk: tegra: Initialize UTMIPLL when enabling PLLU
2016-06-28 16:30 UTC (5+ messages)
[PATCH v3 0/4] mxs-lradc: Split driver into MFD
2016-06-28 16:28 UTC (3+ messages)
` [PATCH v3 1/4] mfd: mxs-lradc: Add support for mxs-lradc MFD
[PATCH v6] arm64: cpuinfo: Expose MIDR_EL1 and REVIDR_EL1 to sysfs
2016-06-28 16:27 UTC (6+ messages)
[PATCH 1/1 v2] systemd: Only start the gssd daemons when they are enabled
2016-06-28 16:27 UTC (10+ messages)
[PATCH v2] Thermal regulation for Orange Pi PC and Orange Pi One
2016-06-28 16:27 UTC (7+ messages)
` [PATCH v2 04/14] regulator: SY8106A regulator driver
git svn clone segmentation faul issue
2016-06-28 16:27 UTC (5+ messages)
test suite errors
2016-06-28 16:26 UTC (2+ messages)
[PATCH 0/4] PM / Domains / Runtime: Optimize device system PM when using genpd
2016-06-28 16:26 UTC (3+ messages)
` [PATCH 4/4] PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()
[PATCH] MAINTAINERS: Change FCoE maintainer
2016-06-28 16:26 UTC (3+ messages)
` [Open-FCoE] "
[RFC/PATCH] lib/vsprintf: Add support to store cpumask
2016-06-28 16:26 UTC (2+ messages)
[PATCH 0/3] add support for Allwinner SoCs ADC
2016-06-28 16:25 UTC (6+ messages)
` [PATCH 2/3] iio: adc: "
[PATCH v2 0/3] Updated spidev usability patchset
2016-06-28 16:24 UTC (9+ messages)
` [PATCH v2 3/3] drivers core: allow id match override when manually binding driver
[U-Boot] [PATCH] ARM: vexpress: Remove virt and nonsec support for TC2
2016-06-28 16:25 UTC (4+ messages)
` [U-Boot] [RFC PATCH] vexpress: Check TC2 firmware support before defaulting to nonsec booting
[Buildroot] [PATCH 1/1] toolchain: allow crosstool-ng musl toolchains
2016-06-28 16:24 UTC (2+ messages)
Upcoming libibverbs release
2016-06-28 16:22 UTC (7+ messages)
[Qemu-devel] [PATCH v6 0/7] Provide a QOM-based authorization API
2016-06-28 16:22 UTC (11+ messages)
` [Qemu-devel] [PATCH v6 1/7] qdict: implement a qdict_crumple method for un-flattening a dict
` [Qemu-devel] [PATCH v6 2/7] option: make parse_option_bool/number non-static
` [Qemu-devel] [PATCH v6 3/7] qapi: add a QmpInputVisitor that does string conversion
` [Qemu-devel] [PATCH v6 4/7] qom: support arbitrary non-scalar properties with -object
` [Qemu-devel] [PATCH v6 5/7] util: add QAuthZ object as an authorization base class
[PATCH] Refactor recv_sideband()
2016-06-28 16:21 UTC (13+ messages)
` [PATCH v2] "
[Qemu-devel] [PATCH] i2c: Fix SMBus read transactions to avoid double events
2016-06-28 16:21 UTC (3+ messages)
[PATCH 2/2] drm/i915: Use atomic waits for short non-atomic ones
2016-06-28 16:20 UTC (3+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH v2] input: tablet: pegasus_notetaker: USB PM fixes
2016-06-28 16:17 UTC (4+ messages)
[Qemu-devel] [RFC v3 00/19] Base enabling patches for MTTCG
2016-06-28 16:20 UTC (3+ messages)
` [Qemu-devel] [RFC v3 14/19] tcg: remove global exit_request
[PATCH net-next 00/16] Mellanox 100G SRIOV E-Switch offload and VF representors
2016-06-28 16:19 UTC (5+ messages)
` [PATCH net-next 08/16] net/devlink: Add E-Switch mode control
[PATCH] iio: Fix missing unlock on duplicate trigger
2016-06-28 16:20 UTC (2+ messages)
[PATCH v3 0/9] Generic DT bindings for PCI IOMMUs and ARM SMMUv3
2016-06-28 16:18 UTC (5+ messages)
` [RFC 1/2] iommu/dma: Restrict IOVAs to physical memory layout
` [RFC 2/2] iommu/dma: Identity-map non-RAM regions
[Buildroot] [PATCH] Reiserfsprogs
2016-06-28 16:18 UTC (2+ messages)
[PATCH RESEND] spi: spidev: Allow matching DT compatible strings from ACPI
2016-06-28 16:18 UTC (8+ messages)
[Qemu-devel] [RFC 8/8] tcg: Make tb_flush() thread safe
2016-06-28 16:18 UTC (2+ messages)
[PATCH] drm/i915: Skip fbdev core suspend/resume when fbdev emulation is disabled
2016-06-28 16:17 UTC (2+ messages)
` ✗ Ro.CI.BAT: failure for "
[PATCH] bnx2x: Call bnx2x_init_rte() later
2016-06-28 16:14 UTC
[PATCH 0/5] dmaengine: ioatdma: DMA error reporting
2016-06-28 16:15 UTC (7+ messages)
` [PATCH 2/5] dmaengine: IOATDMA: Add error handling to driver
` [PATCH 4/5] ntb: add DMA error handling for TX DMA
[PATCH] ip_pipeline: add Python script file for creating visual diagram of IP pipeline config file
2016-06-28 16:22 UTC (2+ messages)
` [PATCH v2] "
[RFC PATCH 0/4] ARM: remove big.LITTLE switcher support
2016-06-28 16:13 UTC (5+ messages)
[RFC PATCH v4 0/5] ECAM quirks handling for ARM64 platforms
2016-06-28 16:12 UTC (6+ messages)
` [RFC PATCH v4 3/5] PCI: Check platform specific ECAM quirks
[PATCH 0/5] Make RDMA RW API SGE limit configurable
2016-06-28 16:12 UTC (9+ messages)
` [PATCH 2/5] IB/core: Add max_sge argument to rdma_rw_ctx_init()
` [PATCH 3/5] IB/isert: Limit the number of SG elements per work request
[PATCH 0/3] arm64: Avoid overlapping EFI regions
2016-06-28 16:12 UTC (9+ messages)
` [PATCH 2/3] arm64: efi: Ensure efi_create_mapping() does not map overlapping regions
[Qemu-devel] [PATCH v2] .travis.yml: Disable IRC build status updates from forks
2016-06-28 16:09 UTC (2+ messages)
[Qemu-devel] scsi-bus: Add support for SCSI scanners
2016-06-28 16:19 UTC
[PATCH 0/4] perf annotate: Enable cross arch annotate
2016-06-28 16:07 UTC (4+ messages)
` [PATCH 3/4] perf annotate: add powerpc support
[sched/fair] 0329dacce8: pigz.throughput 95.9% improvement
2016-06-28 16:08 UTC (2+ messages)
[PATCH] audit: move audit_get_tty to reduce scope and kabi changes
2016-06-28 16:07 UTC (2+ messages)
[PATCH] regulator: pwm: Fix regulator ramp delay for continuous mode
2016-06-28 16:07 UTC (3+ messages)
libradosstriper
2016-06-28 16:07 UTC (4+ messages)
[PATCH] audit: move calcs after alloc and check when logging set loginuid
2016-06-28 16:06 UTC
[Qemu-devel] [Bug 1490611] [NEW] Using qemu >=2.2.1 to convert raw->VHD (fixed) adds extra padding to the result file, which Microsoft Azure rejects as invalid
2016-06-28 15:57 UTC (3+ messages)
` [Qemu-devel] [Bug 1490611] "
RFC: out-of-tree tty driver breakage (changing ASYNC_ bits)
2016-06-28 16:05 UTC (7+ messages)
[PATCH v4 1/2] ethdev: remove get_reg_length callback
2016-06-28 16:05 UTC (3+ messages)
cmake
2016-06-28 16:05 UTC (4+ messages)
[PATCH] hp-wmi: fix wifi cannot be hard-unblock
2016-06-28 16:04 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.