1. 025a70e pnfsblock: remove device operations by Jim Rees · 13 years ago
  2. fe0a9b7 pnfsblock: add device operations by Jim Rees · 13 years ago
  3. 9e69296 pnfsblock: basic extent code by Fred Isaman · 13 years ago
  4. e9643fe pnfsblock: use pageio_ops api by Benny Halevy · 13 years ago
  5. 155e752 pnfsblock: add blocklayout Kconfig option, Makefile, and stubs by Fred Isaman · 13 years ago
  6. db29c08 pnfs: cleanup_layoutcommit by Andy Adamson · 13 years ago
  7. dae100c pnfs: ask for layout_blksize and save it in nfs_server by Fred Isaman · 13 years ago
  8. 738fd0f3 pnfs: add set-clear layoutdriver interface by Benny Halevy · 13 years ago
  9. 7f11d8d pnfs: GETDEVICELIST by Andy Adamson · 13 years ago
  10. 3557c6c pnfs: use lwb as layoutcommit length by Peng Tao · 13 years ago
  11. a9bae56 pnfs: let layoutcommit handle a list of lseg by Peng Tao · 13 years ago
  12. 9fa4075 pnfs: save layoutcommit cred at layout header init by Peng Tao · 13 years ago
  13. acff5880 pnfs: save layoutcommit lwb at layout header by Peng Tao · 13 years ago
  14. 374e4e3 Additional readdir cookie loop information by Bryan Schumaker · 13 years ago
  15. 0c03080 NFS: Fix spurious readdir cookie loop messages by Trond Myklebust · 13 years ago
  16. ed1e621 NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation() by Trond Myklebust · 13 years ago
  17. 73ca100 nfs: don't use d_move in nfs_async_rename_done by Jeff Layton · 13 years ago
  18. 2773395 RDMA: Increasing RPCRDMA_MAX_DATA_SEGS by Steve Dickson · 13 years ago
  19. 5f00bcb Merge branch 'master' into devel and apply fixup from Stephen Rothwell: by Stephen Rothwell · 13 years ago
  20. b6844e8 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 13 years ago
  21. 2f17507 Documentation: Update augmented rbtree documentation by Sasha Levin · 13 years ago
  22. 81d6743 XZ: Fix missing <linux/kernel.h> include by Lasse Collin · 13 years ago
  23. 21c7075 Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 13 years ago
  24. ff0c4ad Merge branch 'for-upstream' of git://openrisc.net/jonas/linux by Linus Torvalds · 13 years ago
  25. fcda12e Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago
  26. 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  27. c61264f Merge branch 'upstream/xen-tracing2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  28. a23a334 Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 13 years ago
  29. 62a2635 modpost: Fix modpost's license checking V3 by Alessio Igor Bogani · 13 years ago
  30. 88bfa32 module: add /sys/module/<name>/uevent files by Kay Sievers · 13 years ago
  31. 4befb02 module: change attr callbacks to take struct module_kobject by Kay Sievers · 13 years ago
  32. 66574cc modules: make arch's use default loader hooks by Jonas Bonn · 13 years ago
  33. 74e08fc modules: add default loader hook implementations by Jonas Bonn · 13 years ago
  34. 81c7413 param: fix return value handling in param_set_* by Satoru Moriya · 13 years ago
  35. 3f68b03 KVM: IOMMU: Disable device assignment without interrupt remapping by Alex Williamson · 13 years ago
  36. 4f02264 KVM: MMU: trace mmio page fault by Xiao Guangrong · 13 years ago
  37. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 13 years ago
  38. dd3bfd5 KVM: MMU: reorganize struct kvm_shadow_walk_iterator by Xiao Guangrong · 13 years ago
  39. c2a2ac2 KVM: MMU: lockless walking shadow page table by Xiao Guangrong · 13 years ago
  40. 603e065 KVM: MMU: do not need atomicly to set/clear spte by Xiao Guangrong · 13 years ago
  41. 1df9f2d KVM: MMU: introduce the rules to modify shadow page table by Xiao Guangrong · 13 years ago
  42. d7c5520 KVM: MMU: abstract some functions to handle fault pfn by Xiao Guangrong · 13 years ago
  43. fce92dc KVM: MMU: filter out the mmio pfn from the fault pfn by Xiao Guangrong · 13 years ago
  44. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 13 years ago
  45. bd4c86e KVM: MMU: split kvm_mmu_free_page by Xiao Guangrong · 13 years ago
  46. aa6bd18 KVM: MMU: count used shadow pages on prepareing path by Xiao Guangrong · 13 years ago
  47. b90a0e6 KVM: MMU: rename 'pt_write' to 'emulate' by Xiao Guangrong · 13 years ago
  48. b36c7a7 KVM: MMU: cleanup for FNAME(fetch) by Xiao Guangrong · 13 years ago
  49. 640d9b0 KVM: MMU: optimize to handle dirty bit by Xiao Guangrong · 13 years ago
  50. bebb106 KVM: MMU: cache mmio info on page fault path by Xiao Guangrong · 13 years ago
  51. af7cc7d KVM: x86: introduce vcpu_mmio_gva_to_gpa to cleanup the code by Xiao Guangrong · 13 years ago
  52. ffb61bb KVM: MMU: do not update slot bitmap if spte is nonpresent by Xiao Guangrong · 13 years ago
  53. 052331b KVM: MMU: fix walking shadow page table by Xiao Guangrong · 13 years ago
  54. d910f5c KVM guest: KVM Steal time registration by Glauber Costa · 13 years ago
  55. 73b7d40 [S390] use siginfo for sigtrap signals by Martin Schwidefsky · 13 years ago
  56. 4fa52aa [S390] dasd: add enhanced DASD statistics interface by Stefan Weinhuber · 13 years ago
  57. 8bb3a2e [S390] kvm: make sigp emerg smp capable by Christian Ehrhardt · 13 years ago
  58. cadfce7 [S390] disable cpu measurement alerts on a dying cpu by Jan Glauber · 13 years ago
  59. c76e70d [S390] initial cr0 bits by Martin Schwidefsky · 13 years ago
  60. 5beab99 [S390] iucv cr0 enablement bit by Martin Schwidefsky · 13 years ago
  61. 89c9b66 [S390] race safe external interrupt registration by Jan Glauber · 13 years ago
  62. 9e280f6 [S390] remove tape block docu by Martin Schwidefsky · 13 years ago
  63. 6bed05b [S390] ap: toleration support for ap device type 10 by Holger Dengler · 13 years ago
  64. fdb204d [S390] cleanup program check handler prototypes by Martin Schwidefsky · 13 years ago
  65. f7850c9 [S390] remove kvm mmu reload on s390 by Carsten Otte · 13 years ago
  66. 092670c [S390] Use gmap translation for accessing guest memory by Carsten Otte · 13 years ago
  67. 598841c [S390] use gmap address spaces for kvm guest images by Carsten Otte · 13 years ago
  68. e5992f2 [S390] kvm guest address space mapping by Martin Schwidefsky · 13 years ago
  69. 144d634 [S390] fix s390 assembler code alignments by Jan Glauber · 13 years ago
  70. 603d1a5 [S390] move sie code to entry.S by Martin Schwidefsky · 13 years ago
  71. bb25b9b [S390] kvm: handle tprot intercepts by Christian Borntraeger · 13 years ago
  72. b02f0c2 [S390] qdio: clear shared DSCI before scheduling the queue handler by Jan Glauber · 13 years ago
  73. 50a1598 [S390] reference bit testing for unmapped pages by Martin Schwidefsky · 13 years ago
  74. f433c4a [S390] irqs: Do not trace arch_local_{*,irq_*} functions by Steven Rostedt · 13 years ago
  75. 284ecb0 [S390] kconfig: remove tape interface support comment by Martin Schwidefsky · 13 years ago
  76. a642285 of: fix missing include from of_pci.c by Grant Likely · 13 years ago
  77. 6d6be43 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 13 years ago
  78. f5fc879 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap by Linus Torvalds · 13 years ago
  79. d4e0670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  80. e498037 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 13 years ago
  81. 9d1c021 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 13 years ago
  82. 807094c Documentation: refresh sysctl/kernel.txt by Borislav Petkov · 13 years ago
  83. 9fd615f4 Documentation: fix ambigous text for root cpuset by Wanlong Gao · 13 years ago
  84. e47f9d8 Documentation: fix echo command in cgroups/cpuacct.txt by Wanlong Gao · 13 years ago
  85. b4db920 Merge branches 'x86-detect-hyper-for-linus', 'x86-fpu-for-linus', 'x86-kexec-for-linus', 'x86-platform-for-linus', 'x86-quirks-for-linus', 'x86-tsc-for-linus' and 'x86-smpboot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  86. 7080d30 Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  87. 148a7b1 Merge branch 'x86-atomic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  88. 9d07156 Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  89. c0c463d Merge branches 'x86-urgent-for-linus', 'core-debug-for-linus', 'irq-core-for-linus' and 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  90. 87045b0 Merge branch 'scsi-fixes' by James Bottomley · 13 years ago
  91. c9ffb05 net/9p: Fix the msize calculation. by Venkateswararao Jujjuri (JV) · 13 years ago
  92. 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 13 years ago
  93. 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 13 years ago
  94. ed80fcf fs/9p: Always ask new inode in create by Aneesh Kumar K.V · 13 years ago
  95. 4d63055 fs/9p: Clean-up get_protocol_version() to use strcmp by Prem Karat · 13 years ago
  96. a2dd43b fs/9p: Fix invalid mount options/args by Prem Karat · 13 years ago
  97. fd2421f fs/9p: When doing inode lookup compare qid details and inode mode bits. by Aneesh Kumar K.V · 13 years ago
  98. 5034990 fs/9p: Fid is not valid after a failed clunk. by Aneesh Kumar K.V · 13 years ago
  99. 52c14ab net/9p: Remove structure not used in the code by Aneesh Kumar K.V · 13 years ago
  100. 7f78167 VirtIO can transfer VIRTQUEUE_NUM of pages. by jvrao · 13 years ago