summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-07-24remove include/linux/pm_legacy.hAdrian Bunk1-1/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-24Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2-7/+103
2008-07-24Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+0
2008-07-24Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-114/+170
2008-07-24i386 syscall audit fast-pathRoland McGrath1-2/+53
2008-07-24x86_64 ia32 syscall audit fast-pathRoland McGrath1-0/+1
2008-07-24x86_64 syscall audit fast-pathRoland McGrath1-0/+48
2008-07-24x86_64: remove bogus optimization in sysret_signalRoland McGrath1-5/+1
2008-07-23Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2008-07-22x86: fix pte_flags() to only return flags, fix lguest (updated)Rusty Russell1-1/+1
2008-07-22x86: use setup_clear_cpu_cap with disable_apic, fixYinghai Lu1-1/+1
2008-07-22sysdev: Convert the x86 mce tolerant sysdev attribute to generic attributeAndi Kleen1-2/+2
2008-07-22sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen3-7/+18
2008-07-22driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2-7/+3
2008-07-22device create: x86: convert device_create to device_create_drvdataGreg Kroah-Hartman2-4/+4
2008-07-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds1-1/+0
2008-07-21x86: convert Dprintk to pr_debugThomas Gleixner4-34/+34
2008-07-21Merge branch 'linus' into cpus4096-for-linusIngo Molnar1-1/+1
2008-07-21Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar2-1/+26
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar53-874/+1388
2008-07-21Merge branch 'linus' into xen-64bitIngo Molnar1-1/+1
2008-07-21Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar1-1/+1
2008-07-21x86: remove extra calling to get ext cpuid levelYinghai Lu1-1/+0
2008-07-21x86: use setup_clear_cpu_cap() when disabling the lapicYinghai Lu3-9/+2
2008-07-21Merge branch 'linus' into x86/urgentIngo Molnar1-1/+1
2008-07-20x86: KVM guest: make kvm_smp_prepare_boot_cpu() staticAdrian Bunk1-1/+1
2008-07-20sched, x86: clean up hrtick implementationPeter Zijlstra2-6/+0
2008-07-20NR_CPUS: Replace NR_CPUS in speedstep-centrino.cMike Travis1-34/+51
2008-07-20NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.cMike Travis1-1/+1
2008-07-20NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.cMike Travis1-2/+2
2008-07-20NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.cMike Travis1-1/+1
2008-07-20NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.cMike Travis1-1/+1
2008-07-20x86: add unknown_nmi_panic kernel parameterSimon Arlott1-0/+7
2008-07-20x86: add ->pre_time_init to x86_quirksYinghai Lu3-8/+8
2008-07-20x86: extend and use x86_quirks to clean up NUMAQ codeYinghai Lu2-181/+200
2008-07-20x86: introduce x86_quirksYinghai Lu4-41/+31
2008-07-20x86: improve debug printout: add target bootmem range in early_res_to_bootmem()Yinghai Lu1-1/+2
2008-07-19x86: remove arch_get_ram_rangeYinghai Lu1-21/+0
2008-07-19x86: Add a arch directory for x86 under debugfsvenkatesh.pallipadi@intel.com1-0/+8
2008-07-19i386/xen: add proper unwind annotations to xen_sysenter_targetJan Beulich1-0/+1
2008-07-19x86: reduce force_mwait visibilityJan Beulich2-2/+1
2008-07-19x86: reduce forbid_dac's visibilityJan Beulich1-2/+1
2008-07-19cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_targetMike Travis1-28/+45
2008-07-19cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/ldt.cMike Travis1-3/+3
2008-07-19cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/io_apic_64.cMike Travis1-3/+1
2008-07-19cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis8-23/+47
2008-07-19Merge branch 'linus' into cpus4096Ingo Molnar9-13/+69
2008-07-18arch/x86/kernel/cpu/common_64.c: remove double inclusionsAlexander Beregalov1-3/+0
2008-07-18x86_32: remove redundant KERN_INFOHiroshi Shimamoto1-1/+1