summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-11HID: uclogic: Switch to Digitizer usage for stylusesNikolai Kondrashov3-16/+16
2022-05-11HID: uclogic: Add pen support for XP-PEN Star 06Roman Romanenko3-0/+5
2022-05-11HID: uclogic: Differentiate touch ring and touch stripNikolai Kondrashov3-24/+112
2022-05-11HID: uclogic: Always shift touch reports to zeroNikolai Kondrashov2-8/+9
2022-05-11HID: uclogic: Do not focus on touch ring onlyNikolai Kondrashov5-40/+39
2022-05-11HID: uclogic: Return raw parameters from v2 pen initNikolai Kondrashov1-34/+58
2022-05-11HID: uclogic: Move param printing to a functionNikolai Kondrashov3-116/+93
2022-05-06HID: uclogic: Disable pen usage for Huion keyboard interfacesNikolai Kondrashov1-1/+2
2022-05-06HID: uclogic: Support disabling pen usageNikolai Kondrashov2-0/+26
2022-05-06HID: uclogic: Pass keyboard reports as isNikolai Kondrashov1-2/+6
2022-05-06HID: uclogic: Clarify pen/frame desc_ptr descriptionNikolai Kondrashov1-4/+4
2022-05-06HID: uclogic: Clarify params desc_size descriptionNikolai Kondrashov1-1/+1
2022-04-21HID: uclogic: Add support for Huion Q620MNikolai Kondrashov3-0/+80
2022-04-21HID: uclogic: Add support for bitmap dialsNikolai Kondrashov2-1/+20
2022-04-21HID: uclogic: Reduce indent for params format str/argsNikolai Kondrashov1-93/+93
2022-04-21HID: uclogic: Compress params format stringNikolai Kondrashov1-39/+51
2022-04-11HID: uclogic: Add support for Huion touch ring reportsNikolai Kondrashov3-20/+105
2022-04-11HID: uclogic: Allow three frame parameter setsNikolai Kondrashov1-5/+47
2022-04-11HID: uclogic: Support custom device suffix for framesNikolai Kondrashov2-21/+31
2022-04-11HID: uclogic: Add support for touch ring reportsNikolai Kondrashov2-5/+70
2022-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds20-741/+1827
2022-03-25Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds55-1378/+4683
2022-03-25Merge tag 'kbuild-gnu11-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-15/+21
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds73-956/+2458
2022-03-25Merge tag 'riscv-for-linus-5.18-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds44-1055/+3900
2022-03-25Merge tag 's390-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds125-1426/+1831
2022-03-25Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds32-114/+676
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds252-2196/+4893
2022-03-25Merge tag 'mips_5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds119-2455/+194
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds41-2251/+662
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds298-8298/+8500
2022-03-24Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds27-361/+685
2022-03-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds106-2875/+2870
2022-03-24selftests: kselftest framework: provide "finished" helperKees Cook2-1/+11
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDJohannes Weiner6-10/+24
2022-03-24mm: fix race between MADV_FREE reclaim and blkdev direct IO readMauricio Faria de Oliveira1-1/+24
2022-03-24mm: generalize ARCH_HAS_FILTER_PGPROTAnshuman Khandual2-3/+3
2022-03-24mm: unmap_mapping_range_tree() with i_mmap_rwsem sharedHugh Dickins1-4/+4
2022-03-24mm: warn on deleting redirtied only if accountedHugh Dickins3-17/+18
2022-03-24mm/huge_memory: remove stale locking logic from __split_huge_pmd()David Hildenbrand1-36/+4
2022-03-24mm/huge_memory: remove stale page_trans_huge_mapcount()David Hildenbrand2-53/+0
2022-03-24mm/swapfile: remove stale reuse_swap_page()David Hildenbrand2-108/+0
2022-03-24mm/khugepaged: remove reuse_swap_page() usageDavid Hildenbrand2-12/+0
2022-03-24mm/huge_memory: streamline COW logic in do_huge_pmd_wp_page()David Hildenbrand1-4/+9
2022-03-24mm: streamline COW logic in do_swap_page()David Hildenbrand1-12/+43
2022-03-24mm: slightly clarify KSM logic in do_swap_page()David Hildenbrand1-15/+23
2022-03-24mm: optimize do_wp_page() for fresh pages in local LRU pagevecsDavid Hildenbrand1-1/+9
2022-03-24mm: optimize do_wp_page() for exclusive pages in the swapcacheDavid Hildenbrand1-6/+14
2022-03-24mm/huge_memory: make is_transparent_hugepage() staticMiaohe Lin2-8/+1
2022-03-24userfaultfd/selftests: enable hugetlb remap and remove event testingMike Kravetz2-36/+36