1. 99eaf3c lib/hexdump by Randy Dunlap · 17 years ago
  2. 6eaeeab getrusage(): fill ru_inblock and ru_oublock fields if possible by Eric Dumazet · 17 years ago
  3. 02239c2 uml: shrink kernel stacks by Jeff Dike · 17 years ago
  4. c14b849 uml: iRQ stacks by Jeff Dike · 17 years ago
  5. 2ea5bc5 uml: tidy IRQ code by Jeff Dike · 17 years ago
  6. e1a79c4 uml: use UM_THREAD_SIZE in userspace code by Jeff Dike · 17 years ago
  7. 57598fd uml: remove task_protections by Jeff Dike · 17 years ago
  8. 22258d4 Let SYSV68_PARTITION default to yes on VME only by Geert Uytterhoeven · 17 years ago
  9. 23c9bbb m32r: fix pte_to_pgoff(), pgoff_to_pte() and __swp_type() macros by Hirokazu Takata · 17 years ago
  10. 0d4f646 m32r: fix tme_handler to check _PAGE_PRESENT bit by Hirokazu Takata · 17 years ago
  11. 43c09ce m32r: fix switch_to macro to push/pop frame pointer if needed by Hirokazu Takata · 17 years ago
  12. 4431663 h8300 syscall update by Yoshinori Sato · 17 years ago
  13. 0a9d6e7 frv: gdb: use __maybe_unused by David Rientjes · 17 years ago
  14. 39bf627 VM statistics: Make timer deferrable by Christoph Lameter · 17 years ago
  15. 45222b9 AFS: implement statfs by David Howells · 17 years ago
  16. 0f300ca AFS: fix a couple of problems with unlinking AFS files by David Howells · 17 years ago
  17. 9d577b6 AFS: fix interminable loop in afs_write_back_from_locked_page() by David Howells · 17 years ago
  18. 9393e1d x86_64: new syscall by Andi Kleen · 17 years ago
  19. 32993b7 Documentation/gpio.txt mentions GENERIC_GPIO by David Brownell · 17 years ago
  20. 7faaa5f Bug in mm/thrash.c function grab_swap_token() by Mika Kukkonen · 17 years ago
  21. 069f11f x86_64: display more intuitive error message if kernel is not 2MB aligned by Vivek Goyal · 17 years ago
  22. 6041b57 i386: work around miscompilation of alternatives code by Joerg Roedel · 17 years ago
  23. 129a84d locks: fix F_GETLK regression (failure to find conflicts) by J. Bruce Fields · 17 years ago
  24. a9deecb Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 17 years ago
  25. d9de262 Allow compat_ioctl.c to compile without CONFIG_NET by Simon Horman · 17 years ago
  26. 643bd27 Fix ixp4xx compile error by Frederik Deweerdt · 17 years ago
  27. 62933d3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  28. 0ab5980 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  29. b526ca4 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  30. 9b6a517 Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  31. fc0b60f Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  32. e991084 timer: revert parenthesis fix in tbase_get_deferrable() etc by akpm@linux-foundation.org · 17 years ago
  33. c91e23c i2c-at91: compile fix (IS_ERR) by Alexey Dobriyan · 17 years ago
  34. 6e99806 i2c-at91 supports new-style i2c drivers by David Brownell · 17 years ago
  35. dd00a99 md: avoid a possibility that a read error can wrongly propagate through md/raid1 to a filesystem. by NeilBrown · 17 years ago
  36. c5ddb54 drivers/hwmon: switch to using input_dev->dev.parent by Dmitry Torokhov · 17 years ago
  37. bcf889f SLUB: remove nr_cpu_ids hack by Christoph Lameter · 17 years ago
  38. d4751a2 SLUB: SLUB_DEBUG must depend on SLUB by Christoph Lameter · 17 years ago
  39. 5a18c92 Revert "[PATCH] paravirt: Add startup infrastructure for paravirtualization" by Eric W. Biederman · 17 years ago
  40. 0cfe61e arm: fix i2c-pxa build by Russell King · 17 years ago
  41. c4a7f5e ocfs2: kobject/kset foobar by Randy Dunlap · 17 years ago
  42. 6f076f5 early_pfn_to_nid needs to be __meminit by Stephen Rothwell · 17 years ago
  43. a6a62b6 AF_RXRPC: reduce debugging noise by David Howells · 17 years ago
  44. 5bbf5d3 AFS: further write support fixes by David Howells · 17 years ago
  45. b9b1f8d AFS: write support fixes by David Howells · 17 years ago
  46. 218e180 add upper-32-bits macro by Andrew Morton · 17 years ago
  47. 894b878 slub: support concurrent local and remote frees and allocs on a slab by Christoph Lameter · 17 years ago
  48. 02b6732 x86_64: fix default_do_nmi() missing return after an if () by Mathieu Desnoyers · 17 years ago
  49. d79406d firewire: Convert OHCI driver to use standard goto unwinding for error handling. by Kristian Høgsberg · 17 years ago
  50. 2d826cc firewire: Always use parens with sizeof. by Kristian Høgsberg · 17 years ago
  51. 213d7bb firewire: Drop single buffer request support. by Kristian Høgsberg · 17 years ago
  52. 36abb3b firewire: Add a comment to describe why we split the sg list. by Kristian Høgsberg, Stefan Richter · 17 years ago
  53. e1b68c4 firewire: Return SCSI_MLQUEUE_HOST_BUSY for out of memory cases in queuecommand. by Kristian Høgsberg · 17 years ago
  54. 95ffc5e firewire: Handle the last few DMA mapping error cases. by Kristian Høgsberg · 17 years ago
  55. ad85274 firewire: Allocate scsi_host up front and allocate the sbp2_device as hostdata. by Kristian Høgsberg · 17 years ago
  56. 1e4c7b0 firewire: Provide module aliase for backwards compatibility. by Olaf Hering · 17 years ago
  57. 58e313b firewire: Add to fw-core-y instead of assigning fw-core-objs in Makefile. by Kristian Høgsberg · 17 years ago
  58. 4c5a443 firewire: Break out shared IEEE1394 constant to separate header file. by Kristian Høgsberg · 17 years ago
  59. 04dfb8d firewire: Use linux/*.h instead of asm/*.h header files. by Kristian Høgsberg · 17 years ago
  60. a77754a firewire: Uppercase most macro names. by Kristian Høgsberg · 17 years ago
  61. a98e271 firewire: Coding style cleanup: no spaces after function names. by Kristian Høgsberg · 17 years ago
  62. 6a5033b firewire: Convert card_rwsem to a regular mutex. by Kristian Høgsberg · 17 years ago
  63. c781c06 firewire: Clean up comment style. by Kristian Høgsberg · 17 years ago
  64. e175569 firewire: Use lib/ implementation of CRC ITU-T. by Kristian Høgsberg · 17 years ago
  65. 3e7cbae CRC ITU-T V.41 by Ivo van Doorn · 18 years ago
  66. 906fc9e [S390] update default configuration. by Martin Schwidefsky · 17 years ago
  67. f54bfc0 [S390] Kconfig: no wireless on s390. by Martin Schwidefsky · 17 years ago
  68. 61d48c2 [S390] Kconfig: use common Kconfig files for s390. by Martin Schwidefsky · 17 years ago
  69. abf3ea1 [S390] Kconfig: common config options for s390. by Martin Schwidefsky · 17 years ago
  70. 9556fb7 [S390] Kconfig: unwanted menus for s390. by Martin Schwidefsky · 17 years ago
  71. e25df12 [S390] Kconfig: menus with depends on HAS_IOMEM. by Martin Schwidefsky · 17 years ago
  72. eeca7a3 [S390] Kconfig: refine depends statements. by Martin Schwidefsky · 17 years ago
  73. 490f03d [S390] Avoid compile warning. by Heiko Carstens · 17 years ago
  74. 853944c [S390] qdio: re-add lost perf_stats.tl_runs change in qdio_handle_pci by Ursula Braun · 17 years ago
  75. 763968e [S390] Avoid sparse warnings. by Heiko Carstens · 17 years ago
  76. aaff0f6 [S390] dasd: Fix modular build. by Cornelia Huck · 17 years ago
  77. 9b0c455 [S390] monreader inlining cleanup. by Martin Schwidefsky · 17 years ago
  78. f7e5d67 [S390] cio: Make some structures and a function static. by Cornelia Huck · 17 years ago
  79. 9a92fe4 [S390] cio: Get rid of _ccw_device_get_device_number(). by Cornelia Huck · 17 years ago
  80. 0b0bb3c [S390] fix subsystem removal fallout by Cornelia Huck · 17 years ago
  81. f640712 [POWERPC] Fix compile error with kexec and CONFIG_SMP=n by Paul Mackerras · 17 years ago
  82. 40472a5 [POWERPC] Split initrd logic out of early_init_dt_scan_chosen() to fix warning by Michael Ellerman · 17 years ago
  83. 2454c7e [POWERPC] Fix warning in hpte_decode(), and generalize it by Paul Mackerras · 17 years ago
  84. de11321 [POWERPC] Minor pSeries IOMMU debug cleanup by Michael Neuling · 17 years ago
  85. 6e66837 [POWERPC] PS3: Fix sys manager build error by Geoff Levand · 17 years ago
  86. 17213c3 [POWERPC] Assorted janitorial EEH cleanups by Linas Vepstas · 17 years ago
  87. 979ee32 [POWERPC] We don't define CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID by Stephen Rothwell · 17 years ago
  88. 49d687b [POWERPC] pmu_sys_suspended is only defined for PPC32 by Stephen Rothwell · 17 years ago
  89. 31e92e0 [POWERPC] Fix incorrect calculation of I/O window addresses by Paul Mackerras · 17 years ago
  90. 4cc81aa [POWERPC] celleb: Update celleb_defconfig by Ishizaki Kou · 17 years ago
  91. b4f8b10 [POWERPC] celleb: Fix parsing of machine type hack command line option by Ishizaki Kou · 17 years ago
  92. 0f6e74a [POWERPC] celleb: Fix PCI config space accesses to subordinate buses by Ishizaki Kou · 17 years ago
  93. d1af5b4 [POWERPC] celleb: Fix support for multiple PCI domains by Ishizaki Kou · 17 years ago
  94. ab5570f [POWERPC] Wire up sys_utimensat by Stephen Rothwell · 17 years ago
  95. 2ecf042 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  96. 26e6385 [SPARC64]: Use alloc_pci_dev() in PCI bus probes. by David S. Miller · 17 years ago
  97. f685648 Pull misc-for-upstream into release branch by Len Brown · 17 years ago
  98. 9245df0 [SPARC64]: Bump PROMINTR_MAX to 32. by David S. Miller · 17 years ago
  99. aa5242e [SPARC64]: Fix recursion in PROM tree building. by David S. Miller · 17 years ago
  100. 00eb43a acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC commands by Lennart Poettering · 17 years ago