1. d3d47eb lib/random32.c: minor cleanups and kdoc fix by Daniel Borkmann · 10 years ago
  2. b104d6a lib/devres.c: fix some sparse warnings by Steven Rostedt · 10 years ago
  3. 3d8e4b4 backlight: tps65217_bl: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  4. c6915be backlight: platform_lcd: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  5. e1094f9 backlight: lms283gf05: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  6. 44d516f backlight: lm3533_bl: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  7. 1bd0482 backlight: l4f00242t03: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  8. a82bdcf backlight: ili9320: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  9. 619e1b4 backlight: ili922x: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  10. aff70f9 backlight: hx8357: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  11. 3b20b89 backlight: corgi_lcd: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  12. 0167a95 backlight: adp8870: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  13. ba464d0 backlight: adp8860: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  14. 78b35cf backlight: aat2870: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  15. 8c16f33 backlight: update backlight status when necessary by Liu Ying · 10 years ago
  16. a55944c backlight: update bd state & fb_blank properties when necessary by Liu Ying · 10 years ago
  17. 9e06f63 MAINTAINERS: remove Venkatesh from HPET, move to CREDITS by Joe Perches · 10 years ago
  18. 8a72f57 MAINTAINERS: microblaze: use LKML as mailing list by Michal Simek · 10 years ago
  19. c0d995a MAINTAINERS: addition of Dialog Semiconductor files by Opensource [Steve Twiss] · 10 years ago
  20. 63fae21 MAINTAINERS: wimax@linuxwimax.org is subscribers-only by Joe Perches · 10 years ago
  21. 3dc9985 MAINTAINERS: add xtensa irqchips to xtensa port entry by Max Filippov · 10 years ago
  22. dcaa57d MAINTAINERS: mark SuperH orphan by Geert Uytterhoeven · 10 years ago
  23. 70d14fc MAINTAINERS: add backlight co-maintainers by Jingoo Han · 10 years ago
  24. 7258148 printk: fix one circular lockdep warning about console_lock by Jane Li · 10 years ago
  25. d487d57 include/linux/printk.h: remove double asmlinkage in printk_emit by Simon Kågström · 10 years ago
  26. fce6e03 printk: do not compute the size of the message twice by Petr Mladek · 10 years ago
  27. 39b2510 printk: use also the last bytes in the ring buffer by Petr Mladek · 10 years ago
  28. e8c42d3 printk: add comment about tricky check for text buffer size by Petr Mladek · 10 years ago
  29. c64730b printk: remove obsolete check for log level "c" by Petr Mladek · 10 years ago
  30. 0185698 printk: remove duplicated check for log level by Petr Mladek · 10 years ago
  31. 708d96f vsprintf: remove %n handling by Ryan Mallon · 10 years ago
  32. 28ab49f kernel/resource.c: make reallocate_resource() static by Daeseok Youn · 10 years ago
  33. c96d666 kernel: audit/fix non-modular users of module_init in core code by Paul Gortmaker · 10 years ago
  34. d300d59 lib/syscall.c: unexport task_current_syscall() by Andrew Morton · 10 years ago
  35. ea1a821 xattr: guard against simultaneous glibc header inclusion by Serge Hallyn · 10 years ago
  36. e9107f8 samples/seccomp/Makefile: do not build tests if cross-compiling for MIPS by Markos Chandras · 10 years ago
  37. a5ed3ce err.h: use bool for IS_ERR and IS_ERR_OR_NULL by Joe Perches · 10 years ago
  38. 8e3072a SubmittingPatches: document the use of git by Josh Triplett · 10 years ago
  39. 9547c70 SubmittingPatches: add recommendation for mailing list references by Josh Triplett · 10 years ago
  40. 74a475a SubmittingPatches: add style recommendation to use imperative descriptions by Josh Triplett · 10 years ago
  41. 69369a7 fs, kernel: permit disabling the uselib syscall by Josh Triplett · 10 years ago
  42. 8f6c5ff kernel/groups.c: remove return value of set_groups by Wang YanQing · 10 years ago
  43. 6af9f7b sys_sysfs: Add CONFIG_SYSFS_SYSCALL by Fabian Frederick · 10 years ago
  44. e3a0cfd include/linux/syscalls.h: add sys32_quotactl() prototype by Rashika Kheria · 10 years ago
  45. 6d2be91 mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit readahead pages by Raghavendra K T · 10 years ago
  46. 421af24 slub: do not drop slab_mutex for sysfs_slab_add by Vladimir Davydov · 10 years ago
  47. bcccff9 kobject: don't block for each kobject_uevent by Vladimir Davydov · 10 years ago
  48. 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 10 years ago
  49. 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 10 years ago
  50. e9b71ca mm, thp: drop do_huge_pmd_wp_zero_page_fallback() by Kirill A. Shutemov · 10 years ago
  51. 3bb9779 mm: consolidate code to setup pte by Kirill A. Shutemov · 10 years ago
  52. fb09a46 mm: consolidate code to call vm_ops->page_mkwrite() by Kirill A. Shutemov · 10 years ago
  53. f0c6d4d mm: introduce do_shared_fault() and drop do_fault() by Kirill A. Shutemov · 10 years ago
  54. ec47c3b mm: introduce do_cow_fault() by Kirill A. Shutemov · 10 years ago
  55. e655fb2 mm: introduce do_read_fault() by Kirill A. Shutemov · 10 years ago
  56. 7eae74a mm: do_fault(): extract to call vm_ops->do_fault() to separate function by Kirill A. Shutemov · 10 years ago
  57. 80d7ef6 mm: rename __do_fault() -> do_fault() by Kirill A. Shutemov · 10 years ago
  58. c558784f include/linux/mm.h: remove ifdef condition by Rashika Kheria · 10 years ago
  59. de49850 mm/nobootmem.c: mark function as static by Rashika Kheria · 10 years ago
  60. d20199e mm/page_cgroup.c: mark functions as static by Rashika Kheria · 10 years ago
  61. 2eb2e14 mm/process_vm_access.c: mark function as static by Rashika Kheria · 10 years ago
  62. eafd4dc mm/mmap.c: mark function as static by Rashika Kheria · 10 years ago
  63. b19a993 mm/memory.c: mark functions as static by Rashika Kheria · 10 years ago
  64. 74e77fb mm/compaction.c: mark function as static by Rashika Kheria · 10 years ago
  65. 119d6d5 mm, compaction: avoid isolating pinned pages by David Rientjes · 10 years ago
  66. f412c97 mm, hugetlb: mark some bootstrap functions as __init by David Rientjes · 10 years ago
  67. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  68. 139e561 lib: radix_tree: tree node interface by Johannes Weiner · 10 years ago
  69. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 10 years ago
  70. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  71. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 10 years ago
  72. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  73. 6dbaf22 mm: shmem: save one radix tree lookup when truncating swapped pages by Johannes Weiner · 10 years ago
  74. 53c59f2 lib: radix-tree: add radix_tree_delete_item() by Johannes Weiner · 10 years ago
  75. 55881bc fs: cachefiles: use add_to_page_cache_lru() by Johannes Weiner · 10 years ago
  76. 6a3ed21 mm: vmstat: fix UP zone state accounting by Johannes Weiner · 10 years ago
  77. d5bc5fd mm: vmscan: shrink_slab: rename max_pass -> freeable by Vladimir Davydov · 10 years ago
  78. 8382d91 mm, hugetlb: improve page-fault scalability by Davidlohr Bueso · 10 years ago
  79. 4e35f48 mm, hugetlb: use vma_resv_map() map types by Joonsoo Kim · 10 years ago
  80. f031dd2 mm, hugetlb: remove resv_map_put by Joonsoo Kim · 10 years ago
  81. 7b24d86 mm, hugetlb: fix race in region tracking by Davidlohr Bueso · 10 years ago
  82. 1406ec9 mm, hugetlb: improve, cleanup resv_map parameters by Joonsoo Kim · 10 years ago
  83. 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 10 years ago
  84. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  85. 91ca918 mm, compaction: ignore pageblock skip when manually invoking compaction by David Rientjes · 10 years ago
  86. 3115cd9 mm: vmscan: remove shrink_control arg from do_try_to_free_pages() by Vladimir Davydov · 10 years ago
  87. 65ec02c mm: vmscan: move call to shrink_slab() to shrink_zones() by Vladimir Davydov · 10 years ago
  88. 99120b7 mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim by Vladimir Davydov · 10 years ago
  89. 62572e2 kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one by Ben Zhang · 10 years ago
  90. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 10 years ago
  91. 2b665e2 fs/direct-io.c: remove redundant comparison by Gu Zheng · 10 years ago
  92. 9c33925 ocfs2: pass "new" parameter to ocfs2_init_xattr_bucket by Wengang Wang · 10 years ago
  93. 43b10a2 ocfs2: avoid system inode ref confusion by adding mutex lock by jiangyiwen · 10 years ago
  94. 7dc3e83 ocfs2: iput inode alloc when failed locally by jiangyiwen · 10 years ago
  95. da8ded4 ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTEN by Tariq Saeed · 10 years ago
  96. db66c71 ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failed by Younger Liu · 10 years ago
  97. e228f64 ocfs2: flock: drop cross-node lock when failed locally by Wengang Wang · 10 years ago
  98. 6fdb702 ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode by Darrick J. Wong · 10 years ago
  99. f81c201 ocfs2: fix panic on kfree(xattr->name) by Tetsuo Handa · 10 years ago
  100. f7cf4f5 ocfs2: do not put bh when buffer_uptodate failed by alex chen · 10 years ago