1. d25dc7f Fix 'make clean' and .gitignore for firmware/ directory. by David Woodhouse · 16 years ago
  2. 77e4424 Merge branch 'linus' into x86/kprobes by Ingo Molnar · 16 years ago
  3. e785d3d ALSA: hda - Align BDL position adjustment parameter by Takashi Iwai · 16 years ago
  4. 34646bc x86, paravirt-spinlocks: fix boot hang by Ingo Molnar · 16 years ago
  5. 9af9857 x86: paravirt spinlocks, modular build fix by Ingo Molnar · 16 years ago
  6. 4bb689e x86: paravirt spinlocks, !CONFIG_SMP build fixes by Ingo Molnar · 16 years ago
  7. 2d9e1e2 xen: implement Xen-specific spinlocks by Jeremy Fitzhardinge · 16 years ago
  8. 56397f8 xen: use lock-byte spinlock implementation by Jeremy Fitzhardinge · 16 years ago
  9. 8efcbab paravirt: introduce a "lock-byte" spinlock implementation by Jeremy Fitzhardinge · 16 years ago
  10. 74d4aff x86/paravirt: add hooks for spinlock operations by Jeremy Fitzhardinge · 16 years ago
  11. 0940294 x86_64: adjust exception frame on paranoid exceptions by Jeremy Fitzhardinge · 16 years ago
  12. d5303b8 x86: xen: no need to disable vdso32 by Jeremy Fitzhardinge · 16 years ago
  13. 6a52e4b x86_64: further cleanup of 32-bit compat syscall mechanisms by Jeremy Fitzhardinge · 16 years ago
  14. 71415c6 x86, xen, vdso: fix build error by Ingo Molnar · 16 years ago
  15. 62541c3 xen64: disable 32-bit syscall/sysenter if not supported. by Jeremy Fitzhardinge · 16 years ago
  16. 6596f24 Revert "x86_64: there's no need to preallocate level1_fixmap_pgt" by Ingo Molnar · 16 years ago
  17. 1a8caee Blackfin arch: use local labels and ENDPROC() markings by Mike Frysinger · 16 years ago
  18. 7dee62a Blackfin arch: Do not need this dualcore test module in kernel. by Yi Li · 16 years ago
  19. 6717ef1 Revert "suspend, xen: enable PM_SLEEP for CONFIG_XEN" by Ingo Molnar · 16 years ago
  20. b3fe124 xen64: fix build error on 32-bit + !HIGHMEM by Ingo Molnar · 16 years ago
  21. 9c8a442 xen64: fix !HVC_XEN build dependency by Ingo Molnar · 16 years ago
  22. 51dd660 xen: update Kconfig to allow 64-bit Xen by Jeremy Fitzhardinge · 16 years ago
  23. 1153968 xen: implement Xen write_msr operation by Jeremy Fitzhardinge · 16 years ago
  24. bf18bf9 xen64: set up userspace syscall patch by Jeremy Fitzhardinge · 16 years ago
  25. 6fcac6d xen64: set up syscall and sysenter entrypoints for 64-bit by Jeremy Fitzhardinge · 16 years ago
  26. d6182fb xen64: allocate and manage user pagetables by Jeremy Fitzhardinge · 16 years ago
  27. c24481e xen64: save lots of registers by Jeremy Fitzhardinge · 16 years ago
  28. c05f1cf xen64: implement 64-bit update_descriptor by Jeremy Fitzhardinge · 16 years ago
  29. 8a95408 xen64: Clear %fs on xen_load_tls() by Eduardo Habkost · 16 years ago
  30. 4a5c3e7 xen64: implement failsafe callback by Jeremy Fitzhardinge · 16 years ago
  31. 0775b3d suspend, xen: enable PM_SLEEP for CONFIG_XEN by Jeremy Fitzhardinge · 16 years ago
  32. b7c3c5c xen: make sure the kernel command line is right by Jeremy Fitzhardinge · 16 years ago
  33. 5deb30d xen: rework pgd_walk to deal with 32/64 bit by Jeremy Fitzhardinge · 16 years ago
  34. a8fc108 xen64: implement xen_load_gs_index() by Eduardo Habkost · 16 years ago
  35. 45eb0d8 Xen64: HYPERVISOR_set_segment_base() implementation by Eduardo Habkost · 16 years ago
  36. 0725cbb xen64: add identity irq->vector map by Jeremy Fitzhardinge · 16 years ago
  37. 88459d4 xen64: register callbacks in arch-independent way by Jeremy Fitzhardinge · 16 years ago
  38. 952d1d7 xen64: add pvop for swapgs by Jeremy Fitzhardinge · 16 years ago
  39. 997409d xen64: deal with extra words Xen pushes onto exception frames by Jeremy Fitzhardinge · 16 years ago
  40. e176d36 xen64: xen_write_idt_entry() and cvt_gate_to_trap() by Eduardo Habkost · 16 years ago
  41. 836fe2f xen: use set_pte_vaddr by Jeremy Fitzhardinge · 16 years ago
  42. 8745f8b xen64: defer setting pagetable alloc/release ops by Jeremy Fitzhardinge · 16 years ago
  43. 4560a29 xen: set num_processors by Jeremy Fitzhardinge · 16 years ago
  44. ce803e7 xen64: use arbitrary_virt_to_machine for xen_set_pmd by Jeremy Fitzhardinge · 16 years ago
  45. ebd879e xen: fix truncation of machine address by Jeremy Fitzhardinge · 16 years ago
  46. 39dbc5b xen32: create initial mappings like 64-bit by Jeremy Fitzhardinge · 16 years ago
  47. d114e198 xen64: map an initial chunk of physical memory by Jeremy Fitzhardinge · 16 years ago
  48. 22911b3 xen64: 64-bit starts using set_pte from very early by Jeremy Fitzhardinge · 16 years ago
  49. 084a2a4 xen64: early mapping setup by Jeremy Fitzhardinge · 16 years ago
  50. 3d75e1b xen64: add hypervisor callbacks for events, etc by Jeremy Fitzhardinge · 16 years ago
  51. 7d087b6 xen: cpu_detect is 32-bit only by Jeremy Fitzhardinge · 16 years ago
  52. 15664f9 xen64: use set_fixmap for shared_info structure by Jeremy Fitzhardinge · 16 years ago
  53. cdacc12 xen64: add 64-bit assembler by Jeremy Fitzhardinge · 16 years ago
  54. 555cf2b xen64: add asm-offsets by Jeremy Fitzhardinge · 16 years ago
  55. 8c5e5ac xen64: add xen-head code to head_64.S by Jeremy Fitzhardinge · 16 years ago
  56. c7b7594 xen64: smp.c compile hacking by Jeremy Fitzhardinge · 16 years ago
  57. 5b09b28 x86_64: add workaround for no %gs-based percpu by Jeremy Fitzhardinge · 16 years ago
  58. a9e7062 xen: move smp setup into smp.c by Jeremy Fitzhardinge · 16 years ago
  59. ce87b3d xen64: get active_mm from the pda by Jeremy Fitzhardinge · 16 years ago
  60. f5d36de xen64: random ifdefs to mask out 32-bit only code by Jeremy Fitzhardinge · 16 years ago
  61. f6e5873 xen64: add extra pv_mmu_ops by Jeremy Fitzhardinge · 16 years ago
  62. e743590 xen64: fix calls into hypercall page by Jeremy Fitzhardinge · 16 years ago
  63. ca15f20 xen: fix 64-bit hypercall variants by Jeremy Fitzhardinge · 16 years ago
  64. 7077c33 xen: make ELF notes work for 32 and 64 bit by Jeremy Fitzhardinge · 16 years ago
  65. 48b5db2 xen64: define asm/xen/interface for 64-bit by Jeremy Fitzhardinge · 16 years ago
  66. 851fa3c xen: define set_pte from the outset by Jeremy Fitzhardinge · 16 years ago
  67. ad55db9 xen: add xen_arch_resume()/xen_timer_resume hook for ia64 support by Isaku Yamahata · 16 years ago
  68. 1ffb40b xen-netfront: fix xennet_release_tx_bufs() by Isaku Yamahata · 16 years ago
  69. 8ba6c2b xen: print backtrace on multicall failure by Jeremy Fitzhardinge · 16 years ago
  70. 7c33b1e x86_64: unstatic get_local_pda by Jeremy Fitzhardinge · 16 years ago
  71. 360c044 x86_64: adjust exception frame in ia32entry by Jeremy Fitzhardinge · 16 years ago
  72. cbcd79c x86: use __page_aligned_data/bss by Jeremy Fitzhardinge · 16 years ago
  73. 87b935a x86: clean up formatting of __switch_to by Jeremy Fitzhardinge · 16 years ago
  74. 8840c0c x86_64: there's no need to preallocate level1_fixmap_pgt by Jeremy Fitzhardinge · 16 years ago
  75. c1f2f09 pvops-64: call paravirt_post_allocator_init() on setup_arch() by Eduardo Habkost · 16 years ago
  76. a312b37 x86/paravirt: call paravirt_pagetable_setup_{start, done} by Eduardo Habkost · 16 years ago
  77. 4515889 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 16 years ago
  78. 89a93f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  79. 260eddf Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 16 years ago
  80. f2d9c74 ftrace: ftrace.txt updates by Steven Rostedt · 16 years ago
  81. 84c3d4a Merge commit 'origin/master' by Benjamin Herrenschmidt · 16 years ago
  82. 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
  83. 809d9a8 x86/PCI: ACPI based PCI gap calculation by Alok Kataria · 16 years ago
  84. cadc723 Merge branch 'bkl-removal' into next by Trond Myklebust · 16 years ago
  85. e89e896 Merge branch 'devel' into next by Trond Myklebust · 16 years ago
  86. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  87. f839c4c NFSv4: Remove BKL from the nfsv4 state recovery by Trond Myklebust · 16 years ago
  88. a86dc49 SUNRPC: Remove the BKL from the callback functions by Trond Myklebust · 16 years ago
  89. c3cc8c0 NFS: Remove BKL from the readdir code by Trond Myklebust · 16 years ago
  90. 7656699 NFS: Remove BKL from the symlink code by Trond Myklebust · 16 years ago
  91. 52e2e8d NFS: Remove BKL from the sillydelete operations by Trond Myklebust · 16 years ago
  92. bd9bb45 NFS: Remove the BKL from the rename, rmdir and unlink operations by Trond Myklebust · 16 years ago
  93. fc0f684 NFS: Remove BKL from NFS lookup code by Trond Myklebust · 16 years ago
  94. fc81af5 NFS: Remove the BKL from nfs_link() by Trond Myklebust · 16 years ago
  95. f1e2eda NFS: Remove the BKL from the inode creation operations by Trond Myklebust · 16 years ago
  96. bba67e0 NFS: Remove BKL usage from open() by Trond Myklebust · 16 years ago
  97. b6a2e56 NFS: Remove BKL usage from the write path by Trond Myklebust · 16 years ago
  98. 4d80f2e NFS: Remove the BKL from the permission checking code by Trond Myklebust · 16 years ago
  99. fa6dc9d NFS: Remove attribute update related BKL references by Trond Myklebust · 16 years ago
  100. a3d0145 NFS: Remove BKL requirement from attribute updates by Trond Myklebust · 16 years ago