- 4f65245 HID: hiddev: fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
- ef6eaf2 HID: i2c-hid: Fix "incomplete report" noise by Jason Andryuk · 6 years ago
- 3b8d573 HID: wacom: Correct touch maximum XY of 2nd-gen Intuos by Jason Gerecke · 6 years ago
- 717adfd HID: debug: check length before copy_to_user() by Daniel Rosenberg · 6 years ago
- 8f73285 HID: core: allow concurrent registration of drivers by Benjamin Tissoires · 6 years ago
- d471b6b HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large by Jason Gerecke · 6 years ago
- ebeaa36 HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation by Even Xu · 9 years ago
- 4bff980 HID: steam: use hid_device.driver_data instead of hid_set_drvdata() by Rodrigo Rivas Costa · 6 years ago
- 3e84c76 HID: google: Add support for whiskers by Nicolas Boichat · 6 years ago
- fdea70d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 6 years ago
- 9eb86c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 6 years ago
- 4a18998 Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- 4189b86 Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
- a94fc25 Merge tag 'for-linus-4.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
- 06d8b90 Merge branch 'for-4.18/wacom' into for-linus by Jiri Kosina · 6 years ago
- 43e7b14 Merge branch 'for-4.18/upstream' into for-linus by Jiri Kosina · 6 years ago
- a083a53 Merge branch 'for-4.18/rmi' into for-linus by Jiri Kosina · 6 years ago
- d06e56c Merge branch 'for-4.18/plantronics' into for-linus by Jiri Kosina · 6 years ago
- 25721ae Merge branch 'for-4.18/multitouch' into for-linus by Jiri Kosina · 6 years ago
- 72d0beb Merge branch 'for-4.18/i2c-hid' into for-linus by Jiri Kosina · 6 years ago
- 37acd68 Merge branch 'for-4.18/hid-steam' into for-linus by Jiri Kosina · 6 years ago
- 79b83b0 Merge branch 'for-4.18/hid-redragon' into for-linus by Jiri Kosina · 6 years ago
- c1144d2 Merge branch 'for-4.18/alps' into for-linus by Jiri Kosina · 6 years ago
- d85b399 fix proc_fill_cache() in case of d_alloc_parallel() failure by Al Viro · 6 years ago
- 68abbe7 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- 016e92d autofs: small cleanup in autofs_getpath() by Dan Carpenter · 6 years ago
- 6471e93 autofs: clean up includes by Ian Kent · 6 years ago
- 8240b71 autofs: comment on selinux changes needed for module autoload by Ian Kent · 6 years ago
- 0ab88ba autofs: update MAINTAINERS entry for autofs by Ian Kent · 6 years ago
- b6bb226 autofs: use autofs instead of autofs4 in documentation by Ian Kent · 6 years ago
- 9005d83 autofs: rename autofs documentation files by Ian Kent · 6 years ago
- 2a3ae0a autofs: create autofs Kconfig and Makefile by Ian Kent · 6 years ago
- 8547190 autofs: delete fs/autofs4 source files by Ian Kent · 6 years ago
- f7e095f autofs: update fs/autofs4/Makefile by Ian Kent · 6 years ago
- 6ed3874 autofs: update fs/autofs4/Kconfig by Ian Kent · 6 years ago
- ebc921c autofs: copy autofs4 to autofs by Ian Kent · 6 years ago
- 47206e0 autofs4: use autofs instead of autofs4 everywhere by Ian Kent · 6 years ago
- ef8b42f autofs4: merge auto_fs.h and auto_fs4.h by Ian Kent · 6 years ago
- 5cc41e0 fs/binfmt_misc.c: do not allow offset overflow by Thadeu Lima de Souza Cascardo · 6 years ago
- 12c253a checkpatch: improve patch recognition by Joe Perches · 6 years ago
- 09088a4 lib/ucs2_string.c: add MODULE_LICENSE() by Randy Dunlap · 6 years ago
- cbdc61a lib/mpi: headers cleanup by Vasily Averin · 6 years ago
- 804209d lib/percpu_ida.c: use _irqsave() instead of local_irq_save() + spin_lock by Sebastian Andrzej Siewior · 6 years ago
- b94078e lib/idr.c: remove simple_ida_lock by Matthew Wilcox · 6 years ago
- ca1250b lib/bitmap.c: micro-optimization for __bitmap_complement() by Yury Norov · 6 years ago
- 0455c74 get_maintainer: improve patch recognition by Joe Perches · 6 years ago
- 401c636 kernel/hung_task.c: show all hung tasks before panic by Tetsuo Handa · 6 years ago
- b22f22a include/linux/types.h: use fixed width types without double-underscore prefix by Masahiro Yamada · 6 years ago
- 6d0e8d5 include/linux/types.h: define aligned_ types based on uapi header by Masahiro Yamada · 6 years ago
- 6d8e410 int-ll64.h: define u{8,16,32,64} and s{8,16,32,64} based on uapi header by Masahiro Yamada · 6 years ago
- b2f5de0 tools/testing/selftests/proc: test /proc/*/fd a bit (+ PF_KTHREAD is ABI!) by Alexey Dobriyan · 6 years ago
- 5d008fb proc: use "unsigned int" for /proc/*/stack by Alexey Dobriyan · 6 years ago
- 197850a proc: use "unsigned int" for sigqueue length by Alexey Dobriyan · 6 years ago
- a4ef389 proc: use "unsigned int" in proc_fill_cache() by Alexey Dobriyan · 6 years ago
- 9411692 proc: smaller RCU section in ->getattr() by Alexey Dobriyan · 6 years ago
- 3cb4e16 proc: deduplicate /proc/*/cmdline implementation by Alexey Dobriyan · 6 years ago
- 6a6cbe7 proc: simpler iterations for /proc/*/cmdline by Alexey Dobriyan · 6 years ago
- 6a6b9c4 proc: somewhat simpler code for /proc/*/cmdline by Alexey Dobriyan · 6 years ago
- b42262a proc: more "unsigned int" in /proc/*/cmdline by Alexey Dobriyan · 6 years ago
- 72eb7de mm: remove page_is_poisoned() from linux/mm.h by Sahara · 6 years ago
- e81bf97 mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same cacheline by Aaron Lu · 6 years ago
- ce91f6e mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags by Michal Hocko · 6 years ago
- 4b33b69 include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLE by Huaisheng Ye · 6 years ago
- daa2807 mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init() by Kirill A. Shutemov · 6 years ago
- 7810e67 mm, page_alloc: do not break __GFP_THISNODE by zonelist reset by Vlastimil Babka · 6 years ago
- df2cc96 userfaultfd: prevent non-cooperative events vs mcopy_atomic races by Mike Rapoport · 6 years ago
- be09102 mm: memcg: allow lowering memory.swap.max below the current usage by Tejun Heo · 6 years ago
- 20acce6 mm/shmem.c: use new return type vm_fault_t by Souptick Joarder · 6 years ago
- 325d7d4 slub: remove 'reserved' file from sysfs by Matthew Wilcox · 6 years ago
- 9736d2a slub: remove kmem_cache->reserved by Matthew Wilcox · 6 years ago
- bf68c21 slab,slub: remove rcu_head size checks by Matthew Wilcox · 6 years ago
- 50e7fbc mm: add hmm_data to struct page by Matthew Wilcox · 6 years ago
- a052f0a mm: add pt_mm to struct page by Matthew Wilcox · 6 years ago
- 97b4a67 mm: improve struct page documentation by Matthew Wilcox · 6 years ago
- 4da1984 mm: combine LRU and main union in struct page by Matthew Wilcox · 6 years ago
- b7ccc7f mm: move lru union within struct page by Matthew Wilcox · 6 years ago
- fa3015b mm: use page->deferred_list by Matthew Wilcox · 6 years ago
- 66a6ffd mm: combine first three unions in struct page by Matthew Wilcox · 6 years ago
- b21999d mm: move _refcount out of struct page union by Matthew Wilcox · 6 years ago
- 7d27a04 mm: move 'private' union within struct page by Matthew Wilcox · 6 years ago
- d4fc506 mm: switch s_mem and slab_cache in struct page by Matthew Wilcox · 6 years ago
- 1d40a5e mm: mark pages in use for page tables by Matthew Wilcox · 6 years ago
- 6e292b9 mm: split page_type out from _mapcount by Matthew Wilcox · 6 years ago
- 620b4e9 s390: use _refcount for pgtables by Matthew Wilcox · 6 years ago
- e67d4ca mm: save two stranded bits in gfp_mask by Shakeel Butt · 6 years ago
- 285b8dc mm, hugetlbfs: pass fault address to no page handler by Huang Ying · 6 years ago
- b3ec9f3 mm: change return type to vm_fault_t by Souptick Joarder · 6 years ago
- 2bcd645 mm: use new return type vm_fault_t by Souptick Joarder · 6 years ago
- a380b40 mm/page_alloc.c: remove useless parameter of finalise_ac() by Huaisheng Ye · 6 years ago
- 3cadfa2 mm/vmpressure.c: convert to use match_string() helper by Andy Shevchenko · 6 years ago
- d62ff36 mm/vmpressure.c: use kstrndup instead of kmalloc+strncpy by Andy Shevchenko · 6 years ago
- bf8d5d5 memcg: introduce memory.min by Roman Gushchin · 6 years ago
- fb52bba mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.c by Mathieu Malaterre · 6 years ago
- ab6ecf2 mm: /proc/pid/pagemap: hide swap entries from unprivileged users by Huang Ying · 6 years ago
- 25cf23d mm/memblock: print memblock_remove by Minchan Kim · 6 years ago
- d12c60f mm: memcontrol: drain memcg stock on force_empty by Junaid Shahid · 6 years ago
- bb4a7ea mm: memcontrol: drain stocks on resize limit by Shakeel Butt · 6 years ago
- 8dd53fd memcg: mark memcg1_events static const by Greg Thelen · 6 years ago
- 9ccc361 memcg: writeback: use memcg->cgwb_list directly by Wang Long · 6 years ago
- 12ba780 tmpfs: allow decoding a file handle of an unlinked file by Amir Goldstein · 6 years ago