| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86/mce2' into x86/core | Ingo Molnar | 2009-03-05 | 12 | -172/+709 |
|\ |
|
| * | x86, mce: fix build failure in arch/x86/kernel/cpu/mcheck/threshold.c | Ingo Molnar | 2009-03-04 | 1 | -3/+7 |
| * | Merge branch 'x86/core' into x86/mce2 | H. Peter Anvin | 2009-03-03 | 38 | -326/+403 |
| |\ |
|
| * \ | Merge branch 'x86/core' into x86/mce2 | H. Peter Anvin | 2009-02-24 | 359 | -15766/+11250 |
| |\ \ |
|
| * \ \ | Merge branch 'x86/defconfig' into x86/mce2 | H. Peter Anvin | 2009-02-24 | 2 | -172/+665 |
| |\ \ \ |
|
| * | | | | x86, mce, cmci: recheck CMCI banks after APIC has been enabled on CPU #0 | Andi Kleen | 2009-02-24 | 1 | -0/+7 |
| * | | | | x86, mce, cmci: disable CMCI on rebooting | Andi Kleen | 2009-02-24 | 1 | -0/+8 |
| * | | | | x86, mce, cmci: remove incorrect __cpuinit/__cpuexit annotations | H. Peter Anvin | 2009-02-24 | 1 | -5/+5 |
| * | | | | x86, mce, cmci: add CMCI support | Andi Kleen | 2009-02-24 | 3 | -3/+228 |
| * | | | | x86, mce, cmci: define MSR names and fields for new CMCI registers | Andi Kleen | 2009-02-24 | 3 | -0/+8 |
| * | | | | x86, mce, cmci: use polled banks bitmap in machine check poller | Andi Kleen | 2009-02-24 | 3 | -6/+18 |
| * | | | | x86, mce: replace machine check events logged interval with ratelimit | Andi Kleen | 2009-02-24 | 1 | -6/+5 |
| * | | | | x86, mce, cmci: avoid potential reentry of threshold interrupt | Andi Kleen | 2009-02-24 | 1 | -1/+2 |
| * | | | | x86, mce, cmci: factor out threshold interrupt handler | Andi Kleen | 2009-02-24 | 5 | -9/+38 |
| * | | | | x86, mce, cmci: export MAX_NR_BANKS | Andi Kleen | 2009-02-24 | 2 | -6/+6 |
| * | | | | Merge branch 'x86/urgent' into x86/mce2 | H. Peter Anvin | 2009-02-23 | 239 | -2026/+3946 |
| |\ \ \ \ |
|
| * | | | | | x86, mce: remove invalid __cpuinit/__cpuexit annotations | H. Peter Anvin | 2009-02-23 | 1 | -3/+3 |
| * | | | | | x86, mce: use %ll instead of %L for 64-bit numbers | H. Peter Anvin | 2009-02-19 | 1 | -4/+4 |
| * | | | | | x86, mce: separate correct machine check poller and fatal exception handler | Andi Kleen | 2009-02-19 | 3 | -22/+116 |
| * | | | | | x86, mce: factor out duplicated struct mce setup into one function | Andi Kleen | 2009-02-19 | 4 | -14/+18 |
| * | | | | | x86, mce: implement dynamic machine check banks support | Andi Kleen | 2009-02-19 | 1 | -32/+115 |
| * | | | | | x86, mce: enable machine checks in 64-bit defconfig | Andi Kleen | 2009-02-19 | 1 | -1/+4 |
| * | | | | | x86, mce: fix a race condition in mce_read() | Huang Ying | 2009-02-17 | 1 | -17/+24 |
| * | | | | | x86, mce: disable machine checks on offlined CPUs | Andi Kleen | 2009-02-17 | 1 | -0/+23 |
| * | | | | | x86, mce: don't set up mce sysdev devices with mce=off | Andi Kleen | 2009-02-17 | 1 | -4/+4 |
| * | | | | | x86, mce: switch machine check polling to per CPU timer | Andi Kleen | 2009-02-17 | 1 | -23/+45 |
| * | | | | | x86, mce: always use separate work queue to run trigger | Andi Kleen | 2009-02-17 | 1 | -7/+18 |
| * | | | | | x86, mce: don't disable machine checks during code patching | Andi Kleen | 2009-02-17 | 4 | -36/+11 |
| * | | | | | x86, mce: disable machine checks on suspend | Andi Kleen | 2009-02-17 | 1 | -0/+25 |
* | | | | | | Merge branch 'x86/urgent' into x86/core | Ingo Molnar | 2009-03-05 | 17 | -122/+216 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: add Dell XPS710 reboot quirk | Leann Ogasawara | 2009-03-04 | 1 | -0/+8 |
| * | | | | | | x86, math-emu: fix init_fpu for task != current | Daniel Glöckner | 2009-03-04 | 3 | -13/+28 |
| * | | | | | | x86: EFI: Back efi_ioremap with init_memory_mapping instead of FIX_MAP | Huang Ying | 2009-03-04 | 4 | -25/+9 |
| * | | | | | | x86: fix DMI on EFI | Brian Maly | 2009-03-04 | 1 | -2/+3 |
| * | | | | | | powerpc: Run sbc610 USB fixup code only on the appropriate platform. | Tony Breeds | 2009-03-04 | 1 | -0/+4 |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-03-03 | 1 | -1/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | crypto: api - Fix module load deadlock with fallback algorithms | Herbert Xu | 2009-02-26 | 1 | -1/+1 |
| * | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-03-03 | 2 | -2/+14 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'tracing/mmiotrace' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-03-03 | 2 | -66/+153 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | x86 mmiotrace: fix race with release_kmmio_fault_page() | Pekka Paalanen | 2009-03-02 | 1 | -2/+7 |
| | * | | | | | | | | x86 mmiotrace: improve handling of secondary faults | Stuart Bennett | 2009-03-02 | 1 | -18/+22 |
| | * | | | | | | | | x86 mmiotrace: split set_page_presence() | Pekka Paalanen | 2009-03-02 | 1 | -19/+22 |
| | * | | | | | | | | x86 mmiotrace: fix save/restore page table state | Pekka Paalanen | 2009-03-02 | 1 | -22/+44 |
| | * | | | | | | | | x86 mmiotrace: WARN_ONCE if dis/arming a page fails | Stuart Bennett | 2009-03-02 | 1 | -8/+17 |
| | * | | | | | | | | x86: add far read test to testmmiotrace | Pekka Paalanen | 2009-03-02 | 1 | -7/+28 |
| | * | | | | | | | | x86: count errors in testmmiotrace.ko | Pekka Paalanen | 2009-03-02 | 1 | -6/+29 |
| * | | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-03-03 | 4 | -9/+10 |
| |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | [ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMU | Catalin Marinas | 2009-03-03 | 1 | -6/+7 |
| | * | | | | | | | | | [ARM] 5416/1: Use unused address in v6_early_abort | Seth Forshee | 2009-03-03 | 1 | -1/+2 |
| | * | | | | | | | | | [ARM] 5411/1: S3C64XX: Fix EINT unmask | Mark Brown | 2009-02-24 | 1 | -1/+1 |