1. 6ce9fc1 x86: remove cpa warning by Ingo Molnar · 17 years ago
  2. bde1965 x86: remove now unused clear_kernel_mapping by Andi Kleen · 17 years ago
  3. 28d6ee4 x86: switch pci-gart over to using set_memory_np() instead of clear_kernel_mapping() by Andi Kleen · 17 years ago
  4. 64f351d x86: cpa selftest, skip non present entries by Thomas Gleixner · 17 years ago
  5. 07cf89c x86: CPA fix pagetable split by Thomas Gleixner · 17 years ago
  6. 31422c5 x86: rename LARGE_PAGE_SIZE to PMD_PAGE_SIZE by Andi Kleen · 17 years ago
  7. 9a14aef x86: cpa, fix lookup_address by Thomas Gleixner · 17 years ago
  8. 34508f6 x86: AMD Athlon X2 hard hang fix by Ingo Molnar · 17 years ago
  9. 65e074d x86: cpa, preserve large pages if possible by Thomas Gleixner · 17 years ago
  10. f4ae5da x86: cpa, check if we changed anything and tlb flushing is necessary by Thomas Gleixner · 17 years ago
  11. 72e458d x86: introduce struct cpa_data by Thomas Gleixner · 17 years ago
  12. 6bb8383 x86: cpa, only flush the cache if the caching attributes have changed by Andi Kleen · 17 years ago
  13. 9bf5a47 x86: cpa, add the PAT bit defines by Andi Kleen · 17 years ago
  14. 331e406 x86: CPA return early when requested feature is not available by Thomas Gleixner · 17 years ago
  15. 1c083eb x86: fix EFI mapping by Huang, Ying · 17 years ago
  16. f56d005 x86: no CPA on iounmap by Thomas Gleixner · 17 years ago
  17. 75ab43b x86: ioremap remove the range check of cpa by Thomas Gleixner · 17 years ago
  18. e66aadb x86: simplify __ioremap by Thomas Gleixner · 17 years ago
  19. 63c1dcf x86: CPA use the existing pfn in split as well by Thomas Gleixner · 17 years ago
  20. 626c2c9 x86: use the pfn from the page when change its attributes by Arjan van de Ven · 17 years ago
  21. cc0f21b x86: teach the static_protection function about high mappings by Arjan van de Ven · 17 years ago
  22. 16c02ed x86: add cpu mtrr init function definitions to mtrr.h by Harvey Harrison · 17 years ago
  23. b6d549a x86: add cpu init function defintions to cpu.h by Harvey Harrison · 17 years ago
  24. 7bb308a x86: small sparse fix in process_32.c by Harvey Harrison · 17 years ago
  25. e04f99c x86: add function prototype to vm86.h by Harvey Harrison · 17 years ago
  26. 73bdb73 x86: add include to cpu/intel.c by Harvey Harrison · 17 years ago
  27. 599db4f x86: remove final FASTCALL() uses by Harvey Harrison · 17 years ago
  28. 1fba387 x86: remove special NUMAQ support in io_32.h by Andi Kleen · 17 years ago
  29. c7e844f x86: move NUMAQ io handling into arch/x86/pci/numa.c by Andi Kleen · 17 years ago
  30. fa0c864 x86: cleanup - eliminate numbers in LDT allocation code by Cyrill Gorcunov · 17 years ago
  31. f5430f9 x86: update reference for PAE tlb flushing by Jeremy Fitzhardinge · 17 years ago
  32. edd6bcd x86: pud_clear: only reload cr3 if necessary by Jeremy Fitzhardinge · 17 years ago
  33. a67ad9c x86: revert "defer cr3 reload when doing pud_clear()" by Jeremy Fitzhardinge · 17 years ago
  34. e618c95 x86: unify PAE/non-PAE pgd_ctor by Jeremy Fitzhardinge · 17 years ago
  35. c66315e documentation: add Documentation/x86-64/00-INDEX by Rob Landley · 17 years ago
  36. 94a8a7a x86: remove misleading comments in trampoline_*.S by Pavel Machek · 17 years ago
  37. 9b42393 x86: sparse errors from string_32.h by Harvey Harrison · 17 years ago
  38. 9a6b344 x86: remove long dead cyrix mtrr code by Harvey Harrison · 17 years ago
  39. e1adbcf asm-generic/tlb.h: remove <linux/quicklist.h> by H. Peter Anvin · 17 years ago
  40. f0be6c6 x86 setup: print missing CPU features in cleartext by H. Peter Anvin · 17 years ago
  41. fa1408e x86: unify CPU feature string names by H. Peter Anvin · 17 years ago
  42. 84fb144 x86: reintroduce volatile keyword in prototype to clflush() by H. Peter Anvin · 17 years ago
  43. 2b06ac8 x86: cpuid, msr: use inode mutex instead of big kernel lock by H. Peter Anvin · 17 years ago
  44. 2347d93 x86: cpuid: allow querying %ecx-sensitive CPUID levels by H. Peter Anvin · 17 years ago
  45. 71713eee x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_64.h by H. Peter Anvin · 17 years ago
  46. 14e6d17 x86: use _ASM_EXTABLE macro in include/asm-x86/uaccess_32.h by H. Peter Anvin · 17 years ago
  47. 88976ee x86: use _ASM_EXTABLE macro in include/asm-x86/system.h by H. Peter Anvin · 17 years ago
  48. 7d24a82 x86: use _ASM_EXTABLE macro in include/asm-x86/msr.h by H. Peter Anvin · 17 years ago
  49. 92c37fa x86: use _ASM_EXTABLE macro in include/asm-x86/i387.h by H. Peter Anvin · 17 years ago
  50. 2532ec6 x86: use _ASM_EXTABLE macro in include/asm-x86/futex.h by H. Peter Anvin · 17 years ago
  51. f832ff1 x86: use _ASM_EXTABLE macro in arch/x86/mm/init_32.c by H. Peter Anvin · 17 years ago
  52. 8da804f x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_64.c by H. Peter Anvin · 17 years ago
  53. 28777441 x86: use _ASM_EXTABLE macro in arch/x86/lib/usercopy_32.c by H. Peter Anvin · 17 years ago
  54. e7a40d2 x86: use _ASM_EXTABLE macro in arch/x86/lib/mmx_32.c by H. Peter Anvin · 17 years ago
  55. 9290909 x86: use _ASM_EXTABLE macro in arch/x86/kernel/test_nx.c by H. Peter Anvin · 17 years ago
  56. a34746b x86: add _ASM_EXTABLE macro to <asm/asm.h> by H. Peter Anvin · 17 years ago
  57. 1622ac2 x86: define OBJCOPYFLAGS explicitly for each target. by Ian Campbell · 17 years ago
  58. cf89ec9 x86: reduce ifdef sections in fault.c by Harvey Harrison · 17 years ago
  59. 6118f76 x86: print out node_data addr and bootmap_start addr by Yinghai Lu · 17 years ago
  60. b50516fc x86: CPA remove bogus NX clear by Thomas Gleixner · 17 years ago
  61. 4cf3184 x86: mach-rdc321x Kconfig fix by Florian Fainelli · 17 years ago
  62. 3bc9a77 x86: rename module scx200_32 to scx200 by Sam Ravnborg · 17 years ago
  63. 3a900d8 x86: restore correct module name for apm by Sam Ravnborg · 17 years ago
  64. 262d5ee x86: VMI fix by Ingo Molnar · 17 years ago
  65. 38cb47b x86: relax RAM check in ioremap() by Ingo Molnar · 17 years ago
  66. 9135f19 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  67. 124d3b7 fix writev regression: pan hanging unkillable and un-straceable by Nick Piggin · 17 years ago
  68. 6598b60 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 17 years ago
  69. d59823f ide-tape: remove idetape_config_t typedef by Borislav Petkov · 17 years ago
  70. d99c9da ide-tape: remove mtio.h related comments by Borislav Petkov · 17 years ago
  71. 419d474 ide-tape: make function name more accurate by Borislav Petkov · 17 years ago
  72. fa36625 ide-tape: remove unused sense packet commands. by Borislav Petkov · 17 years ago
  73. 860ff5e ide-tape: use generic byteorder macros by Borislav Petkov · 17 years ago
  74. 4278c2d ide-tape: remove EXPERIMENTAL driver status by Borislav Petkov · 17 years ago
  75. 90699ce ide-tape: use generic scsi commands by Borislav Petkov · 17 years ago
  76. f011889 ide-tape: remove struct idetape_block_size_page_t by Borislav Petkov · 17 years ago
  77. 3238755 ide-tape: remove structs os_partition_t, os_dat_entry_t, os_dat_t by Borislav Petkov · 17 years ago
  78. 3cffb9c ide-tape: remove struct idetape_parameter_block_descriptor_t by Borislav Petkov · 17 years ago
  79. 496b92e ide-tape: remove struct idetape_medium_partition_page_t by Borislav Petkov · 17 years ago
  80. 64a0e08 ide-tape: remove struct idetape_data_compression_page_t by Borislav Petkov · 17 years ago
  81. 6d29c8f ide-tape: remove struct idetape_inquiry_result_t by Borislav Petkov · 17 years ago
  82. b642201 ide-tape: remove struct idetape_capabilities_page_t by Borislav Petkov · 17 years ago
  83. 55a5d29 ide-tape: remove IDETAPE_DEBUG_BUGS by Borislav Petkov · 17 years ago
  84. f79f93a ide-tape: remove IDETAPE_DEBUG_INFO by Borislav Petkov · 17 years ago
  85. 16422de3 ide-tape: dump gcw fields on error in idetape_identify_device() by Bartlomiej Zolnierkiewicz · 17 years ago
  86. 47314fa ide-tape: remove struct idetape_mode_parameter_header_t by Borislav Petkov · 17 years ago
  87. 1b5db43 ide-tape: remove struct idetape_request_sense_result_t by Borislav Petkov · 17 years ago
  88. c7ea8a1 ide-tape: remove dead code by Borislav Petkov · 17 years ago
  89. 5ce78af ide-tape: move historical changelog to Documentation/ide/ChangeLog.ide-tape.1995-2002 by Borislav Petkov · 17 years ago
  90. dcb425f ide-cs: use ide_std_init_ports() by Bartlomiej Zolnierkiewicz · 17 years ago
  91. 578cfa0 ide: move check_dma_crc() to ide-dma.c by Bartlomiej Zolnierkiewicz · 17 years ago
  92. 296921a ide: remove ide_auto_reduce_xfer() by Bartlomiej Zolnierkiewicz · 17 years ago
  93. 99ffbe0 ide: move drive->crc_count check out from check_dma_crc() by Bartlomiej Zolnierkiewicz · 17 years ago
  94. af10f77 ide: remove ide_ata66_check() by Bartlomiej Zolnierkiewicz · 17 years ago
  95. 5efe7c5 ide: remove set_transfer() by Bartlomiej Zolnierkiewicz · 17 years ago
  96. fa01717 ide: unexport SELECT_DRIVE() by Bartlomiej Zolnierkiewicz · 17 years ago
  97. 98d2a7a ide-scsi: remove needless SELECT_DRIVE() call by Bartlomiej Zolnierkiewicz · 17 years ago
  98. 629f944 ide: use __ide_set_handler() in ide_execute_command() by Bartlomiej Zolnierkiewicz · 17 years ago
  99. 835457d ide: remove SATA_*_REG macros by Bartlomiej Zolnierkiewicz · 17 years ago
  100. 92b83c8 ide: remove ->nice0 and ->nice2 fields from ide_drive_t by Bartlomiej Zolnierkiewicz · 17 years ago