summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Cleanup io_apicThomas Gleixner2010-10-121-67/+42
* x86: Cleanup access to irq_dataThomas Gleixner2010-10-122-32/+33
* x86: i8259: Convert to new irq_chip functionsThomas Gleixner2010-10-125-44/+47
* x86: Cleanup visws interrupt handlingThomas Gleixner2010-10-121-96/+44
* x86: lguest: Convert to new irq chip functionsThomas Gleixner2010-10-121-7/+7
* x86: Sanitize apb timer interrupt handlingThomas Gleixner2010-10-121-30/+24
* x86: Convert irq_chip access to new functionsThomas Gleixner2010-10-121-11/+13
* x86: Remove useless reinitialization of irq descriptorsThomas Gleixner2010-10-121-13/+4
* pci: Cleanup the irq_desc mess in msiThomas Gleixner2010-10-121-2/+2
* pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-4/+4
* Merge branch 'x86/urgent' of into irq/sparseirqThomas Gleixner2010-10-1219-59/+138
|\
| * x86, hpet: Fix bogus error check in hpet_assign_irq()Thomas Gleixner2010-09-301-1/+1
| * x86, irq: Plug memory leak in sparse irqThomas Gleixner2010-09-301-3/+8
| * x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin2010-09-283-1/+3
| * Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2010-09-271-1/+1
| |\
| | * x86: Avoid 'constant_test_bit()' misoptimization due to cast to non-volatileAlexander Chumachenko2010-09-261-1/+1
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-275-24/+79
| |\ \ | | |/
| | * Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2010-09-244-23/+66
| | |\
| | | * x86/amd-iommu: Fix rounding-bug in __unmap_singleJoerg Roedel2010-09-231-1/+3
| | | * x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel2010-09-233-0/+33
| | | * x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel2010-09-232-22/+30
| | * | x86, setup: Fix earlyprintk=serial,0x3f8,115200Yinghai Lu2010-09-211-1/+13
| | * | x86, setup: Fix earlyprintk=serial,ttyS0,115200Yinghai Lu2010-09-211-1/+1
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-272-1/+13
| |\ \ \
| | * | | perf, x86: Catch spurious interrupts after disabling countersRobert Richter2010-09-241-1/+11
| | * | | tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt2010-09-221-0/+1
| | * | | tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge2010-09-221-0/+1
| * | | | x86/hwmon: fix initialization of coretempJan Beulich2010-09-242-0/+2
| |/ / /
| * | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-09-213-23/+23
| |\ \ \
| | * | | x86: Fix instruction breakpoint encodingFrederic Weisbecker2010-09-172-22/+20
| | * | | oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons2010-09-161-1/+3
| | | |/ | | |/|
| * | | lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Rusty Russell2010-09-211-5/+8
| | |/ | |/|
* | | Merge branch 'x86/cleanups' into irq/sparseirqThomas Gleixner2010-10-1216-27/+21
|\ \ \
| * | | x86, cleanups: Use clear_page/copy_page rather than memset/memcpyJan Beulich2010-09-224-7/+6
| * | | x86: Remove unnecessary #ifdef ACPI/X86_IO_ACPIChristian Dietrich2010-09-081-2/+0
| * | | x86, cleanup: Remove obsolete boot_cpu_id variableRobert Richter2010-08-1211-18/+15
* | | | Merge branch 'x86/x2apic' into irq/sparseirqThomas Gleixner2010-10-125-28/+34
|\ \ \ \
| * | | | x86, x2apic: Simplify apic init in SMP and UP buildsSuresh Siddha2010-09-153-5/+5
| * | | | x86, intr-remap: Remove IRTE setup duplicate codeSuresh Siddha2010-09-152-25/+29
| * | | | x86, intr-remap: Set redirection hint in the IRTESuresh Siddha2010-09-151-0/+2
| | |_|/ | |/| |
* | | | genirq: Query arch for number of early descriptorsThomas Gleixner2010-10-121-1/+1
* | | | x86: Use genirq KconfigThomas Gleixner2010-10-041-31/+5
| |_|/ |/| |
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-09-166-39/+23
|\ \ \
| * | | x86: hpet: Work around hardware stupidityThomas Gleixner2010-09-153-33/+17
| * | | x86, build: Disable -fPIE when compiling with CONFIG_CC_STACKPROTECTOR=ybasile@opensource.dyc.edu2010-09-131-1/+1
| * | | x86, cpufeature: Suppress compiler warning with gcc 3.xTetsuo Handa2010-09-131-2/+2
| * | | x86, UV: Fix initialization of max_pnodeJack Steiner2010-09-101-3/+3
* | | | x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath2010-09-141-1/+7
* | | | x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin2010-09-141-7/+7
* | | | compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin2010-09-141-1/+1
| |/ / |/| |
OpenPOWER on IntegriCloud