Age | Commit message (Expand) | Author | Files | Lines |
2010-02-22 | resource/PCI: mark struct resource as const | Dominik Brodowski | 1 | -1/+1 |
2010-02-22 | resource/PCI: align functions now return start of resource | Dominik Brodowski | 1 | -7/+5 |
2010-02-22 | x86/PCI: irq and pci_ids patch for Intel Cougar Point DeviceIDs | Seth Heasley | 1 | -0/+2 |
2010-02-22 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -25/+14 |
2010-02-20 | MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself | Russell King | 2 | -2/+2 |
2010-02-19 | x86, setup: Don't skip mode setting for the standard VGA modes | H. Peter Anvin | 1 | -8/+1 |
2010-02-19 | hw-breakpoint: Keep track of dr7 local enable bits | Frederic Weisbecker | 2 | -2/+7 |
2010-02-19 | hw-breakpoints: Accept breakpoints on NULL address | Frederic Weisbecker | 1 | -23/+7 |
2010-02-18 | x86-64, setup: Inhibit decompressor output if video info is invalid | H. Peter Anvin | 1 | -2/+0 |
2010-02-18 | x86, cacheinfo: Enable L3 CID only on AMD | Borislav Petkov | 1 | -88/+98 |
2010-02-18 | x86, cacheinfo: Remove NUMA dependency, fix for AMD Fam10h rev D1 | Borislav Petkov | 1 | -3/+3 |
2010-02-18 | Merge branches 'bugzilla-14886', 'bugzilla-15000', 'bugzilla-15040', 'bugzill... | Len Brown | 1 | -8/+0 |
2010-02-17 | x86, setup: When restoring the screen, update boot_params.screen_info | H. Peter Anvin | 1 | -0/+7 |
2010-02-17 | kmemcheck: Test the full object in kmemcheck_is_obj_initialized() | Catalin Marinas | 3 | -3/+17 |
2010-02-17 | x86: Convert tlbstate_lock to raw_spinlock | Thomas Gleixner | 1 | -4/+4 |
2010-02-17 | Merge branch 'linus' into x86/mm | Thomas Gleixner | 292 | -7270/+11523 |
2010-02-17 | tracing/kprobes: Make Kconfig dependencies generic | Heiko Carstens | 1 | -0/+1 |
2010-02-17 | tracing: Unify arch_syscall_addr() implementations | Mike Frysinger | 2 | -10/+2 |
2010-02-16 | x86-64: Allow fbdev primary video code | Dave Airlie | 2 | -6/+0 |
2010-02-16 | x86: Convert set_atomicity_lock to raw_spinlock | Thomas Gleixner | 1 | -3/+3 |
2010-02-16 | x86: ELF_PLAT_INIT() shouldn't worry about TIF_IA32 | Oleg Nesterov | 1 | -4/+1 |
2010-02-16 | x86: set_personality_ia32() misses force_personality32 | Oleg Nesterov | 1 | -0/+1 |
2010-02-16 | x86: Mark atomic irq ops raw for 32bit legacy | Ingo Molnar | 1 | -2/+2 |
2010-02-16 | ACPI: remove Asus P2B-DS from acpi=ht blacklist | Len Brown | 1 | -8/+0 |
2010-02-15 | x86, mtrr: Kill over the top warn | Alan Cox | 1 | -1/+1 |
2010-02-15 | x86, numa: Remove configurable node size support for numa emulation | David Rientjes | 1 | -147/+13 |
2010-02-15 | x86, numa: Add fixed node size option for numa emulation | David Rientjes | 3 | -14/+114 |
2010-02-15 | x86, numa: Fix numa emulation calculation of big nodes | David Rientjes | 1 | -1/+1 |
2010-02-13 | x86, cpu: Print AMD virtualization features in /proc/cpuinfo | Joerg Roedel | 2 | -0/+8 |
2010-02-13 | x86-64, rwsem: Avoid store forwarding hazard in __downgrade_write | Avi Kivity | 1 | -20/+5 |
2010-02-11 | x86, ptrace: regset extensions to support xstate | Suresh Siddha | 6 | -4/+186 |
2010-02-11 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -37/+31 |
2010-02-10 | x86, acpi: Map hotadded cpu to correct node. | Haicheng Li | 1 | -0/+21 |
2010-02-10 | Merge branch 'kvm-updates/2.6.33' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -4/+6 |
2010-02-09 | x86, apic: Don't use logical-flat mode when CPU hotplug may exceed 8 CPUs | Suresh Siddha | 6 | -34/+28 |
2010-02-09 | x86-32: Make AT_VECTOR_SIZE_ARCH=2 | Serge E. Hallyn | 1 | -2/+2 |
2010-02-09 | KVM: PIT: control word is write-only | Marcelo Tosatti | 1 | -0/+3 |
2010-02-09 | kvmclock: count total_sleep_time when updating guest clock | Jason Wang | 1 | -4/+3 |
2010-02-08 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c... | Linus Torvalds | 1 | -1/+2 |
2010-02-07 | x86/alternatives: Fix build warning | Masami Hiramatsu | 1 | -2/+4 |
2010-02-07 | x86: Remove trailing spaces in messages | Frans Pop | 9 | -13/+13 |
2010-02-05 | x86, uv: Update UV arch to target Legacy VGA I/O correctly. | Mike Travis | 3 | -1/+52 |
2010-02-05 | x86: Merge io.h | Brian Gerst | 3 | -325/+152 |
2010-02-05 | x86: Simplify flush_write_buffers() | Brian Gerst | 2 | -9/+9 |
2010-02-05 | x86: Clean up mem*io functions. | Brian Gerst | 5 | -49/+23 |
2010-02-05 | x86-64: Use BUILDIO in io_64.h | Brian Gerst | 1 | -75/+37 |
2010-02-05 | x86-64: Reorganize io_64.h | Brian Gerst | 1 | -41/+49 |
2010-02-05 | x86-32: Remove _local variants of in/out from io_32.h | Brian Gerst | 1 | -30/+4 |
2010-02-05 | x86-32: Move XQUAD definitions to numaq.h | Brian Gerst | 3 | -8/+5 |
2010-02-05 | clocksource: add argument to resume callback | Magnus Damm | 2 | -2/+2 |