1. e1f56c8 mm: convert mm->nr_ptes to atomic_long_t by Kirill A. Shutemov · 11 years ago
  2. 57c1ffc mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS by Kirill A. Shutemov · 11 years ago
  3. 3aeb58a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  4. 45c42a7 ACPI: Provide acpi_dev_name accessor for struct acpi_device device name by Jarkko Nikula · 11 years ago
  5. 3a83f99 ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro by Rafael J. Wysocki · 11 years ago
  6. 7b19981 ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node by Rafael J. Wysocki · 11 years ago
  7. 3f5ccd0 genetlink: make genl_ops flags a u8 and move to end by Johannes Berg · 11 years ago
  8. f84f771 genetlink: allow making ops const by Johannes Berg · 11 years ago
  9. d91824c genetlink: register family ops as array by Johannes Berg · 11 years ago
  10. 3686ec5 genetlink: remove genl_register_ops/genl_unregister_ops by Johannes Berg · 11 years ago
  11. 0776ae7 dmaengine: remove DMA unmap flags by Bartlomiej Zolnierkiewicz · 11 years ago
  12. 8971646 async_memcpy: convert to dmaengine_unmap_data by Dan Williams · 11 years ago
  13. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  14. 1355b37 Merge branch 'for-3.13/post-mq-drivers' into for-linus by Jens Axboe · 11 years ago
  15. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  16. f0d55cc1 Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux by Linus Torvalds · 11 years ago
  17. 2f466d3 Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  18. f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  19. 82e06c8 wait: add wait_event_cmd() by Shaohua Li · 11 years ago
  20. 7f2dc5c Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 11 years ago
  21. 82cb6ac Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  22. 0d522ee Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  23. 0910c0b Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  24. ee48068 target: Convert se_device statistics to atomic_long_t by Nicholas Bellinger · 11 years ago
  25. 45c463a dmaengine: reference counted unmap data by Dan Williams · 11 years ago
  26. d38a8c6 dmaengine: prepare for generic 'unmap' data by Dan Williams · 11 years ago
  27. f47671e Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  28. 8ceafbf Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 11 years ago
  29. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  30. 54197e4 hardirq: Make hardirq bits generic by Thomas Gleixner · 11 years ago
  31. b39898c genirq: Prevent spurious detection for unconditionally polled interrupts by Thomas Gleixner · 11 years ago
  32. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  33. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  34. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  35. a7fa20a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  36. dd1d139 Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  37. a998646 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
  38. 13aa7e0 Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 11 years ago
  39. c08acff Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 11 years ago
  40. 4e9b45a ipc, msg: fix message length check for negative values by Mathias Krause · 11 years ago
  41. 1310a5a rbtree: fix rbtree_postorder_for_each_entry_safe() iterator by Jan Kara · 11 years ago
  42. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
  43. 5bccae6 rtc: s5m-rtc: add real-time clock driver for s5m8767 by Sangbeom Kim · 11 years ago
  44. 6532154 init.h: document the existence of __initconst by Geert Uytterhoeven · 11 years ago
  45. 93be3c2 list: introduce list_last_entry(), use list_{first,last}_entry() by Oleg Nesterov · 11 years ago
  46. 8120e2e list: change list_for_each_entry*() to use list_*_entry() by Oleg Nesterov · 11 years ago
  47. 008208c list: introduce list_next_entry() and list_prev_entry() by Oleg Nesterov · 11 years ago
  48. 684f0d3 lib/genalloc: add a helper function for DMA buffer allocation by Nicolin Chen · 11 years ago
  49. ec778ed bitops/find: clarify and extend documentation by Cody P Schafer · 11 years ago
  50. 28e64a6 backlight: lm3630: apply chip revision by Daniel Jeong · 11 years ago
  51. 5812c13 backlight: lp855x_bl: support new LP8555 device by Milo Kim · 11 years ago
  52. 27f69e6 sched: remove ARCH specific fpu_counter from task_struct by Vineet Gupta · 11 years ago
  53. 261adc9 jump_label: unlikely(x) > 0 by Roel Kluin · 11 years ago
  54. 0ca4343 errno.h: remove "NFS" from descriptions in comments by Eric Sandeen · 11 years ago
  55. 83460ec syscalls.h: use gcc alias instead of assembler aliases for syscalls by Andi Kleen · 11 years ago
  56. 72403b4 mm: numa: return the number of base pages altered by protection changes by Mel Gorman · 11 years ago
  57. 00619bc mm: factor commit limit calculation by Jerome Marchand · 11 years ago
  58. 52c8f6a mm: get rid of unnecessary overhead of trace_mm_page_alloc_extfrag() by KOSAKI Motohiro · 11 years ago
  59. 79442ed mm/memblock.c: introduce bottom-up allocation mode by Tang Chen · 11 years ago
  60. c4a391b writeback: do not sync data dirtied after sync start by Jan Kara · 11 years ago
  61. 46c77e2 tools/vm/page-types.c: support KPF_SOFTDIRTY bit by Naoya Horiguchi · 11 years ago
  62. 85b35fe mm/sparsemem: use PAGES_PER_SECTION to remove redundant nr_pages parameter by Zhang Yanfei · 11 years ago
  63. 948927e mm, mempolicy: make mpol_to_str robust and always succeed by David Rientjes · 11 years ago
  64. 01b0f19 cpu/mem hotplug: add try_online_node() for cpu_up() by Toshi Kani · 11 years ago
  65. b9921ec mm: add a helper function to check may oom condition by Qiang Huang · 11 years ago
  66. 7f7caf6 target: Pass through I/O topology for block backstores by Andy Grover · 11 years ago
  67. df762ec Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  68. ec1e20a Merge branch 'misc' into for-next by Russell King · 11 years ago
  69. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  70. 85b656c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds by Linus Torvalds · 11 years ago
  71. 2b684c0 Merge tag 'clk-for-linus-3.13' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
  72. c2d3306 Merge tag 'gpio-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 11 years ago
  73. 8a5dc58 Merge tag 'pinctrl-for-v3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 11 years ago
  74. eeab517 Merge tag 'sound-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  75. f095ca6 Merge tag 'spi-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 11 years ago
  76. c6d65bf Merge tag 'regulator-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  77. 4fc9ed3 Merge tag 'regmap-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 11 years ago
  78. 7e238a2 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  79. 66a173b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  80. 4b4d2b4 Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  81. 9b66bfb Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 294e30f Btrfs: add tests for find_lock_delalloc_range by Josef Bacik · 11 years ago
  83. 340286c Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  84. dba538f Merge branch 'x86-intel-mid-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  85. 69019d7 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  86. 8709382 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  87. 39cf275 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  88. ad5d698 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  89. 1006fae Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  90. 70fdcb8 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  91. 90b128e Merge tag 'mfd-lee-3.13-3' of git://git.linaro.org/people/ljones/mfd by Samuel Ortiz · 11 years ago
  92. a98814c random32: upgrade taus88 generator to taus113 from errata paper by Daniel Borkmann · 11 years ago
  93. 38e9efc random32: move rnd_state to linux/random.h by Daniel Borkmann · 11 years ago
  94. 4af712e random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized by Hannes Frederic Sowa · 11 years ago
  95. 51c37a7 random32: fix off-by-one in seeding requirement by Daniel Borkmann · 11 years ago
  96. a941f83 mm, slub: fix the typo in include/linux/slub_def.h by Zhi Yong Wu · 11 years ago
  97. 67a6de4 locking/doc: Update references to kernel/mutex.c by Peter Zijlstra · 11 years ago
  98. 03e361b mfd: Stop setting refcounting pointers in original mfd_cell arrays by Geert Uytterhoeven · 11 years ago
  99. f9efbce Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  100. 53575aa Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago