- d591b0a x86, AMD IOMMU: replace DEVID macro with a function by Joerg Roedel · 16 years ago
- 83f5aac x86, AMD IOMMU: fix device table entry size by Joerg Roedel · 16 years ago
- 0906372 x86, AMD IOMMU: replace self made size parsing with memparse call by Joerg Roedel · 16 years ago
- 5dc8bff x86, AMD IOMMU: replace memset with __GFP_ZERO for table allocation by Joerg Roedel · 16 years ago
- 2e22847 x86, AMD IOMMU: do runtime list initialization at compile time by Joerg Roedel · 16 years ago
- 58a3bee x86, AMD IOMMU: use true/false instead of 0/1 for bool value by Joerg Roedel · 16 years ago
- d0312b2 x86, AMD IOMMU: remove unneeded initializations from command buffer allocation by Joerg Roedel · 16 years ago
- d644953 x86, AMD IOMMU: rename struct command to iommu_cmd by Joerg Roedel · 16 years ago
- 136f78a x86, AMD IOMMU: add an emergency exit to the completion wait loop by Joerg Roedel · 16 years ago
- 9a836de x86, AMD IOMMU: remove unnecessary free checks from init code by Joerg Roedel · 16 years ago
- c571484 x86, AMD IOMMU: replace TBL_SIZE macro with a function by Joerg Roedel · 16 years ago
- 208ec8c x86, AMD IOMMU: replace UPDATE_LAST_BDF macro with a function by Joerg Roedel · 16 years ago
- 8ea80d7 x86, AMD IOMMU: replace HIGH_U32 macro with upper_32_bits function by Joerg Roedel · 16 years ago
- 431b2a2 x86, AMD IOMMU: add comments to core code by Joerg Roedel · 16 years ago
- b65233a x86, AMD IOMMU: add comments to the initialization code by Joerg Roedel · 16 years ago
- 5694703 x86, AMD IOMMU: add comments to amd_iommu_types.h by Joerg Roedel · 16 years ago
- 299a140 x86, AMD IOMMU: ignore detection of GART IOMMU by Joerg Roedel · 16 years ago
- 8b7fd21 x86: clean up amd_iommu documentation by FUJITA Tomonori · 16 years ago
- fb33969 x86, AMD IOMMU: remove unnecessary code from the iommu_enable function by Joerg Roedel · 16 years ago
- c1cbebe x86, AMD IOMMU: don't try to init IOMMU if early detect code did not detect one by Joerg Roedel · 16 years ago
- 8b14518 x86, AMD IOMMU: honor iommu=off instead of amd_iommu=off by Joerg Roedel · 16 years ago
- 999ba41 x86, AMD IOMMU: flush domain TLB when there is more than one page to flush by Joerg Roedel · 16 years ago
- 5f6a59d x86, AMD IOMMU: remove unnecessary set_bit_string by Joerg Roedel · 16 years ago
- 18d2220 x86, AMD IOMMU: more verbose Kconfig description text by Joerg Roedel · 16 years ago
- 7441e9c x86, AMD IOMMU: disable suspend/resume with IOMMU enabled (for now) by Joerg Roedel · 16 years ago
- 07c40e8 x86, AMD IOMMU: build fix #3 by Ingo Molnar · 16 years ago
- 92af4e2 x86, AMD IOMMU, build fix #2 by Ingo Molnar · 16 years ago
- 24d2ba0 x86, AMD IOMMU: build fix by Ingo Molnar · 16 years ago
- 54b4cbd x86, AMD IOMMU: add documentation for kernel parameters by Joerg Roedel · 16 years ago
- 919ee7d x86, AMD IOMMU: add MAINTAINERS entry by Joerg Roedel · 16 years ago
- a69ca34 AMD_IOMMU: call detect and initialization functions from dma code by Joerg Roedel · 16 years ago
- 8736197 x86, AMD IOMMU: initialize dma_ops from IOMMU initialization and enable IOMMUs by Joerg Roedel · 16 years ago
- c6da992 x86, AMD IOMMU: add amd_iommu.h to export functions to the generic x86 dma code by Joerg Roedel · 16 years ago
- 6631ee9 x86, AMD IOMMU: add dma_ops initialization function by Joerg Roedel · 16 years ago
- c432f3d x86, AMD IOMMU: add pre-allocation of protection domains by Joerg Roedel · 16 years ago
- 5d8b53c x86, AMD IOMMU: add mapping functions for coherent mappings by Joerg Roedel · 16 years ago
- 65b050a x86, AMD IOMMU: add mapping functions for scatter gather lists by Joerg Roedel · 16 years ago
- 4da70b9 x86, AMD IOMMU: add dma_ops mapping functions for single mappings by Joerg Roedel · 16 years ago
- cb76c32 x86, AMD IOMMU: add generic dma_ops mapping functions by Joerg Roedel · 16 years ago
- b20ac0d x86, AMD IOMMU: add functions to find IOMMU device resources by Joerg Roedel · 16 years ago
- ec487d1 x86, AMD IOMMU: add domain allocation and deallocation functions by Joerg Roedel · 16 years ago
- d308644 x86, AMD IOMMU: add address allocation and deallocation functions by Joerg Roedel · 16 years ago
- bd0e521 x86, AMD IOMMU: add functions to initialize unity mappings by Joerg Roedel · 16 years ago
- a19ae1e x86, AMD IOMMU: add functions to send IOMMU commands by Joerg Roedel · 16 years ago
- 000fca2 x86, AMD IOMMU: add amd_iommu.c to Makefile by Joerg Roedel · 16 years ago
- b6c0271 x86, AMD IOMMU: add generic defines and structures for mapping code by Joerg Roedel · 16 years ago
- 918ad6c x86, AMD IOMMU: add kernel command line parameters for AMD IOMMU by Joerg Roedel · 16 years ago
- ae7877d x86, AMD IOMMU: add early detection code by Joerg Roedel · 16 years ago
- fe74c9c x86, AMD IOMMU: clue initialization code together by Joerg Roedel · 16 years ago
- be2a022 x86, AMD IOMMU: add functions to parse IOMMU memory mapping requirements for devices by Joerg Roedel · 16 years ago
- e47d402 x86, AMD IOMMU: add detect code for AMD IOMMU hardware by Joerg Roedel · 16 years ago
- 5d0c8e4 x86, AMD IOMMU: add functions for IOMMU hardware initialization from ACPI by Joerg Roedel · 16 years ago
- 3566b77 x86, AMD IOMMU: add device table initialization functions by Joerg Roedel · 16 years ago
- b36ca91 x86, AMD IOMMU: add command buffer (de-)allocation by Joerg Roedel · 16 years ago
- b2026aa x86, AMD IOMMU: add functions for programming IOMMU MMIO space by Joerg Roedel · 16 years ago
- 6c56747 x86, AMD IOMMU: add functions for mapping/unmapping the MMIO space by Joerg Roedel · 16 years ago
- ca7ed05 x86, AMD IOMMU: add amd_iommu_init.c to Makefile by Joerg Roedel · 16 years ago
- 3e8064b x86, AMD IOMMU: add functions to find last possible PCI device for IOMMU by Joerg Roedel · 16 years ago
- 928abd2 x86, AMD IOMMU: add data structures to manage the IOMMUs in the system by Joerg Roedel · 16 years ago
- f6e2e6b x86, AMD IOMMU: add defines and structures for ACPI scanning code by Joerg Roedel · 16 years ago
- 8d283c3 x86, AMD IOMMU: add header file for driver data structures and defines by Joerg Roedel · 16 years ago
- 2b18872 x86, AMD IOMMU: add Kconfig entry by Joerg Roedel · 16 years ago
- 543cf4c Linux 2.6.26-rc8 by Linus Torvalds · 16 years ago
- bd8c540 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
- 035cfc6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 16 years ago
- 919c0d1 Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm by Linus Torvalds · 16 years ago
- de08341 Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog by Linus Torvalds · 16 years ago
- 9bf8a94 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 3b968b7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 16 years ago
- ea7b44c enable bus mastering on i915 at resume time by Jie Luo · 16 years ago
- 6b1ed90 KVM: Remove now unused structs from kvm_para.h by Gerd Hoffmann · 16 years ago
- f6e16d5 x86: KVM guest: Use the paravirt clocksource structs and functions by Gerd Hoffmann · 16 years ago
- 50d0a0f KVM: Make kvm host use the paravirt clocksource structs by Gerd Hoffmann · 16 years ago
- 1c7b67f x86: Make xen use the paravirt clocksource structs and functions by Gerd Hoffmann · 16 years ago
- 7af192c x86: Add structs and functions for paravirt clocksource by Gerd Hoffmann · 16 years ago
- 5af4e7a [GFS2] fix gfs2 block allocation (cleaned up) by Benjamin Marzinski · 16 years ago
- e2569b7 [IA64] Eliminate NULL test after alloc_bootmem in iosapic_alloc_rte() by Julia Lawall · 16 years ago
- 8097110 [IA64] Handle count==0 in sn2_ptc_proc_write() by Cliff Wickman · 16 years ago
- 2826f8c [IA64] Fix boot failure on ia64/sn2 by Jes Sorensen · 16 years ago
- aabdc3b kgdb: sparse fix by Jason Wessel · 16 years ago
- a606b5e kgdb: documentation update - remove kgdboe by Jason Wessel · 16 years ago
- 2849914 xen: remove support for non-PAE 32-bit by Jeremy Fitzhardinge · 17 years ago
- 17c15da [GFS2] BUG: unable to handle kernel paging request at ffff81002690e000 by Bob Peterson · 16 years ago
- 63842cc Revert "[WATCHDOG] hpwdt: Add CFLAGS to get driver working" by Wim Van Sebroeck · 16 years ago
- a9b21b6 KVM: VMX: Fix host msr corruption with preemption enabled by Avi Kivity · 16 years ago
- 4fa6b9c KVM: ioapic: fix lost interrupt when changing a device's irq by Avi Kivity · 16 years ago
- 6bf6a95 KVM: MMU: Fix oops on guest userspace access to guest pagetable by Avi Kivity · 16 years ago
- 3094538 KVM: MMU: large page update_pte issue with non-PAE 32-bit guests (resend) by Marcelo Tosatti · 16 years ago
- 6597ca0 KVM: MMU: Fix rmap_write_protect() hugepage iteration bug by Marcelo Tosatti · 16 years ago
- 06e0564 KVM: close timer injection race window in __vcpu_run by Marcelo Tosatti · 16 years ago
- d4acf7e KVM: Fix race between timer migration and vcpu migration by Marcelo Tosatti · 16 years ago
- 72c6e25 alpha: fix compile error in arch/alpha/mm/init.c by Thorsten Kranzkowski · 16 years ago
- 62786b9 Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 16 years ago
- 03fa9e8 NFS: nfs_updatepage(): don't mark page as dirty if an error occurred by Trond Myklebust · 16 years ago
- b7e2445 NFS: Fix filehandle size comparisons in the mount code by Trond Myklebust · 16 years ago
- 33852a1 NFS: Reduce the NFS mount code stack usage. by Trond Myklebust · 16 years ago
- 27f4837 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 0e05373 Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- ee5c2ab Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- f6837bf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 16 years ago