All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-02 04:33:29 to 2016-06-02 06:12:33 UTC [more...]

[PATCH 01/20] x86, intel: Introduce macros for Intel family numbers
 2016-06-02  6:08 UTC  (3+ messages)
` [PATCH 17/20] x86, mmc: use Intel family name macros for mmc driver

[RESEND PATCH v2 0/6] vfio-pci: Add support for mmapping MSI-X table
 2016-06-02  6:10 UTC  (9+ messages)
` [RESEND PATCH v2 3/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if IOMMU have capability of IRQ remapping
` [RESEND PATCH v2 5/6] pci-ioda: Set PCI_BUS_FLAGS_MSI_REMAP for IODA host bridge
  ` [RESEND PATCH v2 1/6] PCI: Add a new PCI_BUS_FLAGS_MSI_REMAP flag
  ` [RESEND PATCH v2 2/6] PCI: Set PCI_BUS_FLAGS_MSI_REMAP if MSI controller enables IRQ remapping
  ` [RESEND PATCH v2 4/6] iommu: Set PCI_BUS_FLAGS_MSI_REMAP on iommu driver initialization
  ` [RESEND PATCH v2 6/6] vfio-pci: Allow to expose MSI-X table to userspace if interrupt remapping is enabled

GV98 adapter, experience with nouveau
 2016-06-02  6:09 UTC  (5+ messages)

[PATCH net-next] sctp: sctp should change socket state when shutdown is received
 2016-06-02  6:09 UTC  (3+ messages)

[PATCH v3 0/5] fix some type infos and bugs for arm64/of numa
 2016-06-02  6:03 UTC  (9+ messages)
` [PATCH 0/3] of: numa: cleanup
  ` [PATCH 1/3] of_numa: Use of_get_next_parent to simplify code
  ` [PATCH 2/3] of_numa: Use pr_fmt()
  ` [PATCH 3/3] arm64: numa: "

crash on boot with 4.6.1 on fedora 24
 2016-06-02  6:04 UTC  (25+ messages)

NC-SI support
 2016-06-02  6:03 UTC  (3+ messages)

[RESEND PATCH v2 0/4] PCI: Add support for enforcing all MMIO BARs not to share PAGE_SIZE
 2016-06-02  5:46 UTC  (5+ messages)
` [RESEND PATCH v2 1/4] PCI: Ignore resource_alignment if PCI_PROBE_ONLY was set
` [RESEND PATCH v2 2/4] PCI: Do not Use IORESOURCE_STARTALIGN to identify bridge resources
` [RESEND PATCH v2 3/4] PCI: Add a new option for resource_alignment to reassign alignment
` [RESEND PATCH v2 4/4] PCI: Add support for enforcing all MMIO BARs to be page aligned

[PATCH 00/15] Framework to collect command stream gpu metrics using i915 perf
 2016-06-02  6:00 UTC  (17+ messages)
` [PATCH 01/15] drm/i915: Add ctx getparam ioctl parameter to retrieve ctx unique id
` [PATCH 02/15] drm/i915: Expose OA sample source to userspace
` [PATCH 03/15] drm/i915: Framework for capturing command stream based OA reports
` [PATCH 04/15] drm/i915: flush periodic samples, in case of no pending CS sample requests
` [PATCH 05/15] drm/i915: Handle the overflow condition for command stream buf
` [PATCH 06/15] drm/i915: Populate ctx ID for periodic OA reports
` [PATCH 07/15] drm/i915: Add support for having pid output with OA report
` [PATCH 08/15] drm/i915: Add support for emitting execbuffer tags through OA counter reports
` [PATCH 09/15] drm/i915: Extend i915 perf framework for collecting timestamps on all gpu engines
` [PATCH 10/15] drm/i915: Extract raw GPU timestamps from OA reports to forward in perf samples
` [PATCH 11/15] drm/i915: Support opening multiple concurrent perf streams
` [PATCH 12/15] time: Expose current clocksource in use by timekeeping framework
` [PATCH 13/15] time: export clocks_calc_mult_shift
` [PATCH 14/15] drm/i915: Mechanism to forward clock monotonic raw time in perf samples
` [PATCH 15/15] drm/i915: Support for capturing MMIO register values

[Patch v6 00/11] Check VT-d Device-TLB flush error
 2016-06-02  6:00 UTC  (4+ messages)
` [Patch v6 02/11] IOMMU/MMU: enhance the call trees of IOMMU unmapping and mapping

[U-Boot] [PATCH] net: phy: marvell: Fix up reset ordering
 2016-06-02  5:59 UTC  (4+ messages)

Very quick embarrassing q: /var/lib permissions
 2016-06-02  5:58 UTC  (5+ messages)

[Qemu-devel] [PATCH v3 00/24] target-sparc improvements
 2016-06-02  5:57 UTC  (25+ messages)
` [Qemu-devel] [PATCH v3 01/24] target-sparc: Mark more flags for helpers
` [Qemu-devel] [PATCH v3 02/24] target-sparc: Remove softint as a TCG global
` [Qemu-devel] [PATCH v3 03/24] target-sparc: Store mmu index in TB flags
` [Qemu-devel] [PATCH v3 04/24] target-sparc: Create gen_exception
` [Qemu-devel] [PATCH v3 05/24] target-sparc: Unify asi handling between 32 and 64-bit
` [Qemu-devel] [PATCH v3 06/24] target-sparc: Store %asi in TB flags
` [Qemu-devel] [PATCH v3 07/24] target-sparc: Introduce get_asi
` [Qemu-devel] [PATCH v3 08/24] target-sparc: Pass TCGMemOp to gen_ld/st_asi
` [Qemu-devel] [PATCH v3 09/24] target-sparc: Import linux/arch/sparc/include/uapi/asm/asi.h
` [Qemu-devel] [PATCH v3 10/24] target-sparc: Add UA2011 defines to asi.h
` [Qemu-devel] [PATCH v3 11/24] target-sparc: Use defines from asi.h
` [Qemu-devel] [PATCH v3 12/24] target-sparc: Directly implement easy ld/st asis
` [Qemu-devel] [PATCH v3 13/24] target-sparc: Use QT0 to return results from ldda
` [Qemu-devel] [PATCH v3 14/24] target-sparc: Introduce gen_check_align
` [Qemu-devel] [PATCH v3 15/24] target-sparc: Directly implement easy ldd/std asis
` [Qemu-devel] [PATCH v3 16/24] target-sparc: Fix obvious error in ASI_M_BFILL
` [Qemu-devel] [PATCH v3 17/24] target-sparc: Pass TCGMemOp constants to helper_ld/st_asi
` [Qemu-devel] [PATCH v3 18/24] target-sparc: Directly implement easy ldf/stf asis
` [Qemu-devel] [PATCH v3 19/24] target-sparc: Directly implement block and short "
` [Qemu-devel] [PATCH v3 20/24] target-sparc: Remove helper_ldf_asi, helper_stf_asi
` [Qemu-devel] [PATCH v3 21/24] target-sparc: Use explicit writes to cpu_fsr
` [Qemu-devel] [PATCH v3 22/24] target-sparc: Use cpu_fsr in stfsr
` [Qemu-devel] [PATCH v3 23/24] target-sparc: Use cpu_loop_exit_restore from helper_check_ieee_exceptions
` [Qemu-devel] [PATCH v3 24/24] target-sparc: Elide duplicate updates to fprs

[PATCH 1/2] drm/rockchip: vop: Do check if an update is pending during disable
 2016-06-02  5:57 UTC  (13+ messages)

[PATCH/RFC v3 00/22] soc: renesas: Add R-Car RST driver for obtaining mode pin state
 2016-06-02  5:57 UTC  (16+ messages)
` [PATCH/RFC v3 01/22] reset: Add renesas,rst DT bindings
` [PATCH/RFC v3 02/22] soc: renesas: Add R-Car RST driver
` [PATCH/RFC v3 20/22] clk: renesas: r8a7778: Remove obsolete r8a7778_clocks_init()

[PATCH] xfstests: xfs discontiguous multi-block buffer logging test
 2016-06-02  5:57 UTC  (2+ messages)

[PATCH 1/4] ARM: multi_v7_defconfig: Enable Trats2 audio codec, touchscreen and sensors
 2016-06-02  5:55 UTC  (8+ messages)
` [PATCH 2/4] ARM: multi_v7_defconfig: Enable drivers for Exynos4210 Universal C210 board
` [PATCH 3/4] ARM: multi_v7_defconfig: Enable s5p-secss driver
` [PATCH 4/4] ARM: exynos_defconfig: Save defconfig on current linux-next

LWN: The value of drive-through contributions
 2016-06-02  5:54 UTC 

raid 5 crashed
 2016-06-02  5:52 UTC  (15+ messages)

[PATCH, RFC] mlx4_ib: Make steering support independent of MLX4_BMME_FLAG_TYPE_2_WIN
 2016-06-02  5:51 UTC  (2+ messages)

[RFC PATCH 0/2] Remove and replace SD_WAKE_AFFINE with SD_BALANCE_WAKE
 2016-06-02  5:50 UTC  (9+ messages)
` [RFC PATCH 1/2] sched: Clean up SD_BALANCE_WAKE flags in sched domain build-up

[PATCH] crypto: skcipher - remove unused header cpumask.h
 2016-06-02  5:48 UTC 

[BUG] Page allocation failures with newest kernels
 2016-06-02  5:48 UTC  (8+ messages)

[PATCH v2] btrfs: fix check_shared for fiemap ioctl
 2016-06-02  5:46 UTC  (2+ messages)

[RFC/PATCH] pathspec: allow escaped query values
 2016-06-02  5:46 UTC  (3+ messages)

XFS_IOC_FSEMAP (old XFS_IOC_FIEMAPFS)
 2016-06-02  5:41 UTC  (2+ messages)

[PATCH] sched/cputime: Fix steal time accouting during cpu hotplug
 2016-06-02  5:38 UTC 

[ANNOUNCE] Netdev 1.2 call for proposals
 2016-06-02  5:35 UTC  (2+ messages)

[Qemu-devel] [PULL 00/12] ppc-for-2.7 queue 20160531
 2016-06-02  5:32 UTC  (5+ messages)
` [Qemu-devel] [PULL 02/12] ppc: Use split I/D mmu modes to avoid flushes on interrupts
  ` [Qemu-devel] [Qemu-ppc] "

[linux-3.14 test] 95164: tolerable FAIL - PUSHED
 2016-06-02  5:28 UTC 

[PATCH] i2c: robotfuzz-osif: Constify osif_table
 2016-06-02  5:28 UTC 

[PATCH 0/4] libfdt: Add support for device tree overlays
 2016-06-02  5:23 UTC  (3+ messages)
` [PATCH 4/4] libfdt: Add overlay application function

Internal error xfs_trans_cancel
 2016-06-02  5:23 UTC  (7+ messages)

[PATCH] MIPS: pic32mzda: fix linker error for pic32_get_pbclk()
 2016-06-02  5:20 UTC  (2+ messages)

[PATCH] blk-mq: really fix plug list flushing for nomerge queues
 2016-06-02  5:18 UTC 

[PATCH] pstore: set ecc_notice_size to zero
 2016-06-02  5:17 UTC 

[PATCH v7 0/8] Inband dedupe for btrfs-progs
 2016-06-02  5:16 UTC  (3+ messages)

[Buildroot] [PATCH v2] libamcodec: New Package
 2016-06-02  5:15 UTC  (3+ messages)

v4.5.6 build: 0 failures 5 warnings (v4.5.6)
 2016-06-02  5:13 UTC 

[Buildroot] [PATCH 1/3] libamcodec: new Package
 2016-06-02  5:11 UTC  (7+ messages)

[PATCH 01/11] clk: microchip: use readl_poll_timeout() in pbclk_set_rate()
 2016-06-02  5:05 UTC  (5+ messages)
` [PATCH 03/11] MIPS: pic32mzda: fix getting timer clock rate

[PATCH] qed: fix qed_fill_link() error handling
 2016-06-02  5:06 UTC  (4+ messages)
` [PATCH v2] "

[PATCH RESEND v4 0/6] powerPC/pSeries use pv-qpsinlock as the default spinlock implemention
 2016-06-02  5:03 UTC  (7+ messages)
` [PATCH RESEND v4 1/6] qspinlock: powerpc support qspinlock
` [PATCH RESEND v4 2/6] powerpc: pseries/Kconfig: Add qspinlock build config
` [PATCH RESEND v4 3/6] powerpc: lib/locks.c: Add cpu yield/wake helper function
` [PATCH RESEND v4 4/6] pv-qspinlock: powerpc support pv-qspinlock
` [PATCH RESEND v4 5/6] pv-qspinlock: use cmpxchg_release in __pv_queued_spin_unlock
` [PATCH RESEND v4 6/6] powerpc: pseries: Add pv-qspinlock build config/make

[PATCH v2 00/27] Fixed issues raised by tglx, then move visorbus to drivers/virt
 2016-06-02  5:02 UTC  (6+ messages)
` [PATCH v2 10/27] staging: unisys: visorinput: remove unnecessary locking

[PATCH][V2] net/ethoc: fix null dereference on error exit path
 2016-06-02  5:02 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] add support for the etamin draco board variant
 2016-06-02  5:02 UTC  (4+ messages)
` [U-Boot] [PATCH v2 3/7] nand: add nand mtd concat support

[PATCH 2/2] aer: add support aer interrupt with none MSI/MSI-X/INTx mode
 2016-06-02  5:01 UTC  (5+ messages)

[PATCH v2 00/22] e1000 code cleanup and iNVM support
 2016-06-02  4:58 UTC  (23+ messages)
` [PATCH v2 01/22] e1000: Split driver into multiple files
` [PATCH v2 02/22] e1000: Include <net.h> in e1000.h
` [PATCH v2 03/22] e1000: Convert E1000_*_REG macros to functions
` [PATCH v2 04/22] e1000: Fix a bug in e1000_detect_gig_phy
` [PATCH v2 05/22] e1000: Remove unnecessary variable
` [PATCH v2 06/22] e1000: Do not read same register twice
` [PATCH v2 07/22] e1000: Remove unneeded i210 specific register code
` [PATCH v2 08/22] e1000: Consolidate register offset fixups
` [PATCH v2 09/22] e1000: Remove 'use_eewr' parameter
` [PATCH v2 10/22] e1000: Remove 'page_size'
` [PATCH v2 11/22] e1000: Simplify EEPROM init for e1000_80003es2lan
` [PATCH v2 12/22] e1000: Simplify EEPROM init for e1000_igb
` [PATCH v2 13/22] e1000: Consolidate SPI EEPROM init code
` [PATCH v2 14/22] e1000: Consolidate Microwire "
` [PATCH v2 15/22] e1000: Fix a bug in e1000_probe()
` [PATCH v2 16/22] e1000: Remove unnecessary intialization
` [PATCH v2 17/22] e1000: Refactor Flash/EEPROM reading code
` [PATCH v2 18/22] e1000: Properly release SW_FW_SYNC semaphore bits
` [PATCH v2 19/22] e1000: Add EEPROM access locking for i210
` [PATCH v2 20/22] e1000: Add a "poll register" function
` [PATCH v2 21/22] e1000: Expose i210's iNVM as a cdev
` [PATCH v2 22/22] e1000: Expose i210's external flash as MTD

[PATCH] mm: check the return value of lookup_page_ext for all call sites
 2016-06-02  5:00 UTC  (12+ messages)

[PATCH iputils 3/6] ping6: allow disabling of openssl support
 2016-06-02  4:59 UTC  (2+ messages)
` [PATCH iputils v2] ping6: allow disabling of openssl/libgcrypt support

[PATCH 0/4] *** rtl8192u: Replace semaphores with mutexes ***
 2016-06-02  4:57 UTC  (5+ messages)
` [PATCH 1/4] rtl8192u: r8192_priv: Replace semaphore wx_sem with mutex
` [PATCH 2/4] rtl8192u: ieee80211_device: "
` [PATCH 3/4] rtl8192u: Replace semaphore scan_sem "
` [PATCH 4/4] rtl8192u: Replace semaphore rf_sem "

[PATCH] clk: microchip: Remove CLK_IS_ROOT
 2016-06-02  4:54 UTC  (4+ messages)

[U-Boot] [PATCH v2] common: usb_storage : Implement logic to calculate optimal usb maximum trasfer blocks
 2016-06-02  4:56 UTC 

[PATCH for-4.7] brcmfmac: add eth_type_trans back for PCIe full dongle
 2016-06-02  4:55 UTC  (2+ messages)

[PATCH v2 0/2] usb: host: xhci: rcar: fix the quirks setting of XHCI_NO_64BIT_SUPPORT
 2016-06-02  4:53 UTC  (6+ messages)

linux-next: Tree for Jun 2
 2016-06-02  4:51 UTC 

Recompiles in Yocto/Poky
 2016-06-02  4:28 UTC 

[PATCH v6 0/3] skb_array: array based FIFO for skbs
 2016-06-02  4:51 UTC  (2+ messages)

cigar humidor,cigar accessories-sk01
 2016-06-02  3:46 UTC 

[PATCH iputils 6/6] ping: fix -i number parsing in locales
 2016-06-02  4:46 UTC  (2+ messages)
` [PATCH iputils v2] ping: always accept . delimiter with -i number parsing

G98, nouveau, again
 2016-06-02  4:46 UTC 

[PATCH] stmmac: make platform drivers depend on their associated SoC
 2016-06-02  4:45 UTC  (2+ messages)

[Bug 119491] New: UBSAN: Undefined behaviour in /home/vitti/1tb/vitti/rpmbuild/SOURCES/linux-4.5/fs/ext4/mballoc.c:1274
 2016-06-02  4:43 UTC 

[PATCH v7 0/6] mfd: (multiple trees): max8997: Add regmap
 2016-06-02  4:43 UTC  (5+ messages)
` [PATCH v7 1/6] mfd: max8997: Use regmap to access registers

[PATCH iputils 1/6] start gitignore files
 2016-06-02  4:42 UTC  (3+ messages)

[PATCH 0/5] sunxi spi fixes
 2016-06-02  4:42 UTC  (11+ messages)
` [PATCH 5/5] RFC spi: sun4i: add DMA support
              ` [linux-sunxi] "
                `  "

[Bug 119481] New: UBSAN: Undefined behaviour in /home/vitti/1tb/vitti/rpmbuild/SOURCES/linux-4.5/fs/ext4/mballoc.c:2612
 2016-06-02  4:40 UTC 

[U-Boot] [PATCH] verified-boot: Minimal support for booting U-Boot proper from SPL
 2016-06-02  4:40 UTC  (4+ messages)

[Qemu-devel] [RFC PATCH v0 0/2] Increase max memslots to 512 for PowerPC
 2016-06-02  4:39 UTC  (3+ messages)

Why does raid0 set max_hw_sectors as chunk size but the other raid types doesn't?
 2016-06-02  4:38 UTC  (2+ messages)

[PATCH 4.6 000/100] 4.6.1-stable review
 2016-06-02  4:25 UTC  (4+ messages)

[PATCH 0/5] Add suspend-to-idle validation for Intel SoCs
 2016-06-02  4:33 UTC  (3+ messages)
` [PATCH 3/5] x86, apic: Add timed freeze support
` [PATCH 5/5] intel_idle: Add S0ix validation


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.