| Commit message (Expand) | Author | Age | Files | Lines |
* | x86_64, cpa: Use only text section in set_kernel_text_rw/ro | Suresh Siddha | 2009-11-02 | 1 | -2/+10 |
* | x86_64, ftrace: Make ftrace use kernel identity mapping to modify code | Suresh Siddha | 2009-11-02 | 1 | -2/+1 |
* | x86, cpa: Fix kernel text RO checks in static_protection() | Suresh Siddha | 2009-11-02 | 3 | -6/+8 |
* | tracing: allow to change permissions for text with dynamic ftrace enabled | Steven Rostedt | 2009-10-27 | 1 | -1/+2 |
* | x86: Remove pfn in add_one_highpage_init() | Minchan Kim | 2009-10-23 | 1 | -2/+2 |
* | x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA | Suresh Siddha | 2009-10-20 | 2 | -1/+27 |
* | x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_... | Suresh Siddha | 2009-10-20 | 1 | -3/+3 |
* | x86: Interleave emulated nodes over physical nodes | David Rientjes | 2009-10-12 | 2 | -28/+184 |
* | x86: Export srat physical topology | David Rientjes | 2009-10-12 | 2 | -9/+23 |
* | x86: Export k8 physical topology | David Rientjes | 2009-10-12 | 5 | -21/+48 |
* | x86: Clean up and add missing log levels for k8 | David Rientjes | 2009-10-12 | 1 | -20/+19 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-26 | 4 | -66/+76 |
|\ |
|
| * | Merge branch 'linus' into x86/urgent | Ingo Molnar | 2009-09-24 | 4 | -25/+10 |
| |\ |
|
| * | | x86: Reduce verbosity of "PAT enabled" kernel message | Roland Dreier | 2009-09-24 | 1 | -2/+5 |
| * | | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Ingo Molnar | 2009-09-23 | 3 | -64/+71 |
| |\ \ |
|
| | * | | x86: split NX setup into separate file to limit unstack-protected code | Jeremy Fitzhardinge | 2009-09-21 | 3 | -65/+71 |
| | * | | xen: check EFER for NX before setting up GDT mapping | Jeremy Fitzhardinge | 2009-09-21 | 1 | -0/+1 |
* | | | | Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-09-24 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | agp/intel: Fix the pre-9xx chipset flush. | Eric Anholt | 2009-09-11 | 1 | -0/+1 |
* | | | | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 2009-09-24 | 1 | -4/+15 |
|\ \ \ \ \ |
|
| * | | | | | HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2 | Andi Kleen | 2009-09-16 | 1 | -4/+15 |
| | |_|/ /
| |/| | | |
|
* | | | | | cpumask: use mm_cpumask() wrapper: x86 | Rusty Russell | 2009-09-24 | 1 | -7/+8 |
| |_|_|/
|/| | | |
|
* | | | | kcore: register module area in generic way | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -3/+1 |
* | | | | kcore: use registerd physmem information | KAMEZAWA Hiroyuki | 2009-09-23 | 2 | -6/+1 |
* | | | | kcore: register text area in generic way | KAMEZAWA Hiroyuki | 2009-09-23 | 1 | -3/+1 |
* | | | | kcore: register vmalloc area in generic way | KAMEZAWA Hiroyuki | 2009-09-23 | 2 | -6/+2 |
* | | | | kcore: add kclist types | KAMEZAWA Hiroyuki | 2009-09-23 | 2 | -7/+8 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg... | Linus Torvalds | 2009-09-22 | 1 | -3/+0 |
|\ \ \ \ |
|
| * | | | | kmemcheck: remove useless check | Vegard Nossum | 2009-07-01 | 1 | -3/+0 |
| * | | | | kmemcheck: remove duplicated #include | Huang Weiyi | 2009-07-01 | 1 | -1/+0 |
* | | | | | mm: don't use alloc_bootmem_low() where not strictly needed | Jan Beulich | 2009-09-22 | 1 | -2/+2 |
* | | | | | arches: drop superfluous casts in nr_free_pages() callers | Geert Uytterhoeven | 2009-09-22 | 2 | -2/+2 |
* | | | | | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -4/+4 |
| |_|_|/
|/| | | |
|
* | | | | includecheck fix: x86, shadow.c | Jaswinder Singh Rajput | 2009-09-20 | 1 | -1/+0 |
* | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-09-17 | 2 | -12/+17 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Merge branch 'x86/pat' into x86/urgent | H. Peter Anvin | 2009-09-17 | 4 | -110/+296 |
| |\ \ \ |
|
| | * | | | x86, pat: don't use rb-tree based lookup in reserve_memtype() | Suresh Siddha | 2009-09-17 | 1 | -10/+2 |
| * | | | | x86: Increase MIN_GAP to include randomized stack | Michal Hocko | 2009-09-10 | 1 | -2/+15 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 2009-09-15 | 1 | -19/+2 |
|\ \ \ \ |
|
| * | | | | percpu: kill lpage first chunk allocator | Tejun Heo | 2009-08-14 | 1 | -19/+1 |
| * | | | | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 7 | -25/+51 |
| |\ \ \ \ |
|
| * | | | | | x86,percpu: generalize lpage first chunk allocator | Tejun Heo | 2009-07-04 | 1 | -0/+1 |
* | | | | | | Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-09-15 | 4 | -106/+300 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | x86, pat: Fix cacheflush address in change_page_attr_set_clr() | Jack Steiner | 2009-09-09 | 1 | -1/+7 |
| * | | | | | Merge branch 'x86/urgent' into x86/pat | H. Peter Anvin | 2009-08-26 | 9 | -31/+60 |
| |\ \ \ \ \ |
|
| | * | | | | | x86: Fix an incorrect argument of reserve_bootmem() | Amerigo Wang | 2009-08-21 | 1 | -1/+1 |
| * | | | | | | x86, pat: Sanity check remap_pfn_range for RAM region | Venkatesh Pallipadi | 2009-08-26 | 1 | -3/+21 |
| * | | | | | | x86, pat: Lookup the protection from memtype list on vm_insert_pfn() | Venkatesh Pallipadi | 2009-08-26 | 1 | -15/+9 |
| * | | | | | | x86, pat: Add lookup_memtype to get the current memtype of a paddr | Venkatesh Pallipadi | 2009-08-26 | 1 | -0/+45 |
| * | | | | | | x86, pat: Use page flags to track memtypes of RAM pages | Venkatesh Pallipadi | 2009-08-26 | 1 | -41/+50 |