1. 3f5ec29 xtensa: clean up boot make rules by Max Filippov · 12 years ago
  2. 599bf77 xtensa: fix mb and wmb definitions by Max Filippov · 12 years ago
  3. 71872b5 xtensa: add s32c1i-based spinlock implementations by Max Filippov · 12 years ago
  4. e5a9f6a xtensa: add s32c1i-based bitops implementations by Max Filippov · 12 years ago
  5. 219b1e4 xtensa: add s32c1i-based atomic ops implementations by Max Filippov · 12 years ago
  6. 0027312 xtensa: add s32c1i sanity check by Max Filippov · 12 years ago
  7. 28570e8 xtensa: add trap_set_handler function by Max Filippov · 12 years ago
  8. c622b29 xtensa: initialize atomctl SR by Max Filippov · 12 years ago
  9. 733536b xtensa: save and restore scompare1 SR on kernel entry by Max Filippov · 12 years ago
  10. 2f6ea6a xtensa: display s32c1i feature flag in cpuinfo by Max Filippov · 12 years ago
  11. 415217e xtensa: fix CPU cache flags formatting by Max Filippov · 12 years ago
  12. 288dc2b xtensa: properly fix missing compiler barrier in simcall by Max Filippov · 12 years ago
  13. 382cb5b xtensa: fix build warning for arch/xtensa/mm/tlb.c by Max Filippov · 12 years ago
  14. 35b16a9 xtensa: provide DMA_ERROR_CODE definition by Max Filippov · 12 years ago
  15. 94d6c61 xtensa: ISS: add BASE_BAUD definition to serial.h by Max Filippov · 12 years ago
  16. d1538c4 xtensa: provide proper assembler function boundaries with ENDPROC() by Chris Zankel · 12 years ago
  17. c0226e3 xtensa: make DoubleExceptionVector literals fit the gap by Max Filippov · 12 years ago
  18. 6550162 xtensa: add config option to disable linker relaxation by Chris Zankel · 12 years ago
  19. 02b25d8 xtensa: unbalanced parentheses by Nicolas Kaiser · 13 years ago
  20. 09378d7 xtensa:fix the incompatible pointer type warning in time.c by Wanlong Gao · 13 years ago
  21. 752451f Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  22. c1e37ea net: fec: forbid FEC_PTP on SoCs that do not support by Shawn Guo · 12 years ago
  23. d23e946 be2net: fix wrong frag_idx reported by RX CQ by Sathya Perla · 12 years ago
  24. a323d9b be2net: fix be_close() to ensure all events are ack'ed by Sathya Perla · 12 years ago
  25. 4a9d194 sparc64: Define pte_accessible() by David S. Miller · 12 years ago
  26. 6cb9c36 sparc: huge_ptep_set_* functions need to call set_huge_pte_at() by Dave Kleikamp · 12 years ago
  27. 673ab87 Merge branch 'akpm' (more patches from Andrew) by Linus Torvalds · 12 years ago
  28. d7b96ca Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  29. 5b3040a Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  30. 3cf2384 mm/vmscan.c: avoid possible deadlock caused by too_many_isolated() by Fengguang Wu · 12 years ago
  31. d37dd5d vmscan: comment too_many_isolated() by Fengguang Wu · 12 years ago
  32. dc05373 mm/kmemleak.c: remove obsolete simple_strtoul by Abhijit Pawar · 12 years ago
  33. 79a4dce mm/memory_hotplug.c: improve comments by Tang Chen · 12 years ago
  34. 7179e7b mm/hugetlb: create hugetlb cgroup file in hugetlb_init by Jianguo Wu · 12 years ago
  35. 7d12efa mm/mprotect.c: coding-style cleanups by Andrew Morton · 12 years ago
  36. 5bbe1ec Documentation: ABI: /sys/devices/system/node/ by Davidlohr Bueso · 12 years ago
  37. 5413dfb slub: drop mutex before deleting sysfs entry by Glauber Costa · 12 years ago
  38. ebe945c memcg: add comments clarifying aspects of cache attribute propagation by Glauber Costa · 12 years ago
  39. 92e7934 kmem: add slab-specific documentation about the kmem controller by Glauber Costa · 12 years ago
  40. 107dab5 slub: slub-specific propagation changes by Glauber Costa · 12 years ago
  41. 943a451 slab: propagate tunable values by Glauber Costa · 12 years ago
  42. 749c541 memcg: aggregate memcg cache values in slabinfo by Glauber Costa · 12 years ago
  43. 2293315 memcg/sl[au]b: shrink dead caches by Glauber Costa · 12 years ago
  44. 7cf2798 memcg/sl[au]b: track all the memcg children of a kmem_cache by Glauber Costa · 12 years ago
  45. 1f458cb memcg: destroy memcg caches by Glauber Costa · 12 years ago
  46. d79923f sl[au]b: allocate objects from memcg cache by Glauber Costa · 12 years ago
  47. b9ce5ef sl[au]b: always get the cache from its page in kmem_cache_free() by Glauber Costa · 12 years ago
  48. 0e9d92f memcg: skip memcg kmem allocations in specified code regions by Glauber Costa · 12 years ago
  49. d7f25f8 memcg: infrastructure to match an allocation to the right cache by Glauber Costa · 12 years ago
  50. 55007d8 memcg: allocate memory for memcg caches whenever a new memcg appears by Glauber Costa · 12 years ago
  51. 2633d7a slab/slub: consider a memcg parameter in kmem_create_cache by Glauber Costa · 12 years ago
  52. 6ccfb5b slab: annotate on-slab caches nodelist locks by Glauber Costa · 12 years ago
  53. ba6c496 slab/slub: struct memcg_params by Glauber Costa · 12 years ago
  54. d5bdae7 memcg: add documentation about the kmem controller by Glauber Costa · 12 years ago
  55. 2ad306b fork: protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs by Glauber Costa · 12 years ago
  56. c8b2a36 memcg: execute the whole memcg freeing in free_worker() by Glauber Costa · 12 years ago
  57. bea207c memcg: allow a memcg with kmem charges to be destructed by Glauber Costa · 12 years ago
  58. a8964b9 memcg: use static branches when code not in use by Glauber Costa · 12 years ago
  59. 7de3768 memcg: kmem accounting lifecycle management by Glauber Costa · 12 years ago
  60. 50bdd43 res_counter: return amount of charges after res_counter_uncharge() by Glauber Costa · 12 years ago
  61. 6a1a0d3 mm: allocate kernel pages to the right memcg by Glauber Costa · 12 years ago
  62. 7ae1e1d memcg: kmem controller infrastructure by Glauber Costa · 12 years ago
  63. 7a64bf0 mm: add a __GFP_KMEMCG flag by Glauber Costa · 12 years ago
  64. 510fc4e memcg: kmem accounting basic infrastructure by Glauber Costa · 12 years ago
  65. 86ae53e memcg: change defines to an enum by Glauber Costa · 12 years ago
  66. 4c9c535 memcg: reclaim when more than one page needed by Suleiman Souhlal · 12 years ago
  67. a0956d5 memcg: make it possible to use the stock for more than one page by Suleiman Souhlal · 12 years ago
  68. c297405 memory-hotplug: document and enable CONFIG_MOVABLE_NODE by Tang Chen · 12 years ago
  69. 0bb2c76 mm/page_alloc.c: remove duplicate check by Gavin Shan · 12 years ago
  70. 3012d60 drivers/message/fusion/mptscsih.c: missing break by Alan Cox · 12 years ago
  71. d95bfe4 h8300: select generic atomic64_t support by Fengguang Wu · 12 years ago
  72. af56e3f Coccinelle: add api/d_find_alias.cocci by Cyril Roelandt · 12 years ago
  73. 19af395 irq: tsk->comm is an array by Alan Cox · 12 years ago
  74. f6af75d ceph: fix dentry reference leak in ceph_encode_fh() by Cyril Roelandt · 12 years ago
  75. 88d67ee arch/x86/platform/iris/iris.c: register a platform device and a platform driver by Shérab · 12 years ago
  76. c24bf9b CRIS: fix I/O macros by Corey Minyard · 12 years ago
  77. 9f67675 backlight: locomolcd: fix checkpatch error and warning by Jingoo Han · 12 years ago
  78. 31564cb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  79. 6842d98 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  80. 758338e Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 12 years ago
  81. 224394ad Merge tag 'stable/for-linus-3.8-rc0-bugfix-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  82. e6cdebd arch/tile: set CORE_DUMP_USE_REGSET on tile by Simon Marchi · 12 years ago
  83. 9af6254 arch/tile: implement arch_ptrace using user_regset on tile by Simon Marchi · 12 years ago
  84. 7be6828 arch/tile: implement user_regset interface on tile by Simon Marchi · 12 years ago
  85. ae664db Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux by Linus Torvalds · 12 years ago
  86. a2faf2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  87. 4351654 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lliubbo/blackfin by Linus Torvalds · 12 years ago
  88. 3d9de19 Merge tag 'disintegrate-alpha-20121217' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago
  89. 9a8a570 Merge tag 'for-3.8' of git://openrisc.net/~jonas/linux by Linus Torvalds · 12 years ago
  90. 7b07786 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 12 years ago
  91. 16e024f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  92. c36e050 x86, paravirt: fix build error when thp is disabled by David Rientjes · 12 years ago
  93. ea77d73 Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  94. a22180d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  95. 2d4dce0 Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  96. ea88eea Merge tag 'md-3.8' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  97. 44728e9 ALSA: HDA: Fix sound resume hang by Daniel J Blueman · 12 years ago
  98. 08afe22 Merge branch 'slab/next' into slab/for-linus by Pekka Enberg · 12 years ago
  99. a304f83 Merge branch 'slab/procfs' into slab/for-linus by Pekka Enberg · 12 years ago
  100. 6ffe168 ALSA: hda - bug fix for invalid connection list of Haswell HDMI codec pins by Mengdong Lin · 12 years ago