Age | Commit message (Expand) | Author | Files | Lines |
2009-12-16 | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 1 | -1/+3 |
2009-12-16 | sanitize do_pipe_flags() callers in arch | Al Viro | 1 | -1/+0 |
2009-12-16 | iommu-helper: use bitmap library | Akinobu Mita | 3 | -8/+8 |
2009-12-16 | gru: function to generate chipset IPI values | Jack Steiner | 1 | -4/+20 |
2009-12-16 | x86: uv: update XPC to handle updated BIOS interface | Robin Holt | 2 | -16/+3 |
2009-12-16 | x86: uv: introduce uv_gpa_is_mmr | Robin Holt | 1 | -0/+7 |
2009-12-16 | x86: uv: introduce a means to translate from gpa -> socket_paddr | Robin Holt | 1 | -0/+13 |
2009-12-16 | dma-mapping: fix off-by-one error in dma_capable() | Jan Beulich | 1 | -1/+1 |
2009-12-16 | elf: kill USE_ELF_CORE_DUMP | Christoph Hellwig | 1 | -1/+0 |
2009-12-16 | ptrace: x86: change syscall_trace_leave() to rely on tracehook when stepping | Oleg Nesterov | 1 | -14/+7 |
2009-12-16 | ptrace: x86: implement user_single_step_siginfo() | Oleg Nesterov | 2 | -9/+23 |
2009-12-16 | x86: Add IA32_TSC_AUX MSR and use it | Sheng Yang | 2 | -2/+3 |
2009-12-16 | Merge branch 'bugzilla-14700' into release | Len Brown | 1 | -1/+1 |
2009-12-16 | x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers | H. Peter Anvin | 2 | -4/+5 |
2009-12-15 | x86: Fix kprobes build with non-gawk awk | Jonathan Nieder | 1 | -5/+5 |
2009-12-15 | Merge branch 'x86/mce' into x86/urgent | Ingo Molnar | 1 | -10/+12 |
2009-12-15 | Merge branch 'x86/asm' into x86/urgent | Ingo Molnar | 10 | -233/+148 |
2009-12-15 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 10 | -78/+78 |
2009-12-15 | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 1 | -7/+4 |
2009-12-15 | cs5535: drop the Geode-specific MFGPT/GPIO code | Andres Salomon | 5 | -712/+0 |
2009-12-15 | cs5535: define lxfb/gxfb MSRs in linux/cs5535.h | Andres Salomon | 1 | -13/+0 |
2009-12-15 | cs5535: move VSA2 checks into linux/cs5535.h | Andres Salomon | 3 | -43/+2 |
2009-12-15 | cs5535: move the DIVIL MSR definition into linux/cs5535.h | Andres Salomon | 2 | -3/+1 |
2009-12-15 | cs5535: add a generic MFGPT driver | Andres Salomon | 1 | -40/+0 |
2009-12-15 | ALSA: cs5535audio: free OLPC quirks from reliance on MGEODE_LX cpu optimization | Andres Salomon | 2 | -1/+2 |
2009-12-15 | cs5535-gpio: add AMD CS5535/CS5536 GPIO driver support | Andres Salomon | 1 | -27/+1 |
2009-12-15 | hugetlb: add generic definition of NUMA_NO_NODE | Lee Schermerhorn | 1 | -2/+7 |
2009-12-15 | x86: Split swiotlb initialization into two stages | FUJITA Tomonori | 3 | -11/+17 |
2009-12-15 | x86: don't export inline function | Rusty Russell | 1 | -1/+3 |
2009-12-15 | ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f. | Zhao Yakui | 1 | -1/+1 |
2009-12-15 | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 2 | -9/+9 |
2009-12-15 | locking: Convert raw_rwlock functions to arch_rwlock | Thomas Gleixner | 1 | -10/+10 |
2009-12-15 | locking: Convert raw_rwlock to arch_rwlock | Thomas Gleixner | 2 | -10/+10 |
2009-12-15 | locking: Convert __raw_spin* functions to arch_spin* | Thomas Gleixner | 5 | -28/+28 |
2009-12-15 | locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKED | Thomas Gleixner | 3 | -3/+3 |
2009-12-15 | locking: Convert raw_spinlock to arch_spinlock | Thomas Gleixner | 8 | -41/+41 |
2009-12-15 | x86: Regex support and known-movable symbols for relocs, fix _end | H. Peter Anvin | 2 | -31/+60 |
2009-12-14 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 22 | -78/+133 |
2009-12-14 | x86, msr: Remove incorrect, duplicated code in the MSR driver | H. Peter Anvin | 1 | -3/+2 |
2009-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 10 | -144/+221 |
2009-12-14 | x86, mce: Clean up thermal init by introducing intel_thermal_supported() | Hidetoshi Seto | 1 | -5/+12 |
2009-12-14 | x86, mce: Thermal monitoring depends on APIC being enabled | Cyrill Gorcunov | 1 | -2/+3 |
2009-12-14 | x86: Gart: fix breakage due to IOMMU initialization cleanup | Yinghai Lu | 2 | -6/+8 |
2009-12-14 | x86: Move swiotlb initialization before dma32_free_bootmem | FUJITA Tomonori | 1 | -1/+4 |
2009-12-14 | x86: Fix build warning in arch/x86/mm/mmio-mod.c | Joe Perches | 1 | -1/+1 |
2009-12-13 | x86: Fix duplicated UV BAU interrupt vector | Cliff Wickman | 1 | -1/+1 |
2009-12-12 | kbuild: move utsrelease.h to include/generated | Sam Ravnborg | 2 | -2/+2 |
2009-12-12 | kbuild: move compile.h to include/generated | Sam Ravnborg | 1 | -1/+1 |
2009-12-12 | kbuild: move asm-offsets.h to include/generated | Sam Ravnborg | 1 | -0/+1 |
2009-12-12 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 18 | -168/+221 |