1. 90cb28e Revert "[PATCH] binfmt_elf: randomize PIE binaries (2nd try)" by Linus Torvalds · 18 years ago
  2. d0abc45 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 18 years ago
  3. 4497fe1 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 18 years ago
  4. f87c8e8 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 18 years ago
  5. 91f7b5c Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 18 years ago
  6. af3e095 [PATCH] connector: some fixes for ia64 unaligned access errors by Erik Jacobson · 18 years ago
  7. 76395d3 [PATCH] shrink_all_memory(): fix lru_pages handling by Andrew Morton · 18 years ago
  8. d63b709 [PATCH] fix garbage instead of zeroes in UFS by Evgeniy Dushistov · 18 years ago
  9. 7ba3485 [PATCH] fix OOM killing of swapoff by Hugh Dickins · 18 years ago
  10. c8af57e [PATCH] fix the toshiba_acpi write_lcd return value by Matthijs van Otterdijk · 18 years ago
  11. 73b8ed2 [PATCH] qconf: fix SIGSEGV on empty menu items by Cyrill V. Gorcunov · 18 years ago
  12. f2e12bb [PATCH] Check for populated zone in __drain_pages by Christoph Lameter · 18 years ago
  13. 6929da4 [PATCH] hpt37x: Two important bug fixes by Alan · 18 years ago
  14. 516e72c [PATCH] pata_optidma: typo in Kconfig by Alexey Dobriyan · 18 years ago
  15. 022a930 [PATCH] KVM: Simplify test for interrupt window by Dor Laor · 18 years ago
  16. 68a99f6 [PATCH] KVM: Simplify mmu_alloc_roots() by Ingo Molnar · 18 years ago
  17. d21225e [PATCH] KVM: Make loading cr3 more robust by Ingo Molnar · 18 years ago
  18. 760db77 [PATCH] KVM: MMU: Add missing dirty bit by Avi Kivity · 18 years ago
  19. 4db9c47 [PATCH] KVM: Don't set guest cr3 from vmx_vcpu_setup() by Avi Kivity · 18 years ago
  20. cc1d895 [PATCH] KVM: Add missing 'break' by Avi Kivity · 18 years ago
  21. 7f7417d [PATCH] KVM: Avoid oom on cr3 switch by Ingo Molnar · 18 years ago
  22. 86a2b42 [PATCH] KVM: Initialize vcpu->kvm a little earlier by Avi Kivity · 18 years ago
  23. e52de1b [PATCH] KVM: Improve reporting of vmwrite errors by Avi Kivity · 18 years ago
  24. 37a7d8b [PATCH] KVM: MMU: add audit code to check mappings, etc are correct by Avi Kivity · 18 years ago
  25. 9ede74e [PATCH] KVM: MMU: Destroy mmu while we still have a vcpu left by Avi Kivity · 18 years ago
  26. 40907d5 [PATCH] KVM: MMU: Flush guest tlb when reducing permissions on a pte by Avi Kivity · 18 years ago
  27. e2dec93 [PATCH] KVM: MMU: Detect oom conditions and propagate error to userspace by Avi Kivity · 18 years ago
  28. 714b93d [PATCH] KVM: MMU: Replace atomic allocations by preallocated objects by Avi Kivity · 18 years ago
  29. f51234c [PATCH] KVM: MMU: Free pages on kvm destruction by Avi Kivity · 18 years ago
  30. 1436465 [PATCH] KVM: MMU: Treat user-mode faults as a hint that a page is no longer a page table by Avi Kivity · 18 years ago
  31. 32b3562 [PATCH] KVM: MMU: Fix cmpxchg8b emulation by Avi Kivity · 18 years ago
  32. 3bb65a2 [PATCH] KVM: MMU: Never free a shadow page actively serving as a root by Avi Kivity · 18 years ago
  33. 86a5ba0 [PATCH] KVM: MMU: Page table write flood protection by Avi Kivity · 18 years ago
  34. 139bdb2 [PATCH] KVM: MMU: If an empty shadow page is not empty, report more info by Avi Kivity · 18 years ago
  35. 5f1e0b6 [PATCH] KVM: MMU: Ensure freed shadow pages are clean by Avi Kivity · 18 years ago
  36. 260746c [PATCH] KVM: MMU: <ove is_empty_shadow_page() above kvm_mmu_free_page() by Avi Kivity · 18 years ago
  37. 0e7bc4b [PATCH] KVM: MMU: Handle misaligned accesses to write protected guest page tables by Avi Kivity · 18 years ago
  38. 73f7198 [PATCH] KVM: MMU: Remove release_pt_page_64() by Avi Kivity · 18 years ago
  39. 5f015a5 [PATCH] KVM: MMU: Remove invlpg interception by Avi Kivity · 18 years ago
  40. ebeace8 [PATCH] KVM: MMU: oom handling by Avi Kivity · 18 years ago
  41. cc4529e [PATCH] KVM: MMU: kvm_mmu_put_page() only removes one link to the page by Avi Kivity · 18 years ago
  42. 697fe2e [PATCH] KVM: MMU: Implement child shadow unlinking by Avi Kivity · 18 years ago
  43. a436036 [PATCH] KVM: MMU: If emulating an instruction fails, try unprotecting the page by Avi Kivity · 18 years ago
  44. 9b7a032 [PATCH] KVM: MMU: Zap shadow page table entries on writes to guest page tables by Avi Kivity · 18 years ago
  45. da4a00f [PATCH] KVM: MMU: Support emulated writes into RAM by Avi Kivity · 18 years ago
  46. 815af8d [PATCH] KVM: MMU: Let the walker extract the target page gfn from the pte by Avi Kivity · 18 years ago
  47. 374cbac [PATCH] KVM: MMU: Write protect guest pages when a shadow is created for them by Avi Kivity · 18 years ago
  48. cea0f0e [PATCH] KVM: MMU: Shadow page table caching by Avi Kivity · 18 years ago
  49. 25c0de2 [PATCH] KVM: MMU: Make kvm_mmu_alloc_page() return a kvm_mmu_page pointer by Avi Kivity · 18 years ago
  50. aef3d3f [PATCH] KVM: MMU: Make the shadow page tables also special-case pae by Avi Kivity · 18 years ago
  51. 1b0973b [PATCH] KVM: MMU: Use the guest pdptrs instead of mapping cr3 in pae mode by Avi Kivity · 18 years ago
  52. 17ac10a [PATCH] KVM: MU: Special treatment for shadow pae root pages by Avi Kivity · 18 years ago
  53. ac79c97 [PATCH] KVM: MMU: Fold fetch_guest() into init_walker() by Avi Kivity · 18 years ago
  54. 1342d35 [PATCH] KVM: MMU: Load the pae pdptrs on cr3 change like the processor does by Avi Kivity · 18 years ago
  55. 6bcbd6a [PATCH] KVM: MMU: Teach the page table walker to track guest page table gfns by Avi Kivity · 18 years ago
  56. cd4a4e5 [PATCH] KVM: MMU: Implement simple reverse mapping by Avi Kivity · 18 years ago
  57. 399badf [PATCH] KVM: Prevent stale bits in cr0 and cr4 by Avi Kivity · 18 years ago
  58. cb26b57 [PATCH] Update the rtc-rs5c372 driver by David Brownell · 18 years ago
  59. b6a6045 [PATCH] fix BUG_ON(!PageSlab) from fallback_alloc by Hugh Dickins · 18 years ago
  60. be6aab0 [PATCH] fix memory corruption from misinterpreted bad_inode_ops return values by Eric Sandeen · 18 years ago
  61. 2723f96 [PATCH] ip2 warning fix by Andrew Morton · 18 years ago
  62. 3771a45 [PATCH] i386: modpost smpboot code warning fix by Vivek Goyal · 18 years ago
  63. 9dbeeec [PATCH] i386: fix another modpost warning by Vivek Goyal · 18 years ago
  64. 1119a33 [PATCH] i386: fix modpost warning in SMP trampoline code by Vivek Goyal · 18 years ago
  65. 9ab37b8 [PATCH] Sanely size hash tables when using large base pages by Paul Mundt · 18 years ago
  66. dd0ec16 [PATCH] i386: Restore CONFIG_PHYSICAL_START option by Vivek Goyal · 18 years ago
  67. a75acf8 [PATCH] profiling: fix sched profiling typo by Ingo Molnar · 18 years ago
  68. 7bf2368 [PATCH] swsusp: Do not fail if resume device is not set by Rafael J. Wysocki · 18 years ago
  69. 3223ea8 [PATCH] adfs: fix filename handling by James Bursa · 18 years ago
  70. 6c5f8cc [PATCH] atiixp: Old drivers/ide layer driver for the ATIIXP hang fix by Alan · 18 years ago
  71. 406c9b6 [PATCH] Fix BUG at drivers/scsi/scsi_lib.c:1118 caused by "pktsetup dvd /dev/sr0" by Christoph Hellwig · 18 years ago
  72. d73e3cd [PATCH] rtc-at91rm9200 build fix by David Brownell · 18 years ago
  73. c1150d8 [PATCH] KVM: Improve interrupt response by Dor Laor · 18 years ago
  74. e097f35 [PATCH] KVM: Recover after an arch module load failure by Yoshimi Ichiyanagi · 18 years ago
  75. d3b2c33 [PATCH] KVM: Use raw_smp_processor_id() instead of smp_processor_id() where applicable by Ingo Molnar · 18 years ago
  76. 965b58a [PATCH] KVM: Fix GFP_KERNEL alloc in atomic section bug by Ingo Molnar · 18 years ago
  77. cd36bee [PATCH] via82cxxx: fix cable detection by Bartlomiej Zolnierkiewicz · 18 years ago
  78. 6ae4adf [PATCH] PCI: prevent down_read when pci_devices is empty by Ard van Breemen · 18 years ago
  79. a416aba [PATCH] kernelparams: detect if and which parameter parsing enabled irq's by Ard van Breemen · 18 years ago
  80. c4a6830 [PATCH] start_kernel: test if irq's got enabled early, barf, and disable them again by Ard van Breemen · 18 years ago
  81. 34f1ca5 [PATCH] Fix leds-s3c24xx hardware.h reference by Richard Purdie · 18 years ago
  82. 6002f54 [PATCH] Fix implicit declarations in via-pmu by Dave Jones · 18 years ago
  83. dd2c565 [PATCH] Add AFS_SUPER_MAGIC to magic.h by Adam Megacz · 18 years ago
  84. 7f422e2 [PATCH] Driver core: Fix prefix driver links in /sys/module by bus-name by Kay Sievers · 18 years ago
  85. fd8d4b1 [PATCH] PCI: disable PCI_MULTITHREAD_PROBE by Andrew Morton · 18 years ago
  86. 14e51f2 USB: asix: Fix AX88772 device PHY selection by David Hollis · 18 years ago
  87. 4f45d03 USB: usblp.c - add Kyocera Mita FS 820 to list of "quirky" printers by Martin Williges · 18 years ago
  88. c067dfc sisusb_con warning fixes by Andrew Morton · 18 years ago
  89. c07be13 USB: Fixed bug in endpoint release function. by Sarah Bailey · 18 years ago
  90. 684a0e7 USB: small update to Documentation/usb/acm.txt by Oliver Neukum · 18 years ago
  91. ad1428c USB storage: fix ipod ejecting issue by Pete Zaitcev · 18 years ago
  92. f1cd4ad USB Storage: unusual_devs: add supertop drives by Phil Dibowitz · 18 years ago
  93. e6a6e47 USB: omap_udc build fixes (sync with linux-omap) by David Brownell · 18 years ago
  94. 6a3c3d4 USB: funsoft is borken on sparc by Andrew Morton · 18 years ago
  95. 8c15271 USB: fix interaction between different interfaces in an "Option" usb device by Miguel Angel Alvarez · 18 years ago
  96. 25c77b3 UHCI: support device_may_wakeup by Alan Stern · 18 years ago
  97. c80a70d UHCI: make test for ASUS motherboard more specific by Alan Stern · 18 years ago
  98. 81ffbc0 i2c/m41t00: Do not forget to write year by Philippe De Muyter · 18 years ago
  99. 3269bb6 i2c-mv64xxx: Fix random oops at boot by Maxime Bizon · 18 years ago
  100. 05a8057 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago