2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: replace DEVID macro with a function |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: fix device table entry size |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: replace self made size parsing with... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: replace memset with __GFP_ZERO for... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: do runtime list initialization at compi... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: use true/false instead of 0/1 for bool... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: remove unneeded initializations from... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: rename struct command to iommu_cmd |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: add an emergency exit to the completion... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: remove unnecessary free checks from... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: replace TBL_SIZE macro with a function |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: replace UPDATE_LAST_BDF macro with... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: replace HIGH_U32 macro with upper_32_bi... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: add comments to core code |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: add comments to the initialization... |
commit | commitdiff | tree | snapshot |
2008-07-11 |
Joerg Roedel | x86, AMD IOMMU: add comments to amd_iommu_types.h |
commit | commitdiff | tree | snapshot |
2008-07-09 |
Joerg Roedel | x86, AMD IOMMU: ignore detection of GART IOMMU |
commit | commitdiff | tree | snapshot |
2008-07-07 |
FUJITA Tomonori | x86: clean up amd_iommu documentation |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Joerg Roedel | x86, AMD IOMMU: remove unnecessary code from the iommu_... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Joerg Roedel | x86, AMD IOMMU: don't try to init IOMMU if early detect... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Joerg Roedel | x86, AMD IOMMU: honor iommu=off instead of amd_iommu=off |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Joerg Roedel | x86, AMD IOMMU: flush domain TLB when there is more... |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Joerg Roedel | x86, AMD IOMMU: remove unnecessary set_bit_string |
commit | commitdiff | tree | snapshot |
2008-07-04 |
Joerg Roedel | x86, AMD IOMMU: more verbose Kconfig description text |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Joerg Roedel | x86, AMD IOMMU: disable suspend/resume with IOMMU enabl... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Ingo Molnar | x86, AMD IOMMU: build fix #3 |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Ingo Molnar | x86, AMD IOMMU, build fix #2 |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Ingo Molnar | x86, AMD IOMMU: build fix |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add documentation for kernel parameters |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add MAINTAINERS entry |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | AMD_IOMMU: call detect and initialization functions... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: initialize dma_ops from IOMMU initializ... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add amd_iommu.h to export functions... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add dma_ops initialization function |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add pre-allocation of protection domains |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add mapping functions for coherent... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add mapping functions for scatter gathe... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add dma_ops mapping functions for singl... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add generic dma_ops mapping functions |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add functions to find IOMMU device... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add domain allocation and deallocation... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add address allocation and deallocation... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add functions to initialize unity mappings |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add functions to send IOMMU commands |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add amd_iommu.c to Makefile |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add generic defines and structures... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add kernel command line parameters... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add early detection code |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: clue initialization code together |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add functions to parse IOMMU memory... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add detect code for AMD IOMMU hardware |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add functions for IOMMU hardware initia... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add device table initialization functions |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add command buffer (de-)allocation |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add functions for programming IOMMU... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add functions for mapping/unmapping... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add amd_iommu_init.c to Makefile |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add functions to find last possible... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add data structures to manage the IOMMU... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add defines and structures for ACPI... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add header file for driver data structu... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Joerg Roedel | x86, AMD IOMMU: add Kconfig entry |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Linus Torvalds | Linux 2.6.26-rc8 v2.6.26-rc8 |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Linus Torvalds | Merge branch 'release' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Linus Torvalds | Merge branch 'kvm-updates-2.6.26' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Linus Torvalds | Merge branch 'x86-fixes-for-linus' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Linus Torvalds | Merge branch 'for_linus' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jie Luo | enable bus mastering on i915 at resume time |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Gerd Hoffmann | KVM: Remove now unused structs from kvm_para.h |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Gerd Hoffmann | x86: KVM guest: Use the paravirt clocksource structs... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Gerd Hoffmann | KVM: Make kvm host use the paravirt clocksource structs |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Gerd Hoffmann | x86: Make xen use the paravirt clocksource structs... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Gerd Hoffmann | x86: Add structs and functions for paravirt clocksource |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Benjamin Marzinski | [GFS2] fix gfs2 block allocation (cleaned up) |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Julia Lawall | [IA64] Eliminate NULL test after alloc_bootmem in iosap... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Cliff Wickman | [IA64] Handle count==0 in sn2_ptc_proc_write() |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jes Sorensen | [IA64] Fix boot failure on ia64/sn2 |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jason Wessel | kgdb: sparse fix |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jason Wessel | kgdb: documentation update - remove kgdboe |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Jeremy Fitzhardinge | xen: remove support for non-PAE 32-bit |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Bob Peterson | [GFS2] BUG: unable to handle kernel paging request... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Wim Van Sebroeck | Revert "[WATCHDOG] hpwdt: Add CFLAGS to get driver... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Avi Kivity | KVM: VMX: Fix host msr corruption with preemption enabled |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Avi Kivity | KVM: ioapic: fix lost interrupt when changing a device... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Avi Kivity | KVM: MMU: Fix oops on guest userspace access to guest... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Marcelo Tosatti | KVM: MMU: large page update_pte issue with non-PAE... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Marcelo Tosatti | KVM: MMU: Fix rmap_write_protect() hugepage iteration bug |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Marcelo Tosatti | KVM: close timer injection race window in __vcpu_run |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Marcelo Tosatti | KVM: Fix race between timer migration and vcpu migration |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Thorsten Kranzkowski | alpha: fix compile error in arch/alpha/mm/init.c |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Linus Torvalds | Merge branch 'hotfixes' of git://git.linux-nfs.org... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Trond Myklebust | NFS: nfs_updatepage(): don't mark page as dirty if... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Trond Myklebust | NFS: Fix filehandle size comparisons in the mount code |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Trond Myklebust | NFS: Reduce the NFS mount code stack usage. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Linus Torvalds | Merge branch 'core-fixes-for-linus' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Linus Torvalds | Merge branch 'sched-fixes-for-linus' of git://git.kerne... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Linus Torvalds | Merge branch 'x86-fixes-for-linus' of git://git.kernel... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Linus Torvalds | Merge branch 'for-linus' of git://git.kernel.org/pub... |
commit | commitdiff | tree | snapshot |
next |