summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2009-09-232-6/+2
* kcore: add kclist typesKAMEZAWA Hiroyuki2009-09-232-7/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/veg...Linus Torvalds2009-09-221-3/+0
|\
| * kmemcheck: remove useless checkVegard Nossum2009-07-011-3/+0
| * kmemcheck: remove duplicated #includeHuang Weiyi2009-07-011-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-221-1/+1
|\ \
| * | trivial: fix missing printk space in amd_k7_smp_checkMichael Tokarev2009-09-211-1/+1
* | | mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich2009-09-222-3/+3
* | | mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-221-2/+2
* | | arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-222-2/+2
* | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-2117-316/+316
|\ \ \
| * | | perf: Tidy up after the big renameIngo Molnar2009-09-211-7/+7
| * | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-2117-290/+290
| * | | perf_counter: Rename 'event' to event_id/hw_eventIngo Molnar2009-09-211-24/+24
| * | | Merge branch 'linus' into perfcounters/renameIngo Molnar2009-09-2166-974/+845
| |\ \ \ | | |/ /
* | | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-09-211-3/+6
|\ \ \ \ | |/ / /
| * | | perf_counter: x86: Fix PMU resource leakPeter Zijlstra2009-09-201-3/+6
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-2119-78/+98
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: Print the hypervisor returned tsc_khz during bootAlok Kataria2009-09-201-0/+6
| * | | Merge branch 'linus' into x86/urgentIngo Molnar2009-09-2061-966/+840
| |\ \ \
| * | | | x86: Correct segment permission flags in 64-bit linker scriptJan Beulich2009-09-201-2/+2
| * | | | x86: cpuinit-annotate SMP boot trampolines properlyJan Beulich2009-09-203-10/+7
| * | | | x86: Increase timeout for EHCI debug port reset completion in early printkJan Beulich2009-09-201-1/+1
| * | | | x86: Fix uaccess_32.h typoSergey Senozhatsky2009-09-201-1/+1
| * | | | x86: Trivial whitespace cleanupsFelipe Contreras2009-09-202-2/+1
| * | | | x86, apic: Fix missed handling of discrete apicsCyrill Gorcunov2009-09-203-3/+16
| * | | | x86/i386: Remove duplicated #includeHuang Weiyi2009-09-201-1/+0
| * | | | x86, mtrr: Convert loop to a while based construct, avoid naked semicolonJoe Perches2009-09-201-6/+6
| * | | | Revert 'x86: Fix system crash when loading with "reservetop" parameter'Yinghai Lu2009-09-191-15/+15
| * | | | x86, mce: Fix compile warning in case of CONFIG_SMP=nAndreas Herrmann2009-09-191-1/+2
| * | | | x86, apic: Use logical flat on intel with <= 8 logical cpusSuresh Siddha2009-09-192-22/+19
| * | | | x86: SGI UV: Map MMIO-High memory rangeJack Steiner2009-09-181-0/+11
| * | | | x86: SGI UV: Add volatile semantics to macros that access chipset registersJack Steiner2009-09-181-8/+9
| * | | | x86: SGI UV: Fix IPI macrosJack Steiner2009-09-181-1/+1
| * | | | x86: apic: Convert BUG() to BUG_ON()Daniel Walker2009-09-181-2/+1
| * | | | x86: Remove final bits of CONFIG_X86_OLD_MCEAndi Kleen2009-09-181-4/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds2009-09-203-3/+0
|\ \ \ \ \
| * | | | | includecheck fix: x86, cpu/common.cJaswinder Singh Rajput2009-09-201-1/+0
| * | | | | includecheck fix: x86, shadow.cJaswinder Singh Rajput2009-09-201-1/+0
| * | | | | includecheck fix: x86, traps.cJaswinder Singh Rajput2009-09-201-1/+0
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-09-203-5/+5
|\ \ \ \ \
| * | | | | Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-193-5/+5
| |/ / / /
* | | | | Merge branch 'perfcounters-core-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2009-09-203-47/+45
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | tracing, x86, cpuidle: Move the end point of a C state in the power tracerArjan van de Ven2009-09-191-3/+0
| * | | tracing, perf: Convert the power tracer into an event tracerArjan van de Ven2009-09-192-24/+11
| * | | Merge branch 'linus' into perfcounters/coreIngo Molnar2009-09-19187-5977/+7813
| |\ \ \ | | |/ /
| * | | x86, perf_counter, bts: Optimize BTS overflow handlingMarkus Metzger2009-09-181-23/+37
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-1855-907/+755
|\ \ \ \
| * | | | x86: Move get/set_wallclock to x86_platform_opsFeng Tang2009-09-1612-83/+21
| * | | | x86: platform: Fix section annotationsThomas Gleixner2009-09-163-4/+4
OpenPOWER on IntegriCloud