summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86, pat: Sanity check remap_pfn_range for RAM regionVenkatesh Pallipadi2009-08-261-3/+21
* x86, pat: Lookup the protection from memtype list on vm_insert_pfn()Venkatesh Pallipadi2009-08-261-15/+9
* x86, pat: Add lookup_memtype to get the current memtype of a paddrVenkatesh Pallipadi2009-08-261-0/+45
* x86, pat: Use page flags to track memtypes of RAM pagesVenkatesh Pallipadi2009-08-262-43/+102
* x86, pat: Generalize the use of page flag PG_uncachedVenkatesh Pallipadi2009-08-263-2/+10
* x86, pat: Add rbtree to do quick lookup in memtype trackingVenkatesh Pallipadi2009-08-261-20/+86
* x86, pat: Add PAT reserve free to io_mapping* APIsVenkatesh Pallipadi2009-08-263-10/+43
* x86, pat: New i/f for driver to request memtype for IO regionsVenkatesh Pallipadi2009-08-262-0/+54
* x86, pat: ioremap to follow same PAT restrictions as other PAT usersVenkatesh Pallipadi2009-08-261-14/+3
* x86, pat: Keep identity maps consistent with mmaps even when pat_disabledVenkatesh Pallipadi2009-08-261-10/+3
* x86, mtrr: make mtrr_aps_delayed_init static boolH. Peter Anvin2009-08-212-4/+3
* x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha2009-08-215-10/+73
* generic-ipi: Allow cpus not yet online to call smp_call_function with irqs di...Suresh Siddha2009-08-211-6/+34
* x86: Use printk_once()Marcin Slusarz2009-08-092-9/+3
* x86/cpu: Clean up various files a bitAlan Cox2009-07-1111-129/+144
* x86: Remove duplicated #includeHuang Weiyi2009-07-111-1/+0
* x86, ipi: Clean up safe_smp_processor_id() by using the cpu_has_apic() macro ...Cyrill Gorcunov2009-07-101-1/+1
* x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded...Cyrill Gorcunov2009-07-102-2/+2
* x86: Further clean up of mtrr/generic.cIngo Molnar2009-07-051-29/+27
* x86: Clean up mtrr/main.cJaswinder Singh Rajput2009-07-041-213/+242
* x86: Clean up mtrr/state.cJaswinder Singh Rajput2009-07-041-28/+40
* x86: Clean up mtrr/mtrr.hJaswinder Singh Rajput2009-07-041-10/+9
* x86: Clean up mtrr/if.cJaswinder Singh Rajput2009-07-041-59/+76
* x86: Clean up mtrr/generic.cJaswinder Singh Rajput2009-07-041-135/+169
* x86: Clean up mtrr/cyrix.cJaswinder Singh Rajput2009-07-041-43/+51
* x86: Clean up mtrr/cleanup.cJaswinder Singh Rajput2009-07-041-174/+176
* x86: Clean up mtrr/centaur.cJaswinder Singh Rajput2009-07-041-133/+35
* x86: Clean up mtrr/amd.c:Jaswinder Singh Rajput2009-07-041-46/+51
* Merge branch 'linus' into x86/cleanupsIngo Molnar2009-07-041640-21509/+67254
|\
| * Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds2009-07-021-0/+3
| |\
| | * fs/notify/inotify: decrement user inotify count on closeKeith Packard2009-07-021-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-07-028-193/+423
| |\ \
| | * | Btrfs: fix error message formattingHu Tao2009-07-021-1/+1
| | * | Btrfs: fix use after free in btrfs_start_workers fail pathJiri Slaby2009-07-021-1/+1
| | * | Btrfs: honor nodatacow/sum mount options for new filesChris Mason2009-07-021-6/+7
| | * | Btrfs: update backrefs while dropping snapshotYan Zheng2009-07-024-181/+395
| | * | Btrfs: account for space we may use in fallocateJosef Bacik2009-07-021-1/+11
| | * | Btrfs: fix the file clone ioctl for preallocated extentsChris Mason2009-07-021-2/+4
| | * | Btrfs: don't log the inode in file_write while growing the fileChris Mason2009-07-021-1/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-07-026-13/+20
| |\ \ \
| | * | | [SCSI] cxgb3i: fix connection error when vlan is enabledKaren Xie2009-06-271-0/+4
| | * | | [SCSI] FC transport: Locking fix for common-code FC pass-through patchChristof Schmitt2009-06-261-2/+3
| | * | | [SCSI] zalon: fix oops on attach failureJames Bottomley2009-06-251-1/+1
| | * | | [SCSI] fnic: use DMA_BIT_MASK(nn) instead of deprecated DMA_nnBIT_MASKAbhijeet Joglekar2009-06-251-4/+4
| | * | | [SCSI] fnic: remove redundant BUG_ONs and fix checks on unsignedRoel Kluin2009-06-251-5/+2
| | * | | [SCSI] ibmvscsi: Fix module load hangBrian King2009-06-251-1/+6
| * | | | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-07-023-359/+353
| |\ \ \ \
| | * | | | intel-iommu: Don't keep freeing page zero in dma_pte_free_pagetable()David Woodhouse2009-07-021-2/+4
| | * | | | intel-iommu: Introduce first_pte_in_page() to simplify PTE-setting loopsDavid Woodhouse2009-07-021-11/+13
| | * | | | intel-iommu: Use cmpxchg64_local() for setting PTEsDavid Woodhouse2009-07-011-1/+1