summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Preserve lazy irq disable semantics in fixup_irqs()Liu, Chuansheng2012-03-291-1/+6
* x86/apic/amd: Be more verbose about LVT offset assignmentsRobert Richter2012-03-281-4/+9
* x86, tls: Off by one limit checkDan Carpenter2012-03-281-2/+2
* x86/ioapic: Add io_apic_ops driver layer to allow interceptionJeremy Fitzhardinge2012-03-282-7/+60
* x86/olpc: Add debugfs interface for EC commandsDaniel Drake2012-03-272-0/+113
* x86: Merge the x86_32 and x86_64 cpu_idle() functionsRichard Weinberger2012-03-264-165/+115
* x86/kconfig: Remove CONFIG_TR=y from the defconfigsRandy Dunlap2012-03-242-2/+0
* x86: Stop recursive fault in print_context_stack after stack overflowHugh Dickins2012-03-241-2/+5
* x86/io_apic: Move and reenable irq only when CONFIG_GENERIC_PENDING_IRQ=yAlexander Gordeev2012-03-231-40/+61
* x86/apic: Add separate apic_id_valid() functions for selected apic driversSteffen Persvold2012-03-238-8/+17
* locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T2012-03-237-6/+8
* x86/kconfig: Update defconfigsIngo Molnar2012-03-232-86/+47
* x86: Fix excessive MSR print out when show_msr is not specifiedYinghai Lu2012-03-231-1/+1
* x86-32: Fix endless loop when processing signals for kernel tasksDmitry Adamushko2012-03-221-7/+10
* x86, boot: Correct CFLAGS for hostprogsH. Peter Anvin2012-03-221-3/+3
* x86-32: Fix typo for mq_getsetattr in syscall tableThierry Reding2012-03-221-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-224-14/+38
|\
| * x86, efi: Fix pointer math issue in handle_ramdisks()Dan Carpenter2012-03-161-4/+4
| * x86/ioapic: Add register level checks to detect bogus io-apic entriesSuresh Siddha2012-03-131-8/+32
| * Merge tag 'mce-fix-for-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-03-077-6/+12
| |\
| | * x86, mce: Fix rcu splat in drain_mce_log_buffer()Srivatsa S. Bhat2012-03-071-1/+1
| * | x86, memblock: Move mem_hole_size() to .initJiri Kosina2012-03-031-1/+1
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-2234-2226/+442
|\ \ \
| * | | x86/platform: Move APIC ID validity check into platform APIC codeDaniel J Blueman2012-03-1413-2/+28
| * | | Merge tag 'v3.3-rc7' into x86/platformIngo Molnar2012-03-141493-53304/+11813
| |\ \ \
| * | | | x86/olpc/xo15/sci: Enable lid close wakeup controlDaniel Drake2012-03-061-1/+71
| * | | | x86/geode/net5501: Add platform driver for Soekris Engineering net5501Philip Prindeville2012-03-066-108/+161
| * | | | x86/geode/alix2: Supplement driver to include GPIO button supportPhilip Prindeville2012-03-061-9/+67
| * | | | x86/mid/powerbtn: Use MSIC read/write instead of ipc_scuMichael Demeter2012-03-061-4/+28
| * | | | x86/mid/thermal: Turn off thermistorMika Westerberg2012-03-061-2/+4
| * | | | x86/mid/thermal: Add msic_thermal aliasMika Westerberg2012-03-061-1/+1
| * | | | x86/mid/thermal: Convert to use Intel MSIC APIMika Westerberg2012-03-062-22/+19
| * | | | x86/mid/scu_ipc: Remove Moorestown supportAlan Cox2012-03-062-210/+30
| * | | | x86/mid: Kill off MoorestownAlan Cox2012-03-064-752/+0
| * | | | x86/mrst: Add msic_thermal platform supportMika Westerberg2012-01-261-0/+6
| * | | | x86/config: Select MSIC MFD driver on Intel Medfield platformMika Westerberg2012-01-261-0/+1
| * | | | x86/mid: Remove Intel MoorestownAlan Cox2012-01-266-1115/+26
| * | | | x86/mrst: Set ISA bus type for fake MP IRQsJacob Pan2012-01-261-2/+2
| * | | | x86/ioapic: Use legacy_pic to set correct gsi-irq mappingJacob Pan2012-01-261-2/+2
* | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-229-117/+221
|\ \ \ \ \
| * \ \ \ \ Merge tag 'mce-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2012-03-143-9/+16
| |\ \ \ \ \
| | * | | | | x86/mce: Fix return value of mce_chrdev_read() when erst is disabledNaoya Horiguchi2012-02-221-0/+6
| | * | | | | x86/mce: Convert static array of pointers to per-cpu variablesGreg Kroah-Hartman2012-02-223-9/+10
| * | | | | | Merge tag 'v3.3-rc7' into x86/mceIngo Molnar2012-03-141493-53304/+11813
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-02-241-4/+10
| |\ \ \ \ \ \
| | * | | | | | x86/mce: Replace hard coded hex constants with symbolic definesTony Luck2012-01-261-4/+10
| * | | | | | | Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-267-106/+197
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | / / / | | |_|_|/ / / | |/| | | | |
| | * | | | | x86/mce: Recognise machine check bank signature for data path errorTony Luck2012-01-031-1/+15
| | * | | | | x86/mce: Handle "action required" errorsTony Luck2012-01-031-42/+53
| | * | | | | x86/mce: Add mechanism to safely save information in MCE handlerTony Luck2012-01-031-0/+43
OpenPOWER on IntegriCloud