[PATCH V3 1/5] perf/amd/iommu: Consolidate and move perf_event_amd_iommu header
This patch consolidates "arch/x86/kernel/cpu/perf_event_amd_iommu.h" and "drivers/iommu/amd_iommu_proto.h", which contain duplicate function declarati
View Article[PATCH V3 2/5] perf/amd/iommu: Modify functions to query max banks and counters
Currently, amd_iommu_pc_get_max_[banks|counters]() require devid, which should not be the case. Also, these don't properly support multi-IOMMU system.
View Article[PATCH V3 3/5] iommu/amd: Introduce amd_iommu_get_num_iommus()
This patch introduces amd_iommu_get_num_iommus(). Initially, this is intended to be used by Perf AMD IOMMU driver. Signed-off-by: Suravee Suthikulpan
View Article[PATCH V3 4/5] perf/amd/iommu: Introduce get_iommu_bnk_cnt_evt_idx
Introduce a helper function to calculate bit-index for assigning performance counter assignment. Signed-off-by: Suravee Suthikulpanit <Suravee.Suthik
View Article[PATCH V3 5/5] perf/amd/iommu: Enable support for multiple IOMMUs
The current amd_iommu_pc_get_set_reg_val() does not support muli-IOMMU system. This patch replace amd_iommu_pc_get_set_reg_val() with amd_iommu_pc_set
View Article[PATCH] Create pci slot files for SMBIOS Type 9 entries
The following diff builds on the "[PATCHv3] Save SMBIOS Type 9 System Slots" This will create a /sys/bus/pci/slots/XXX file for each Type 9 entry. T
View Articlemmotm 2016-02-09-15-03 uploaded
The mm-of-the-moment snapshot 2016-02-09-15-03 has been uploaded to http://www.ozlabs.org/~akpm/mmotm/ mmotm-readme.txt says README for mm-of-th
View Article[PATCH] usb: fsl: fix typo FLS_USB2_WORKAROUND_ENGCM09152
FLS_USB2_WORKAROUND_ENGCM09152 is a typo. It should be FSL_USB2_WORKAROUND_ENGCM09152 since FSL is the abbreviation of Freescale. Signed-off-by: Liju
View Article[PATCH] ARM: dts: ls2080a: Add quirk for Erratum A009116
Add "snps,quirk-frame-length-adjustment" property to USB3 node for erratum A009116. This property provides value of GFLADJ_30MHZ for post silicon fram
View Article[PATCHSET] workqueue: break local execution guarantee of unbound work items
Hello, Workqueue used to implicitly guarantee local execution of unbound work items. Recent timer updates broke that for delayed work items and the
View Article[PATCH 1/3] Revert "workqueue: make sure delayed work run in local...
This reverts commit 874bbfe600a660cba9c776b3957b1ce393151b76. Workqueue used to implicity guarantee that work items queued without explicit CPU speci
View Article[PATCH 2/3] workqueue: schedule WORK_CPU_UNBOUND work on wq_unbound_cpumask CPUs
From: Mike Galbraith <umgwanakikbuti@gmail.com> WORK_CPU_UNBOUND work items queued to a bound workqueue always run locally. This is a good thing nor
View Article[PATCH 3/3] workqueue: implement "workqueue.debug_force_rr_cpu"...
Workqueue used to guarantee local execution for work items queued without explicit target CPU. The guarantee is gone now which can break some usages
View Article[PULL] module fixes (stable)
The following changes since commit 34229b277480f46c1e9a19f027f30b074512e68b: Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2016-02
View Article[PATCH net-next v8 00/19] new ETHTOOL_GSETTINGS/SSETTINGS API
From: David Decotigny <decot@googlers.com> History: v8 - bitmap u32 API returns number of bits copied, unit tests updated v7 - module_exit in te
View Article[PATCH net-next v8 01/19] lib/bitmap.c: conversion routines to/from u32 array
From: David Decotigny <decot@googlers.com> Aimed at transferring bitmaps to/from user-space in a 32/64-bit agnostic way. Tested: unit tests (next
View Article[PATCH net-next v8 02/19] test_bitmap: unit tests for lib/bitmap.c
From: David Decotigny <decot@googlers.com> This is mainly testing bitmap construction and conversion to/from u32[] for now. Tested: qemu i386, x86
View Article[PATCH net-next v8 03/19] net: usnic: remove unused call to...
From: David Decotigny <decot@googlers.com> Signed-off-by: David Decotigny <decot@googlers.com> --- drivers/infiniband/hw/usnic/usnic_ib_verbs.c | 2
View Article[PATCH net-next v8 04/19] net: usnic: use __ethtool_get_settings
From: David Decotigny <decot@googlers.com> Signed-off-by: David Decotigny <decot@googlers.com> --- drivers/infiniband/hw/usnic/usnic_ib_verbs.c | 2
View Article[PATCH net-next v8 05/19] net: ethtool: add new ETHTOOL_GSETTINGS/SSETTINGS API
From: David Decotigny <decot@googlers.com> This patch defines a new ETHTOOL_GSETTINGS/SSETTINGS API, handled by the new get_ksettings/set_ksettings c
View Article