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