1. b71b557 HID: sony: Remove the size check for the Dualshock 4 HID Descriptor by Frank Praznik · 9 years ago
  2. decd946 HID: sony: Save and restore the controller state on suspend and resume by Frank Praznik · 9 years ago
  3. d8aaccd HID: sony: Refactor the output report sending functions by Frank Praznik · 9 years ago
  4. 6f1da31 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 9 years ago
  5. 99aaa9c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 9 years ago
  6. 27eb427b Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  7. 7130098 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 9 years ago
  8. 9cf5c09 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  9. 22402cd Merge tag 'trace-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  10. d64e19d Merge branches 'for-4.3/upstream-fixes', 'for-4.4/corsair', 'for-4.4/dragonrise', 'for-4.4/i2c-hid', 'for-4.4/logitech', 'for-4.4/microsoft', 'for-4.4/multitouch', 'for-4.4/roccat-sysfs-deprecation', 'for-4.4/upstream' and 'for-4.4/wacom' into for-linus by Jiri Kosina · 9 years ago
  11. 7c623ca Merge tag 'for-v4.4-important-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply by Linus Torvalds · 9 years ago
  12. 29fae1c HID: logitech: Add support for G29 by Simon Wood · 9 years ago
  13. bbec1bd HID: logitech: Simplify wheel detection scheme by Simon Wood · 9 years ago
  14. 829a7da Revert "ARM: dts: twl4030: Add iio properties for bci subnode" by Sebastian Reichel · 9 years ago
  15. 9bbd4b9 Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 9 years ago
  16. 3e069ad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 9 years ago
  17. 02f0d3f Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtd by Linus Torvalds · 9 years ago
  18. 2d49dcb Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working/fujitsu/integration by Linus Torvalds · 9 years ago
  19. 3c87b79 Merge tag 'pci-v4.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  20. 0280d1a Merge tag 'sound-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  21. 5bc23a0 Merge tag 'backlight-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight by Linus Torvalds · 9 years ago
  22. 4dcee4d mfd: avoid newly introduced compiler warning by Linus Torvalds · 9 years ago
  23. bc91453 Merge tag 'mfd-for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 9 years ago
  24. f8479dd mtd: don't WARN about overloaded users of mtd->reboot_notifier.notifier_call by Brian Norris · 9 years ago
  25. 54727e6 x86: don't make DEBUG_WX default to 'y' even with DEBUG_RODATA by Linus Torvalds · 9 years ago
  26. e2391a2 livepatch: Fix crash with !CONFIG_DEBUG_SET_MODULE_RONX by Josh Poimboeuf · 9 years ago
  27. d1e41ff Merge tag 'platform-drivers-x86-v4.4-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  28. 2f4bf52 Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  29. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  30. ea5c58e vfs: clear remainder of 'full_fds_bits' in dup_fd() by Eric Biggers · 9 years ago
  31. b3b0d09 selftests: vm: add tests for lock on fault by Eric B Munson · 9 years ago
  32. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  33. de60f5f mm: introduce VM_LOCKONFAULT by Eric B Munson · 9 years ago
  34. a8ca5d0 mm: mlock: add new mlock system call by Eric B Munson · 9 years ago
  35. 1aab92e mm: mlock: refactor mlock, munlock, and munlockall code by Eric B Munson · 9 years ago
  36. eb06f43 kasan: always taint kernel on report by Andrey Ryabinin · 9 years ago
  37. 89d3c87 mm, slub, kasan: enable user tracking by default with KASAN=y by Andrey Ryabinin · 9 years ago
  38. 10f7026 kasan: use IS_ALIGNED in memory_is_poisoned_8() by Xishi Qiu · 9 years ago
  39. e0d5771 kasan: Fix a type conversion error by Wang Long · 9 years ago
  40. f523e73 lib: test_kasan: add some testcases by Wang Long · 9 years ago
  41. 5d0926e kasan: update reference to kasan prototype repo by Andrey Konovalov · 9 years ago
  42. c63f06d kasan: move KASAN_SANITIZE in arch/x86/boot/Makefile by Andrey Konovalov · 9 years ago
  43. 0295fd5 kasan: various fixes in documentation by Andrey Konovalov · 9 years ago
  44. 25add7e kasan: update log messages by Andrey Konovalov · 9 years ago
  45. cdf6a27 kasan: accurately determine the type of the bad access by Andrey Konovalov · 9 years ago
  46. 0952d87 kasan: update reported bug types for kernel memory accesses by Andrey Konovalov · 9 years ago
  47. e9121076 kasan: update reported bug types for not user nor kernel memory accesses by Andrey Konovalov · 9 years ago
  48. fc5aeea mm/kasan: prevent deadlock in kasan reporting by Aneesh Kumar K.V · 9 years ago
  49. f2377d4 mm/kasan: don't use kasan shadow pointer in generic functions by Aneesh Kumar K.V · 9 years ago
  50. 527f215 mm/kasan: MODULE_VADDR is not available on all archs by Aneesh Kumar K.V · 9 years ago
  51. 0ba8663 mm/kasan: rename kasan_enabled() to kasan_report_enabled() by Aneesh Kumar K.V · 9 years ago
  52. 5ba97bf mm: remove refresh_cpu_vm_stats() definition for !SMP kernel by Tetsuo Handa · 9 years ago
  53. a5be356 Documentation/filesystems/proc.txt: a little tidying by Hugh Dickins · 9 years ago
  54. d0424c4 tmpfs: avoid a little creat and stat slowdown by Hugh Dickins · 9 years ago
  55. b72bdfa mm, oom: add comment for why oom_adj exists by David Rientjes · 9 years ago
  56. c12176d memcg: fix thresholds for 32b architectures. by Michal Hocko · 9 years ago
  57. 6071ca5 mm: page_counter: let page_counter_try_charge() return bool by Johannes Weiner · 9 years ago
  58. f5fc3c5d mm: memcontrol: eliminate root memory.current by Johannes Weiner · 9 years ago
  59. e0ec90e mm, hugetlbfs: optimize when NUMA=n by Dave Hansen · 9 years ago
  60. 099730d mm, hugetlb: use memory policy when available by Dave Hansen · 9 years ago
  61. b4e289a mm/hugetlb: make node_hstates array static by Alexander Kuleshov · 9 years ago
  62. 9dd861d mm/maccess.c: actually return -EFAULT from strncpy_from_unsafe by Rasmus Villemoes · 9 years ago
  63. 3acaea6 mm/cma.c: suppress warning by Andrew Morton · 9 years ago
  64. 42cb14b mm: migrate dirty page without clear_page_dirty_for_io etc by Hugh Dickins · 9 years ago
  65. cf4b769 mm: page migration avoid touching newpage until no going back by Hugh Dickins · 9 years ago
  66. 470f119 mm: page migration use migration entry for swapcache too by Hugh Dickins · 9 years ago
  67. 03f15c8 mm: simplify page migration's anon_vma comment and flow by Hugh Dickins · 9 years ago
  68. 5c3f9a6 mm: page migration remove_migration_ptes at lock+unlock level by Hugh Dickins · 9 years ago
  69. 7db7671 mm: page migration trylock newpage at same level as oldpage by Hugh Dickins · 9 years ago
  70. 2def742 mm: page migration use the put_new_page whenever necessary by Hugh Dickins · 9 years ago
  71. 14e0f9b mm: correct a couple of page migration comments by Hugh Dickins · 9 years ago
  72. 45637ba mm: rename mem_cgroup_migrate to mem_cgroup_replace_page by Hugh Dickins · 9 years ago
  73. 51afb12 mm: page migration fix PageMlocked on migrated pages by Hugh Dickins · 9 years ago
  74. b87537d9e mm: rmap use pte lock not mmap_sem to set PageMlocked by Hugh Dickins · 9 years ago
  75. 7a14239 mm Documentation: undoc non-linear vmas by Hugh Dickins · 9 years ago
  76. 706874e mm: do not inc NR_PAGETABLE if ptlock_init failed by Vladimir Davydov · 9 years ago
  77. 5d3875a mm: clear_soft_dirty_pmd() requires THP by Laurent Dufour · 9 years ago
  78. 326c259 mm: clear pte in clear_soft_dirty() by Laurent Dufour · 9 years ago
  79. c8f95ed ksm: unstable_tree_search_insert error checking cleanup by Andrea Arcangeli · 9 years ago
  80. 85c6e8d ksm: use find_mergeable_vma in try_to_merge_with_ksm_page by Andrea Arcangeli · 9 years ago
  81. 98666f8a ksm: use the helper method to do the hlist_empty check by Andrea Arcangeli · 9 years ago
  82. f2e5ff8 ksm: don't fail stable tree lookups if walking over stale stable_nodes by Andrea Arcangeli · 9 years ago
  83. ad12695 ksm: add cond_resched() to the rmap_walks by Andrea Arcangeli · 9 years ago
  84. df40655 memcg: simplify and inline __mem_cgroup_from_kmem by Vladimir Davydov · 9 years ago
  85. f3ccb2c4 memcg: unify slab and other kmem pages charging by Vladimir Davydov · 9 years ago
  86. d05e83a memcg: simplify charging kmem pages by Vladimir Davydov · 9 years ago
  87. bde304b mm/page_alloc.c: skip ZONE_MOVABLE if required_kernelcore is larger than totalpages by Xishi Qiu · 9 years ago
  88. a2c1aad mm/vmacache: inline vmacache_valid_mm() by Davidlohr Bueso · 9 years ago
  89. f7ae3a9 include/linux/vm_event_item.h: change HIGHMEM_ZONE macro definition by yalin wang · 9 years ago
  90. a1c34a3 mm: Don't offset memmap for flatmem by Laura Abbott · 9 years ago
  91. c2d42c1 mm/vmstat.c: uninline node_page_state() by Andrew Morton · 9 years ago
  92. 27f28b9 mm/mmap.c: change __install_special_mapping() args order by Chen Gang · 9 years ago
  93. c9427bc mm/nommu.c: drop unlikely inside BUG_ON() by Geliang Tang · 9 years ago
  94. 1e3ee14 mm/mmap.c: do not initialize retval in mmap_pgoff() by Chen Gang · 9 years ago
  95. e6ee219 mm/mmap.c: remove redundant statement "error = -ENOMEM" by Chen Gang · 9 years ago
  96. 3ca65c1 mm: optimize PageHighMem() check by Vineet Gupta · 9 years ago
  97. 4d7b339 mm/oom_kill: fix the wrong task->mm == mm checks in oom_kill_process() by Oleg Nesterov · 9 years ago
  98. c319025 mm/oom_kill: cleanup the "kill sharing same memory" loop by Oleg Nesterov · 9 years ago
  99. 0c1b2d7 mm/oom_kill: remove the wrong fatal_signal_pending() check in oom_kill_process() by Oleg Nesterov · 9 years ago
  100. 0935781 mm: add the "struct mm_struct *mm" local into by Oleg Nesterov · 9 years ago