summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' ...Ingo Molnar2009-03-101-2/+1
|\ \
| | * x86, pebs: correct qualifier passed to ds_write_config() from ds_request_pebs()Markus Metzger2009-03-061-1/+1
| | * x86, bts: remove bad warningMarkus Metzger2009-03-061-1/+0
* | | x86: implement atomic text_poke() via fixmapMasami Hiramatsu2009-03-061-9/+15
* | | tracing, Text Edit Lock - SMP alternatives supportMasami Hiramatsu2009-03-061-0/+5
* | | Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-06115-4814/+6858
|\ \ \ | |/ / |/| |
| * | Merge branch 'x86/uv' into x86/coreIngo Molnar2009-03-056-1/+436
| |\ \
| | * | x86: UV, SGI RTC: fix uv_time.c for UPDimitri Sivanich2009-03-051-1/+3
| | * | x86: UV, SGI RTC: add UV RTC clocksource/clockeventsDimitri Sivanich2009-03-042-1/+392
| | * | x86: UV, SGI RTC: add generic system vectorDimitri Sivanich2009-03-044-0/+42
| * | | Merge branch 'x86/mm' into x86/coreIngo Molnar2009-03-052-4/+25
| |\ \ \
| | * | | x86: pre-initialize boot_cpu_data.x86_phys_bits to avoid system_state testsJeremy Fitzhardinge2009-03-051-1/+3
| | * | | x86: reserve exact size of mptableYinghai Lu2009-03-041-2/+2
| | * | | x86: ioremap mptableYinghai Lu2009-03-041-1/+20
| | * | | Merge branch 'x86/urgent' into x86/mmIngo Molnar2009-03-043-21/+12
| | |\ \ \
| * | \ \ \ Merge branch 'x86/mce2' into x86/coreIngo Molnar2009-03-058-169/+666
| |\ \ \ \ \
| | * | | | | x86, mce: fix build failure in arch/x86/kernel/cpu/mcheck/threshold.cIngo Molnar2009-03-041-3/+7
| | * | | | | Merge branch 'x86/core' into x86/mce2H. Peter Anvin2009-03-033-36/+30
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'x86/core' into x86/mce2H. Peter Anvin2009-02-24105-4120/+5221
| | |\ \ \ \ \ \
| | * | | | | | | x86, mce, cmci: recheck CMCI banks after APIC has been enabled on CPU #0Andi Kleen2009-02-241-0/+7
| | * | | | | | | x86, mce, cmci: disable CMCI on rebootingAndi Kleen2009-02-241-0/+8
| | * | | | | | | x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotationsH. Peter Anvin2009-02-241-5/+5
| | * | | | | | | x86, mce, cmci: add CMCI supportAndi Kleen2009-02-242-3/+218
| | * | | | | | | x86, mce, cmci: use polled banks bitmap in machine check pollerAndi Kleen2009-02-242-5/+14
| | * | | | | | | x86, mce: replace machine check events logged interval with ratelimitAndi Kleen2009-02-241-6/+5
| | * | | | | | | x86, mce, cmci: avoid potential reentry of threshold interruptAndi Kleen2009-02-241-1/+2
| | * | | | | | | x86, mce, cmci: factor out threshold interrupt handlerAndi Kleen2009-02-243-9/+31
| | * | | | | | | x86, mce, cmci: export MAX_NR_BANKSAndi Kleen2009-02-241-6/+0
| | * | | | | | | Merge branch 'x86/urgent' into x86/mce2H. Peter Anvin2009-02-2312-61/+74
| | |\ \ \ \ \ \ \
| | * | | | | | | | x86, mce: remove invalid __cpuinit/__cpuexit annotationsH. Peter Anvin2009-02-231-3/+3
| | * | | | | | | | x86, mce: use %ll instead of %L for 64-bit numbersH. Peter Anvin2009-02-191-4/+4
| | * | | | | | | | x86, mce: separate correct machine check poller and fatal exception handlerAndi Kleen2009-02-192-22/+109
| | * | | | | | | | x86, mce: factor out duplicated struct mce setup into one functionAndi Kleen2009-02-193-13/+16
| | * | | | | | | | x86, mce: implement dynamic machine check banks supportAndi Kleen2009-02-191-32/+115
| | * | | | | | | | x86, mce: fix a race condition in mce_read()Huang Ying2009-02-171-17/+24
| | * | | | | | | | x86, mce: disable machine checks on offlined CPUsAndi Kleen2009-02-171-0/+23
| | * | | | | | | | x86, mce: don't set up mce sysdev devices with mce=offAndi Kleen2009-02-171-4/+4
| | * | | | | | | | x86, mce: switch machine check polling to per CPU timerAndi Kleen2009-02-171-23/+45
| | * | | | | | | | x86, mce: always use separate work queue to run triggerAndi Kleen2009-02-171-7/+18
| | * | | | | | | | x86, mce: don't disable machine checks during code patchingAndi Kleen2009-02-173-34/+11
| | * | | | | | | | x86, mce: disable machine checks on suspendAndi Kleen2009-02-171-0/+25
| * | | | | | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-03-055-22/+21
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | / | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | x86: add Dell XPS710 reboot quirkLeann Ogasawara2009-03-041-0/+8
| | * | | | | | | x86, math-emu: fix init_fpu for task != currentDaniel Glöckner2009-03-041-1/+1
| | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | x86: EFI: Back efi_ioremap with init_memory_mapping instead of FIX_MAPHuang Ying2009-03-042-19/+9
| | * | | | | | x86: fix DMI on EFIBrian Maly2009-03-041-2/+3
| * | | | | | | Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-0424-793/+472
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | | | | | |
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-----------. \ \ \ \ \ Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-048-518/+247
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | |/ / / / / | | | | | | | | | | | | | / | | | | | |_|_|_|_|_|_|_|/ | | | | |/| | | | | | | |
| | | | | | | | * | | | | x86, signals: fix xine & firefox bustageHiroshi Shimamoto2009-03-031-5/+4
| | | | | | | | * | | | | x86: signal: introduce helper align_sigframe()Hiroshi Shimamoto2009-02-281-12/+15
OpenPOWER on IntegriCloud