aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-2/+3
* use generic_access_phys for /dev/mem mappingsRik van Riel2008-07-241-0/+1
* access_process_vm device memory infrastructureRik van Riel2008-07-242-0/+9
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-242-5/+2
* Merge branch 'x86/auditsc' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2008-07-233-11/+190
|\
| * i386 syscall audit fast-pathRoland McGrath2008-07-231-2/+53
| * x86_64 ia32 syscall audit fast-pathRoland McGrath2008-07-232-4/+88
| * x86_64 syscall audit fast-pathRoland McGrath2008-07-231-0/+48
| * x86_64: remove bogus optimization in sysret_signalRoland McGrath2008-07-231-5/+1
* | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-232-6/+0
|\ \
| * | sched, x86: clean up hrtick implementationPeter Zijlstra2008-07-202-6/+0
* | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-2318-116/+172
|\ \ \ | |_|/ |/| |
| * | Merge branch 'linus' into cpus4096-for-linusIngo Molnar2008-07-2115-386/+691
| |\ \
| * | | NR_CPUS: Replace NR_CPUS in speedstep-centrino.cMike Travis2008-07-201-34/+51
| * | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genapic_flat_64.cMike Travis2008-07-201-1/+1
| * | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/genx2apic_uv_x.cMike Travis2008-07-201-2/+2
| * | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/proc.cMike Travis2008-07-201-1/+1
| * | | NR_CPUS: Replace NR_CPUS in arch/x86/kernel/cpu/mcheck/mce_64.cMike Travis2008-07-201-1/+1
| * | | cpumask: Use optimized CPUMASK_ALLOC macros in the centrino_targetMike Travis2008-07-181-28/+45
| * | | cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/ldt.cMike Travis2008-07-181-3/+3
| * | | cpumask: Optimize cpumask_of_cpu in arch/x86/kernel/io_apic_64.cMike Travis2008-07-181-3/+1
| * | | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptrMike Travis2008-07-188-23/+47
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-1815-57/+241
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'linus' into cpus4096Ingo Molnar2008-07-16226-13698/+20898
| |\ \ \
| * \ \ \ Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar2008-07-0666-560/+802
| |\ \ \ \
| * | | | | x86: use performance variant for_each_cpu_mask_nrMike Travis2008-05-2310-30/+30
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-07-227-17/+17
|\ \ \ \ \ \
| * | | | | | x86: fix crash due to missing debugctlmsr on AMD K6-3Jan Kratochvil2008-07-221-1/+1
| * | | | | | x86: add PTE_FLAGS_MASKJeremy Fitzhardinge2008-07-222-5/+5
| * | | | | | x86: rename PTE_MASK to PTE_PFN_MASKJeremy Fitzhardinge2008-07-223-10/+10
| * | | | | | x86: fix pte_flags() to only return flags, fix lguest (updated)Rusty Russell2008-07-221-1/+1
| * | | | | | x86: use setup_clear_cpu_cap with disable_apic, fixYinghai Lu2008-07-221-1/+1
| * | | | | | x86: move the last Dprintk instance to pr_debug()Thomas Gleixner2008-07-211-4/+4
* | | | | | | sysdev: Convert the x86 mce tolerant sysdev attribute to generic attributeAndi Kleen2008-07-211-2/+2
* | | | | | | sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-213-7/+18
* | | | | | | driver core: fix a lot of printk usages of bus_idGreg Kroah-Hartman2008-07-212-7/+3
* | | | | | | device create: x86: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-212-4/+4
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2008-07-211-1/+0
|\ \ \ \ \ \ \
| * | | | | | | [CPUFREQ] cpufreq: remove CVS keywordsAdrian Bunk2008-05-191-1/+0
* | | | | | | | x86: Fix help message for STRICT_DEVMEM config optionLinus Torvalds2008-07-211-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | x86: convert Dprintk to pr_debugThomas Gleixner2008-07-216-47/+41
* | | | | | | Merge branch 'x86/paravirt-spinlocks' into x86/for-linusIngo Molnar2008-07-213-1/+197
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar2008-07-2115-386/+691
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge branch 'linus' into x86/paravirt-spinlocksIngo Molnar2008-07-1814-57/+239
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | x86, paravirt-spinlocks: fix boot hangIngo Molnar2008-07-161-1/+2
| * | | | | | | x86: paravirt spinlocks, modular build fixIngo Molnar2008-07-161-0/+1
| * | | | | | | x86: paravirt spinlocks, !CONFIG_SMP build fixesIngo Molnar2008-07-161-0/+4
| * | | | | | | xen: implement Xen-specific spinlocksJeremy Fitzhardinge2008-07-161-1/+171
| * | | | | | | xen: use lock-byte spinlock implementationJeremy Fitzhardinge2008-07-161-0/+1
| * | | | | | | paravirt: introduce a "lock-byte" spinlock implementationJeremy Fitzhardinge2008-07-161-0/+9