summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez2015-07-298-0/+8
* drivers/video/fbdev/atyfb: Use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-07-212-32/+8
* drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UCLuis R. Rodriguez2015-07-212-23/+14
* drivers/video/fbdev/atyfb: Clarify ioremap() base and length usedLuis R. Rodriguez2015-07-211-1/+15
* drivers/video/fbdev/atyfb: Carve out framebuffer length fudging into a helperLuis R. Rodriguez2015-07-211-8/+15
* x86/mm, asm-generic: Add IOMMU ioremap_uc() variant defaultLuis R. Rodriguez2015-07-212-1/+31
* x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang2015-07-201-0/+1
* x86/mm/pat, drivers/infiniband/ipath: Use arch_phys_wc_add() and require PAT ...Luis R. Rodriguez2015-06-184-42/+26
* x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabledLuis R. Rodriguez2015-06-182-35/+26
* drivers/block/pmem: Map NVDIMM in Write-Through modeToshi Kani2015-06-071-2/+2
* x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-074-17/+63
* x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani2015-06-071-30/+29
* x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-073-0/+14
* video/fbdev, asm/io.h: Remove ioremap_writethrough()Toshi Kani2015-06-078-22/+5
* arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani2015-06-0717-0/+36
* x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-075-1/+39
* x86/mm: Teach is_new_memtype_allowed() about Write-Through typeToshi Kani2015-06-071-1/+7
* x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani2015-06-071-3/+14
* x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani2015-06-071-9/+50
* x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-074-23/+10
* x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-074-34/+60
* x86/mm/pat: Untangle pat_init()Borislav Petkov2015-06-071-29/+40
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-0315-2/+15
* x86/mm: Mark arch_ioremap_p{m,u}d_supported() __initJan Beulich2015-05-281-2/+2
* x86/mm/pat: Export pat_enabled()Luis R. Rodriguez2015-05-271-0/+1
* x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-277-32/+24
* x86/mm/mtrr: Generalize runtime disabling of MTRRsLuis R. Rodriguez2015-05-273-10/+35
* x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez2015-05-275-21/+14
* x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT...Luis R. Rodriguez2015-05-273-4/+52
* x86/mm/pat: Convert to pr_*() usageLuis R. Rodriguez2015-05-273-26/+26
* x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-274-28/+58
* x86/mm/mtrr: Clean up mtrr_type_lookup()Toshi Kani2015-05-271-52/+86
* x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani2015-05-274-19/+47
* x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani2015-05-273-8/+14
* x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entryToshi Kani2015-05-271-10/+18
* x86/mm/kconfig: Simplify conditions for HAVE_ARCH_HUGE_VMAPToshi Kani2015-05-271-1/+1
* Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha...Ingo Molnar2015-05-27495-4452/+4894
|\
| * Linux 4.1-rc5v4.1-rc5Linus Torvalds2015-05-241-1/+1
| * Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-05-2413-77/+71
| |\
| | * MAINTAINERS: Revise lpfc maintainers for Avago Technologies ownership of EmulexJames Smart2015-05-181-3/+4
| | * MAINTAINERS, be2iscsi: change email domainMinh Tran2015-05-1810-38/+40
| | * sd: Disable support for 256 byte/sector disksMark Hounschell2015-05-181-14/+5
| | * lpfc: Fix breakage on big endian kernelsAlexey Kardashevskiy2015-05-111-20/+21
| | * storvsc: Set the SRB flags correctly when no data transfer is neededK. Y. Srinivasan2015-05-111-2/+1
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-05-232-12/+29
| |\ \
| | * | ktime: Fix ktime_divns to do signed divisionJohn Stultz2015-05-132-12/+29
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-231-1/+8
| |\ \ \
| | * | | irqchip/gicv3-its: ITS table size should not be smaller than PSZMinghuan Lian2015-05-201-1/+8
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-05-231-13/+20
| |\ \ \ \
| | * | | | Revert "libceph: clear r_req_lru_item in __unregister_linger_request()"Ilya Dryomov2015-05-201-2/+0
OpenPOWER on IntegriCloud