1. 1dacc76 net/compat/wext: send different messages to compat tasks by Johannes Berg · 15 years ago
  2. e5a8a89 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  3. ad46276 memory barrier: adding smp_mb__after_lock by Jiri Olsa · 15 years ago
  4. ec634fe net: convert remaining non-symbolic return values in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  5. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  6. de481ba Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6 by Linus Torvalds · 15 years ago
  7. 4806626 Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 15 years ago
  8. 29f3177 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes by Linus Torvalds · 15 years ago
  9. baf9227 MIPS: Fix CONFIG_FLATMEM version of pfn_valid() by Ralf Baechle · 15 years ago
  10. 01a6221 MIPS: Reorganize Cavium OCTEON PCI support. by David Daney · 15 years ago
  11. ada8e95 Update Yoichi Yuasa's e-mail address by Yoichi Yuasa · 15 years ago
  12. 3f5b3e1 MIPS: Allow suspend and hibernation again on uniprocessor kernels. by Ralf Baechle · 15 years ago
  13. cad9bc6 MIPS: 64-bit: Fix o32 core dump by Yong Zhang · 15 years ago
  14. eb9b514 MIPS: CMP: Update sync-r4k for current kernel by Tim Anderson · 15 years ago
  15. 47b178b MIPS: CMP: Move gcmp_probe to before the SMP ops by Tim Anderson · 15 years ago
  16. 0365070 MIPS: CMP: activate CMP support by Tim Anderson · 15 years ago
  17. a214cef MIPS: CMP: Extend IPI handling to CPU number by Tim Anderson · 15 years ago
  18. 9306c8d MIPS: CMP: Extend the GIC IPI interrupts beyond 32 by Tim Anderson · 15 years ago
  19. b53d4d1 MIPS: Define __arch_swab64 for all mips r2 cpus by David Daney · 15 years ago
  20. 27fdd32 MIPS: Update VR41xx GPIO driver to use gpiolib by Yoichi Yuasa · 15 years ago
  21. 69f16c9 MIPS: Hookup new syscalls sys_rt_tgsigqueueinfo and sys_perf_counter_open. by David Daney · 15 years ago
  22. d7e014d MIPS: Malta: Remove unnecessary function prototypes by Dmitri Vorobiev · 15 years ago
  23. 52a7a27 MIPS: MT: Remove unnecessary semicolons by Joe Perches · 15 years ago
  24. 7ca5dc1 MIPS: Add support for Texas Instruments AR7 System-on-a-Chip by Florian Fainelli · 15 years ago
  25. 64daa44 parisc: use generic atomic64 on 32-bit by Kyle McMartin · 15 years ago
  26. 2d4618d parisc: perf: wire up sys_perf_counter_open by Kyle McMartin · 15 years ago
  27. abf1e11 parisc: add task_pt_regs macro by Kyle McMartin · 15 years ago
  28. 538e236 parisc: wire sys_perf_counter_open to sys_ni_syscall by Kyle McMartin · 15 years ago
  29. 0d56d1a parisc: inventory.c, fix bloated stack frame by Kyle McMartin · 15 years ago
  30. 64a0cdb parisc: processor.c, fix bloated stack frame by Kyle McMartin · 15 years ago
  31. 20dbc9f parisc: fix compile warning in mm/init.c by Kyle McMartin · 15 years ago
  32. c3301ab parisc: remove dead code from sys_parisc32.c by Christoph Hellwig · 15 years ago
  33. 4435607 parisc: wire up rt_tgsigqueueinfo by Kyle McMartin · 15 years ago
  34. e82a3b7 parisc: ensure broadcast tlb purge runs single threaded by Helge Deller · 15 years ago
  35. 84be31b parisc: fix "delay!" timer handling by Grant Grundler · 15 years ago
  36. 87451d8 parisc: fix mismatched parenthesis in memcpy.c by Randolph Chung · 15 years ago
  37. ebc30a0 parisc: add parameter to read_cr16() by Coly Li · 15 years ago
  38. e9b2601 parisc: decode_exc.c should include kernel.h by Alexander Beregalov · 15 years ago
  39. dfe0756 parisc: remove obsolete hw_interrupt_type by Thomas Gleixner · 15 years ago
  40. 47b4150 parisc: fix irq compile bugs in arch/parisc/kernel/irq.c by Helge Deller · 15 years ago
  41. 7d17e27 parisc: fix ldcw inline assembler by Helge Deller · 15 years ago
  42. 4fb1178 parisc: kill WARN in free_initmem when DEBUG_KERNEL by Kyle McMartin · 15 years ago
  43. 692c14a parisc: Remove casts from atomic macros by Bastian Blank · 15 years ago
  44. 071327e parisc: remove CVS keywords by Alexander Beregalov · 15 years ago
  45. 90eab5e parisc: wire up preadv/pwritev syscalls by Kyle McMartin · 15 years ago
  46. 405d7ca Merge git://git.infradead.org/iommu-2.6 by Linus Torvalds · 15 years ago
  47. 7c5371c x86: add boundary check for 32bit res before expand e820 resource to alignment by Yinghai Lu · 15 years ago
  48. 4364467 x86: fix power-of-2 round_up/round_down macros by Linus Torvalds · 15 years ago
  49. 42ca4fb FRV: Add basic performance counter support by David Howells · 15 years ago
  50. 00460f4 FRV: Implement atomic64_t by David Howells · 15 years ago
  51. 5a475ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 15 years ago
  52. 34e19ad sh: Fix compiler error and include the definition of IS_ERR_VALUE by Matt Fleming · 15 years ago
  53. 788d84b Fix pci_unmap_addr() et al on i386. by David Woodhouse · 15 years ago
  54. 3238c0c intel-iommu: Make iommu=pt work on i386 too by David Woodhouse · 15 years ago
  55. 0802d9e sh: re-add LCDC fbdev support to the Migo-R defconfig by Magnus Damm · 15 years ago
  56. 84f7597 sh: fix se7724 ceu names by Magnus Damm · 15 years ago
  57. 55bcab4 Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  58. 58580c8 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 15 years ago
  59. 6086071 MN10300: Wire up new syscalls by David Howells · 15 years ago
  60. aee3ff1 FRV: Wire up new syscalls by David Howells · 15 years ago
  61. 66918dc x86: only clear node_states for 64bit by Yinghai Lu · 15 years ago
  62. b01e8dc alpha: fix percpu build breakage by Tejun Heo · 15 years ago
  63. fa276f3 [IA64] address compiler warnings perfmon.c/salinfo.c by Jan Beulich · 15 years ago
  64. 58782b3 [IA64] Remove unnecessary semicolons by Joe Perches · 15 years ago
  65. 2be8412 [IA64] sprintf should not be used with same source & destination address by Alan Cox · 15 years ago
  66. ec9c45d Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  67. e717f33 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  68. c7ab48d intel-iommu: Clean up identity mapping code, remove CONFIG_DMAR_GFX_WA by David Woodhouse · 15 years ago
  69. 59c5fe6 [ARM] 5562/2: at91: add gpio button support for at91sam9g20ek by Nicolas Ferre · 15 years ago
  70. 4078c44 perf_counter, x86: Update x86_pmu after WARN() by Yinghai Lu · 15 years ago
  71. ec87805 sh: ms7724se: Enable sh_eth in defconfig. by Kuninori Morimoto · 15 years ago
  72. 9a660a6 arch/sh/boards/mach-se/7206/io.c: Remove unnecessary semicolons by Joe Perches · 15 years ago
  73. 9a8fb9e Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 15 years ago
  74. 8326e28 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  75. bde8922 KVM: shut up uninit compiler warning in paging_tmpl.h by Jaswinder Singh Rajput · 15 years ago
  76. 9e69962 KVM: Ignore reads to K7 EVNTSEL MSRs by Amit Shah · 15 years ago
  77. e3c7cb6 KVM: VMX: Handle vmx instruction vmexits by Avi Kivity · 15 years ago
  78. ef50f7a KVM: s390: Allow stfle instruction in the guest by Christian Borntraeger · 15 years ago
  79. a3f9d39 KVM: kvm/x86_emulate.c toggle_interruptibility() should be static by Jaswinder Singh Rajput · 15 years ago
  80. ffdfa07 KVM: ia64: fix ia64 build due to missing kallsyms_lookup() and double export by Jes Sorensen · 15 years ago
  81. 29a4b93 KVM: MMU: Allow 4K ptes with bit 7 (PAT) set by Avi Kivity · 15 years ago
  82. ff8a4ba Revert "x86: cap iomem_resource to addressable physical memory" by H. Peter Anvin · 15 years ago
  83. 9a24ee0 [ARM] 5563/1: at91: at91sam9rlek lcd interface correction by Nicolas Ferre · 15 years ago
  84. 39a449d asm-generic/vmlinux.lds.h: shuffle INIT_TASK* macro names in vmlinux.lds.h by Tim Abbott · 15 years ago
  85. 919a6d1 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  86. 7e0d8a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 15 years ago
  87. a80cad9 sh: ms7724se: Add sh_eth support by Kuninori Morimoto · 15 years ago
  88. fd0cca7 Merge commit 'kumar/next' into merge by Benjamin Herrenschmidt · 15 years ago
  89. 6c16a74 powerpc/mm: Fix potential access to freed pages when using hugetlbfs by Benjamin Herrenschmidt · 15 years ago
  90. f694cda powerpc/440: Fix warning early debug code by Benjamin Herrenschmidt · 15 years ago
  91. 03c01aa powerpc/of: Fix usage of dev_set_name() in of_device_alloc() by Benjamin Herrenschmidt · 15 years ago
  92. 6893ce6 powerpc/pasemi: Use raw spinlock in SMP TB sync by Benjamin Herrenschmidt · 15 years ago
  93. c4007a2 powerpc: Use one common impl. of RTAS timebase sync and use raw spinlock by Benjamin Herrenschmidt · 15 years ago
  94. f97bb36 powerpc/rtas: Turn rtas lock into a raw spinlock by Benjamin Herrenschmidt · 15 years ago
  95. 5d38902 powerpc: Add irqtrace support for 32-bit powerpc by Benjamin Herrenschmidt · 15 years ago
  96. 4a5cbf1 powerpc: Map more memory early on 601 processors by Benjamin Herrenschmidt · 15 years ago
  97. 850f6ac powerpc/mm: Make k(un)map_atomic out of line by Benjamin Herrenschmidt · 15 years ago
  98. 85355bb powerpc: Fix mpic alloc warning by Kumar Gala · 15 years ago
  99. a236719 powerpc: Fix output from show_regs by Kumar Gala · 15 years ago
  100. 7ccbe50 powerpc/pmac: Fix issues with PowerMac "PowerSurge" SMP by Benjamin Herrenschmidt · 15 years ago