summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-24HID: quirks: Ignore Simply Automated UPB PIMJames Hilliard2-0/+3
2020-06-24HID: apple: Disable Fn-key key-re-mapping on clone keyboardsHans de Goede1-0/+18
2020-06-24MAINTAINERS: update uhid and hid-wiimote entryDavid Rheinsberg1-2/+2
2020-06-19HID: steam: fixes race in handling device list.Rodrigo Rivas Costa1-2/+4
2020-06-16HID: magicmouse: do not set up autorepeatDmitry Torokhov1-0/+6
2020-06-16HID: alps: support devices with report id 2Caiyuan Xie1-0/+2
2020-06-16HID: quirks: Always poll Obins Anne Pro 2 keyboardSebastian Parschauer2-0/+2
2020-06-16HID: i2c-hid: add Mediacom FlexBook edge13 to descriptor overrideFederico Ricchiuto1-0/+8
2020-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds12-74/+364
2020-06-04Merge tag 'sound-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds388-4984/+17128
2020-06-04Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds3-12/+6
2020-06-04Merge tag 'leds-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds15-80/+1173
2020-06-04Merge tag 'tag-chrome-platform-for-v5.8' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-31/+145
2020-06-04Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds14-18/+294
2020-06-04Merge tag 'backlight-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-286/+867
2020-06-04Merge tag 'mfd-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds37-83/+2630
2020-06-04Merge tag 'Smack-for-5.8' of git://github.com/cschaufler/smack-nextLinus Torvalds3-43/+21
2020-06-04Merge tag 'keys-next-20200602' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-212/+60
2020-06-04Merge tag 'perf-tools-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds145-982/+4311
2020-06-04atomisp: avoid warning about unused functionLinus Torvalds1-6/+4
2020-06-04Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds1698-7165/+161786
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds147-2670/+3443
2020-06-04arm64: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-29/+1
2020-06-04x86: mm: use ARCH_HAS_DEBUG_WX instead of arch definedZong Li2-27/+1
2020-06-04riscv: support DEBUG_WXZong Li3-0/+15
2020-06-04mm: add DEBUG_WX supportZong Li1-0/+32
2020-06-04drivers/base/memory.c: cache memory blocks in xarray to accelerate lookupScott Cheloha1-12/+32
2020-06-04mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()Anshuman Khandual7-7/+7
2020-06-04powerpc/mm: drop platform defined pmd_mknotpresent()Anshuman Khandual1-4/+0
2020-06-04mm: thp: don't need to drain lru cache when splitting and mlocking THPYang Shi1-7/+0
2020-06-04hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfsShijie Hu1-8/+59
2020-06-04sparc32: register memory occupied by kernel as memblock.memoryMike Rapoport1-0/+1
2020-06-04include/linux/memblock.h: fix minor typo and unclear commentchenqiwu1-2/+2
2020-06-04mm, mempolicy: fix up gup usage in lookup_nodeMichal Hocko2-4/+6
2020-06-04tools/vm/page_owner_sort.c: filter out unneeded lineChanghee Han2-4/+4
2020-06-04mm: swap: memcg: fix memcg stats for huge pagesShakeel Butt1-5/+16
2020-06-04mm: swap: fix vmstats for huge pagesShakeel Butt1-6/+8
2020-06-04mm: vmscan: limit the range of LRU type balancingJohannes Weiner1-9/+13
2020-06-04mm: vmscan: reclaim writepage is IO costJohannes Weiner6-9/+19
2020-06-04mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner3-29/+57
2020-06-04mm: balance LRU lists based on relative thrashingJohannes Weiner5-35/+27
2020-06-04mm: only count actual rotations as LRU reclaim costJohannes Weiner1-5/+3
2020-06-04mm: deactivations shouldn't bias the LRU balanceJohannes Weiner1-6/+1
2020-06-04mm: base LRU balancing on an explicit cost modelJohannes Weiner5-59/+45
2020-06-04mm: vmscan: drop unnecessary div0 avoidance rounding in get_scan_count()Johannes Weiner1-1/+1
2020-06-04mm: remove use-once cache bias from LRU balancingJohannes Weiner1-5/+0
2020-06-04mm: workingset: let cache workingset challenge anonJohannes Weiner1-5/+12
2020-06-04mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner8-51/+23
2020-06-04mm: allow swappiness that prefers reclaiming anon over the file workingsetJohannes Weiner3-7/+21
2020-06-04mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner3-8/+17