x86: use symbolic constants for MSR_IA32_MISC_ENABLE bits
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch /
2009-02-20 Vegard Nossumx86: use symbolic constants for MSR_IA32_MISC_ENABLE...
2009-02-19 Hiroshi Shimamotox86: syscalls.h: remove asmlinkage from declaration...
2009-02-19 Jaswinder Singh... x86: include/asm/processor.h remove double declaration...
2009-02-17 Ingo MolnarMerge branch 'x86/headers' into x86/core
2009-02-17 Ingo Molnarx86: remove stale arch/x86/include/asm/page_64.h.rej...
2009-02-17 Ingo MolnarMerge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect...
2009-02-16 Yinghai Lux86: make APIC_init_uniprocessor() more like smp_prepar...
2009-02-16 Yinghai Lux86: pre init pirq_entries[]
2009-02-16 Jeremy Fitzhardingex86, xen: do multicall callbacks with interrupts disabled
2009-02-16 Jeremy Fitzhardingex86, xen: degrade BUG to WARN when multicall fails
2009-02-16 Ian Campbellx86, xen: record and display initiator of each multical...
2009-02-16 Jeremy Fitzhardingex86, xen: short-circuit tests for dom0
2009-02-15 Yinghai Lu[IA64] fix __apci_unmap_table
2009-02-15 Yinghai Lux86: make 32bit to call enable_IO_APIC early like 64bit
2009-02-15 Thomas Gleixnerx86, vm86: fix preemption bug
2009-02-15 Yinghai Lux86: fix typo in filter_cpuid_features()
2009-02-15 Ingo MolnarMerge commit 'v2.6.29-rc5' into x86/apic
2009-02-14 Chris Ballx86, olpc: fix model detection without OFW
2009-02-13 Ingo MolnarMerge branch 'core/header-fixes' into x86/headers
2009-02-13 James Bottomleyx86: fix "__udivdi3" [drivers/scsi/aha1542.ko] undefined
2009-02-13 Dimitri Sivanichx86, UV: set full apicid in uv_hub_send_ipi
2009-02-13 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-02-13 Takashi IwaiMerge branch 'fix/asoc' into for-linus
2009-02-13 Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-02-13 Ian Campbellxen: fix xen_flush_tlb_others
2009-02-13 Ingo Molnarx86 headers: protect page_32.h via __ASSEMBLY__
2009-02-13 Ingo Molnarx86 headers: include page_types.h in pgtable_types.h
2009-02-13 Ingo Molnarx86 headers: include linux/types.h
2009-02-13 Ingo Molnarx86 headers: remove duplicate pud_large() definition
2009-02-13 Ingo MolnarMerge branch 'x86/untangle2' of git://git./linux/kernel...
2009-02-13 Ingo MolnarMerge branch 'x86/core' into x86/headers
2009-02-13 Ingo MolnarMerge branches 'x86/paravirt', 'x86/pat', 'x86/setup...
2009-02-13 Ingo MolnarMerge branch 'x86/mm' into x86/core
2009-02-13 Ingo MolnarMerge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect...
2009-02-13 Ingo MolnarMerge branch 'x86/cleanups' into x86/core
2009-02-13 Ingo MolnarMerge branch 'core/percpu' into x86/core
2009-02-13 Ingo MolnarMerge branch 'linus' into x86/apic
2009-02-13 john stultzx86, hpet: fix for LS21 + HPET = boot hang
2009-02-13 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-02-12 Thomas Gleixnerx86: CPA avoid repeated lazy mmu flush
2009-02-12 Thomas Gleixnerx86: warn if arch_flush_lazy_mmu_cpu is called in preem...
2009-02-12 Jeremy Fitzhardingex86/paravirt: make arch_flush_lazy_mmu/cpu disable...
2009-02-12 Ingo Molnarx86, 32-bit: refactor find_low_pfn_range()
2009-02-12 Ingo Molnarx86, 32-bit: clean up find_low_pfn_range()
2009-02-12 Ingo Molnarx86: fix warning in find_low_pfn_range()
2009-02-12 Ingo Molnarx86, defconfig: turn off CONFIG_SCSI_ISCSI_ATTRS=y
2009-02-12 Ingo Molnarx86, defconfig: turn off CONFIG_ENABLE_WARN_DEPRECATED
2009-02-12 Ingo Molnarx86, defconfig: update the 64-bit defconfig
2009-02-12 Ingo Molnarx86, defconfig: update the 32-bit defconfig
2009-02-12 Suresh Siddhax86, pat: fix warn_on_once() while mapping 0-1MB range...
2009-02-12 Jeremy Fitzhardingex86/cpa: make sure cpa is safe to call in lazy mmu...
2009-02-12 Randy Dunlapx86: UV: fix header struct usage
2009-02-12 H. Peter Anvinx86: merge sys_rt_sigreturn between 32 and 64 bits
2009-02-12 Linus TorvaldsMerge git://git.infradead.org/users/cbou/battery-2...
2009-02-11 Jeremy Fitzhardingex86: move pte types into pgtable*.h
2009-02-11 Jeremy Fitzhardingex86: define pud_flags and pud_large properly to allow...
2009-02-11 Jeremy Fitzhardingex86: move defs around to allow paravirt.h to just inclu...
2009-02-11 Jeremy Fitzhardingex86: move 2 and 3 level asm-generic defs into page...
2009-02-11 Jeremy Fitzhardingex86: create _types.h counterparts for page*.h
2009-02-11 Jeremy Fitzhardingex86: Include pgtable_32|64_types.h in pgtable_types.h
2009-02-11 Jeremy Fitzhardingex86: Split pgtable_64.h into pgtable_64_types.h and...
2009-02-11 Jeremy Fitzhardingex86: Split pgtable_32.h into pgtable_32.h and pgtable_3...
2009-02-11 Jeremy FitzhardingeSplit pgtable.h into pgtable_types.h and pgtable.h
2009-02-11 Jeremy Fitzhardingex86: rename *-defs.h to *-_types.h for consistency
2009-02-11 Brian Gerstx86: use regparm(3) for passed-in pt_regs pointer
2009-02-11 Jaswinder Singh... x86: kernel/mpparse.c fix compilation warnings
2009-02-11 Jaswinder Singh... x86: mm/init_32.c fix compilation warning
2009-02-11 Jeremy FitzhardingeMerge commit 'remotes/tip/x86/paravirt' into x86/untangle2
2009-02-11 Linus TorvaldsMerge branch 'sched-fixes-for-linus' of git://git....
2009-02-11 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2009-02-11 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-02-11 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-02-11 Linus TorvaldsMerge branch 'for-linus' of git://git390.marist.edu...
2009-02-11 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2009-02-11 Ingo Molnarx86: make hibernation always-possible
2009-02-11 Markus Metzgerx86, ptrace, mm: fix double-free on race
2009-02-11 Ravikiran G Thirumalaix86: cleanup, rename CONFIG_X86_NON_STANDARD to CONFIG_...
2009-02-11 Dean NelsonSGI IA64 UV: fix ia64 build error in the linux-next...
2009-02-11 Brian Gerstx86: drop -fno-stack-protector annotations after pt_reg...
2009-02-11 Brian Gerstx86: pass in pt_regs pointer for syscalls that need it
2009-02-11 Brian Gerstx86: use pt_regs pointer in do_device_not_available()
2009-02-11 Ingo MolnarMerge commit 'v2.6.29-rc4' into x86/cleanups
2009-02-11 Tejun Heox86: fix x86_32 stack protector bugs
2009-02-11 Ingo Molnarx86, apic: make generic_apic_probe() generally available
2009-02-11 Ingo MolnarMerge branch 'x86/apic' of git://git./linux/kernel...
2009-02-11 Alok Katariax86, apic: fix initialization of wakeup_cpu
2009-02-11 Martin Schwidefsky[S390] Update default configuration.
2009-02-11 Sachin Sant[S390] Fix init irq proc build break.
2009-02-11 Martin Schwidefsky[S390] vdso: fix per cpu vdso pointer in lowcore
2009-02-11 Steven Rostedttracing, x86: fix constraint for parent variable
2009-02-11 Ingo MolnarMerge branch 'tip/tracing/urgent' of git://git./linux...
2009-02-11 Kumar Galapowerpc/mm: Fix _PAGE_COHERENT support on classic ppc32 HW
2009-02-10 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2009-02-10 Linus TorvaldsMerge branch 'merge' of git://git./linux/kernel/git...
2009-02-10 Linus TorvaldsMerge git://git./linux/kernel/git/davem/sparc-2.6
2009-02-10 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-02-10 Steven Rostedttracing, x86: fix fixup section to return to original...
2009-02-10 Clemens Ladischi8327: fix outb() parameter order
2009-02-10 Tobias Klauser[ARM] Storage class should be before const qualifier
2009-02-10 Michael Neulingpowerpc: Add missing sparsemem.h include
next