Age | Commit message (Expand) | Author | Files | Lines |
2008-07-24 | access_process_vm device memory infrastructure | Rik van Riel | 1 | -0/+8 |
2008-07-14 | Merge branch 'auto-ftrace-next' into tracing/for-linus | Ingo Molnar | 1 | -1/+10 |
2008-07-12 | Merge branch 'linus' into x86/core | Ingo Molnar | 1 | -1/+24 |
2008-07-10 | x86: fix /dev/mem compatibility under PAT | Venkatesh Pallipadi | 1 | -1/+24 |
2008-07-08 | x86, 64-bit: adjust mapping of physical pagetables to work with Xen | Jeremy Fitzhardinge | 1 | -1/+1 |
2008-07-08 | x86, 64-bit: unify early_ioremap | Jeremy Fitzhardinge | 1 | -4/+1 |
2008-07-08 | build: add __page_aligned_data and __page_aligned_bss | Jeremy Fitzhardinge | 1 | -2/+1 |
2008-07-08 | Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu... | Ingo Molnar | 1 | -10/+11 |
2008-07-08 | x86: add sparse annotations to ioremap | Thomas Gleixner | 1 | -5/+5 |
2008-07-07 | Merge branch 'linus' into tracing/mmiotrace | Ingo Molnar | 1 | -2/+3 |
2008-06-24 | x86: introduce macro to check whether an address range is in the ISA range | Andreas Herrmann | 1 | -1/+1 |
2008-06-16 | Merge branch 'linus' into x86/pat | Ingo Molnar | 1 | -2/+3 |
2008-06-12 | x86: rename pat_wc_enabled to pat_enabled | Andreas Herrmann | 1 | -2/+2 |
2008-06-04 | x86: ioremap fix failing nesting check | Ingo Molnar | 1 | -2/+3 |
2008-05-24 | x86 mmiotrace: fix page-unaligned ioremaps | Pekka Paalanen | 1 | -1/+3 |
2008-05-24 | x86: mmiotrace, preview 2 | Pekka Paalanen | 1 | -1/+8 |
2008-04-30 | x86: ioremap ram check fix | Andres Salomon | 1 | -2/+3 |
2008-04-30 | x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_no... | Suresh Siddha | 1 | -4/+16 |
2008-04-30 | revert: "x86: ioremap(), extend check to all RAM pages" | Ingo Molnar | 1 | -2/+2 |
2008-04-28 | vmallocinfo: add caller information | Christoph Lameter | 1 | -6/+9 |
2008-04-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86... | Linus Torvalds | 1 | -0/+29 |
2008-04-24 | x86: rename paravirt_alloc_pt etc after the pagetable structure | Jeremy Fitzhardinge | 1 | -1/+1 |
2008-04-24 | x86: PAT avoid aliasing in /dev/mem read/write | venkatesh.pallipadi@intel.com | 1 | -0/+29 |
2008-04-19 | x86: fix arch/x86/mm/ioremap.c warning | Randy Dunlap | 1 | -2/+3 |
2008-04-17 | x86: ioremap of 64-bit resource on 32-bit kernel fix | Ingo Molnar | 1 | -2/+3 |
2008-04-17 | x86: PAT bug fix for attribute type check after reserve_memtype, debug | Venki Pallipadi | 1 | -2/+2 |
2008-04-17 | x86: PAT bug fix for attribute type check after reserve_memtype | Venki Pallipadi | 1 | -2/+9 |
2008-04-17 | x86: add PAT related debug prints | venkatesh.pallipadi@intel.com | 1 | -1/+5 |
2008-04-17 | x86: PAT add ioremap_wc() interface | venkatesh.pallipadi@intel.com | 1 | -0/+30 |
2008-04-17 | x86: PAT use reserve free memtype in set_memory_uc | venkatesh.pallipadi@intel.com | 1 | -2/+2 |
2008-04-17 | x86: PAT use reserve free memtype in ioremap and iounmap | venkatesh.pallipadi@intel.com | 1 | -7/+28 |
2008-04-17 | x86: PAT make ioremap_change_attr non-static | venkatesh.pallipadi@intel.com | 1 | -17/+12 |
2008-04-17 | x86: revert ucminus change | Ingo Molnar | 1 | -5/+1 |
2008-04-17 | x86: warn about RAM pages in ioremap() | Ingo Molnar | 1 | -2/+4 |
2008-04-17 | x86: ioremap(), extend check to all RAM pages | Ingo Molnar | 1 | -2/+3 |
2008-04-17 | x86: check physical address range in ioremap | Thomas Gleixner | 1 | -0/+19 |
2008-04-17 | x86: reduce arch/x86/mm/ioremap.o size | Ian Campbell | 1 | -2/+2 |
2008-03-26 | x86: fix performance drop for glx | Suresh Siddha | 1 | -1/+5 |
2008-03-24 | x86-32: Pass the full resource data to ioremap() | Linus Torvalds | 1 | -3/+3 |
2008-03-11 | x86: ioremap, remove WARN_ON() | Ingo Molnar | 1 | -2/+0 |
2008-02-29 | x86: fix leak un ioremap_page_range() failure | Ingo Molnar | 1 | -1/+1 |
2008-02-19 | Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+2 |
2008-02-19 | x86: fix page_is_ram() thinko | Arjan van de Ven | 1 | -8/+7 |
2008-02-19 | x86: fix WARN_ON() message: teach page_is_ram() about the special 4Kb bios da... | Arjan van de Ven | 1 | -0/+9 |
2008-02-19 | fix historic ioremap() abuse in AGP | Arjan van dev Ven | 1 | -0/+2 |
2008-02-13 | x86/early_ioremap: don't assume we're using swapper_pg_dir | Jeremy Fitzhardinge | 1 | -1/+3 |
2008-02-09 | x86: fix early_ioremap pagetable ops | Ian Campbell | 1 | -2/+2 |
2008-02-09 | x86: construct 32-bit boot time page tables in native format. | Ian Campbell | 1 | -24/+31 |
2008-02-04 | x86: no CPA on iounmap | Thomas Gleixner | 1 | -3/+0 |
2008-02-04 | x86: ioremap remove the range check of cpa | Thomas Gleixner | 1 | -15/+2 |