| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: fsi: fsi2spi: Add compatible string for restricted version | Eddie James | 2020-09-17 | 1 | -0/+1 |
* | spi: fsi: Check mux status before transfers | Eddie James | 2020-09-17 | 1 | -13/+27 |
* | spi: fsi: Implement restricted size for certain controllers | Eddie James | 2020-09-17 | 1 | -12/+53 |
* | spi: fsi: Fix use of the bneq+ sequencer instruction | Brad Bishop | 2020-09-17 | 1 | -3/+25 |
* | spi: fsi: Fix clock running too fast | Brad Bishop | 2020-09-17 | 1 | -1/+1 |
* | spi: fsi: Handle 9 to 15 byte transfers lengths | Brad Bishop | 2020-09-17 | 1 | -3/+3 |
* | spi: sprd: Simplify with dev_err_probe() | Krzysztof Kozlowski | 2020-09-14 | 2 | -16/+6 |
* | spi: spi-geni-qcom: Don't wait to start 1st transfer if transmitting | Douglas Anderson | 2020-09-14 | 1 | -81/+86 |
* | spi: bcm2835: Make polling_limit_us static | Jason Yan | 2020-09-14 | 1 | -1/+1 |
* | spi: spi-fsl-dspi: use XSPI mode instead of DMA for DPAA2 SoCs | Vladimir Oltean | 2020-09-14 | 1 | -3/+3 |
* | spi: spi-geni-qcom: Don't program CS_TOGGLE again and again | Douglas Anderson | 2020-09-14 | 1 | -5/+7 |
* | spi: spi-geni-qcom: Use the FIFO even more | Douglas Anderson | 2020-09-14 | 1 | -1/+1 |
* | spi: spi-qcom-qspi: replace spin_lock_irqsave by spin_lock in hard IRQ | Barry Song | 2020-09-14 | 1 | -3/+2 |
* | spi: Add compatible string for brcmstb SoCs | Ray Jui | 2020-09-14 | 1 | -0/+2 |
* | spi: bcm-qspi: Clean up 7425, 7429, and 7435 settings | Ray Jui | 2020-09-14 | 1 | -12/+0 |
* | spi: bcm-qspi: Fix probe regression on iProc platforms | Ray Jui | 2020-09-14 | 1 | -1/+1 |
* | spi: bcm-qspi: Add compatible string for BRCMSTB 7445 SoCs | Ray Jui | 2020-09-14 | 1 | -0/+5 |
* | spi: qup: remove redundant assignment to variable ret | Colin Ian King | 2020-09-14 | 1 | -1/+1 |
* | Merge series "opp: Unconditionally call dev_pm_opp_of_remove_table()" from Vi... | Mark Brown | 2020-09-09 | 1735 | -6096/+9163 |
|\ |
|
| * | spi: spi-qcom-qspi: Unconditionally call dev_pm_opp_of_remove_table() | Viresh Kumar | 2020-09-09 | 1 | -9/+6 |
| * | spi: spi-geni-qcom: Unconditionally call dev_pm_opp_of_remove_table() | Viresh Kumar | 2020-09-09 | 1 | -8/+5 |
| * | Linux 5.9-rc4v5.9-rc4 | Linus Torvalds | 2020-09-07 | 1 | -1/+1 |
| * | Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-09-06 | 1 | -3/+52 |
| |\ |
|
| | * | io_uring: fix linked deferred ->files cancellation | Pavel Begunkov | 2020-09-06 | 1 | -2/+23 |
| | * | io_uring: fix cancel of deferred reqs with ->files | Pavel Begunkov | 2020-09-05 | 1 | -0/+27 |
| | * | io_uring: fix explicit async read/write mapping for large segments | Jens Axboe | 2020-09-05 | 1 | -3/+4 |
| * | | Merge tag 'iommu-fixes-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-09-06 | 7 | -63/+119 |
| |\ \ |
|
| | * | | iommu/vt-d: Handle 36bit addressing for x86-32 | Chris Wilson | 2020-09-04 | 1 | -7/+7 |
| | * | | iommu/amd: Do not use IOMMUv2 functionality when SME is active | Joerg Roedel | 2020-09-04 | 1 | -0/+7 |
| | * | | iommu/amd: Do not force direct mapping when SME is active | Joerg Roedel | 2020-09-04 | 1 | -1/+6 |
| | * | | iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE | Suravee Suthikulpanit | 2020-09-04 | 3 | -7/+33 |
| | * | | iommu/amd: Restore IRTE.RemapEn bit after programming IRTE | Suravee Suthikulpanit | 2020-09-04 | 1 | -0/+2 |
| | * | | iommu/vt-d: Fix NULL pointer dereference in dev_iommu_priv_set() | Lu Baolu | 2020-09-04 | 1 | -45/+55 |
| | * | | iommu/vt-d: Serialize IOMMU GCMD register modifications | Lu Baolu | 2020-09-04 | 1 | -2/+8 |
| | * | | MAINTAINERS: Update QUALCOMM IOMMU after Arm SMMU drivers move | Lukas Bulwahn | 2020-09-04 | 1 | -1/+1 |
| * | | | Merge tag 'x86-urgent-2020-09-06' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-09-06 | 9 | -63/+213 |
| |\ \ \ |
|
| | * | | | x86/entry: Unbreak 32bit fast syscall | Thomas Gleixner | 2020-09-04 | 3 | -24/+91 |
| | * | | | x86/debug: Allow a single level of #DB recursion | Andy Lutomirski | 2020-09-04 | 1 | -34/+31 |
| | * | | | x86/entry: Fix AC assertion | Peter Zijlstra | 2020-09-04 | 1 | -2/+10 |
| | * | | | tracing/kprobes, x86/ptrace: Fix regs argument order for i386 | Vamshi K Sthambamkadi | 2020-09-04 | 1 | -1/+1 |
| | * | | | x86, fakenuma: Fix invalid starting node ID | Huang Ying | 2020-09-04 | 1 | -1/+1 |
| | * | | | x86/mm/32: Bring back vmalloc faulting on x86_32 | Joerg Roedel | 2020-09-03 | 1 | -0/+78 |
| | * | | | x86/cmdline: Disable jump tables for cmdline.c | Arvind Sankar | 2020-09-03 | 1 | -1/+1 |
| * | | | | Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-09-06 | 14 | -22/+229 |
| |\ \ \ \ |
|
| | * | | | | xen: add helpers to allocate unpopulated memory | Roger Pau Monne | 2020-09-04 | 10 | -15/+219 |
| | * | | | | memremap: rename MEMORY_DEVICE_DEVDAX to MEMORY_DEVICE_GENERIC | Roger Pau Monne | 2020-09-04 | 3 | -7/+6 |
| | * | | | | xen/balloon: add header guard | Roger Pau Monne | 2020-09-04 | 1 | -0/+4 |
| | | | | | | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---. \ \ \ \ | Merge tags 'auxdisplay-for-linus-v5.9-rc4', 'clang-format-for-linus-v5.9-rc4'... | Linus Torvalds | 2020-09-05 | 4 | -10/+16 |
| |\ \ \ \ \ \ \ |
|
| | | | * | | | | | sparse: use static inline for __chk_{user,io}_ptr() | Luc Van Oostenryck | 2020-08-29 | 1 | -2/+2 |
| | | | * | | | | | Compiler Attributes: fix comment concerning GCC 4.6 | Luc Van Oostenryck | 2020-08-27 | 1 | -1/+1 |