index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-29
arch/*/io.h: Add ioremap_uc() to all architectures
Luis R. Rodriguez
8
-0
/
+8
2015-07-21
drivers/video/fbdev/atyfb: Use arch_phys_wc_add() and ioremap_wc()
Luis R. Rodriguez
2
-32
/
+8
2015-07-21
drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UC
Luis R. Rodriguez
2
-23
/
+14
2015-07-21
drivers/video/fbdev/atyfb: Clarify ioremap() base and length used
Luis R. Rodriguez
1
-1
/
+15
2015-07-21
drivers/video/fbdev/atyfb: Carve out framebuffer length fudging into a helper
Luis R. Rodriguez
1
-8
/
+15
2015-07-21
x86/mm, asm-generic: Add IOMMU ioremap_uc() variant default
Luis R. Rodriguez
2
-1
/
+31
2015-07-20
x86/mm: Initialize pmd_idx in page_table_range_init_count()
Minfei Huang
1
-0
/
+1
2015-06-18
x86/mm/pat, drivers/infiniband/ipath: Use arch_phys_wc_add() and require PAT ...
Luis R. Rodriguez
4
-42
/
+26
2015-06-18
x86/mm/pat, drivers/media/ivtv: Use arch_phys_wc_add() and require PAT disabled
Luis R. Rodriguez
2
-35
/
+26
2015-06-07
drivers/block/pmem: Map NVDIMM in Write-Through mode
Toshi Kani
1
-2
/
+2
2015-06-07
x86/mm/pat: Add set_memory_wt() for Write-Through type
Toshi Kani
4
-17
/
+63
2015-06-07
x86/mm/pat: Extend set_page_memtype() to support Write-Through type
Toshi Kani
1
-30
/
+29
2015-06-07
x86/mm/pat: Add pgprot_writethrough()
Toshi Kani
3
-0
/
+14
2015-06-07
video/fbdev, asm/io.h: Remove ioremap_writethrough()
Toshi Kani
8
-22
/
+5
2015-06-07
arch/*/io.h: Add ioremap_wt() to all architectures
Toshi Kani
17
-0
/
+36
2015-06-07
x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings
Toshi Kani
5
-1
/
+39
2015-06-07
x86/mm: Teach is_new_memtype_allowed() about Write-Through type
Toshi Kani
1
-1
/
+7
2015-06-07
x86/mm/pat: Change reserve_memtype() for Write-Through type
Toshi Kani
1
-3
/
+14
2015-06-07
x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT type
Toshi Kani
1
-9
/
+50
2015-06-07
x86/mm/pat: Remove pat_enabled() checks
Borislav Petkov
4
-23
/
+10
2015-06-07
x86/mm/pat: Emulate PAT when it is disabled
Borislav Petkov
4
-34
/
+60
2015-06-07
x86/mm/pat: Untangle pat_init()
Borislav Petkov
1
-29
/
+40
2015-06-03
x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>
Stephen Rothwell
15
-2
/
+15
2015-05-28
x86/mm: Mark arch_ioremap_p{m,u}d_supported() __init
Jan Beulich
1
-2
/
+2
2015-05-27
x86/mm/pat: Export pat_enabled()
Luis R. Rodriguez
1
-0
/
+1
2015-05-27
x86/mm/pat: Wrap pat_enabled into a function API
Luis R. Rodriguez
7
-32
/
+24
2015-05-27
x86/mm/mtrr: Generalize runtime disabling of MTRRs
Luis R. Rodriguez
3
-10
/
+35
2015-05-27
x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()
Luis R. Rodriguez
5
-21
/
+14
2015-05-27
x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT...
Luis R. Rodriguez
3
-4
/
+52
2015-05-27
x86/mm/pat: Convert to pr_*() usage
Luis R. Rodriguez
3
-26
/
+26
2015-05-27
x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers
Toshi Kani
4
-28
/
+58
2015-05-27
x86/mm/mtrr: Clean up mtrr_type_lookup()
Toshi Kani
1
-52
/
+86
2015-05-27
x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs
Toshi Kani
4
-19
/
+47
2015-05-27
x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()
Toshi Kani
3
-8
/
+14
2015-05-27
x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entry
Toshi Kani
1
-10
/
+18
2015-05-27
x86/mm/kconfig: Simplify conditions for HAVE_ARCH_HUGE_VMAP
Toshi Kani
1
-1
/
+1
2015-05-27
Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha...
Ingo Molnar
495
-4452
/
+4894
2015-05-24
Linux 4.1-rc5
v4.1-rc5
Linus Torvalds
1
-1
/
+1
2015-05-24
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
13
-77
/
+71
2015-05-23
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-12
/
+29
2015-05-23
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+8
2015-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-13
/
+20
2015-05-23
Merge branch 'for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-0
/
+38
2015-05-22
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
30
-240
/
+190
2015-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
51
-105
/
+308
2015-05-22
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-9
/
+6
2015-05-22
Merge tag 'md/4.1-rc4-fixes' of git://neil.brown.name/md
Linus Torvalds
3
-3
/
+10
2015-05-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
6
-4
/
+70
2015-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-12
/
+13
2015-05-22
bridge: fix lockdep splat
Eric Dumazet
1
-0
/
+2
[next]