Age | Commit message (Expand) | Author | Files | Lines |
2010-10-21 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -17/+31 |
2010-10-21 | Merge branch 'x86-x2apic-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+27 |
2010-10-21 | Merge branch 'x86-vmware-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -373/+0 |
2010-10-21 | Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+4 |
2010-10-21 | Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -1/+24 |
2010-10-21 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -1/+13 |
2010-10-21 | Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -23/+15 |
2010-10-21 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -136/+51 |
2010-10-21 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+20 |
2010-10-21 | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -2/+0 |
2010-10-21 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2010-10-21 | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -10/+26 |
2010-10-21 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -36/+76 |
2010-10-21 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -10/+32 |
2010-10-20 | apic, x86: Use BIOS settings for IBS and MCE threshold interrupt LVT offsets | Robert Richter | 1 | -3/+1 |
2010-10-20 | apic, x86: Check if EILVT APIC registers are available (AMD only) | Robert Richter | 1 | -0/+1 |
2010-10-19 | x86, mm: Hold mm->page_table_lock while doing vmalloc_sync | Jeremy Fitzhardinge | 1 | -0/+2 |
2010-10-19 | KVM: Fix fs/gs reload oops with invalid ldt | Avi Kivity | 1 | -24/+0 |
2010-10-18 | irq_work: Add generic hardirq context callbacks | Peter Zijlstra | 4 | -6/+6 |
2010-10-13 | x86-64, asm: If the assembler supports fxsave64, use it | H. Peter Anvin | 1 | -1/+1 |
2010-10-13 | Merge branch 'amd-iommu/2.6.37' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 11 | -14/+48 |
2010-10-13 | x86/amd-iommu: Update copyright headers | Joerg Roedel | 3 | -3/+3 |
2010-10-13 | x86/amd-iommu: Reenable AMD IOMMU if it's mysteriously vanished over suspend | Matthew Garrett | 1 | -6/+15 |
2010-10-12 | x86: uv: Clean up the direct access to irq_desc | Thomas Gleixner | 1 | -1/+0 |
2010-10-12 | x86: Make io_apic.c local functions static | Thomas Gleixner | 1 | -6/+0 |
2010-10-12 | x86: Speed up the irq_remapped check in hot pathes | Thomas Gleixner | 1 | -0/+8 |
2010-10-12 | x86: Embedd irq_2_iommu into irq_cfg | Thomas Gleixner | 1 | -0/+10 |
2010-10-12 | x86: Prepare the affinity common functions for taking struct irq_data * | Thomas Gleixner | 1 | -3/+3 |
2010-10-12 | x86: ioapic/hpet: Convert to new chip functions | Thomas Gleixner | 1 | -4/+6 |
2010-10-12 | x86: i8259: Convert to new irq_chip functions | Thomas Gleixner | 1 | -0/+2 |
2010-10-12 | Merge branch 'x86/urgent' of into irq/sparseirq | Thomas Gleixner | 5 | -2/+21 |
2010-10-12 | Merge branch 'x86/cleanups' into irq/sparseirq | Thomas Gleixner | 2 | -2/+0 |
2010-10-12 | Merge branch 'x86/x2apic' into irq/sparseirq | Thomas Gleixner | 1 | -0/+27 |
2010-10-08 | Merge commit 'v2.6.36-rc7' into perf/core | Ingo Molnar | 4 | -1/+20 |
2010-10-08 | x86, earlyprintk: Add hsu early console for Intel Medfield platform | Feng Tang | 1 | -0/+3 |
2010-10-08 | x86, earlyprintk: Add earlyprintk for Intel Moorestown platform | Feng Tang | 1 | -0/+5 |
2010-10-08 | x86: Add two helper macros for fixed address mapping | Feng Tang | 1 | -0/+15 |
2010-10-07 | x86, mrst: A function in a header file needs to be marked "inline" | H. Peter Anvin | 1 | -1/+1 |
2010-10-07 | x86-32: Fix sparse warning for the __PHYSICAL_MASK calculation | Namhyung Kim | 1 | -1/+1 |
2010-10-05 | x86, mm: Add RESERVE_BRK_ARRAY() helper | Jeremy Fitzhardinge | 1 | -0/+5 |
2010-10-01 | x86, amd: Extract compute unit information for AMD CPUs | Andreas Herrmann | 1 | -0/+2 |
2010-10-01 | Merge remote branch 'origin/x86/cpu' into x86/amd-nb | H. Peter Anvin | 1 | -1/+12 |
2010-09-27 | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -1/+1 |
2010-09-27 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -0/+18 |
2010-09-26 | x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatile | Alexander Chumachenko | 1 | -1/+1 |
2010-09-24 | x86/hwmon: fix initialization of coretemp | Jan Beulich | 1 | -0/+1 |
2010-09-24 | Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2 | -0/+18 |
2010-09-24 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2 | -0/+48 |
2010-09-23 | x86, olpc: Rework BIOS signature check | Daniel Drake | 1 | -0/+4 |
2010-09-23 | x86/amd-iommu: Work around S3 BIOS bug | Joerg Roedel | 2 | -0/+15 |