| Commit message (Expand) | Author | Age | Files | Lines |
*---------------. | Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/... | Ingo Molnar | 2009-01-28 | 4 | -13/+27 |
|\ \ \ \ \ \ \ \ \ |
|
| | | | | | | | * | | x86: uaccess: introduce try and catch framework | Hiroshi Shimamoto | 2009-01-23 | 1 | -0/+6 |
| | | |_|_|_|_|/ /
| | |/| | | | | | |
|
| | | | | | | * | | x86 PAT: ioremap_wc should take resource_size_t parameter | venkatesh.pallipadi@intel.com | 2009-01-22 | 1 | -1/+1 |
| | | | | |_|/ /
| | | | |/| | | |
|
| | | | | | * | | x86: optimise page fault entry, cleanup | Johannes Weiner | 2009-01-21 | 1 | -1/+0 |
| | | * | | | | | x86: handle PAT more like other CPU features | H. Peter Anvin | 2009-01-23 | 1 | -11/+20 |
| | | |/ / / / |
|
* | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Ingo Molnar | 2009-01-27 | 1 | -0/+217 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86: move 64-bit NUMA code | Brian Gerst | 2009-01-27 | 1 | -0/+217 |
* | | | | | | | | Merge branch 'linus' into core/percpu | Ingo Molnar | 2009-01-27 | 6 | -47/+93 |
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-26 | 6 | -57/+120 |
| |\ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | /
| | | |_|_|_|/
| | |/| | | | |
|
| | * | | | | | x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn. | Eric Anholt | 2009-01-26 | 1 | -0/+10 |
| | * | | | | | x86: fix PTE corruption issue while mapping RAM using /dev/mem | Suresh Siddha | 2009-01-21 | 1 | -3/+3 |
| | * | | | | | x86: fix page attribute corruption with cpa() | Suresh Siddha | 2009-01-21 | 1 | -15/+34 |
| | * | | | | | x86: remove kernel_physical_mapping_init() from init section | Gary Hade | 2009-01-20 | 1 | -1/+1 |
| | * | | | | | x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta... | Jan Beulich | 2009-01-16 | 2 | -28/+45 |
* | | | | | | | Merge branch 'x86/mm' into core/percpu | Ingo Molnar | 2009-01-21 | 4 | -234/+287 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | x86: optimise x86's do_page_fault (C entry point for the page fault path) | Nick Piggin | 2009-01-20 | 1 | -182/+256 |
| |/ / / / / |
|
| * | | | / | Revert "x86 PAT: remove CPA WARN_ON for zero pte" | Linus Torvalds | 2009-01-15 | 2 | -38/+17 |
| | |_|_|/
| |/| | | |
|
* | | | | | x86: uv cleanup, build fix | Ingo Molnar | 2009-01-21 | 1 | -0/+1 |
* | | | | | x86, mm: move tlb.c to arch/x86/mm/ | Ingo Molnar | 2009-01-21 | 2 | -0/+298 |
* | | | | | Merge branch 'core/percpu' into stackprotector | Ingo Molnar | 2009-01-18 | 9 | -83/+127 |
|\ \ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---. \ \ \ \ | Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpu | Ingo Molnar | 2009-01-15 | 2 | -11/+27 |
| |\ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | / / /
| | | | |/ / /
| | | |_| / /
| | |/| | /
| | | | | /
| | | | |/
| | | |/| |
|
| | | | * | x86, pat: fix reserve_memtype() for legacy 1MB range | Suresh Siddha | 2009-01-14 | 1 | -10/+27 |
| | | * | | Merge branch 'linus' into x86/cleanups | Ingo Molnar | 2009-01-10 | 4 | -22/+14 |
| | | |\ \
| | | |/ /
| | |/| | |
|
| | | * | | x86: smp.h move zap_low_mappings declartion to tlbflush.h | Jaswinder Singh Rajput | 2009-01-07 | 1 | -1/+0 |
| * | | | | x86 PAT: remove CPA WARN_ON for zero pte | venkatesh.pallipadi@intel.com | 2009-01-13 | 2 | -17/+38 |
| * | | | | x86 PAT: return compatible mapping to remap_pfn_range callers | venkatesh.pallipadi@intel.com | 2009-01-13 | 1 | -15/+28 |
| * | | | | x86 PAT: change track_pfn_vma_new to take pgprot_t pointer param | venkatesh.pallipadi@intel.com | 2009-01-13 | 1 | -3/+3 |
| | |_|/
| |/| | |
|
| * | | | x86: avoid theoretical vmalloc fault loop | Andi Kleen | 2009-01-12 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-10 | 1 | -11/+9 |
| |\| |
|
| | * | x86: k8 numa register active regions later | Yinghai Lu | 2009-01-06 | 1 | -11/+9 |
| * | | trivial: replace last usages of __FUNCTION__ in kernel | Harvey Harrison | 2009-01-07 | 1 | -2/+2 |
| * | | resource: allow MMIO exclusivity for device drivers | Arjan van de Ven | 2009-01-07 | 2 | -0/+4 |
| * | | mm: show node to memory section relationship with symlinks in sysfs | Gary Hade | 2009-01-06 | 2 | -2/+2 |
| * | | mm: invoke oom-killer from page fault | Nick Piggin | 2009-01-06 | 1 | -18/+6 |
| |/ |
|
| * | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 2 | -3/+3 |
| |\ |
|
| | * | x86: prepare for cpumask iterators to only go to nr_cpu_ids | Mike Travis | 2008-12-16 | 2 | -3/+3 |
| * | | Fix compiler warning in arch/x86/mm/init_32.c | Ingo Brueckl | 2009-01-02 | 1 | -2/+6 |
* | | | Merge branch 'linus' into stackprotector | Ingo Molnar | 2008-12-31 | 15 | -201/+575 |
|\| | |
|
| * | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-12-30 | 1 | -0/+3 |
| |\ \ |
|
| | * | | x86: unify pci iommu setup and allow swiotlb to compile for 32 bit | Jeremy Fitzhardinge | 2008-12-17 | 1 | -0/+3 |
| * | | | Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2008-12-28 | 2 | -3/+2 |
| |\ \ \
| | | |/
| | |/| |
|
| | | | | |
| | | \ | |
| | *-. \ | Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace | Ingo Molnar | 2008-12-03 | 1 | -4/+7 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| | | | | | |
| | | \ \ | |
| | *-. | | | Merge branches 'tracing/profiling', 'tracing/options' and 'tracing/urgent' in... | Ingo Molnar | 2008-11-23 | 1 | -0/+35 |
| | |\ \| | |
|
| | * | | | | Merge branch 'tracing/urgent' into tracing/ftrace | Ingo Molnar | 2008-11-11 | 1 | -4/+4 |
| | |\| | | |
|
| | * | | | | Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 't... | Ingo Molnar | 2008-11-08 | 3 | -3/+61 |
| | |\ \ \ \ |
|
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | *---. \ \ \ \ | Merge branches 'tracing/ftrace', 'tracing/markers', 'tracing/mmiotrace', 'tra... | Ingo Molnar | 2008-11-03 | 2 | -3/+2 |
| | |\ \ \ \ \ \ \ |
|
| | | | * | | | | | | trace: add the MMIO-tracer to the tracer menu, cleanup | Pekka Paalanen | 2008-10-27 | 2 | -3/+2 |
| | | |/ / / / / / |
|
| * | | | | | | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-12-28 | 5 | -18/+266 |
| |\ \ \ \ \ \ \ \ |
|
| | | \ \ \ \ \ \ \ | |
| | | \ \ \ \ \ \ \ | |
| | *-. \ \ \ \ \ \ \ | Merge branches 'x86/pat2' and 'x86/fpu'; commit 'v2.6.28' into x86/core | Ingo Molnar | 2008-12-25 | 1 | -8/+8 |
| | |\ \ \ \ \ \ \ \ \
| | | | | |_|_|_|_|/ /
| | | | |/| | | | | | |
|
| | | * | | | | | | | | x86: PAT: fix address types in track_pfn_vma_new() | H. Peter Anvin | 2008-12-24 | 1 | -8/+8 |