1. e782ab4 bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c by Yinghai Lu · 14 years ago
  2. 0932587 bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.c by Yinghai Lu · 14 years ago
  3. 2bf5055 x86-64, NUMA: Seperate out numa_alloc_distance() from numa_set_distance() by Yinghai Lu · 14 years ago
  4. 90e6b67 x86-64, NUMA: Add proper function comments to global functions by Tejun Heo · 14 years ago
  5. b8ef917 x86-64, NUMA: Move NUMA emulation into numa_emulation.c by Tejun Heo · 14 years ago
  6. fbe9995 x86-64, NUMA: Prepare numa_emulation() for moving NUMA emulation into a separate file by Tejun Heo · 14 years ago
  7. 69efcc6 x86-64, NUMA: Do not scan two times for setup_node_bootmem() by Yinghai Lu · 14 years ago
  8. 6d496f9 x86-64, NUMA: Put dummy_numa_init() in the init section by Yinghai Lu · 14 years ago
  9. 2ca230b x86-64, NUMA: Don't call __pa() with invalid address in numa_reset_distance() by Yinghai Lu · 14 years ago
  10. e23bba6 x86-64, NUMA: Unify emulated distance mapping by Tejun Heo · 14 years ago
  11. 6b78cb5 x86-64, NUMA: Unify emulated apicid -> node mapping transformation by Tejun Heo · 14 years ago
  12. 1cca534 x86-64, NUMA: Emulate directly from numa_meminfo by Tejun Heo · 14 years ago
  13. 775ee85 x86-64, NUMA: Wrap node ID during emulation by Tejun Heo · 14 years ago
  14. c88aea7 x86-64, NUMA: Make emulation code build numa_meminfo and share the registration path by Tejun Heo · 14 years ago
  15. 9d073ca x86-64, NUMA: Build and use direct emulated nid -> phys nid mapping by Tejun Heo · 14 years ago
  16. d9c515e x86-64, NUMA: Trivial changes to prepare for emulation updates by Tejun Heo · 14 years ago
  17. ac7136b x86-64, NUMA: Implement generic node distance handling by Tejun Heo · 14 years ago
  18. 4697bdc x86-64, NUMA: Kill mem_nodes_parsed by Tejun Heo · 14 years ago
  19. 92d4a43 x86-64, NUMA: Rename cpu_nodes_parsed to numa_nodes_parsed by Tejun Heo · 14 years ago
  20. 9155623 x86-64, NUMA: Kill numa_nodes[] by Tejun Heo · 14 years ago
  21. a844ef4 x86-64, NUMA: Add common find_node_by_addr() by Tejun Heo · 14 years ago
  22. 56e827f x86-64, NUMA: consolidate and improve memblk sanity checks by Tejun Heo · 14 years ago
  23. 2e756be x86-64, NUMA: make numa_cleanup_meminfo() prettier by Tejun Heo · 14 years ago
  24. f9c6025 x86-64, NUMA: Separate out numa_cleanup_meminfo() by Tejun Heo · 14 years ago
  25. 97e7b78 x86-64, NUMA: Introduce struct numa_meminfo by Tejun Heo · 14 years ago
  26. 8968dab x86-64, NUMA: Remove %NULL @nodeids handling from compute_hash_shift() by Tejun Heo · 14 years ago
  27. 5d371b0 x86-64, NUMA: Kill {acpi|amd|dummy}_scan_nodes() by Tejun Heo · 14 years ago
  28. fd0435d x86-64, NUMA: Unify the rest of memblk registration by Tejun Heo · 14 years ago
  29. 43a662f x86-64, NUMA: Unify use of memblk in all init methods by Tejun Heo · 14 years ago
  30. ef396ec x86-64, NUMA: Factor out memblk handling into numa_{add|register}_memblk() by Tejun Heo · 14 years ago
  31. 1909554 x86-64, NUMA: Kill {acpi|amd}_get_nodes() by Tejun Heo · 14 years ago
  32. 206e420 x86-64, NUMA: Use common numa_nodes[] by Tejun Heo · 14 years ago
  33. 45fe6c7 x86-64, NUMA: Move apicid to numa mapping initialization from amd_scan_nodes() to amd_numa_init() by Tejun Heo · 14 years ago
  34. 99df738 x86-64, NUMA: Remove local variable found from amd_numa_init() by Tejun Heo · 14 years ago
  35. ec8cf29b x86-64, NUMA: Use common {cpu|mem}_nodes_parsed by Tejun Heo · 14 years ago
  36. ffe77a4 x86-64, NUMA: Restructure initmem_init() by Tejun Heo · 14 years ago
  37. d8fc3af x86, NUMA: Move *_numa_init() invocations into initmem_init() by Tejun Heo · 14 years ago
  38. a9aec56 x86-64, NUMA: Wrap acpi_numa_init() so that failure can be indicated by return value by Tejun Heo · 14 years ago
  39. 940fed2 x86-64, NUMA: Unify {acpi|amd}_{numa_init|scan_nodes}() arguments and return values by Tejun Heo · 14 years ago
  40. 86ef4db x86, NUMA: Drop @start/last_pfn from initmem_init() by Tejun Heo · 14 years ago
  41. 13081df x86-64, NUMA: Simplify hotplug node handling in acpi_numa_memory_affinity_init() by Tejun Heo · 14 years ago
  42. 7d36b7b x86-64, NUMA: Make dummy node initialization path similar to non-dummy ones by Tejun Heo · 14 years ago
  43. 275a88d Merge branch 'x86/amd-nb' into x86/mm by Ingo Molnar · 14 years ago
  44. 52b8b8d Merge branch 'x86/numa' into x86/mm by Ingo Molnar · 14 years ago
  45. 02ac81a Merge branch 'x86/bootmem' into x86/mm by Ingo Molnar · 14 years ago
  46. 9e81509 x86, amd: Initialize variable properly by Borislav Petkov · 14 years ago
  47. 14392fd x86, numa: Add error handling for bad cpu-to-node mappings by David Rientjes · 14 years ago
  48. b366801 Merge commit 'v2.6.38-rc4' into x86/numa by Ingo Molnar · 14 years ago
  49. 9a6d44b x86: Emit "mem=nopentium ignored" warning when not supported by Kamal Mostafa · 14 years ago
  50. 77eed82 x86: Fix panic when handling "mem={invalid}" param by Kamal Mostafa · 14 years ago
  51. 7064d86 x86: Avoid tlbstate lock if not enough cpus by Shaohua Li · 14 years ago
  52. 70e4a36 x86: Scale up the number of TLB invalidate vectors with NR_CPUs, up to 32 by Shaohua Li · 14 years ago
  53. 3a09fb4 x86: Allocate 32 tlb_invalidate_interrupt handler stubs by Shaohua Li · 14 years ago
  54. 60f6e65 x86: Cleanup vector usage by Shaohua Li · 14 years ago
  55. d2137d5 Merge branch 'linus' into x86/bootmem by Ingo Molnar · 14 years ago
  56. 795abaf klist: Fix object alignment on 64-bit. by David Miller · 14 years ago
  57. 091994c Merge branch 'spi/merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 14 years ago
  58. d8ed516 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 14 years ago
  59. f00eaee Revert "pci: use security_capable() when checking capablities during config space read" by Linus Torvalds · 14 years ago
  60. 6146124 Merge branch 'fix/asoc' into for-linus by Takashi Iwai · 14 years ago
  61. c170093 Merge branch 'devicetree/merge' into spi/merge by Grant Likely · 14 years ago
  62. 78bba98 devicetree-discuss is moderated for non-subscribers by Paul Bolle · 14 years ago
  63. a0dc00b MAINTAINERS: Add entry for GPIO subsystem by Grant Likely · 14 years ago
  64. c8e0b00 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  65. e447183 jbd2: call __jbd2_log_start_commit with j_state_lock write locked by Theodore Ts'o · 14 years ago
  66. e9e3bce ext4: serialize unaligned asynchronous DIO by Eric Sandeen · 14 years ago
  67. 2892c15 ext4: make grpinfo slab cache names static by Eric Sandeen · 14 years ago
  68. 557218e MAINTAINERS: Add entry for GPIO subsystem by Grant Likely · 14 years ago
  69. 3c6c0d6 Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 14 years ago
  70. 5b49378 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 14 years ago
  71. d40b0c3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 14 years ago
  72. 3aec46c Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  73. 68c3d4b Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/staging by Linus Torvalds · 14 years ago
  74. f7909fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 14 years ago
  75. c41d40b Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung by Linus Torvalds · 14 years ago
  76. a288465 Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 14 years ago
  77. 80d02d2 drivers/w1/masters/omap_hdq.c: add missing clk_put by Julia Lawall · 14 years ago
  78. 678ff89 memcg: fix leak of accounting at failure path of hugepage collapsing by KAMEZAWA Hiroyuki · 14 years ago
  79. f0fdc5e vmscan: fix zone shrinking exit when scan work is done by Johannes Weiner · 14 years ago
  80. 419d8c9 mlock: do not munlock pages in __do_fault() by Michel Lespinasse · 14 years ago
  81. e15f8c0 mlock: fix race when munlocking pages in do_wp_page() by Michel Lespinasse · 14 years ago
  82. e6d2e2b memblock: don't adjust size in memblock_find_base() by Yinghai Lu · 14 years ago
  83. de1f016 nbd: remove module-level ioctl mutex by Soren Hansen · 14 years ago
  84. 24a6f5b drivers/rtc/rtc-proc.c: add module_put on error path in rtc_proc_open() by Alexander Strakh · 14 years ago
  85. 6e20fb1 drivers/gpio/pca953x.c: add a mutex to fix race condition by Roland Stigge · 14 years ago
  86. 01e05e9 ptrace: use safer wake up on ptrace_detach() by Tejun Heo · 14 years ago
  87. d863b50 vfs: call rcu_barrier after ->kill_sb() by Boaz Harrosh · 14 years ago
  88. 2dab597 Fix possible filp_cachep memory corruption by Linus Torvalds · 14 years ago
  89. 6b155c8 dlm: use single thread workqueues by David Teigland · 14 years ago
  90. 965b76d ALSA: hda - add quirk for Ordissimo EVE using a realtek ALC662 by Anisse Astier · 14 years ago
  91. 47970b1 pci: use security_capable() when checking capablities during config space read by Chris Wright · 14 years ago
  92. 6037b71 security: add cred argument to security_capable() by Chris Wright · 14 years ago
  93. deabb19 Merge branch 'for-james' of git://tpmdd.git.sourceforge.net/gitroot/tpmdd/tpmdd into for-linus by James Morris · 14 years ago
  94. 71823ba cifs: don't always drop malformed replies on the floor (try #3) by Jeff Layton · 14 years ago
  95. 9b29050 tpm_tis: Use timeouts returned from TPM by Stefan Berger · 14 years ago
  96. d247852 char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver by Corey Minyard · 14 years ago
  97. ee24aeb cap_syslog: accept CAP_SYS_ADMIN for now by Linus Torvalds · 14 years ago
  98. a09e2b2 ARM: SAMSUNG: Ensure struct sys_device is declared in plat/pm.h by Mark Brown · 14 years ago
  99. 4019452 ARM: S5PV310: Cleanup System MMU by Kukjin Kim · 14 years ago
  100. 3de0498 ARM: S5PV310: Add support System MMU on SMDKV310 by Thomas Abraham · 14 years ago