summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
| | * | x86: irq_32.c fix style problemsJaswinder Singh Rajput2009-01-041-5/+5
| | * | x86: ioport.c fix style problemsJaswinder Singh Rajput2009-01-041-2/+2
| | * | x86: time_64.c fix style problemsJaswinder Singh Rajput2009-01-041-1/+1
| | * | x86: time_32.c fix style problemsJaswinder Singh Rajput2009-01-041-2/+2
| | * | x86: irq_64.c fix style problemsJaswinder Singh Rajput2009-01-041-11/+11
| | * | x86: irq.c fix style problemsJaswinder Singh Rajput2009-01-041-1/+1
| | * | x86: traps.c fix style problemsJaswinder Singh Rajput2009-01-041-3/+0
| | * | x86: process_32.c fix style problemsJaswinder Singh Rajput2009-01-041-10/+9
| | * | x86: apic.c fix style problemsJaswinder Singh Rajput2009-01-041-8/+6
| | * | x86: rename mpc_config_oemtable to mpc_oemtableJaswinder Singh Rajput2009-01-045-7/+7
| | * | x86: rename mpc_config_lintsrc to mpc_lintsrcJaswinder Singh Rajput2009-01-042-7/+7
| | * | x86: rename mpc_config_intsrc to mpc_intsrcJaswinder Singh Rajput2009-01-042-21/+18
| | * | x86: rename mpc_config_ioapic to mpc_ioapicJaswinder Singh Rajput2009-01-042-9/+8
| | * | x86: rename mpc_config_processor to mpc_cpuJaswinder Singh Rajput2009-01-046-13/+11
| | * | x86: rename mpc_config_bus to mpc_busJaswinder Singh Rajput2009-01-045-14/+12
| | * | x86: rename mp_config_table to mpc_tableJaswinder Singh Rajput2009-01-0413-29/+21
| * | | x86: update Alan Cox's email addressesAlan Cox2009-01-058-9/+9
| * | | x86: fix RIP printout in early_idt_handlerJiri Slaby2009-01-041-1/+1
| * | | x86: remove debug printks (io_apic.c)Markus Trippelsdorf2009-01-021-2/+0
* | | | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-1014-228/+312
|\ \ \ \
| * | | | x86: fix x86_32 builds for summit and es7000 arch'sMike Travis2009-01-062-0/+3
| * | | | cpumask: use work_on_cpu in acpi-cpufreq.c for read_measured_perf_ctrsMike Travis2009-01-061-40/+43
| * | | | cpumask: use work_on_cpu in acpi-cpufreq.c for drv_read and drv_writeMike Travis2009-01-061-12/+13
| * | | | cpumask: use cpumask_var_t in acpi-cpufreq.cMike Travis2009-01-061-29/+29
| * | | | cpumask: use work_on_cpu in acpi/cstate.cMike Travis2009-01-061-33/+37
| * | | | cpumask: convert struct cpufreq_policy to cpumask_var_tRusty Russell2009-01-066-29/+29
| * | | | cpumask: replace CPUMASK_ALLOC etc with cpumask_var_tRusty Russell2009-01-061-12/+9
| * | | | Merge branch 'linus' into cpus4096Ingo Molnar2009-01-065-30/+40
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | x86: cleanup remaining cpumask_t ops in smpboot codeMike Travis2009-01-045-76/+152
* | | | | x86: make 'constant_test_bit()' take an unsigned bit numberLinus Torvalds2009-01-091-1/+1
* | | | | x86: only scan the root bus in early PCI quirksAndi Kleen2009-01-091-8/+14
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds2009-01-091-97/+52
|\ \ \ \ \
| * \ \ \ \ Merge branch 'oprofile/ring_buffer' into oprofile/oprofile-for-tipRobert Richter2009-01-081-133/+91
| |\ \ \ \ \
| | * | | | | oprofile: make new cpu buffer functions part of the apiRobert Richter2009-01-071-33/+24
| | * | | | | oprofile: use new data sample format for ibsRobert Richter2009-01-071-78/+41
| | * | | | | oprofile: rework implementation of cpu buffer eventsRobert Richter2009-01-071-4/+4
| | * | | | | oprofile: rename variable ibs_allowed to has_ibs in op_model_amd.cRobert Richter2009-01-071-12/+12
| | * | | | | x86/oprofile: fix pci_dev use count for AMD northbridge devicesRobert Richter2008-12-291-0/+1
* | | | | | | Merge branch 'linus' into releaseLen Brown2009-01-09285-6940/+10151
|\ \ \ \ \ \ \
| * | | | | | | remove lots of double-semicolonsFernando Carrijo2009-01-081-1/+1
| * | | | | | | trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison2009-01-071-2/+2
| * | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-01-079-58/+48
| |\ \ \ \ \ \ \
| | * | | | | | | x86/PCI: Do not use interrupt links for devices using MSI-XRafael J. Wysocki2009-01-071-2/+2
| | * | | | | | | x86/PCI: use dev_printk for PCI bus locality messagesBjorn Helgaas2009-01-071-5/+3
| | * | | | | | | PCI: x86/visws: use generic INTx swizzle from PCI coreBjorn Helgaas2009-01-071-14/+1
| | * | | | | | | PCI: x86: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2009-01-072-8/+3
| | * | | | | | | x86/PCI: minor logic simplicationsBjorn Helgaas2009-01-071-4/+4
| | * | | | | | | x86/PCI: use config space encoding for interrupt pinsBjorn Helgaas2009-01-071-24/+20
| | * | | | | | | PCI: use config space encoding in pci_get_interrupt_pin()Bjorn Helgaas2009-01-071-1/+1
| | * | | | | | | PCI: avoid early PCI mmconfig init if pci=noearly is given in cmdlineJacob Pan2009-01-071-1/+2
OpenPOWER on IntegriCloud