1. cd34ab8 x86, doc: Document that bootloader ID 4 is used also by iPXE by H. Peter Anvin · 12 years ago
  2. 4bfe24a x86, doc: Add a formal bootloader ID for kexec-tools by H. Peter Anvin · 12 years ago
  3. ebacfd1 pstore/ftrace: Adjust for ftrace_ops->func prototype change by Anton Vorontsov · 12 years ago
  4. c628937 pstore/ram: Fix bounds checks for mem_size, record_size, console_size and ftrace_size by Arve Hjønnevåg · 12 years ago
  5. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  6. 9add1ac Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next by Dave Airlie · 12 years ago
  7. e37aa63 Merge tag 'for-linus-20121212' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-mn10300 by Linus Torvalds · 12 years ago
  8. 9887090 mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic() by Lin Feng · 12 years ago
  9. 66521d5 mm/memory.c: remove unused code from do_wp_page() by Dominik Dingel · 12 years ago
  10. 816422a asm-generic, mm: pgtable: consolidate zero page helpers by Kirill A. Shutemov · 12 years ago
  11. 56f2fb1 mm/hugetlb.c: fix warning on freeing hwpoisoned hugepage by Naoya Horiguchi · 12 years ago
  12. 5f24ae5 hwpoison, hugetlbfs: fix RSS-counter warning by Naoya Horiguchi · 12 years ago
  13. 8c4894c hwpoison, hugetlbfs: fix "bad pmd" warning in unmapping hwpoisoned hugepage by Naoya Horiguchi · 12 years ago
  14. 4128997 mm: protect against concurrent vma expansion by Michel Lespinasse · 12 years ago
  15. c95d26c memcg: do not check for mm in __mem_cgroup_count_vm_event by Michal Hocko · 12 years ago
  16. 220f2ac tmpfs: support SEEK_DATA and SEEK_HOLE (reprise) by Hugh Dickins · 12 years ago
  17. 01cefae mm: provide more accurate estimation of pages occupied by memmap by Jiang Liu · 12 years ago
  18. 02c0ab6 fs/buffer.c: remove redundant initialization in alloc_page_buffers() by Yan Hong · 12 years ago
  19. a3f3c29 fs/buffer.c: do not inline exported function by Yan Hong · 12 years ago
  20. 5aaea51 writeback: fix a typo in comment by Yan Hong · 12 years ago
  21. 9feedc9 mm: introduce new field "managed_pages" to struct zone by Jiang Liu · 12 years ago
  22. c2d23f9 mm, oom: remove statically defined arch functions of same name by David Rientjes · 12 years ago
  23. 0fa84a4 mm, oom: remove redundant sleep in pagefault oom handler by David Rientjes · 12 years ago
  24. efacd02 mm, oom: cleanup pagefault oom handler by David Rientjes · 12 years ago
  25. 09285af memory_hotplug: allow online/offline memory to result movable node by Lai Jiangshan · 12 years ago
  26. 20b2f52 numa: add CONFIG_MOVABLE_NODE for movable-dedicated node by Lai Jiangshan · 12 years ago
  27. 68ae564 mm, memcg: avoid unnecessary function call when memcg is disabled by David Rientjes · 12 years ago
  28. 05b0afd mm: add a reminder comment for __GFP_BITS_SHIFT by Andrew Morton · 12 years ago
  29. 2897b4d mm: WARN_ON_ONCE if f_op->mmap() change vma's start address by Joonsoo Kim · 12 years ago
  30. 44e33e8 res_counter: delete res_counter_write() by Greg Thelen · 12 years ago
  31. 6715ddf hotplug: update nodemasks management by Lai Jiangshan · 12 years ago
  32. 4b0ef1fe page_alloc: use N_MEMORY instead N_HIGH_MEMORY change the node_states initialization by Lai Jiangshan · 12 years ago
  33. 48fb2e2 vmscan: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  34. 3c466d4 init: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  35. aee4faa kthread: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  36. a47b53c vmstat: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  37. 8cebfcd hugetlb: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  38. 01f13bd mempolicy: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  39. 389162c mm,migrate: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  40. bd3a66c oom: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  41. 31aaea4 memcontrol: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  42. 4ff1b2c procfs: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  43. 38d7bee cpuset: use N_MEMORY instead N_HIGH_MEMORY by Lai Jiangshan · 12 years ago
  44. 8219fc4 mm: node_states: introduce N_MEMORY by Lai Jiangshan · 12 years ago
  45. be49a6e mm: use migrate_prep() instead of migrate_prep_local() by Marek Szyprowski · 12 years ago
  46. c8bf2d8 mm: compaction: Fix compiler warning by Thierry Reding · 12 years ago
  47. 3ea41e6 thp: avoid race on multiple parallel page faults to the same page by Kirill A. Shutemov · 12 years ago
  48. 79da540 thp: introduce sysfs knob to disable huge zero page by Kirill A. Shutemov · 12 years ago
  49. d8a8e1f thp, vmstat: implement HZP_ALLOC and HZP_ALLOC_FAILED events by Kirill A. Shutemov · 12 years ago
  50. 97ae174 thp: implement refcounting for huge zero page by Kirill A. Shutemov · 12 years ago
  51. 78ca0e6 thp: lazy huge zero page allocation by Kirill A. Shutemov · 12 years ago
  52. 8037195 thp: setup huge zero page on non-write page fault by Kirill A. Shutemov · 12 years ago
  53. c5a647d thp: implement splitting pmd for huge zero page by Kirill A. Shutemov · 12 years ago
  54. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 12 years ago
  55. cad7f61 thp: change_huge_pmd(): make sure we don't try to make a page writable by Kirill A. Shutemov · 12 years ago
  56. 93b4796 thp: do_huge_pmd_wp_page(): handle huge zero page by Kirill A. Shutemov · 12 years ago
  57. fc9fe82 thp: copy_huge_pmd(): copy huge zero page by Kirill A. Shutemov · 12 years ago
  58. 479f0ab thp: zap_huge_pmd(): zap huge zero pmd by Kirill A. Shutemov · 12 years ago
  59. 4a6c129 thp: huge zero page: basic preparation by Kirill A. Shutemov · 12 years ago
  60. 3f7dfe2 bootmem: remove alloc_arch_preferred_bootmem() by Joonsoo Kim · 12 years ago
  61. 2d7a695 bootmem: remove not implemented function call, bootmem_arch_preferred_node() by Joonsoo Kim · 12 years ago
  62. 9c7466b ARM: arm-soc: Merge branch 'next/pm2' into next/pm by Olof Johansson · 12 years ago
  63. 4a76411e ARM: arm-soc: Merge branch 'next/clk' into next/pm by Olof Johansson · 12 years ago
  64. 17a2635 tile/PCI: use for_each_pci_dev to simplify the code by Wei Yongjun · 12 years ago
  65. 5955a59 tilegx: remove __init from pci fixup hook by Chris Metcalf · 12 years ago
  66. 86a1881 drm/radeon: fix fence driver for dma ring when wb is disabled by Jerome Glisse · 12 years ago
  67. 5aa709b drm/radeon/si: add VM CS checker support for CP DMA by Alex Deucher · 12 years ago
  68. 94e014e drm/radeon/cayman: add VM CS checker support for CP DMA by Alex Deucher · 12 years ago
  69. 8770b86 drm/radeon: add support for CP DMA packet to evergreen CS checker by Alex Deucher · 12 years ago
  70. 6830f58 drm/radeon: add support for CP DMA packet to r6xx/r7xx CS checker by Alex Deucher · 12 years ago
  71. b997a8b drm/radeon: add register headers for CP DMA on r6xx-SI by Alex Deucher · 12 years ago
  72. ad6d620 Btrfs: allow repair code to include target disk when searching mirrors by Stefan Behrens · 12 years ago
  73. 72d7aef Btrfs: increase BTRFS_MAX_MIRRORS by one for dev replace by Stefan Behrens · 12 years ago
  74. 30d9861 Btrfs: optionally avoid reads from device replace source drive by Stefan Behrens · 12 years ago
  75. 472262f Btrfs: changes to live filesystem are also written to replacement disk by Stefan Behrens · 12 years ago
  76. 29a8d9a Btrfs: introduce GET_READ_MIRRORS functionality for btrfs_map_block() by Stefan Behrens · 12 years ago
  77. 8dabb74 Btrfs: change core code of btrfs to support the device replace operations by Stefan Behrens · 12 years ago
  78. e93c89c Btrfs: add new sources for device replace code by Stefan Behrens · 12 years ago
  79. ff023aa Btrfs: add code to scrub to copy read data to another disk by Stefan Behrens · 12 years ago
  80. 6189192 Btrfs: handle errors from btrfs_map_bio() everywhere by Stefan Behrens · 12 years ago
  81. 63a212a Btrfs: disallow some operations on the device replace target device by Stefan Behrens · 12 years ago
  82. 5ac00ad Btrfs: disallow mutually exclusive admin operations from user mode by Stefan Behrens · 12 years ago
  83. a2bff64 Btrfs: introduce a btrfs_dev_replace_item type by Stefan Behrens · 12 years ago
  84. e922e08 Btrfs: enhance btrfs structures for device replace support by Stefan Behrens · 12 years ago
  85. 1acd683 Btrfs: avoid risk of a deadlock in btrfs_handle_error by Stefan Behrens · 12 years ago
  86. aa1b8cd Btrfs: pass fs_info instead of root by Stefan Behrens · 12 years ago
  87. a8a6dab Btrfs: add btrfs_scratch_superblock() function by Stefan Behrens · 12 years ago
  88. 3ec706c Btrfs: pass fs_info to btrfs_map_block() instead of mapping_tree by Stefan Behrens · 12 years ago
  89. 5d96405 Btrfs: Pass fs_info to btrfs_num_copies() instead of mapping_tree by Stefan Behrens · 12 years ago
  90. 7ba15b7 Btrfs: add two more find_device() methods by Stefan Behrens · 12 years ago
  91. beaf8ab Btrfs: move some common code into a subfunction by Stefan Behrens · 12 years ago
  92. b6bfebc Btrfs: cleanup scrub bio and worker wait code by Stefan Behrens · 12 years ago
  93. 34f5c8e Btrfs: in scrub repair code, simplify alloc error handling by Stefan Behrens · 12 years ago
  94. cb2ced7 Btrfs: in scrub repair code, optimize the reading of mirrors by Stefan Behrens · 12 years ago
  95. 7a9e998 Btrfs: make the scrub page array dynamically allocated by Stefan Behrens · 12 years ago
  96. a36cf8b Btrfs: remove the block device pointer from the scrub context struct by Stefan Behrens · 12 years ago
  97. d9d181c Btrfs: rename the scrub context structure by Stefan Behrens · 12 years ago
  98. d25628b Btrfs: protect devices list with its mutex by Liu Bo · 12 years ago
  99. b53d3f5 Btrfs: cleanup for btrfs_btree_balance_dirty by Liu Bo · 12 years ago
  100. 3ef5969 Btrfs: merge inode_list in __merge_refs by Alexander Block · 12 years ago