index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
i386
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
i386: move mm
Thomas Gleixner
2007-10-11
13
-3602
/
+0
*
i386: prepare shared mm/Makefile
Thomas Gleixner
2007-10-11
2
-10
/
+15
*
i386: prepare shared mm/fault.c
Thomas Gleixner
2007-10-11
2
-1
/
+1
*
i386: prepare shared mm/pageattr.c
Thomas Gleixner
2007-10-11
2
-1
/
+1
*
i386: prepare shared mm/highmem.c
Thomas Gleixner
2007-10-11
2
-1
/
+1
*
i386: prepare shared mm/pgtable.c
Thomas Gleixner
2007-10-11
2
-1
/
+1
*
i386: prepare shared mm/extable.c
Thomas Gleixner
2007-10-11
2
-1
/
+1
*
i386: prepare shared mm/boot_ioremap.c
Thomas Gleixner
2007-10-11
1
-0
/
+0
*
i386: prepare shared mm/mmap.c
Thomas Gleixner
2007-10-11
2
-1
/
+1
*
i386: prepare shared mm/init.c
Thomas Gleixner
2007-10-11
2
-1
/
+1
*
i386: prepare shared mm/discontig.c
Thomas Gleixner
2007-10-11
2
-1
/
+1
*
i386: prepare shared mm/ioremap.c
Thomas Gleixner
2007-10-11
2
-2
/
+2
*
revert "highmem: catch illegal nesting"
Andrew Morton
2007-09-11
1
-4
/
+3
*
hugepage: fix broken check for offset alignment in hugepage mappings
David Gibson
2007-08-31
1
-1
/
+1
*
Fix lazy mode vmalloc synchronization for paravirt
Zachary Amsden
2007-08-22
1
-2
/
+3
*
x86: Disable CLFLUSH support again
Andi Kleen
2007-08-11
1
-1
/
+1
*
Replace CONFIG_SOFTWARE_SUSPEND with CONFIG_HIBERNATION
Rafael J. Wysocki
2007-07-29
1
-1
/
+1
*
Revert most of "x86: Fix alternatives and kprobes to remap write-protected ke...
Linus Torvalds
2007-07-26
1
-3
/
+11
*
ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from source
Len Brown
2007-07-25
1
-1
/
+1
*
x86: Fix alternatives and kprobes to remap write-protected kernel text
Andi Kleen
2007-07-22
1
-11
/
+3
*
x86: i386-show-unhandled-signals-v3
Masoud Asgharifard Sharbiani
2007-07-22
1
-0
/
+10
*
i386: fix iounmap's use of vm_struct's size field
Jeremy Fitzhardinge
2007-07-21
1
-1
/
+1
*
i386: pgd_{c,d}tor() static
Adrian Bunk
2007-07-21
1
-3
/
+3
*
i386: minor nx handling adjustment
Jan Beulich
2007-07-21
1
-3
/
+4
*
x86: Always flush pages in change_page_attr
Andi Kleen
2007-07-21
1
-3
/
+17
*
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
2007-07-20
1
-2
/
+1
*
mm: fault feedback #2
Nick Piggin
2007-07-19
1
-12
/
+11
*
paravirt: export __supported_pte_mask
Jeremy Fitzhardinge
2007-07-18
1
-0
/
+1
*
paravirt: add an "mm" argument to alloc_pt
Jeremy Fitzhardinge
2007-07-18
2
-2
/
+2
*
Allow DEBUG_RODATA and KPROBES to co-exist
Arjan van de Ven
2007-06-21
1
-1
/
+2
*
x86: change_page_attr bandaids
Andi Kleen
2007-06-20
1
-12
/
+18
*
enable interrupts in user path of page fault.
Steven Rostedt
2007-06-07
1
-0
/
+5
*
Detach sched.h from mm.h
Alexey Dobriyan
2007-05-21
1
-0
/
+1
*
x86: Fix discontigmem + non-HIGHMEM compile
Linus Torvalds
2007-05-15
1
-6
/
+3
*
SLUB: i386 support
Christoph Lameter
2007-05-12
2
-16
/
+17
*
header cleaning: don't include smp_lock.h when not used
Randy Dunlap
2007-05-08
2
-2
/
+0
*
move die notifier handling to common code
Christoph Hellwig
2007-05-08
1
-1
/
+2
*
use SLAB_PANIC flag cleanup
Akinobu Mita
2007-05-08
1
-7
/
+2
*
get_unmapped_area handles MAP_FIXED on i386
Benjamin Herrenschmidt
2007-05-07
1
-0
/
+6
*
Revert "[PATCH] x86: __pa and __pa_symbol address space separation"
Linus Torvalds
2007-05-07
1
-8
/
+7
*
[PATCH] i386: PARAVIRT: flush lazy mmu updates on kunmap_atomic
Jeremy Fitzhardinge
2007-05-02
1
-0
/
+1
*
[PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pages
Jeremy Fitzhardinge
2007-05-02
1
-2
/
+7
*
[PATCH] i386: PARAVIRT: Allow paravirt backend to choose kernel PMD sharing
Jeremy Fitzhardinge
2007-05-02
4
-24
/
+89
*
[PATCH] i386: PARAVIRT: Hooks to set up initial pagetable
Jeremy Fitzhardinge
2007-05-02
1
-47
/
+91
*
[PATCH] i386: Relocate VDSO ELF headers to match mapped location with COMPAT_...
Jeremy Fitzhardinge
2007-05-02
1
-6
/
+0
*
[PATCH] x86: tighten kernel image page access rights
Jan Beulich
2007-05-02
1
-6
/
+19
*
[PATCH] x86: Improve handling of kernel mappings in change_page_attr
Jan Beulich
2007-05-02
1
-2
/
+2
*
[PATCH] x86: __pa and __pa_symbol address space separation
Vivek Goyal
2007-05-02
1
-7
/
+8
*
[PATCH] i386: adjustments to page table dump during oops (v4)
Jan Beulich
2007-05-02
1
-20
/
+35
*
[PATCH] Proper fix for highmem kmap_atomic functions for VMI for 2.6.21
Zachary Amsden
2007-04-08
1
-0
/
+2
[next]