summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-2019-92/+191
|\
| * vfio/spapr: Relax the IOMMU compatibility checkAlexey Kardashevskiy2016-05-111-1/+2
| * powerpc/pci: Rename pcibios_find_pci_bus()Gavin Shan2016-05-112-4/+4
| * powerpc/pci: Rename pcibios_{add, remove}_pci_devices()Gavin Shan2016-05-113-4/+4
| * cxl: Check periodically the coherent platform function's stateChristophe Lombard2016-05-112-28/+33
| * cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie2016-05-114-2/+26
| * cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQsIan Munsie2016-05-112-0/+21
| * cxl: Remove duplicate #definesIan Munsie2016-05-111-9/+0
| * cxl: Handle num_of_processes larger than can fit in the SPAIan Munsie2016-05-111-3/+12
| * drivers/of: Add check for null property in of_remove_property()Suraj Jitindar Singh2016-05-111-0/+3
| * powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V2016-05-012-3/+3
| * powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V2016-05-011-1/+1
| * powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-011-1/+3
| * powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V2016-05-011-2/+2
| * IB/qib: Use cache inhibitted and guarded mapping on powerpcAneesh Kumar K.V2016-05-012-10/+1
| * cxl: Fix DAR check & use REGION_ID instead of opencodingAneesh Kumar K.V2016-04-261-1/+1
| * cxl: Increase timeout for detection of AFU mmio hangFrederic Barrat2016-04-221-1/+3
| * cxl: Allow initialization on timebase sync failuresFrederic Barrat2016-04-224-9/+29
| * cxl: Delete an unnecessary check before the function call "kfree"Markus Elfring2016-04-121-2/+1
| * drivers: macintosh: rack-meter: fix bogus memsetsAaro Koskinen2016-04-121-2/+2
| * drivers: macintosh: rack-meter: limit idle ticks to total ticksAaro Koskinen2016-04-121-0/+1
| * cxl: Configure the PSL for two CAPI ports on POWER8NVLPhilippe Bergheaud2016-04-111-1/+40
| * drivers/cpufreq: make ppc_cbe_cpufreq_pmi driver explicitly non-modularPaul Gortmaker2016-04-111-13/+2
| * cxl: Remove dead codeFrederic Barrat2016-04-111-9/+0
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2016-05-202-13/+93
|\ \
| | \
| | \
| *-. \ Merge branches 'amba', 'devel-stable', 'kexec-for-next' and 'misc' into for-l...Russell King2016-05-19317-1944/+4268
| |\ \ \
| | * \ \ Merge tag 'arm-memremap-for-v4.7' of git://git.linaro.org/people/ard.biesheuv...Russell King2016-04-201-3/+3
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | mtd: pxa2xx-flash: switch back from memremap to ioremap_cachedArd Biesheuvel2016-04-041-3/+3
| * | | | ARM: 8566/1: drivers: amba: properly handle devices with power domainsMarek Szyprowski2016-05-051-10/+90
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-208-19/+19
|\ \ \ \
| * | | | mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-204-14/+14
| * | | | mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-202-2/+2
| * | | | scripts/spelling.txt: add "fimware" misspellingKees Cook2016-05-203-3/+3
* | | | | Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-05-2060-1423/+2172
|\ \ \ \ \
| * | | | | i2c: rcar: add DMA supportNiklas Söderlund2016-05-151-4/+229
| * | | | | i2c: st: Implement bus clearPeter Griffin2016-05-131-1/+44
| * | | | | i2c: only check scl functions when using generic recoveryWolfram Sang2016-05-131-3/+5
| * | | | | i2c: algo-bit: declare i2c_bit_quirk_no_clk_stretch as staticMichele Curti2016-05-111-1/+1
| * | | | | i2c: tegra: disable clock before returning errorShardar Shariff Md2016-05-111-3/+4
| * | | | | [media] rtl2832: regmap is aware of lockdep, drop local locking hackPeter Rosin2016-05-042-31/+0
| * | | | | [media] rtl2832_sdr: get rid of empty regmap wrappersPeter Rosin2016-05-041-170/+132
| * | | | | [media] rtl2832: change the i2c gate to be mux-lockedPeter Rosin2016-05-045-181/+36
| * | | | | [media] si2168: change the i2c gate to be mux-lockedAntti Palosaari2016-05-042-63/+21
| * | | | | iio: imu: inv_mpu6050: change the i2c gate to be mux-lockedPeter Rosin2016-05-041-42/+10
| * | | | | i2c: mux: relax locking of the top i2c adapter during mux-locked muxingPeter Rosin2016-05-044-13/+196
| * | | | | i2c: muxes always lock the parent adapterPeter Rosin2016-05-042-18/+33
| * | | | | i2c: allow adapter drivers to override the adapter lockingPeter Rosin2016-05-041-14/+27
| * | | | | i2c: uniphier: add "\n" at the end of error logMasahiro Yamada2016-04-272-2/+2
| * | | | | i2c: mv64xxx: remove CONFIG_HAVE_CLK conditionalsThomas Petazzoni2016-04-271-19/+6
| * | | | | i2c: mv64xxx: use clk_{prepare_enable,disable_unprepare}Thomas Petazzoni2016-04-271-12/+6