1. ad55db9 xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support by Isaku Yamahata · 16 years ago
  2. 1ffb40b xen-netfront: fix xennet_release_tx_bufs() by Isaku Yamahata · 16 years ago
  3. 8ba6c2b xen: print backtrace on multicall failure by Jeremy Fitzhardinge · 16 years ago
  4. 7c33b1e x86_64: unstatic get_local_pda by Jeremy Fitzhardinge · 16 years ago
  5. 360c044 x86_64: adjust exception frame in ia32entry by Jeremy Fitzhardinge · 16 years ago
  6. cbcd79c x86: use __page_aligned_data/bss by Jeremy Fitzhardinge · 16 years ago
  7. 87b935a x86: clean up formatting of __switch_to by Jeremy Fitzhardinge · 16 years ago
  8. 8840c0c x86_64: there's no need to preallocate level1_fixmap_pgt by Jeremy Fitzhardinge · 16 years ago
  9. c1f2f09 pvops-64: call paravirt_post_allocator_init() on setup_arch() by Eduardo Habkost · 16 years ago
  10. a312b37 x86/paravirt: call paravirt_pagetable_setup_{start, done} by Eduardo Habkost · 16 years ago
  11. 4515889 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  12. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  13. 260eddf Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  14. f2d9c74 ftrace: ftrace.txt updates by Steven Rostedt · 16 years ago
  15. 84c3d4a Merge commit 'origin/master' by Benjamin Herrenschmidt · 16 years ago
  16. fafa3a3 Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  17. 809d9a8 x86/PCI: ACPI based PCI gap calculation by Alok Kataria · 16 years ago
  18. cadc723 Merge branch 'bkl-removal' into next by Trond Myklebust · 16 years ago
  19. e89e896 Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  20. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  21. f839c4c NFSv4: Remove BKL from the nfsv4 state recovery by Trond Myklebust · 16 years ago
  22. a86dc49 SUNRPC: Remove the BKL from the callback functions by Trond Myklebust · 16 years ago
  23. c3cc8c0 NFS: Remove BKL from the readdir code by Trond Myklebust · 16 years ago
  24. 7656699 NFS: Remove BKL from the symlink code by Trond Myklebust · 16 years ago
  25. 52e2e8d NFS: Remove BKL from the sillydelete operations by Trond Myklebust · 16 years ago
  26. bd9bb45 NFS: Remove the BKL from the rename, rmdir and unlink operations by Trond Myklebust · 16 years ago
  27. fc0f684 NFS: Remove BKL from NFS lookup code by Trond Myklebust · 16 years ago
  28. fc81af5 NFS: Remove the BKL from nfs_link() by Trond Myklebust · 16 years ago
  29. f1e2eda NFS: Remove the BKL from the inode creation operations by Trond Myklebust · 16 years ago
  30. bba67e0 NFS: Remove BKL usage from open() by Trond Myklebust · 16 years ago
  31. b6a2e56 NFS: Remove BKL usage from the write path by Trond Myklebust · 16 years ago
  32. 4d80f2e NFS: Remove the BKL from the permission checking code by Trond Myklebust · 16 years ago
  33. fa6dc9d NFS: Remove attribute update related BKL references by Trond Myklebust · 16 years ago
  34. a3d0145 NFS: Remove BKL requirement from attribute updates by Trond Myklebust · 16 years ago
  35. 1b83d70 NFS: Protect inode->i_nlink updates using inode->i_lock by Trond Myklebust · 16 years ago
  36. d67d1c7 nfs: set correct fl_len in nlmclnt_test() by Felix Blyakher · 16 years ago
  37. c2e1b09 SUNRPC: Support registering IPv6 interfaces with local rpcbind daemon by Chuck Lever · 16 years ago
  38. babe80e SUNRPC: Refactor rpcb_register to make rpcbindv4 support easier by Chuck Lever · 16 years ago
  39. 423d8b0 SUNRPC: None of rpcb_create's callers wants a privileged source port by Chuck Lever · 16 years ago
  40. cc5598b SUNRPC: Introduce a specific rpcb_create for contacting localhost by Chuck Lever · 16 years ago
  41. 166b88d SUNRPC: Use correct XDR encoding procedure for rpcbind SET/UNSET by Chuck Lever · 16 years ago
  42. 7e2225d Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 16 years ago
  43. 3a628b0 Don't crash on IOMMU overflow in A100U2W driver by Mikulas Patocka · 16 years ago
  44. a5db334 BUG_ON on kernel misbehavior on A100U2W driver by Mikulas Patocka · 16 years ago
  45. 56d387e Add udelay to A100U2W SCSI driver by Mikulas Patocka · 16 years ago
  46. 987ff95 Fix endianity in A100U2W SCSI driver by Mikulas Patocka · 16 years ago
  47. 1e09481 Merge branch 'linus' into core/softlockup by Ingo Molnar · 16 years ago
  48. 63cf13b generic ipi function calls: wait on alloc failure fallback by Jeremy Fitzhardinge · 16 years ago
  49. 59190f4 Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  50. 64fd52a Merge branch 'core/rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  51. fe1a687 mm: fix build on non-mmu machines by Sebastian Siewior · 16 years ago
  52. de3b69d ftrace: maintainer by Steven Rostedt · 16 years ago
  53. 431ceb8 x86: fix TSC build error on 32bit by Thomas Gleixner · 16 years ago
  54. 367c8c7 lockd: Pass "struct sockaddr *" to new failover-by-IP function by Chuck Lever · 16 years ago
  55. f6f88e9 generic-ipi: more merge fallout by Ingo Molnar · 16 years ago
  56. b3c9816 generic-ipi: merge fix by Ingo Molnar · 16 years ago
  57. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  58. 560de0e lockd: get host reference in nlmsvc_create_block() instead of callers by J. Bruce Fields · 16 years ago
  59. 22a37bc Merge branch 'sbp2-spindown' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 16 years ago
  60. 849c529 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 16 years ago
  61. 6d7bbbb lockd: minor svclock.c style fixes by J. Bruce Fields · 16 years ago
  62. 0c17e4c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-rmk by Ben Dooks · 16 years ago
  63. 6c9fcaf Merge branch 'core/rcu' into core/rcu-for-linus by Ingo Molnar · 16 years ago
  64. 6cde4de lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_lock by Jeff Layton · 16 years ago
  65. 417e149 pcmcia: ide-cs: Remove outdated comment by Larry Finger · 16 years ago
  66. 002b90a pcmcia: fix cisinfo_t removal by Marc Zyngier · 16 years ago
  67. d93c768 pcmcia: fix return value in cm4000_cs.c by Dominik Brodowski · 16 years ago
  68. 8f920d5 lockd: eliminate duplicate nlmsvc_lookup_host call from nlmsvc_testlock by Jeff Layton · 16 years ago
  69. b9d2252 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 16 years ago
  70. b312bf3 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 16 years ago
  71. dc221ea Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 by Linus Torvalds · 16 years ago
  72. 98339cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 16 years ago
  73. cbbc4e8 ide-floppy: fix unfortunate function naming by Borislav Petkov · 16 years ago
  74. cd2abbf ide-tape: unify idetape_create_read/write_cmd by Borislav Petkov · 16 years ago
  75. 646c0cb ide: add ide_pc_intr() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  76. 55d82bf ide-{floppy,scsi}: read Status Register before stopping DMA engine by Bartlomiej Zolnierkiewicz · 16 years ago
  77. cdca5c1 ide-scsi: add more debugging to idescsi_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  78. c6b2d26 ide-scsi: use pc->callback by Bartlomiej Zolnierkiewicz · 16 years ago
  79. 4c93067 ide-floppy: add more debugging to idefloppy_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  80. 3e421d3 ide-tape: always log debug info in idetape_pc_intr() if debugging is enabled by Bartlomiej Zolnierkiewicz · 16 years ago
  81. 08424ac ide-tape: add ide_tape_io_buffers() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  82. 74e63e74 ide-tape: factor out DSC handling from idetape_pc_intr() by Bartlomiej Zolnierkiewicz · 16 years ago
  83. dd2e9a0 ide-{floppy,tape}: move checking of ->failed_pc to ->callback by Bartlomiej Zolnierkiewicz · 16 years ago
  84. 6bf1641 ide: add ide_issue_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  85. 28c7214 ide: add PC_FLAG_DRQ_INTERRUPT pc flag by Bartlomiej Zolnierkiewicz · 16 years ago
  86. 4cc1968 ide-scsi: move idescsi_map_sg() call out from idescsi_issue_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  87. 594c16d ide: add ide_transfer_pc() helper by Bartlomiej Zolnierkiewicz · 16 years ago
  88. f83cbc7 ide-scsi: set drive->scsi flag for devices handled by the driver by Bartlomiej Zolnierkiewicz · 16 years ago
  89. 794cc68 ide-{cd,floppy,tape}: remove checking for drive->scsi by Bartlomiej Zolnierkiewicz · 16 years ago
  90. 5d41893 ide: add PC_FLAG_ZIP_DRIVE pc flag by Bartlomiej Zolnierkiewicz · 16 years ago
  91. 5a7b75a ide-tape: factor out waiting for good ireason from idetape_transfer_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  92. 9fd13a2 ide-tape: set PC_FLAG_DMA_IN_PROGRESS flag in idetape_transfer_pc() by Bartlomiej Zolnierkiewicz · 16 years ago
  93. 6ffb664 ide-floppy: start DMA engine in idefloppy_transfer_pc1() by Bartlomiej Zolnierkiewicz · 16 years ago
  94. 5e33109 ide-{floppy,tape}: PC_FLAG_DMA_RECOMMENDED -> PC_FLAG_DMA_OK by Bartlomiej Zolnierkiewicz · 16 years ago
  95. 1b06e92 ide-{floppy,tape}: merge pc->idefloppy_callback and pc->idetape_callback by Bartlomiej Zolnierkiewicz · 16 years ago
  96. 81f4938 ide-floppy: merge callbacks by Borislav Petkov · 16 years ago
  97. 92f5daf ide-tape: make pc->idetape_callback void by Bartlomiej Zolnierkiewicz · 16 years ago
  98. 5985e6a ide-tape: merge callbacks by Bartlomiej Zolnierkiewicz · 16 years ago
  99. 258ec41 ide-tape: make idetape_retry_pc() void by Bartlomiej Zolnierkiewicz · 16 years ago
  100. 568ca92 ide-{floppy,tape,scsi}: log device name instead of driver name by Bartlomiej Zolnierkiewicz · 16 years ago