1. 1e3fac8 x86: unify prepare_boot_cpu by Glauber Costa · 17 years ago
  2. 71d1954 x86: unify __cpu_up. by Glauber Costa · 17 years ago
  3. 64b1a21e0 x86: unify smp_call_function_mask by Glauber Costa · 17 years ago
  4. 8678969 x86: merge smp_send_reschedule by Glauber Costa · 17 years ago
  5. c76cb36 x86: move smp_ops extern declaration to common header by Glauber Costa · 17 years ago
  6. 1669402 x86: define smp_ops in common header by Glauber Costa · 17 years ago
  7. 53ebef4 x86: merge extern variables definitions by Glauber Costa · 17 years ago
  8. 639acb1 x86: merge extern function definitions by Glauber Costa · 17 years ago
  9. c27cfef x86: commonize smp.h by Glauber Costa · 17 years ago
  10. 8b6451f x86: fix switch_to() clobbers by Ingo Molnar · 17 years ago
  11. 23b55bd x86: clean up switch_to() by Ingo Molnar · 17 years ago
  12. 0d7a181 x86: wmb() confusion in system.h by Pavel Machek · 17 years ago
  13. 9fc3411 x86: debug pmd_bad() by Ingo Molnar · 17 years ago
  14. 40869cd x86: redo cded932b75ab0a5f9181e by Ingo Molnar · 17 years ago
  15. 78a9909 x86, tracing: add notrace to asm-x86/linkage.h by Ingo Molnar · 17 years ago
  16. 0f8d2b9 x86: clean up cpu capabilities accesses by Ingo Molnar · 17 years ago
  17. f8fffa4 x86: apic_is_clustered_box for vsmp by Yinghai Lu · 17 years ago
  18. 3def3d6 x86: clean up e820_reserve_resources on 64-bit by Yinghai Lu · 17 years ago
  19. 513ad84 x86: de-macro start_thread() by Ingo Molnar · 17 years ago
  20. 4d46a89 x86: clean up include/asm-x86/processor.h by Ingo Molnar · 17 years ago
  21. bc0a733 x86: define outb_pic and inb_pic to stop using outb_p and inb_p by David P. Reed · 17 years ago
  22. 2785c8d x86: call vsmp_init explicitly by Glauber Costa · 17 years ago
  23. 04adf11 x86: remove never used nodenumer in pda by Yinghai Lu · 17 years ago
  24. 9902a70 x86: make X86_32 pt_regs members unsigned long by Harvey Harrison · 17 years ago
  25. 92bc205 x86: change most X86_32 pt_regs members to unsigned long by Harvey Harrison · 17 years ago
  26. 48c508b x86: clean up find_e820_area(), 64-bit by Yinghai Lu · 17 years ago
  27. 00d1c5e x86: add gbpages switches by Ingo Molnar · 17 years ago
  28. 85eb69a x86: increase the kernel text limit to 512 MB by Ingo Molnar · 17 years ago
  29. c970d5a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  30. b4dcaea Pb1200/DBAu1200: fix bad IDE resource size by Sergei Shtylyov · 17 years ago
  31. 09a7744 Au1200: kill IDE driver function prototypes by Sergei Shtylyov · 17 years ago
  32. 6af74b0 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 17 years ago
  33. b4b8f57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  34. 5f1a3f2 acpi thermal trip points increased to 12 by Krzysztof Helt · 17 years ago
  35. d1e7780 spi: spi_s3c24xx must initialize num_chipselect by Ben Dooks · 17 years ago
  36. 335e92e vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs by Jan Kara · 17 years ago
  37. 1f4deba uml: compile error fix by WANG Cong · 17 years ago
  38. 4ac5846 ssb: Fix usage of struct device used for DMAing by Michael Buesch · 17 years ago
  39. d237e5c io context: increment task attachment count in ioc_task_link() by Jens Axboe · 17 years ago
  40. 533bb8a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  41. e9df2e8 [IPV6]: Use appropriate sock tclass setting for routing lookup. by YOSHIFUJI Hideaki · 17 years ago
  42. 7cd636f [IPV6]: IPv6 extension header structures need to be packed. by YOSHIFUJI Hideaki · 17 years ago
  43. 14daa02 net: make struct tun_struct private to tun.c by Rusty Russell · 17 years ago
  44. ab38fb0 [SCTP]: Fix compiler warning about const qualifiers by Vlad Yasevich · 17 years ago
  45. f4ad85c [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK by Gui Jianfeng · 17 years ago
  46. 14897e3 Merge branch 'docs' of git://git.lwn.net/linux-2.6 by Linus Torvalds · 17 years ago
  47. dc07e72 Spell out behavior of atomic_dec_and_lock() in kerneldoc by J. Bruce Fields · 17 years ago
  48. b0fac02 Fix "$(AS) -traditional" compile breakage caused by asmlinkage_protect by Heiko Carstens · 17 years ago
  49. 90768c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  50. 544451a pnp: increase number of devices supported per protocol by Bjorn Helgaas · 17 years ago
  51. d10d89e Add commentary about the new "asmlinkage_protect()" macro by Linus Torvalds · 17 years ago
  52. 54a0151 asmlinkage_protect replaces prevent_tail_call by Roland McGrath · 17 years ago
  53. f17520e FRV: Don't make smp_{r, w, }mb() interpolate MEMBAR when CONFIG_SMP=n [try #2] by David Howells · 17 years ago
  54. e31c243 FRV: Add support for emulation of userspace atomic ops [try #2] by David Howells · 17 years ago
  55. 0c93d8e FRV: Move STACK_TOP_MAX up [try #2] by David Howells · 17 years ago
  56. a31b9dd FRV: Handle update_mmu_cache() being called when current->mm is NULL [try #2] by David Howells · 17 years ago
  57. 882beba [TCP]: tcp_simple_retransmit can cause S+L by Ilpo Järvinen · 17 years ago
  58. 9c5a3d7 [MIPS] Handle aliases in vmalloc correctly. by Ralf Baechle · 17 years ago
  59. 950b0d2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  60. 2557a93 virtio: remove overzealous BUG_ON. by Rusty Russell · 17 years ago
  61. 871de93 x86: fix 64-bit asm NOPS for CONFIG_GENERIC_CPU by Suresh Siddha · 17 years ago
  62. 6fdf5e6 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/upstream-linus by Linus Torvalds · 17 years ago
  63. 8bab8dd cgroups: add cgroup support for enabling controllers at boot time by Paul Menage · 17 years ago
  64. 865ab87 [MIPS] Pb1200: Fix header breakage by Sergei Shtylyov · 17 years ago
  65. 3a14312 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  66. 5761d64 x86: revert assign IRQs to hpet timer by Thomas Gleixner · 17 years ago
  67. bae1d25 x86: fix breakage of vSMP irq operations by Ravikiran G Thirumalai · 17 years ago
  68. e52dcc4 libata: ATA_12/16 doesn't fall into ATAPI_MISC by Tejun Heo · 17 years ago
  69. 436d34b libata: uninline atapi_cmd_type() by Tejun Heo · 17 years ago
  70. 06f11f3 alpha: get_current(): don't add zero to current_thread_info()->task by Andrew Morton · 17 years ago
  71. c143d43 alpha: fix ALSA DMA mmap crash by Ivan Kokshaysky · 17 years ago
  72. dd135eb kvm: provide kvm.h for all architecture: fixes headers_install by Christian Borntraeger · 17 years ago
  73. 2f819ae Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  74. 34e6bbf cfq-iosched: fix rcu freeing of cfq io contexts by Fabio Checconi · 17 years ago
  75. 1002747 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25 by Linus Torvalds · 17 years ago
  76. 6143439 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/upstream-linus by Linus Torvalds · 17 years ago
  77. 758e285 [MIPS] Alchemy: work around clock misdetection on early Au1000 by Sergei Shtylyov · 17 years ago
  78. a7097ff Input: make sure input interfaces pin parent input devices by Dmitry Torokhov · 17 years ago
  79. f83f176 [LLC]: skb allocation size for responses by Joonwoo Park · 17 years ago
  80. 7d7f7c3 remove include/asm-sh/floppy.h by Adrian Bunk · 17 years ago
  81. a77df5c Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  82. 62ad36a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  83. b2ddb90 dma_page_list ->base_address is a userland pointer by Al Viro · 17 years ago
  84. 7d61c45 compat_sys_wait4() prototype misannotation by Al Viro · 17 years ago
  85. 7c43f2b NULL noise: frv cmpxchg() by Al Viro · 17 years ago
  86. 729d4de ide: fix defining SUPPORT_VLB_SYNC by Bartlomiej Zolnierkiewicz · 17 years ago
  87. 3ec25eb libata: ATA_EHI_LPM should be ATA_EH_LPM by Tejun Heo · 17 years ago
  88. 0ef4730 net: Comment dev_kfree_skb_irq and dev_kfree_skb_any better by Matti Linnanvuori · 17 years ago
  89. a5a0481 [LLC]: station source mac address by Joonwoo Park · 17 years ago
  90. af8be4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 17 years ago
  91. 5ac7ec8 ext3: don't export ext3_fs.h and jbd.h by Christoph Hellwig · 17 years ago
  92. 3afe392 kernel: add bit rotation helpers for 16 and 8 bit by Harvey Harrison · 17 years ago
  93. 8c703d3 in_atomic(): document why it is unsuitable for general use by Jonathan Corbet · 17 years ago
  94. c35038b [PATCH] do shrink_submounts() for all fs types by Al Viro · 17 years ago
  95. 7c4b93d [PATCH] count ghost references to vfsmounts by Al Viro · 17 years ago
  96. 50fd440 [NET]: Use local_irq_{save,restore}() in napi_complete(). by David S. Miller · 17 years ago
  97. a6bd8e1 lguest: comment documentation update. by Rusty Russell · 17 years ago
  98. fb8c7fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 17 years ago
  99. 074fcab Merge branch 'avr32-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 by Linus Torvalds · 17 years ago
  100. b2ef749 rdc321x: GPIO routines bugfixes by Florian Fainelli · 17 years ago