| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | dmaengine: ti: k3-udma: Fix cleanup code for alloc_chan_resources | Peter Ujfalusi | 2020-06-16 | 1 | -15/+16 |
| * | | dmaengine: ti: k3-udma: Use correct node to read "ti,udma-atype" | Peter Ujfalusi | 2020-06-16 | 1 | -1/+1 |
| |/ |
|
* | | keys: asymmetric: fix error return code in software_key_query() | Wei Yongjun | 2020-07-16 | 1 | -0/+1 |
* | | afs: Fix interruption of operations | David Howells | 2020-07-16 | 2 | -2/+3 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2020-07-14 | 8 | -11/+31 |
|\ \ |
|
| * | | Input: elan_i2c - add more hardware ID for Lenovo laptops | Dave Wang | 2020-07-09 | 1 | -0/+7 |
| * | | Input: i8042 - add Lenovo XiaoXin Air 12 to i8042 nomux list | David Pedersen | 2020-07-07 | 1 | -0/+7 |
| * | | Revert "Input: elants_i2c - report resolution information for touch major" | Dmitry Torokhov | 2020-07-07 | 1 | -1/+0 |
| * | | Input: elan_i2c - only increment wakeup count on touch | Derek Basehore | 2020-07-07 | 1 | -4/+5 |
| * | | Input: synaptics - enable InterTouch for ThinkPad X1E 1st gen | Ilya Katsnelson | 2020-07-07 | 1 | -0/+1 |
| * | | ARM: dts: n900: remove mmc1 card detect gpio | Merlijn Wajer | 2020-06-30 | 1 | -4/+8 |
| * | | Input: add `SW_MACHINE_COVER` | Merlijn Wajer | 2020-06-30 | 2 | -2/+3 |
* | | | Merge tag 'iommu-fixes-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2020-07-13 | 5 | -8/+7 |
|\ \ \ |
|
| * | | | iommu/arm-smmu: Mark qcom_smmu_client_of_match as possibly unused | Jordan Crouse | 2020-07-09 | 1 | -1/+1 |
| * | | | iommu: Fix use-after-free in iommu_release_device | Qian Cai | 2020-07-09 | 1 | -1/+1 |
| * | | | iommu/amd: Make amd_iommu_apply_ivrs_quirks() static inline | Joerg Roedel | 2020-06-30 | 1 | -1/+1 |
| * | | | iommu: SUN50I_IOMMU should depend on HAS_DMA | Geert Uytterhoeven | 2020-06-30 | 1 | -0/+1 |
| * | | | iommu/sun50i: Remove unused variable | Maxime Ripard | 2020-06-30 | 1 | -2/+0 |
| * | | | iommu/sun50i: Change the readl timeout to the atomic variant | Maxime Ripard | 2020-06-30 | 1 | -3/+3 |
* | | | | mm: document warning in move_normal_pmd() and make it warn only once | Linus Torvalds | 2020-07-13 | 1 | -2/+21 |
* | | | | Linux 5.8-rc5v5.8-rc5 | Linus Torvalds | 2020-07-13 | 1 | -1/+1 |
* | | | | Merge tag 'xtensa-20200712' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2020-07-12 | 3 | -6/+5 |
|\ \ \ \ |
|
| * | | | | xtensa: simplify xtensa_pmu_irq_handler | Xu Wang | 2020-07-08 | 1 | -3/+1 |
| * | | | | xtensa: update *pos in cpuinfo_op.next | Max Filippov | 2020-07-02 | 1 | -1/+2 |
| * | | | | xtensa: fix __sync_fetch_and_{and,or}_4 declarations | Max Filippov | 2020-07-02 | 1 | -2/+2 |
| |/ / / |
|
* | | | | Merge tag 'io_uring-5.8-2020-07-12' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-07-12 | 1 | -1/+4 |
|\ \ \ \ |
|
| * | | | | io_uring: fix not initialised work->flags | Pavel Begunkov | 2020-07-12 | 1 | -1/+2 |
| * | | | | io_uring: fix missing msg_name assignment | Pavel Begunkov | 2020-07-12 | 1 | -0/+2 |
* | | | | | Merge tag 'for-5.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2020-07-12 | 3 | -8/+3 |
|\ \ \ \ \ |
|
| * | | | | | btrfs: wire up iter_file_splice_write | Christoph Hellwig | 2020-07-09 | 1 | -0/+1 |
| * | | | | | btrfs: fix double put of block group with nocow | Josef Bacik | 2020-07-09 | 1 | -8/+1 |
| * | | | | | btrfs: discard: add missing put when grabbing block group from unused list | Qu Wenruo | 2020-07-07 | 1 | -0/+1 |
* | | | | | | Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-07-12 | 7 | -9/+41 |
|\ \ \ \ \ \ |
|
| * | | | | | | riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warning | Vincent Chen | 2020-07-10 | 2 | -3/+4 |
| * | | | | | | kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.h | Vincent Chen | 2020-07-10 | 2 | -1/+1 |
| * | | | | | | riscv: Fix "no previous prototype" compile warning in kgdb.c file | Vincent Chen | 2020-07-10 | 1 | -5/+5 |
| * | | | | | | riscv: enable the Kconfig prompt of STRICT_KERNEL_RWX | Vincent Chen | 2020-07-10 | 1 | -0/+2 |
| * | | | | | | kgdb: enable arch to support XML packet. | Vincent Chen | 2020-07-10 | 3 | -0/+29 |
* | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2020-07-12 | 6 | -8/+12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | scsi: dh: Add Fujitsu device to devinfo and dh lists | Steve Schremmer | 2020-07-08 | 2 | -0/+2 |
| * | | | | | | | scsi: mpt3sas: Fix error returns in BRM_status_show | Johannes Thumshirn | 2020-07-08 | 1 | -4/+6 |
| * | | | | | | | scsi: mpt3sas: Fix unlock imbalance | Damien Le Moal | 2020-07-03 | 1 | -1/+1 |
| * | | | | | | | scsi: iscsi: Change iSCSI workqueue max_active back to 1 | Bob Liu | 2020-07-03 | 2 | -2/+2 |
| * | | | | | | | scsi: scsi_transport_spi: Fix function pointer check | Tom Rix | 2020-06-30 | 1 | -1/+1 |
* | | | | | | | | Merge tag 'for-linus-5.8b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-07-11 | 1 | -3/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | xen/xenbus: Fix a double free in xenbus_map_ring_pv() | Dan Carpenter | 2020-07-10 | 1 | -3/+1 |
* | | | | | | | | | Merge tag 'powerpc-5.8-6' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2020-07-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | powerpc/64s/exception: Fix 0x1500 interrupt handler crash | Nicholas Piggin | 2020-07-08 | 1 | -1/+1 |
* | | | | | | | | | | Merge tag 'libnvdimm-fix-v5.8-rc5' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-07-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | libnvdimm/security: Fix key lookup permissions | Dan Williams | 2020-07-09 | 1 | -1/+1 |