1. 5f033bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86 by Linus Torvalds · 18 years ago
  2. fd9be4c Merge branch 'ro-bind.b6' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 18 years ago
  3. b1af9cc Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 18 years ago
  4. cc216c5 Fix RCU list iterator use of 'rcu_dereference()' by Linus Torvalds · 18 years ago
  5. 34d0559 x86: UV startup of slave cpus by Jack Steiner · 18 years ago
  6. 098cb7f x86: integrate pci-dma.c by Glauber Costa · 18 years ago
  7. bb8ada9 x86: don't do dma if mask is NULL. by Glauber Costa · 18 years ago
  8. da60cab x86: return conditional to mmu by Glauber Costa · 18 years ago
  9. aa99b16 x86: remove kludge from x86_64 by Glauber Costa · 18 years ago
  10. 8f19ca1 x86: unify gfp masks by Glauber Costa · 18 years ago
  11. 5fa78ca x86: retry allocation if failed by Glauber Costa · 18 years ago
  12. 8779f2fc x86: don't try to allocate from DMA zone at first by Glauber Costa · 18 years ago
  13. 45a07e7 x86: use a fallback dev for i386 by Glauber Costa · 18 years ago
  14. d1a0790 x86: use numa allocation function in i386 by Glauber Costa · 18 years ago
  15. 71848d6 x86: remove virt_to_bus in pci-dma_64.c by Glauber Costa · 18 years ago
  16. 2e33e36 x86: adjust dma_free_coherent for i386 by Glauber Costa · 18 years ago
  17. cac6787 x86: move bad_dma_address by Glauber Costa · 18 years ago
  18. d09d815 x86: isolate coherent mapping functions by Glauber Costa · 18 years ago
  19. 8e8edc6 x86: move dma_coherent functions to pci-dma.c by Glauber Costa · 18 years ago
  20. fae9a0d x86: merge iommu initialization parameters by Glauber Costa · 18 years ago
  21. 8e0c379 x86: merge dma_supported by Glauber Costa · 18 years ago
  22. bca5c09 x86: move pci fixup to pci-dma.c by Glauber Costa · 18 years ago
  23. 116890d x86: move x86_64-specific to common code. by Glauber Costa · 18 years ago
  24. cb5867a x86: move initialization functions to pci-dma.c by Glauber Costa · 18 years ago
  25. f9c258d x86: unify pci-nommu by Glauber Costa · 18 years ago
  26. 85c246e x86: move definition to pci-dma.c by Glauber Costa · 18 years ago
  27. d741bde x86: use dma_length in i386 by Glauber Costa · 18 years ago
  28. 5b3e5b7 x86: use WARN_ON in mapping functions by Glauber Costa · 18 years ago
  29. 30db2cb x86: use sg_phys in x86_64 by Glauber Costa · 18 years ago
  30. e4dcdd6 x86: Add flush_write_buffers in nommu functions by Glauber Costa · 18 years ago
  31. 9f9ab46 x86: implement mapping_error in pci-nommu_64.c by Glauber Costa · 18 years ago
  32. d5df63f x86: delete empty functions from pci-nommu_64.c by Glauber Costa · 18 years ago
  33. 459121c9 x86: introduce pci-dma.c by Glauber Costa · 18 years ago
  34. 19e395a x86: move dma_supported and dma_set_mask to pci-dma_32.c, fix by Mark McLoughlin · 18 years ago
  35. b7107a3 x86: delete the arch-specific dma-mapping headers. by Glauber Costa · 18 years ago
  36. ae17a63b x86: move ARCH_HAS_DMA_DECLARE_COHERENT_MEMORY to dma-mapping.h by Glauber Costa · 18 years ago
  37. c786df0 x86: unify dma_mapping_error by Glauber Costa · 18 years ago
  38. 7c18341 x86: provide a bad_dma_address symbol for i386 by Glauber Costa · 18 years ago
  39. b48ee71 x86: align to clflush size by Glauber Costa · 18 years ago
  40. 802c1f6 x86: move dma_supported and dma_set_mask to pci-dma_32.c by Glauber Costa · 18 years ago
  41. 3cb6a91 x86: move dma_cache_sync to common header by Glauber Costa · 18 years ago
  42. 2be6214 x86: dma-ops on highmem fix by Ingo Molnar · 18 years ago
  43. 4d92fbf x86: move dma_map_page and dma_unmap_page to common header by Glauber Costa · 18 years ago
  44. 8d396de x86: move alloc and free coherent to common header by Glauber Costa · 18 years ago
  45. e7f3a91 x86: move dma_sync_sg_for_device to common header by Glauber Costa · 18 years ago
  46. ed435de x86: move dma_sync_sg_for_cpu to common header by Glauber Costa · 18 years ago
  47. 7136233 x86: move dma_sync_single_range_for_device to common header by Glauber Costa · 18 years ago
  48. 627610f x86: move dma_sync_single_range_for_cpu to common header by Glauber Costa · 18 years ago
  49. 9231b26 x86: move dma_sync_single_for_device to common header by Glauber Costa · 18 years ago
  50. c01dd8c x86: move dma_sync_single_for_cpu to common header by Glauber Costa · 18 years ago
  51. 72c784f x86: move dma_unmap_sg to common header by Glauber Costa · 18 years ago
  52. 16a3ce9 x86: move dma_map_sg to common header by Glauber Costa · 18 years ago
  53. 0cb0ae6 x86: move dma_unmap_single to common header by Glauber Costa · 18 years ago
  54. 22456b9 x86: implement dma_map_single through dma_ops by Glauber Costa · 18 years ago
  55. 6f53663 x86: move dma_ops struct definition to dma-mapping.h by Glauber Costa · 18 years ago
  56. 752bea4 x86: reserve dma32 early for gart by Yinghai Lu · 18 years ago
  57. 6ec6e0d srat, x86: add support for nodes spanning other nodes by Suresh Siddha · 18 years ago
  58. 8705a49 x86 vDSO: compile with -g, 64-bit by Roland McGrath · 18 years ago
  59. 2adee9b x86: fpu xstate split fix by Suresh Siddha · 18 years ago
  60. 1679f27 x86: fpu xstate split cleanup by Suresh Siddha · 18 years ago
  61. aa283f4 x86, fpu: lazy allocation of FPU area - v5 by Suresh Siddha · 18 years ago
  62. 61c4628 x86, fpu: split FPU state from task struct - v5 by Suresh Siddha · 18 years ago
  63. fa5c463 x86: rename find_max_pfn() to propagate_e820_map() by Ingo Molnar · 18 years ago
  64. d8bb6f4 x86: tsc prevent time going backwards by Thomas Gleixner · 18 years ago
  65. f132697 generic, x86: add tests for prctl PR_GET_TSC and PR_SET_TSC by Erik Bosman · 18 years ago
  66. 529e25f x86: implement prctl PR_GET_TSC and PR_SET_TSC by Erik Bosman · 18 years ago
  67. 8fb402b generic, x86: add prctl commands PR_GET_TSC and PR_SET_TSC by Erik Bosman · 18 years ago
  68. 5deb45e ftrace: add notrace annotations for NMI routines by Steven Rostedt · 18 years ago
  69. 4bd0160 x86: clean up =0 initializations in arch/x86/kernel/tsc_32.c by Pavel Machek · 18 years ago
  70. f5a1b19 x86: fix exec mappings comments by Jiri Slaby · 18 years ago
  71. 4a9f54c x86: cleanup: change _end to end_before_pgt by Yinghai Lu · 18 years ago
  72. 7c53976 x86: cleanup boot-heap usage by Alexander van Heukelum · 18 years ago
  73. 4c8337a x86: fix arch/x86/mm/ioremap.c warning by Randy Dunlap · 18 years ago
  74. 1a7a34a x86: e820_64, fix section mismatch warning by Jacek Luczak · 18 years ago
  75. 120d5bf x86: remove vm86.h inclusion from process_32.c by Jacek Luczak · 18 years ago
  76. cf9b111 x86: remove pointless comments by WANG Cong · 18 years ago
  77. a7d5ac8 x86: pageattr.c fix shadowed variable warning by Harvey Harrison · 18 years ago
  78. 8ce116e x86: clean up cpu capabilities accesses, p4-clockmod.c by Ingo Molnar · 18 years ago
  79. 2b8106a x86_64: do not reserve ramdisk two times by Yinghai Lu · 18 years ago
  80. 4a3575f x86: EFI_PAGE_SHIFT fix by Huang, Ying · 18 years ago
  81. f8dfd5e x86: KGDB build fix by Ingo Molnar · 18 years ago
  82. ad775f5 [PATCH] r/o bind mounts: debugging for missed calls by Dave Hansen · 18 years ago
  83. 2e4b7fc [PATCH] r/o bind mounts: honor mount writer counts at remount by Dave Hansen · 18 years ago
  84. 3d73363 [PATCH] r/o bind mounts: track numbers of writers to mounts by Dave Hansen · 18 years ago
  85. 2c463e9 [PATCH] r/o bind mounts: check mnt instead of superblock directly by Dave Hansen · 18 years ago
  86. ec82687 [PATCH] r/o bind mounts: elevate count for xfs timestamp updates by Dave Hansen · 18 years ago
  87. 2f676cb [PATCH] r/o bind mounts: make access() use new r/o helper by Dave Hansen · 18 years ago
  88. 9ac9b84 [PATCH] r/o bind mounts: write counts for truncate() by Dave Hansen · 18 years ago
  89. 2af482a [PATCH] r/o bind mounts: elevate write count for chmod/chown callers by Dave Hansen · 18 years ago
  90. 4a3fd21 [PATCH] r/o bind mounts: elevate write count for open()s by Dave Hansen · 18 years ago
  91. 42a74f2 [PATCH] r/o bind mounts: elevate write count for ioctls() by Dave Hansen · 18 years ago
  92. 20ddee2 [PATCH] r/o bind mounts: write count for file_update_time() by Dave Hansen · 18 years ago
  93. 74f9fdf [PATCH] r/o bind mounts: elevate write count for do_utimes() by Dave Hansen · 18 years ago
  94. cdb70f3 [PATCH] r/o bind mounts: write counts for touch_atime() by Dave Hansen · 18 years ago
  95. a761a1c [PATCH] r/o bind mounts: elevate write count for ncp_ioctl() by Dave Hansen · 18 years ago
  96. 18f335a [PATCH] r/o bind mounts: elevate write count for xattr_permission() callers by Dave Hansen · 18 years ago
  97. 9079b1e [PATCH] r/o bind mounts: get write access for vfs_rename() callers by Dave Hansen · 18 years ago
  98. 75c3f29 [PATCH] r/o bind mounts: write counts for link/symlink by Dave Hansen · 18 years ago
  99. 463c319 [PATCH] r/o bind mounts: get callers of vfs_mknod/create/mkdir() by Dave Hansen · 18 years ago
  100. 0622753 [PATCH] r/o bind mounts: elevate write count for rmdir and unlink. by Dave Hansen · 18 years ago