| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Use array_size() in vzalloc() | Kees Cook | 2018-06-12 | 1 | -1/+2 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -1/+1 |
* | soc/fsl/qbman: fix issue in qman_delete_cgr_safe() | Madalin Bucur | 2018-03-14 | 1 | -23/+5 |
* | soc: fsl: guts: Add a NULL check for devm_kasprintf() | Fabio Estevam | 2018-01-22 | 1 | -0/+6 |
* | soc: fsl: support GUTS driver for ls1012a/ls1046a | yangbo lu | 2017-12-08 | 1 | -0/+2 |
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-11-16 | 14 | -116/+294 |
|\ |
|
| * | soc/fsl/qbman: Enable FSL_LAYERSCAPE config on ARM | Madalin Bucur | 2017-09-22 | 1 | -1/+1 |
| * | soc/fsl/qbman: Add missing headers on ARM | Claudiu Manoil | 2017-09-22 | 1 | -0/+2 |
| * | soc/fsl/qbman: different register offsets on ARM | Madalin Bucur | 2017-09-22 | 2 | -0/+60 |
| * | soc/fsl/qbman: add QMAN_REV32 | Madalin Bucur | 2017-09-22 | 2 | -0/+3 |
| * | soc/fsl/qbman: Rework portal mapping calls for ARM/PPC | Roy Pledge | 2017-09-22 | 7 | -66/+60 |
| * | soc/fsl/qbman: Fix ARM32 typo | Valentin Rothberg | 2017-09-22 | 1 | -1/+1 |
| * | soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check | Claudiu Manoil | 2017-09-22 | 1 | -4/+0 |
| * | soc/fsl/qbman: Drop set/clear_bits usage | Madalin Bucur | 2017-09-22 | 2 | -5/+5 |
| * | soc/fsl/qbman: Use shared-dma-pool for QMan private memory allocations | Roy Pledge | 2017-09-22 | 3 | -34/+63 |
| * | soc/fsl/qbman: Use shared-dma-pool for BMan private memory allocations | Roy Pledge | 2017-09-22 | 1 | -0/+15 |
| * | soc/fsl/qbman: Add common routine for QBMan private allocations | Roy Pledge | 2017-09-22 | 3 | -1/+83 |
| * | soc/fsl/guts: Add compatible string for LS1088 | ashish kumar | 2017-09-22 | 1 | -0/+1 |
| * | soc/fsl/qman: Sleep instead of stuck hacking jiffies | Karim Eshapa | 2017-09-22 | 1 | -5/+1 |
* | | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 2 | -0/+2 |
|/ |
|
* | soc: Convert to using %pOF instead of full_name | Rob Herring | 2017-08-16 | 5 | -25/+20 |
* | Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-05-12 | 3 | -5/+27 |
|\ |
|
| * | soc/fsl/qbman: Disable IRQs for deferred QBMan work | Roy Pledge | 2017-04-30 | 1 | -0/+5 |
| * | soc/fsl/qe: add EXPORT_SYMBOL for the 2 qe_tdm functions | Valentin Longchamp | 2017-04-30 | 1 | -0/+2 |
| * | soc/fsl/qe: only apply QE_General4 workaround on affected SoCs | Valentin Longchamp | 2017-04-30 | 1 | -2/+6 |
| * | soc/fsl/qe: round brg_freq to 1kHz granularity | Valentin Longchamp | 2017-04-30 | 1 | -0/+13 |
| * | soc/fsl/qe: get rid of immrbar_virt_to_phys() | Christophe Leroy | 2017-04-30 | 1 | -3/+1 |
* | | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-09 | 1 | -0/+1 |
|\ \ |
|
| * | | soc/qbman: Move dma-mapping.h include to qman_priv.h | Paul Gortmaker | 2017-05-04 | 2 | -2/+1 |
| * | | soc/qbman: Fix implicit header dependency now causing build fails | Paul Gortmaker | 2017-05-03 | 1 | -0/+2 |
| |/ |
|
* | | soc/qman: export non-programmable FQD fields query | Horia Geantă | 2017-03-24 | 2 | -63/+2 |
* | | soc/qman: add dedicated channel ID for CAAM | Horia Geantă | 2017-03-24 | 1 | -1/+5 |
* | | soc/qman: export volatile dequeue related structs | Horia Geantă | 2017-03-24 | 1 | -36/+0 |
|/ |
|
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2016-12-16 | 11 | -192/+202 |
|\ |
|
| * | soc/fsl/qman: test: use DEFINE_SPINLOCK() | Fabian Frederick | 2016-12-09 | 1 | -1/+1 |
| * | soc/fsl/bman: Use resource_size instead of computation | Wei Yongjun | 2016-12-04 | 1 | -2/+1 |
| * | soc/fsl/qe: use builtin_platform_driver | Geliang Tang | 2016-12-04 | 1 | -5/+1 |
| * | soc/qman: Handle endianness of h/w descriptors | Claudiu Manoil | 2016-11-23 | 4 | -39/+45 |
| * | soc/qman: Clean up CGR CSCN target update operations | Claudiu Manoil | 2016-11-23 | 1 | -14/+23 |
| * | soc/qman: Change remaining contextB into context_b | Claudiu Manoil | 2016-11-23 | 1 | -6/+6 |
| * | soc/qbman: Handle endianness of qm/bm_in/out() | Claudiu Manoil | 2016-11-23 | 2 | -6/+6 |
| * | soc/qman: Drop unused field from eqcr/dqrr descriptors | Claudiu Manoil | 2016-11-23 | 1 | -2/+1 |
| * | soc/qman: Fix accesses to fqid, cleanup | Claudiu Manoil | 2016-11-23 | 1 | -16/+16 |
| * | soc/qman: Remove unused struct qm_mcc* layouts | Claudiu Manoil | 2016-11-23 | 2 | -46/+18 |
| * | soc/qman: Remove redundant checks from qman_create_cgr() | Claudiu Manoil | 2016-11-23 | 1 | -4/+4 |
| * | soc/qman: test: Don't use dummy platform device for dma mapping | Claudiu Manoil | 2016-11-23 | 3 | -11/+22 |
| * | soc/qman: Don't add a new platform device for dma mapping | Claudiu Manoil | 2016-11-23 | 3 | -21/+22 |
| * | soc/qman: test: Fix implementation of fd_cmp() | Claudiu Manoil | 2016-11-23 | 1 | -15/+8 |
| * | soc/qman: Fix direct access to fd's addr_lo, use proper accesor | Claudiu Manoil | 2016-11-23 | 1 | -2/+2 |