All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-12-10 11:08:39 to 2015-12-10 12:22:58 UTC [more...]

[PATCH] Add mount -P to hide pseudo filesystems
 2015-12-10 12:22 UTC  (4+ messages)

[PATCH v2 0/5] Add flexcan support for LS1021A SoCs
 2015-12-10 12:22 UTC  (10+ messages)
` [PATCH v2 5/5] can: flexcan: Add support for non RX-FIFO mode
        ` can: flexcan: Ancient Freescale Reference FlexCAN Driver and bug fixes so it works

DVBSky T980C ci not working with kernel 4.x
 2015-12-10 12:22 UTC  (5+ messages)
  ` dtv-scan-table has two ATSC files?

[PATCH 00/12] RFC: cleanup flexcan driver, introduce and make use of IRQ offloading
 2015-12-10 12:21 UTC  (3+ messages)
` [PATCH 12/12] can: flexcan: make use of rx-fifos's irq_offload_simple

[PATCH 0/6] ARM: DTS: da850: eDMA new bindings and MMC/SPI DMA support
 2015-12-10 12:20 UTC  (4+ messages)

[review-request][PATCH] toaster-manual: describe the way to start Toaster
 2015-12-10 11:49 UTC 

[PATCH 1/9v2] usb: host: ehci.h: remove space before comma
 2015-12-10 12:20 UTC  (4+ messages)
` [PATCH 4/9v2] usb: host: ehci.h: fix single statement macros

[PATCH] examples/vhost: reduce number of hugepages needed
 2015-12-10 12:19 UTC 

[PATCH] example/ip_pipeline: fix config file parse defect
 2015-12-10 12:19 UTC 

[xen-4.4-testing test] 65612: regressions - trouble: blocked/broken/fail/pass
 2015-12-10 12:18 UTC 

[PATCH v10 0/5] xen pvusb toolstack work
 2015-12-10 12:16 UTC  (8+ messages)
` [PATCH v10 1/5] libxl: export some functions for pvusb use
` [PATCH v10 2/5] libxl_utils: add internal function to read sysfs file contents
` [PATCH v10 3/5] libxl: add pvusb API
` [PATCH v10 4/5] xl: add pvusb commands
` [PATCH v10 5/5] domcreate: support pvusb in configuration file

[PATCH v3] doc: correct Vhost Sample Application guide
 2015-12-10 12:16 UTC 

using iptables matches and targets with nft
 2015-12-10 12:16 UTC 

[git pull] drm uapi header fixes
 2015-12-10 12:16 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/34] kvm_stat: Cleanup and fixup
 2015-12-10 12:13 UTC  (35+ messages)
` [Qemu-devel] [PATCH 01/34] scripts/kvm/kvm_stat: Cleanup of multiple imports
` [Qemu-devel] [PATCH 02/34] scripts/kvm/kvm_stat: Replaced os.listdir with os.walk
` [Qemu-devel] [PATCH 03/34] scripts/kvm/kvm_stat: Make constants uppercase
` [Qemu-devel] [PATCH 04/34] scripts/kvm/kvm_stat: Removed unneeded PERF constants
` [Qemu-devel] [PATCH 05/34] scripts/kvm/kvm_stat: Mark globals in functions
` [Qemu-devel] [PATCH 06/34] scripts/kvm/kvm_stat: Invert dictionaries
` [Qemu-devel] [PATCH 07/34] scripts/kvm/kvm_stat: Cleanup of path variables
` [Qemu-devel] [PATCH 08/34] scripts/kvm/kvm_stat: Improve debugfs access checking
` [Qemu-devel] [PATCH 09/34] scripts/kvm/kvm_stat: Introduce main function
` [Qemu-devel] [PATCH 10/34] scripts/kvm/kvm_stat: Fix spaces around keyword assignments
` [Qemu-devel] [PATCH 11/34] scripts/kvm/kvm_stat: Rename variables that redefine globals
` [Qemu-devel] [PATCH 12/34] scripts/kvm/kvm_stat: Moved DebugfsProvider
` [Qemu-devel] [PATCH 13/34] scripts/kvm/kvm_stat: Fixup syscall error reporting
` [Qemu-devel] [PATCH 14/34] scripts/kvm/kvm_stat: Set sensible no. files rlimit
` [Qemu-devel] [PATCH 15/34] scripts/kvm/kvm_stat: Cleanup of platform detection
` [Qemu-devel] [PATCH 16/34] scripts/kvm/kvm_stat: Make cpu detection a function
` [Qemu-devel] [PATCH 17/34] scripts/kvm/kvm_stat: Rename _perf_event_open
` [Qemu-devel] [PATCH 18/34] scripts/kvm/kvm_stat: Introduce properties for providers
` [Qemu-devel] [PATCH 19/34] scripts/kvm/kvm_stat: Cleanup of TracepointProvider
` [Qemu-devel] [PATCH 20/34] scripts/kvm/kvm_stat: Cleanup cpu list retrieval
` [Qemu-devel] [PATCH 21/34] scripts/kvm/kvm_stat: Encapsulate filters variable
` [Qemu-devel] [PATCH 22/34] scripts/kvm/kvm_stat: Cleanup of Stats class
` [Qemu-devel] [PATCH 23/34] scripts/kvm/kvm_stat: Cleanup of Groups class
` [Qemu-devel] [PATCH 24/34] scripts/kvm/kvm_stat: Cleanup of Event class
` [Qemu-devel] [PATCH 25/34] scripts/kvm/kvm_stat: Group arch specific data
` [Qemu-devel] [PATCH 26/34] scripts/kvm/kvm_stat: Remove unneeded X86_EXIT_REASONS
` [Qemu-devel] [PATCH 27/34] scripts/kvm/kvm_stat: Make tui function a class
` [Qemu-devel] [PATCH 28/34] scripts/kvm/kvm_stat: Fix output formatting
` [Qemu-devel] [PATCH 29/34] scripts/kvm/kvm_stat: Move to argparse and add description
` [Qemu-devel] [PATCH 30/34] scripts/kvm/kvm_stat: Cleanup and pre-init perf_event_attr
` [Qemu-devel] [PATCH 31/34] scripts/kvm/kvm_stat: Read event values as u64
` [Qemu-devel] [PATCH 32/34] scripts/kvm/kvm_stat: Fix rlimit for unprivileged users
` [Qemu-devel] [PATCH 33/34] scripts/kvm/kvm_stat: Fixup filtering
` [Qemu-devel] [PATCH 34/34] scripts/kvm/kvm_stat: Add interactive filtering

[xen-unstable-smoke test] 65662: regressions - FAIL
 2015-12-10 12:13 UTC 

[PATCH] cpufreq: tegra: add regulator dependency for T124
 2015-12-10 12:12 UTC  (12+ messages)

[PATCH 1/2] ALSA: hda - Optimize audio component check in patch_hdmi.c
 2015-12-10 12:11 UTC  (2+ messages)
` [PATCH 2/2] ALSA: hda - Allow i915 binding later in codec driver

LM90 driver and ti tmp461 detection
 2015-12-10 12:08 UTC  (2+ messages)
` [lm-sensors] "

[PATCH 1/1] doc: correct Vhost Sample Application guide
 2015-12-10 12:10 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v3] "

Subvolume UUID, data corruption?
 2015-12-10 12:08 UTC  (9+ messages)
      ` attacking btrfs filesystems via UUID collisions? (was: Subvolume UUID, data corruption?)
        ` attacking btrfs filesystems via UUID collisions?

[PATCH v6 00/21] KVM: ARM64: Add guest PMU support
 2015-12-10 12:07 UTC  (8+ messages)
` [PATCH v6 10/21] KVM: ARM64: Add access handler for PMEVCNTRn and PMCCNTR register

[PATCH 00/37] Add rdma verbs transport library
 2015-12-10 12:07 UTC  (5+ messages)
` [PATCH 01/37] IB/rdmavt: Create module framework and handle driver registration
` [PATCH 02/37] IB/rdmavt: Consolidate dma ops in rdmavt

[Bug 92936] Tonga powerplay isssues
 2015-12-10 12:06 UTC  (2+ messages)

m(un)map kmalloc buffers to userspace
 2015-12-10 12:04 UTC  (11+ messages)

[U-Boot] [PATCH 0/3] ARM: at91: add PLLB handle functions
 2015-12-10 12:03 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] ARM: at91: clock: add PLLB enable/disable functions

[PATCH] netfilter: nf_ct_sctp: validate vtag for new conntrack entries
 2015-12-10 12:02 UTC  (3+ messages)

[PATCH v2 0/2] usb: renesas_usbhs: More compat strings
 2015-12-10 11:59 UTC  (4+ messages)
` [PATCH v2 1/2] usb: renesas_usbhs: add fallback compatibility strings

[Qemu-devel] [PATCH 00/12] Clean up some hw_error() misuse
 2015-12-10 11:59 UTC  (7+ messages)
` [Qemu-devel] [PATCH 08/12] isa: Trivially convert remaining PCI-ISA bridges to realize()
` [Qemu-devel] [PATCH 09/12] isa: Clean up error handling around isa_bus_new()
` [Qemu-devel] [PATCH 10/12] isa: Clean up inappropriate hw_error()

[PATCH v2 00/14] Add VMX TSC scaling support
 2015-12-10 11:56 UTC  (13+ messages)
` [PATCH v2 06/14] x86/time.c: Scale host TSC in pvclock properly

[PATCH i-g-t] gem_flink_race/prime_self_import: Improve test reliability
 2015-12-10 11:51 UTC  (3+ messages)

[PATCH v12 00/16] arm64 kexec kernel patches v12
 2015-12-10 11:50 UTC  (12+ messages)
` [PATCH v12 12/16] arm64: kdump: implement machine_crash_shutdown()

[PATCH 1/2] i2c: designware: Keep pm_runtime_enable/_disable calls in sync
 2015-12-10 11:48 UTC  (2+ messages)
` [PATCH 2/2] i2c: designware: Allow build Baytrail semaphore support when IOSF_MBI=m

[PATCH v2 00/22] Exynos DRM: new life of IPP (Image Post Processing) subsystem
 2015-12-10 11:47 UTC  (5+ messages)
` [PATCH v2 10/22] drm/exynos: introduce exynos_drm_plane_config structure
` [PATCH v2 14/22] drm/exynos: fimd: fix dma burst size setting for small plane size

[PATCH v5 0/4] drm: Add support for the ARM HDLCD display controller
 2015-12-10 11:46 UTC  (7+ messages)
` [PATCH v5 2/4] drm: Add support for ARM's HDLCD controller

[PATCHv6] 00/28] Kconfig conversion
 2015-12-10 11:45 UTC  (9+ messages)
` [PATCHv6] 03/28] build: use generated Kconfig options for Xen

help,i have a problem with nftable redirect
 2015-12-10 11:45 UTC  (3+ messages)

[PATCH v4] drivers/net/ieee802154/adf7242: Driver for ADF7242 MAC IEEE802154
 2015-12-10 11:38 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 4.4
 2015-12-10 11:44 UTC 

[Qemu-devel] [PATCH] sparc: allow CASA with ASI 0xa from user space
 2015-12-10 11:43 UTC  (5+ messages)
` [Qemu-devel] [PATCH for-2.5] "

[PATCH v3] x86/VPMU: Support only versions 2 through 4 of architectural performance monitoring
 2015-12-10 11:42 UTC  (2+ messages)

Cannot unsubscribe
 2015-12-10 11:35 UTC 

[PATCH] staging: gdm72xx: add userspace data struct
 2015-12-10 11:40 UTC  (5+ messages)
      ` [PATCH v2] "

[RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC
 2015-12-10 11:41 UTC  (8+ messages)
` live migration vs device assignment (was Re: [RFC PATCH V2 00/10] Qemu: Add live migration support for SRIOV NIC)
  ` live migration vs device assignment (motivation)
    ` [Qemu-devel] "

[PATCH] drm/i915: Unbreak check_digital_port_conflicts()
 2015-12-10 11:39 UTC  (4+ messages)
  ` [Intel-gfx] "

[PATCH v10 0/7] Add VT-d Posted-Interrupts support
 2015-12-10 11:40 UTC  (3+ messages)
` [PATCH v10 6/7] vmx: VT-d posted-interrupt core logic handling

[PATCH 0/7] Add swap accounting to cgroup2
 2015-12-10 11:39 UTC  (16+ messages)
` [PATCH 1/7] mm: memcontrol: charge swap "
` [PATCH 2/7] mm: vmscan: pass memcg to get_scan_count()
` [PATCH 3/7] mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_online
` [PATCH 4/7] swap.h: move memcg related stuff to the end of the file
` [PATCH 5/7] mm: vmscan: do not scan anon pages if memcg swap limit is hit
` [PATCH 6/7] mm: free swap cache aggressively if memcg swap is full
` [PATCH 7/7] Documentation: cgroup: add memory.swap.{current,max} description

[PATCH 00/13] brcmfmac: IBSS fix and cleanup
 2015-12-10 11:39 UTC  (6+ messages)
` [PATCH 01/13] brcmfmac: Simplify scan timing configuration

[PATCH LIBVIRT] libxl: Use libxentoollog in preference to libxenctrl if available
 2015-12-10 11:38 UTC 

[RFC PATCH] mm: memcontrol: reign in CONFIG space madness
 2015-12-10 11:38 UTC  (4+ messages)

[LTP] [PATCH] syscalls: avoid creating whiteout device in tests
 2015-12-10 11:38 UTC 

[PATCH 00/18] MC fixes, improvements and cleanups
 2015-12-10 11:37 UTC  (4+ messages)
` [PATCH 05/18] [media] media-controller: enable all interface links at init

[PATCH] drm/i915: Flush the RPS bottom-half when the GPU idles
 2015-12-10 11:37 UTC  (5+ messages)

[Bug 93301] ns2_linux32: radeon VM fault / VM_CONTEXT1_PROTECTION_FAULT_ADDR
 2015-12-10 11:35 UTC  (2+ messages)
` [Bug 93301] ns2_linux32: radeon VM fault on Hawaii (+mmap errors)

[Qemu-devel] [PATCH for-2.5] virtio-9p-device: add minimal unrealize handler
 2015-12-10 11:34 UTC  (4+ messages)

[Qemu-arm] [PATCH 24/74] acpi: extend aml_interrupt() to support multiple irqs
 2015-12-10 11:34 UTC  (2+ messages)
` [Qemu-devel] [PATCH v2 "

[PATCH 0/2] arm64: Non-racy PTE setting in the presence of HW AF/DBM
 2015-12-10 11:34 UTC  (3+ messages)

[Qemu-arm] [PATCH] Use error_fatal to simplify obvious fatal errors
 2015-12-10 11:32 UTC  (2+ messages)
` [Qemu-devel] "

[U-Boot] [PATCH 0/2] arm: sunxi: twi: enable clock for sun7i
 2015-12-10 11:32 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] sunxi: twi: enable clocks on sun7i
` [U-Boot] [PATCH 2/2] sun4i: clock: cleanup some whitespace errors

[PATCH v10 0/6] Support for creating/using Stolen memory backed objects
 2015-12-10 11:12 UTC  (7+ messages)
` [PATCH 5/6] drm/i915: Support for pread/pwrite from/to non shmem "

[RFC][PATCH 0/3] ALSA: fireface: new driver for RME Fireface series (MIDI only)
 2015-12-10 11:31 UTC  (8+ messages)
` [PATCH 2/3] fireface: add transaction support

[PATCH 0/3] ser_gigaset fixes
 2015-12-10 11:31 UTC  (6+ messages)
` [PATCH 2/3] ser_gigaset: fix deallocation of platform device structure

A root cause of "unable to create IPC shm instance"
 2015-12-10 11:30 UTC  (2+ messages)

Client io blocked when removing snapshot
 2015-12-10 11:27 UTC  (3+ messages)
  ` 答复: [ceph-users] "

[Qemu-devel] [PATCH 00/16] pc: Eliminate struct PcGuestInfo
 2015-12-10 11:27 UTC  (4+ messages)

[Qemu-devel] Error handling in realize() methods
 2015-12-10 11:26 UTC  (12+ messages)

[PATCH v3 0/3] Clean up connman-conf
 2015-12-10 11:26 UTC  (6+ messages)
` [PATCH v3 3/3] connman-conf: convert to an allarch package

[PATCH V9 1/2] intel_pmc_ipc: update acpi resource structure for Punit
 2015-12-10 18:21 UTC  (4+ messages)
` [PATCH V9 2/2] platform:x86: add Intel P-Unit mailbox IPC driver

[PATCH 00/14] mm: memcontrol: account socket memory in unified hierarchy v4-RESEND
 2015-12-10 11:24 UTC  (8+ messages)
  ` [PATCH] mm: memcontrol: MEMCG no longer works with SLOB

[BUG] checkpatch: unescaped left brace in regex is deprecated
 2015-12-10 11:24 UTC  (4+ messages)

[refpolicy] [PATCH] authlogin: remove duplicate files_list_var_lib(nsswitch_domain)
 2015-12-10 11:21 UTC 

[PATCH 0/7] perf: Untangle aux refcounting
 2015-12-10 11:20 UTC  (6+ messages)
` [PATCH 4/7] perf: Free aux pages in unmap path

[Qemu-devel] [PATCH] MAINTAINERS: add maintainer to virtio-9p
 2015-12-10 11:17 UTC  (3+ messages)

[PATCH] Btrfs: fix transaction handle leak in balance
 2015-12-10 11:16 UTC 

[Qemu-arm] [PATCH 00/74] pc: acpi: convert DSDT to AML API and drop ASL templates support
 2015-12-10 11:16 UTC  (4+ messages)
` [Qemu-devel] [PATCH 23/74] acpi: extend aml_and() to accept target argument

Add support of MS Surface
 2015-12-10 11:15 UTC 

in-tree defconfig
 2015-12-10 11:13 UTC  (3+ messages)

[PATCH] drm/i915: Add Backlight Control using DPCD for eDP connectors (v3)
 2015-12-10 11:13 UTC  (3+ messages)

[GIT PULL] sound fixes for 4.4-rc5
 2015-12-10 11:10 UTC 

[PATCH] gpio: zynq: Do PM initialization earlier to support gpio hogs
 2015-12-10 11:10 UTC  (2+ messages)

[PATCH] iwlegacy: mark il_adjust_beacon_interval as noinline
 2015-12-10 11:08 UTC  (2+ messages)

[PATCH 0/2] Install btattach with "make install"
 2015-12-10 11:08 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.