1. 909dd32 x86: clean up mce= argument parsing slightly by Andi Kleen · 17 years ago
  2. ffecad9 i386: fix argument signedness warnings by Satyam Sharma · 17 years ago
  3. 7e02cb9 x86: rename .i assembler includes to .h by Adrian Bunk · 17 years ago
  4. 3f4ed15 x86: Add parenthesis to IRQ vector macros by Steven Rostedt · 17 years ago
  5. d2ccc3f x86: Eliminate result signage problem in asm-x86_64/bitops.h by Chuck Lever · 17 years ago
  6. 92b2dc7 x86: remove STR() macros by Glauber de Oliveira Costa · 17 years ago
  7. 9efa981 x86: remove x86_cpu_to_log_apicid by Mike Travis · 17 years ago
  8. 61d08a9 i386: Remove strrchr assembler implementation by Andi Kleen · 17 years ago
  9. 883001f x86: make atomic64_t work like atomic_t by Chris Snook · 17 years ago
  10. 5f1f935 i386: simplify smp_call_function_single() call sequence in msr-on-cpu by Avi Kivity · 17 years ago
  11. 4a40cb1 i386: simplify smp_call_function_single() call sequence in cpuid by Avi Kivity · 17 years ago
  12. cddf7ff x86: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  13. a850cef i386: no need to make enable_cpu_hotplug a variable by Adrian Bunk · 17 years ago
  14. fb7ae26 i386: es7000 minor cleanups by Adrian Bunk · 17 years ago
  15. c8f2518 i386: Remove local CPU logic in MTRR call to smp_call_function_single by akpm@linux-foundation.org · 17 years ago
  16. 6619a8f x86: Create clflush() inline, remove hardcoded wbinvd by H. Peter Anvin · 17 years ago
  17. 9689ba8 x86: constify stacktrace_ops by Jan Beulich · 17 years ago
  18. ff7f364 x86: Some cleanups for pci gart code by Andi Kleen · 17 years ago
  19. 121d7bf x86: misc. constifications by Jan Beulich · 17 years ago
  20. df5ddf6 x86: more struct irqaction initializer cleanups by Thomas Gleixner · 17 years ago
  21. 6a61f6a x86: clean up struct irqaction initializers by Thomas Gleixner · 17 years ago
  22. 6d43be8 x86: remove reminder of i386 irqstat per cpu conversion by Thomas Gleixner · 17 years ago
  23. e295f75 x86_64: Remove serialize_cpu() inline by Andi Kleen · 17 years ago
  24. 1e32b07 i386: misc cpuinit annotations by Satyam Sharma · 17 years ago
  25. 761c4bf i386: Misc cpuinit annotations by Satyam Sharma · 17 years ago
  26. 75e3808 x86: add cpu codenames for Kconfig.cpu by Oliver Pinter · 17 years ago
  27. fb893e9 i386: Clean up duplicate includes in arch/i386/xen/ by Jesper Juhl · 17 years ago
  28. 59659f1 i386: make some variables static by Adrian Bunk · 17 years ago
  29. 6704ab1 x86: hide cond_syscall behind __KERNEL__ by Mike Frysinger · 17 years ago
  30. 96d55358 i386: make struct apic_probe static by Adrian Bunk · 17 years ago
  31. 83e83d5 x86: 0 -> NULL, for arch/x86_64 by Yoann Padioleau · 17 years ago
  32. 17d1486 i386: Clean up duplicate includes in arch/i386/kernel/ by Jesper Juhl · 17 years ago
  33. 231b64b x86: remove rogue default m in drivers/video/Kconfig by Andi Kleen · 17 years ago
  34. 7b38493 x86: intel_cacheinfo misc section annotation fixes by Satyam Sharma · 17 years ago
  35. f6855f7 x86: use dev_to_node() to get node for device in dma_alloc_pages() by Yinghai Lu · 17 years ago
  36. 8f8ae1a x86: pci use pci=bfsort for HP DL385 G2 and DL585 G2 by Michal Schmidt · 17 years ago
  37. d588ba8 x86: Calgary: fix disable busnum for CalIOC2 by Muli Ben-Yehuda · 17 years ago
  38. 84e0fdb x86: NX bit handling in change_page_attr() by Huang, Ying · 17 years ago
  39. 87cde76 x86: voyager don't try to support uniprocessor builds by James Bottomley · 17 years ago
  40. 27eb0b2 x86: stop nmi softlockup warnings in show_mem() by Prarit Bhargava · 17 years ago
  41. 509a80c x86: fix CONFIG_PAGEALLOC related boot hangs/OOMs by Ingo Molnar · 17 years ago
  42. 1e3e197 x86: prepare page allocator for high allocations on PAGEALLOC=y by Ingo Molnar · 17 years ago
  43. f97586b x86: do not crash on non-Geode PCs in TSC probe by Ingo Molnar · 17 years ago
  44. 3fb450a x86: enable NMI watchdog on nosmp by Ingo Molnar · 17 years ago
  45. 2f62c94 x86_64: Fix compat emulation of PTRACE_GET/SET_THREAD_AREA by Andi Kleen · 17 years ago
  46. f68fd5f x86: call free_init_pages() with irqs enabled in alternative_instructions() by Fengguang Wu · 17 years ago
  47. c1217a7 x86: mark read_crX() asm code as volatile by Kirill Korotaev · 17 years ago
  48. f891dd1 x86: initialize 64bit registers for a.out executables by Andi Kleen · 17 years ago
  49. 1c5b5cf x86: return correct error code from child_rip in x86_64 entry.S by Andrey Mirkin · 17 years ago
  50. aa506dc i386: avoid temporarily inconsistent pte-s by Jan Beulich · 17 years ago
  51. d72b1b4 i386: fix section mismatch warning in intel.c by Sam Ravnborg · 17 years ago
  52. 25d1b51 i386: Fix section mismatch by Satyam Sharma · 17 years ago
  53. 58d5fa7 i386: fix 4 bit apicid assumption of mach-default by Siddha, Suresh B · 17 years ago
  54. 801916c x86: fix off-by-one in find_next_zero_string by Andrew Hastings · 17 years ago
  55. 6442eea i386: export i386 smp_call_function_mask() to modules by Laurent Vivier · 17 years ago
  56. f79eb83 x86: Install unstripped copy of 64bit vdso to disk by Roland McGrath · 17 years ago
  57. af7e6a7 x86_64: install unstripped copies of compat vdso on disk by Roland McGrath · 17 years ago
  58. 8957eca i386: setup_trampoline() must be __cpuinit by Adrian Bunk · 17 years ago
  59. afc5465 x86: clean up apicid_to_node declaration by Andrew Morton · 17 years ago
  60. 0f8e45a i386: make Oprofile call shutdown() only once per session by Stephane Eranian · 17 years ago
  61. 3dfbc88 x86: C1E late detection fix. Really switch off lapic timer by Thomas Gleixner · 17 years ago
  62. e6d5a11 Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  63. b6257a9 Merge branch 'for-linus' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  64. c548f08 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  65. 347c53d Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6 by Linus Torvalds · 17 years ago
  66. 5c8e191 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup by Linus Torvalds · 17 years ago
  67. cbfee34 security/ cleanups by Adrian Bunk · 17 years ago
  68. b537677 Implement file posix capabilities by Serge E. Hallyn · 17 years ago
  69. 57c521c ifdef struct task_struct::security by Alexey Dobriyan · 17 years ago
  70. 20510f2 security: Convert LSM into a static interface by James Morris · 17 years ago
  71. 5c3b447 Add section IDs to Documentation/DocBook/filesystems.tmpl by Rob Landley · 17 years ago
  72. 3f51bed Fix "make htmldocs" build break. by Rob Landley · 17 years ago
  73. e54e54a Add Documentation/RCU/00-Index by Rob Landley · 17 years ago
  74. 541ceb3 Add recommended section IDs to deviceiobook.tmpl by Rob Landley · 17 years ago
  75. 8d63494 remap_file_pages: kernel-doc corrections by Randy Dunlap · 17 years ago
  76. f32143a Documentation/vm/slabinfo.c: clean up this code by WANG Cong · 17 years ago
  77. 2495089 vm.txt: document min_free_pages as critical for correctness by Pavel Machek · 17 years ago
  78. f4e8757 kdump: documentation cleanups by Pavel Machek · 17 years ago
  79. d1482f4 Update DMA-mapping documentation by Matthew Wilcox · 17 years ago
  80. 8140736 Add Documentation/power/00-INDEX by Rob Landley · 17 years ago
  81. 3d198a8 Add entries to Documentation/powerpc by Rob Landley · 17 years ago
  82. 2216886 Add Documentation/{w1,w1/masters}/00-INDEX by Rob Landley · 17 years ago
  83. 5ef4356 Add missing entries to top level Documentation/00-INDEX by Rob Landley · 17 years ago
  84. f0ae566 Tweak Documentation/SM501.txt by Rob Landley · 17 years ago
  85. ac984ab Add reset_devices to the recommended parameters by Bernhard Walle · 17 years ago
  86. 4fd4509 Express new ELF32 mechanisms in documentation by Bernhard Walle · 17 years ago
  87. f00b516 Update help text for CONFIG_CRASH_DUMP by Randy Dunlap · 17 years ago
  88. 8bc9d42 Express relocatability of kernel on x86_64 in documentation by Bernhard Walle · 17 years ago
  89. 98612ac Documentation: delete unreferenced xterm-linux.xpm file by Robert P. J. Day · 17 years ago
  90. 6b5b55f kernel-doc: fix doc blocks and html by Randy Dunlap · 17 years ago
  91. 51448e2 Add a 00-INDEX file to Documentation/telephony/ by Jesper Juhl · 17 years ago
  92. ea069f4 Add a 00-INDEX file to Documentation/sysctl/ by Jesper Juhl · 17 years ago
  93. 87d26cd Add a 00-INDEX file to Documentation/mips/ by Jesper Juhl · 17 years ago
  94. e11f9a1 doc: move vm/00-INDEX to Documentation/vm by David Rientjes · 17 years ago
  95. 1f27d87 Add a missing 00-INDEX file for Documentation/vm/ by Jesper Juhl · 17 years ago
  96. 5d4b355 Documentation: add entries to filesystems/00-INDEX for several untracked files by Denis Cheng · 17 years ago
  97. 451ad11 Documentation/make/headers_install.txt by Rob Landley · 17 years ago
  98. 1ee0522 Clean up duplicate includes in Documentation/ by Jesper Juhl · 17 years ago
  99. a8754be r/o bind mounts: create cleanup helper svc_msnfs() by Dave Hansen · 17 years ago
  100. c7eb266 r/o bind mounts: give permission() a local 'mnt' variable by Dave Hansen · 17 years ago