Age | Commit message (Expand) | Author | Files | Lines |
2010-04-08 | add random binaries to .gitignore | Jan III Sobieski | 1 | -0/+3 |
2010-03-03 | Rename .data.init to .data..init. | Denys Vlasenko | 1 | -1/+1 |
2010-03-03 | Rename .text.page_aligned to .text..page_aligned. | Denys Vlasenko | 2 | -2/+2 |
2010-03-03 | Rename .rodata.compressed to .rodata..compressed. | Denys Vlasenko | 2 | -3/+3 |
2010-03-03 | Rename .data.read_mostly to .data..read_mostly. | Denys Vlasenko | 1 | -1/+1 |
2010-03-03 | Rename .bss.page_aligned to .bss..page_aligned. | Tim Abbott | 1 | -1/+1 |
2010-03-03 | Rename .data.cacheline_aligned to .data..cacheline_aligned. | Tim Abbott | 1 | -1/+1 |
2010-01-29 | x86: get rid of the insane TIF_ABI_PENDING bit | H. Peter Anvin | 5 | -23/+13 |
2010-01-29 | Split 'flush_old_exec' into two functions | Linus Torvalds | 1 | -4/+6 |
2010-01-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2 | -95/+1 |
2010-01-28 | x86/PCI: remove IOH range fetching | Jeff Garrett | 2 | -95/+1 |
2010-01-27 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 13 | -865/+40 |
2010-01-26 | x86, msr/cpuid: Pass the number of minors when unregistering MSR and CPUID dr... | Russ Anderson | 2 | -2/+2 |
2010-01-25 | KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init() | Wei Yongjun | 1 | -2/+3 |
2010-01-25 | KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks | Wei Yongjun | 1 | -0/+1 |
2010-01-25 | KVM: MMU: bail out pagewalk on kvm_read_guest error | Marcelo Tosatti | 1 | -1/+3 |
2010-01-25 | KVM: x86: Fix host_mapping_level() | Sheng Yang | 1 | -4/+2 |
2010-01-25 | KVM: Fix race between APIC TMR and IRR | Avi Kivity | 1 | -5/+6 |
2010-01-23 | x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG) | H. Peter Anvin | 4 | -823/+0 |
2010-01-23 | Revert "x86: ucode-amd: Load ucode-patches once ..." | Andreas Herrmann | 3 | -39/+13 |
2010-01-23 | x86: Disable HPET MSI on ATI SB700/SB800 | Pallipadi, Venkatesh | 3 | -0/+22 |
2010-01-23 | x86: Set hotpluggable nodes in nodes_possible_map | David Rientjes | 1 | -1/+3 |
2010-01-21 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -3/+12 |
2010-01-21 | perf: x86: Add support for the ANY bit | Stephane Eranian | 2 | -0/+8 |
2010-01-20 | Merge branch 'misc' into release | Len Brown | 1 | -16/+6 |
2010-01-18 | x86, apic: use logical flat for systems with <= 8 logical cpus | Suresh Siddha | 2 | -19/+4 |
2010-01-18 | x86, apic: use physical mode for IBM summit platforms | Suresh Siddha | 1 | -0/+5 |
2010-01-17 | hw-breakpoints, perf: Fix broken mmiotrace due to dr6 by reference change | Luca Barbieri | 1 | -3/+4 |
2010-01-16 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 6 | -9/+39 |
2010-01-15 | x86, uv: Ensure hub revision set for all ACPI modes. | Russ Anderson | 1 | -1/+4 |
2010-01-15 | x86, uv: Add function retrieving node controller revision number | Jack Steiner | 2 | -0/+18 |
2010-01-13 | x86: xen: 64-bit kernel RPL should be 0 | Ian Campbell | 1 | -0/+4 |
2010-01-13 | x86: kernel_thread() -- initialize SS to a known state | Cyrill Gorcunov | 1 | -0/+2 |
2010-01-13 | x86/agp: Fix agp_amd64_init and agp_amd64_cleanup | FUJITA Tomonori | 1 | -0/+1 |
2010-01-13 | x86: SGI UV: Fix mapping of MMIO registers | Mike Travis | 1 | -7/+8 |
2010-01-13 | x86: mce.h: Fix warning in header checks | Alan Cox | 1 | -1/+2 |
2010-01-13 | perf: Stop stack frame walking off kernel addresses boundaries | Frederic Weisbecker | 1 | -6/+8 |
2010-01-11 | Revert "x86, apic: Use logical flat on intel with <= 8 logical cpus" | Ananth N Mavinakayanahalli | 2 | -19/+22 |
2010-01-11 | core, x86: make LIST_POISON less deadly | Avi Kivity | 1 | -0/+5 |
2010-01-11 | x86: add support for LZO-compressed kernels | Albin Tonnerre | 3 | -1/+9 |
2010-01-11 | mm: make totalhigh_pages unsigned long | Andreas Fenkart | 1 | -2/+1 |
2010-01-08 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -8/+17 |
2010-01-06 | x86, ACPI: delete acpi_boot_table_init() return value | Len Brown | 1 | -16/+6 |
2010-01-06 | x86, irq: Check move_in_progress before freeing the vector mapping | Suresh Siddha | 1 | -0/+7 |
2010-01-05 | Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-... | Rusty Russell | 1 | -1/+1 |
2010-01-05 | x86: copy_from_user() should not return -EFAULT | Heiko Carstens | 2 | -6/+4 |
2010-01-04 | Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu for pre-... | Rusty Russell | 1 | -1/+1 |
2010-01-04 | x86/pci: Intel ioh bus num reg accessing fix | Yinghai Lu | 1 | -0/+4 |
2010-01-04 | x86: Fix size for ex trampoline with 32bit | Yinghai Lu | 1 | -2/+2 |
2009-12-31 | Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |