summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | | libceph: request a new osdmap if lingering request maps to no osdIlya Dryomov2015-05-201-11/+20
| | |/ / /
| * | | | Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-233-0/+38
| |\ \ \ \
| | * | | | Btrfs: fix regression in raid level conversionChris Mason2015-05-201-0/+18
| | * | | | Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2015-05-192-0/+3
| | * | | | btrfs: clear 'ret' in btrfs_check_shared() loopMark Fasheh2015-05-191-0/+17
| * | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-05-2230-240/+190
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'drm-fixes-4.1' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2015-05-222-11/+11
| | |\ \ \ \ \
| | | * | | | | drm/radeon: fix error flag checking in native aux pathAlex Deucher2015-05-211-2/+0
| | | * | | | | drm/radeon: retry dcpd fetchAlex Deucher2015-05-211-9/+11
| | * | | | | | Merge tag 'drm-intel-fixes-2015-05-21' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-05-221-13/+11
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | drm/i915: fix screen flickeringThomas Gummerer2015-05-191-13/+11
| | | | |/ / / | | | |/| | |
| | * | | | | drm/msm/mdp5: fix incorrect parameter for msm_framebuffer_iova()Stephane Viau2015-05-211-1/+1
| | * | | | | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2015-05-2011-148/+92
| | |\ \ \ \ \
| | | * | | | | drm/exynos: dp: Lower level of EDID read success messageKrzysztof Kozlowski2015-05-191-1/+1