1. 7c954f6 mm: vmscan: move logic from balance_pgdat() to kswapd_shrink_zone() by Mel Gorman · 11 years ago
  2. b7ea3c4 mm: vmscan: check if kswapd should writepage once per pgdat scan by Mel Gorman · 11 years ago
  3. 283aba9 mm: vmscan: block kswapd if it is encountering pages under writeback by Mel Gorman · 11 years ago
  4. d43006d mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not priority by Mel Gorman · 11 years ago
  5. 9aa4134 mm: vmscan: do not allow kswapd to scan at maximum priority by Mel Gorman · 11 years ago
  6. 2ab44f4 mm: vmscan: decide whether to compact the pgdat based on reclaim progress by Mel Gorman · 11 years ago
  7. b8e83b9 mm: vmscan: flatten kswapd priority loop by Mel Gorman · 11 years ago
  8. e82e056 mm: vmscan: obey proportional scanning requirements for kswapd by Mel Gorman · 11 years ago
  9. 7548536 mm: vmscan: limit the number of pages kswapd reclaims at each priority by Mel Gorman · 11 years ago
  10. 169f6c1 mm/page_alloc: don't re-init pageset in zone_pcp_update() by Cody P Schafer · 11 years ago
  11. 3664033 mm/page_alloc: rename setup_pagelist_highmark() to match naming of pageset_set_batch() by Cody P Schafer · 11 years ago
  12. 737af4c mm/page_alloc: in zone_pcp_update(), uze zone_pageset_init() by Cody P Schafer · 11 years ago
  13. 56cef2b mm/page_alloc: factor zone_pageset_init() out of setup_zone_pageset() by Cody P Schafer · 11 years ago
  14. dd1895e mm/page_alloc: relocate comment to be directly above code it refers to. by Cody P Schafer · 11 years ago
  15. 88c90db mm/page_alloc: factor setup_pageset() into pageset_init() and pageset_set_batch() by Cody P Schafer · 11 years ago
  16. 22a7f12 mm/page_alloc: when handling percpu_pagelist_fraction, don't unneedly recalulate high by Cody P Schafer · 11 years ago
  17. 0a647f3 mm/page_alloc: convert zone_pcp_update() to rely on memory barriers instead of stop_machine() by Cody P Schafer · 11 years ago
  18. 998d39c mm/page_alloc: protect pcp->batch accesses with ACCESS_ONCE by Cody P Schafer · 11 years ago
  19. 8d7a8fa mm/page_alloc: insert memory barriers to allow async update of pcp batch and high by Cody P Schafer · 11 years ago
  20. c8e251f mm/page_alloc: prevent concurrent updaters of pcp ->batch and ->high by Cody P Schafer · 11 years ago
  21. 4008bab mm/page_alloc: factor out setting of pcp->high and pcp->batch by Cody P Schafer · 11 years ago
  22. 52c2dad uio: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  23. ef9f515 ncpfs: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  24. d6e9321 mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFT by Libin · 11 years ago
  25. b430e9d mm: remove compressed copy from zram in-memory by Minchan Kim · 11 years ago
  26. ffbdccf mm, memcg: don't take task_lock in task_in_mem_cgroup by David Rientjes · 11 years ago
  27. 541c237 pagemap: prepare to reuse constant bits with page-shift by Pavel Emelyanov · 11 years ago
  28. 0f8975e mm: soft-dirty bits for user memory changes tracking by Pavel Emelyanov · 11 years ago
  29. 2b0a9f0 pagemap: introduce pagemap_entry_t without pmshift bits by Pavel Emelyanov · 11 years ago
  30. af9de7e clear_refs: introduce private struct for mm_walk by Pavel Emelyanov · 11 years ago
  31. 040fa02 clear_refs: sanitize accepted commands declaration by Pavel Emelyanov · 11 years ago
  32. 1c8fca1 crypto: sanitize argument for format string by Kees Cook · 11 years ago
  33. ffc8b30 block: do not pass disk names as format strings by Kees Cook · 11 years ago
  34. 542db01 drivers/cdrom/cdrom.c: use kzalloc() for failing hardware by Jonathan Salwan · 11 years ago
  35. 8b0d77f block/compat_ioctl.c: do not leak info to user-space by Cong Wang · 11 years ago
  36. 31bd8fb drivers/cdrom/gdrom.c: fix device number leak by Libo Chen · 11 years ago
  37. 4a184b4 ocfs2: fix NULL pointer dereference when traversing o2hb_all_regions by Xue jiufei · 11 years ago
  38. 44e89cb ocfs2: adjust switch_case syntax at o2net_state_change() by Jie Liu · 11 years ago
  39. b4d8ed4 ocfs2: fix a comments typo at o2quo_hb_still_up() by Jie Liu · 11 years ago
  40. 70f651e ocfs2: consolidate o2hb_global_hearbeat_mode_set() naming convention by Jie Liu · 11 years ago
  41. e873fdb ocfs2: submit disk heartbeat bio using WRITE_SYNC by Noboru Iwamatsu · 11 years ago
  42. ef962df ocfs2: xattr: fix inlined xattr reflink by Junxiao Bi · 11 years ago
  43. b5a8bb7 ocfs2: fix readonly issue in ocfs2_unlink() by Younger Liu · 11 years ago
  44. 25e2892 ocfs2: remove duplicated mlog_errno() in ocfs2_relink_block_group by Andrew Morton · 11 years ago
  45. 4930984 ocfs2: rework transaction rollback in ocfs2_relink_block_group() by Jie Liu · 11 years ago
  46. ea45466 ocfs2: need rollback when journal_access failed in ocfs2_orphan_add() by Younger Liu · 11 years ago
  47. 096b2ef ocfs2: dlmlock_master() should return DLM_NORMAL after adding lock to blocked list by Xue jiufei · 11 years ago
  48. b30f14c ocfs2: xattr: remove useless free space checking by Junxiao Bi · 11 years ago
  49. d3e3b41 fs/ocfs2/cluster/tcp.c: free sc->sc_page in sc_kref_release() by Younger Liu · 11 years ago
  50. 40bd62e fs/ocfs2/journal.h: add bits_wanted while calculating credits in ocfs2_calc_extend_credits by Goldwyn Rodrigues · 11 years ago
  51. 33add0e ocfs2: fix mutex_unlock and possible memory leak in ocfs2_remove_btree_range by Joseph Qi · 11 years ago
  52. 8fa9d17 ocfs2: remove unecessary variable needs_checkpoint by Goldwyn Rodrigues · 11 years ago
  53. 40c7f2e ocfs2: add missing dlm_put() in dlm_begin_reco_handler() by Xue jiufei · 11 years ago
  54. 13eb988 ocfs2: should not use le32_add_cpu to set ocfs2_dinode i_flags by Joseph Qi · 11 years ago
  55. 22ab901 fs/ocfs2/dlm/dlmrecovery.c:dlm_request_all_locks(): ret should be int instead of enum by Joseph Qi · 11 years ago
  56. 82d627c fs/ocfs2/dlm/dlmrecovery.c: remove duplicate declarations by Joseph Qi · 11 years ago
  57. 7121064 configfs: use capped length for ->store_attribute() by Dan Carpenter · 11 years ago
  58. 3b1f9f5 sound/soc/codecs/si476x.c: don't use 0bNNN by Andrew Morton · 11 years ago
  59. da331ba drivers/dma/pl330.c: fix locking in pl330_free_chan_resources() by Bartlomiej Zolnierkiewicz · 11 years ago
  60. fe74650 arch: c6x: mm: include "asm/uaccess.h" to pass compiling by Chen Gang · 11 years ago
  61. c846ef7 include/linux/smp.h:on_each_cpu(): switch back to a macro by Andrew Morton · 11 years ago
  62. 61c5d6b libceph: call r_unsafe_callback when unsafe reply is received by Yan, Zheng · 11 years ago
  63. 6ee6b953 ceph: fix race between cap issue and revoke by Yan, Zheng · 11 years ago
  64. b1530f5 ceph: fix cap revoke race by Yan, Zheng · 11 years ago
  65. b415bf4 ceph: fix pending vmtruncate race by Yan, Zheng · 11 years ago
  66. 5446429 ceph: avoid accessing invalid memory by Sasha Levin · 11 years ago
  67. 2cb33ca libceph: Fix NULL pointer dereference in auth client code by Tyler Hicks · 11 years ago
  68. 93faca6 ceph: Reconstruct the func ceph_reserve_caps. by majianpeng · 11 years ago
  69. fb3101b ceph: Free mdsc if alloc mdsc->mdsmap failed. by majianpeng · 11 years ago
  70. 0405a14 ceph: remove sb_start/end_write in ceph_aio_write. by Jianpeng Ma · 11 years ago
  71. c62988e ceph: avoid meaningless calling ceph_caps_revoking if sync_mode == WB_SYNC_ALL. by majianpeng · 11 years ago
  72. a1dc193 ceph: fix sleeping function called from invalid context. by majianpeng · 11 years ago
  73. 005c469 ceph: move inode to proper flushing list when auth MDS changes by Yan, Zheng · 11 years ago
  74. e976cad rbd: fix a couple warnings by Sage Weil · 11 years ago
  75. 667ca05 ceph: clear migrate seq when MDS restarts by Yan, Zheng · 11 years ago
  76. b8c2f3a ceph: check migrate seq before changing auth cap by Yan, Zheng · 11 years ago
  77. fc2744a ceph: fix race between page writeback and truncate by Yan, Zheng · 11 years ago
  78. 3803da4 ceph: reset iov_len when discarding cap release messages by Yan, Zheng · 11 years ago
  79. bb137f8 ceph: fix cap release race by Yan, Zheng · 11 years ago
  80. ccca4e3 libceph: fix truncate size calculation by Yan, Zheng · 11 years ago
  81. eb845ff libceph: fix safe completion by Yan, Zheng · 11 years ago
  82. d552c61 rbd: take a little credit by Alex Elder · 11 years ago
  83. cfbf637 rbd: use rwsem to protect header updates by Alex Elder · 11 years ago
  84. 1ba0f1e rbd: don't hold ctl_mutex to get/put device by Alex Elder · 11 years ago
  85. 82a442d rbd: protect against concurrent unmaps by Alex Elder · 11 years ago
  86. 751cc0e rbd: set removing flag while holding list lock by Alex Elder · 11 years ago
  87. 4974341 libceph: print more info for short message header by Alex Elder · 11 years ago
  88. 08f7546 rbd: protect against duplicate client creation by Alex Elder · 11 years ago
  89. 3b5cf2a rbd: clean up a few things in the refresh path by Alex Elder · 11 years ago
  90. e215605 rbd: flush dcache after zeroing page data by Alex Elder · 11 years ago
  91. 96e4dac libceph: add lingering request reference when registered by Alex Elder · 11 years ago
  92. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  93. c50cd35 net: gre: move GSO functions to gre_offload by Daniel Borkmann · 11 years ago
  94. 338a95a drm/radeon/sumo: implement support for disable_gfx_power_gating_in_uvd flag by Alex Deucher · 11 years ago
  95. 62fa44b drm/radeon/tn: disable PG when changing UVD clocks by Alex Deucher · 11 years ago
  96. 2b90edd drm/radeon/sumo: disable PG when changing UVD clocks by Alex Deucher · 11 years ago
  97. 0124853 drm/radeon/aruba: disable additional rlc features by Alex Deucher · 11 years ago
  98. e631227 drm/radeon: fix endian bug in radeon_atom_get_mclk_range_table() by Alex Deucher · 11 years ago
  99. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  100. d414153 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 11 years ago