1. 69369a7 fs, kernel: permit disabling the uselib syscall by Josh Triplett · 10 years ago
  2. 8f6c5ff kernel/groups.c: remove return value of set_groups by Wang YanQing · 10 years ago
  3. 6af9f7b sys_sysfs: Add CONFIG_SYSFS_SYSCALL by Fabian Frederick · 10 years ago
  4. e3a0cfd include/linux/syscalls.h: add sys32_quotactl() prototype by Rashika Kheria · 10 years ago
  5. 6d2be91 mm/readahead.c: fix readahead failure for memoryless NUMA nodes and limit readahead pages by Raghavendra K T · 10 years ago
  6. 421af24 slub: do not drop slab_mutex for sysfs_slab_add by Vladimir Davydov · 10 years ago
  7. bcccff9 kobject: don't block for each kobject_uevent by Vladimir Davydov · 10 years ago
  8. 5509a5d drop_caches: add some documentation and info message by Dave Hansen · 10 years ago
  9. 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 10 years ago
  10. e9b71ca mm, thp: drop do_huge_pmd_wp_zero_page_fallback() by Kirill A. Shutemov · 10 years ago
  11. 3bb9779 mm: consolidate code to setup pte by Kirill A. Shutemov · 10 years ago
  12. fb09a46 mm: consolidate code to call vm_ops->page_mkwrite() by Kirill A. Shutemov · 10 years ago
  13. f0c6d4d mm: introduce do_shared_fault() and drop do_fault() by Kirill A. Shutemov · 10 years ago
  14. ec47c3b mm: introduce do_cow_fault() by Kirill A. Shutemov · 10 years ago
  15. e655fb2 mm: introduce do_read_fault() by Kirill A. Shutemov · 10 years ago
  16. 7eae74a mm: do_fault(): extract to call vm_ops->do_fault() to separate function by Kirill A. Shutemov · 10 years ago
  17. 80d7ef6 mm: rename __do_fault() -> do_fault() by Kirill A. Shutemov · 10 years ago
  18. c558784f include/linux/mm.h: remove ifdef condition by Rashika Kheria · 10 years ago
  19. de49850 mm/nobootmem.c: mark function as static by Rashika Kheria · 10 years ago
  20. d20199e mm/page_cgroup.c: mark functions as static by Rashika Kheria · 10 years ago
  21. 2eb2e14 mm/process_vm_access.c: mark function as static by Rashika Kheria · 10 years ago
  22. eafd4dc mm/mmap.c: mark function as static by Rashika Kheria · 10 years ago
  23. b19a993 mm/memory.c: mark functions as static by Rashika Kheria · 10 years ago
  24. 74e77fb mm/compaction.c: mark function as static by Rashika Kheria · 10 years ago
  25. 119d6d5 mm, compaction: avoid isolating pinned pages by David Rientjes · 10 years ago
  26. f412c97 mm, hugetlb: mark some bootstrap functions as __init by David Rientjes · 10 years ago
  27. 449dd69 mm: keep page cache radix tree nodes in check by Johannes Weiner · 10 years ago
  28. 139e561 lib: radix_tree: tree node interface by Johannes Weiner · 10 years ago
  29. a528910 mm: thrash detection-based file cache sizing by Johannes Weiner · 10 years ago
  30. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  31. 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 10 years ago
  32. e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 10 years ago
  33. 6dbaf22 mm: shmem: save one radix tree lookup when truncating swapped pages by Johannes Weiner · 10 years ago
  34. 53c59f2 lib: radix-tree: add radix_tree_delete_item() by Johannes Weiner · 10 years ago
  35. 55881bc fs: cachefiles: use add_to_page_cache_lru() by Johannes Weiner · 10 years ago
  36. 6a3ed21 mm: vmstat: fix UP zone state accounting by Johannes Weiner · 10 years ago
  37. d5bc5fd mm: vmscan: shrink_slab: rename max_pass -> freeable by Vladimir Davydov · 10 years ago
  38. 8382d91 mm, hugetlb: improve page-fault scalability by Davidlohr Bueso · 10 years ago
  39. 4e35f48 mm, hugetlb: use vma_resv_map() map types by Joonsoo Kim · 10 years ago
  40. f031dd2 mm, hugetlb: remove resv_map_put by Joonsoo Kim · 10 years ago
  41. 7b24d86 mm, hugetlb: fix race in region tracking by Davidlohr Bueso · 10 years ago
  42. 1406ec9 mm, hugetlb: improve, cleanup resv_map parameters by Joonsoo Kim · 10 years ago
  43. 9119a41 mm, hugetlb: unify region structure handling by Joonsoo Kim · 10 years ago
  44. d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 10 years ago
  45. 91ca918 mm, compaction: ignore pageblock skip when manually invoking compaction by David Rientjes · 10 years ago
  46. 3115cd9 mm: vmscan: remove shrink_control arg from do_try_to_free_pages() by Vladimir Davydov · 10 years ago
  47. 65ec02c mm: vmscan: move call to shrink_slab() to shrink_zones() by Vladimir Davydov · 10 years ago
  48. 99120b7 mm: vmscan: respect NUMA policy mask when shrinking slab on direct reclaim by Vladimir Davydov · 10 years ago
  49. 62572e2 kernel/watchdog.c: touch_nmi_watchdog should only touch local cpu not every one by Ben Zhang · 10 years ago
  50. 45d4f85 fs/direct-io.c: remove some left over checks by Dan Carpenter · 10 years ago
  51. 2b665e2 fs/direct-io.c: remove redundant comparison by Gu Zheng · 10 years ago
  52. 9c33925 ocfs2: pass "new" parameter to ocfs2_init_xattr_bucket by Wengang Wang · 10 years ago
  53. 43b10a2 ocfs2: avoid system inode ref confusion by adding mutex lock by jiangyiwen · 10 years ago
  54. 7dc3e83 ocfs2: iput inode alloc when failed locally by jiangyiwen · 10 years ago
  55. da8ded4 ocfs2/o2net: o2net_listen_data_ready should do nothing if socket state is not TCP_LISTEN by Tariq Saeed · 10 years ago
  56. db66c71 ocfs2: rollback alloc_dinode counts when ocfs2_block_group_set_bits() failed by Younger Liu · 10 years ago
  57. e228f64 ocfs2: flock: drop cross-node lock when failed locally by Wengang Wang · 10 years ago
  58. 6fdb702 ocfs2: call ocfs2_update_inode_fsync_trans when updating any inode by Darrick J. Wong · 10 years ago
  59. f81c201 ocfs2: fix panic on kfree(xattr->name) by Tetsuo Handa · 10 years ago
  60. f7cf4f5 ocfs2: do not put bh when buffer_uptodate failed by alex chen · 10 years ago
  61. 466e68c ocfs2: __ocfs2_mknod_locked should return error when ocfs2_create_new_inode_locks() failed by Xue jiufei · 10 years ago
  62. 3ed2be7 ocfs2: allow for more than one data extent when creating xattr by Tariq Saeed · 10 years ago
  63. a35ad97c ocfs2: fix deadlock risk when kmalloc failed in dlm_query_region_handler by Zhonghua Guo · 10 years ago
  64. c8d888d ocfs2: llseek requires ocfs2 inode lock for the file in SEEK_END by Jensen · 10 years ago
  65. 41b63ef ocfs2: fix type conversion risk when get cluster attributes by Joseph Qi · 10 years ago
  66. 8ed6b23 ocfs2: revert iput deferring code in ocfs2_drop_dentry_lock by Goldwyn Rodrigues · 10 years ago
  67. 84d86f8 ocfs2: avoid blocking in ocfs2_mark_lockres_freeing() in downconvert thread by Jan Kara · 10 years ago
  68. e3a767b ocfs2: implement delayed dropping of last dquot reference by Jan Kara · 10 years ago
  69. 9f985cb quota: provide function to grab quota structure reference by Jan Kara · 10 years ago
  70. bd62ad7 ocfs2: move dquot_initialize() in ocfs2_delete_inode() somewhat later by Jan Kara · 10 years ago
  71. 7bf619c ocfs2: remove OCFS2_INODE_SKIP_DELETE flag by Jan Kara · 10 years ago
  72. 765aabb ocfs2: add dlm_recover_callback_support in sysfs by Goldwyn Rodrigues · 10 years ago
  73. ded2cf7 ocfs2: dlm: fix recovery hung by Junxiao Bi · 10 years ago
  74. 34aa8da ocfs2: dlm: fix lock migration crash by Junxiao Bi · 10 years ago
  75. 2931cdc ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_file by Darrick J. Wong · 10 years ago
  76. a75fe48 ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_super by joyce.xue · 10 years ago
  77. c18ceab ocfs2: change ip_unaligned_aio to of type mutex from atomit_t by Wengang Wang · 10 years ago
  78. 181a9a0 ocfs2: fix null pointer dereference when access dlm_state before launching dlm thread by Zongxun Wang · 10 years ago
  79. 0c3d1d6 arch/sh/drivers/pci/pcie-sh7786.h: remove duplicate SH4A_PCIEPHYCTLR by Geert Uytterhoeven · 10 years ago
  80. ba6e8b8 sh: sh7757: switch RSPI clock to dev ID match by Geert Uytterhoeven · 10 years ago
  81. f0767e8 arch/sh/boards/board-sh7757lcr.c: fixup SDHI register size by Kuninori Morimoto · 10 years ago
  82. a3c1951 sh: don't pass saved userspace state to exception handlers by Bobby Bingham · 10 years ago
  83. 7caf62d sh: remove unused do_fpu_error by Bobby Bingham · 10 years ago
  84. abafe5d sh: push extra copy of r0-r2 for syscall parameters by Bobby Bingham · 10 years ago
  85. d0df04f score: remove unused CPU_SCORE7 Kconfig parameter by Michael Opdenacker · 10 years ago
  86. dc53324 genksyms: fix typeof() handling by Jan Beulich · 10 years ago
  87. d507816 fanotify: move unrelated handling from copy_event_to_user() by Jan Kara · 10 years ago
  88. d8aaab4 fanotify: reorganize loop in fanotify_read() by Jan Kara · 10 years ago
  89. 9573f79 fanotify: convert access_mutex to spinlock by Jan Kara · 10 years ago
  90. f083441 fanotify: use fanotify event structure for permission response processing by Jan Kara · 10 years ago
  91. 3298cf3 fanotify: remove useless bypass_perm check by Jan Kara · 10 years ago
  92. ddae82d fs/freevxfs/vxfs_lookup.c: update function comment by Fabian Frederick · 10 years ago
  93. 9ee108b fs/cifs/cifsfs.c: add __init to cifs_init_inodecache() by Fabian Frederick · 10 years ago
  94. 8910ae8 kmemleak: change some global variables to int by Li Zefan · 10 years ago
  95. 5f3bf19 kmemleak: remove redundant code by Li Zefan · 10 years ago
  96. c89da70 kmemleak: allow freeing internal objects after kmemleak was disabled by Li Zefan · 10 years ago
  97. dc9b3f4 kmemleak: free internal objects only if there're no leaks to be reported by Li Zefan · 10 years ago
  98. 81c9886 kthread: ensure locality of task_struct allocations by Nishanth Aravamudan · 10 years ago
  99. 5acda9d bdi: avoid oops on device removal by Jan Kara · 10 years ago
  100. 6ca738d backing_dev: fix hung task on sync by Derek Basehore · 10 years ago