summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, apic: Drop redundant bit assignmentCyrill Gorcunov2009-08-051-1/+0
* x86, ioapic: Throw BUG instead of NULL dereferenceCyrill Gorcunov2009-08-051-0/+4
* x86, ioapic: Introduce for_each_irq_pin() helperCyrill Gorcunov2009-08-051-28/+15
* x86: Remove superfluous NULL pointer check in destroy_irq()Bartlomiej Zolnierkiewicz2009-08-021-2/+1
* x86/ioapic.c: unify ioapic_retrigger_irq()Jeremy Fitzhardinge2009-07-141-9/+0
* x86/ioapic.c: convert __target_IO_APIC_irq to conventional for() loopJeremy Fitzhardinge2009-07-141-8/+1
* x86/ioapic.c: clean up replace_pin_at_irq_node logic and commentsJeremy Fitzhardinge2009-07-141-8/+5
* x86/ioapic.c: convert replace_pin_at_irq_node to conventional for() loopJeremy Fitzhardinge2009-07-141-3/+2
* x86/ioapic.c: simplify add_pin_to_irq_node()Jeremy Fitzhardinge2009-07-141-20/+8
* x86/ioapic.c: convert io_apic_level_ack_pending loop to normal for() loopJeremy Fitzhardinge2009-07-141-7/+1
* x86/ioapic.c: move lost comment to what seems like appropriate placeJeremy Fitzhardinge2009-07-141-7/+5
* x86/ioapic.c: remove redundant declaration of irq_pin_listJeremy Fitzhardinge2009-07-141-2/+0
* x86/ioapic.c: remove #ifdef for 82093AA workaroundJeremy Fitzhardinge2009-07-141-28/+19
* x86/ioapic.c: unify __mask_IO_APIC_irq()Jeremy Fitzhardinge2009-07-141-6/+1
* x86/ioapic.c: ioapic_modify_irq is too large to inlineJeremy Fitzhardinge2009-07-141-3/+3
* x86/acpi: acpi_parse_madt_ioapic_entries: remove redundant bracesJeremy Fitzhardinge2009-07-141-2/+1
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-07-101-1/+1
|\
| * Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1
* | Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-07-101-1/+1
|\ \
| * | x86/oprofile: rename kernel parameter for architectural perfmon to arch_perfmonRobert Richter2009-07-101-1/+1
* | | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-07-108-144/+352
|\ \ \
| * | | x86: atomic64: Inline atomic64_read() againEric Dumazet2009-07-042-22/+23
| * | | x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative()Ingo Molnar2009-07-031-4/+4
| * | | x86: atomic64: Improve atomic64_xchg()Ingo Molnar2009-07-032-15/+15
| * | | x86: atomic64: Export APIs to modulesIngo Molnar2009-07-032-1/+19
| * | | x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-2/+10
| * | | x86: atomic64: Code atomic(64)_read and atomic(64)_set in C not CPPPaul Mackerras2009-07-032-11/+47
| * | | x86: atomic64: Fix unclean type use in atomic64_xchg()Ingo Molnar2009-07-031-1/+1
| * | | x86: atomic64: Make atomic_read() type-safeIngo Molnar2009-07-031-1/+4
| * | | x86: atomic64: Reduce size of functionsIngo Molnar2009-07-031-2/+2
| * | | x86: atomic64: Improve atomic64_add_return()Ingo Molnar2009-07-031-3/+12
| * | | x86: atomic64: Improve cmpxchg8b()Eric Dumazet2009-07-031-12/+7
| * | | x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-6/+2
| * | | x86: atomic64: Move the 32-bit atomic64_t implementation to a .c fileIngo Molnar2009-07-033-117/+237
| * | | x86: atomic64: The atomic64_t data type should be 8 bytes aligned on 32-bit tooEric Dumazet2009-07-031-1/+1
| * | | perf_counter: Ignore the nmi call frames in the x86-64 backtracesFrederic Weisbecker2009-07-014-8/+30
* | | | sched: INIT_PREEMPT_COUNTPeter Zijlstra2009-07-101-1/+1
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-07-091-0/+4
|\ \ \
| * | | memory barrier: adding smp_mb__after_lockJiri Olsa2009-07-091-0/+4
* | | | x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled inYinghai Lu2009-07-081-2/+9
* | | | Remove multiple KERN_ prefixes from printk formatsJoe Perches2009-07-086-17/+16
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2009-07-082-20/+13
|\ \ \ \
| * | | | [CPUFREQ] Powernow-k8: support family 0xf with 2 low p-statesMark Langsdorf2009-07-062-20/+13
* | | | | x86: Fix resume from suspend when CONFIG_CC_STACKPROTECTORPeter Chubb2009-07-081-1/+1
|/ / / /
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-07-0614-49/+37
|\ \ \ \
| * | | | x86: fix usage of bios intcall()Akinobu Mita2009-07-042-4/+3
| * | | | Merge branch 'amd-iommu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2009-07-031-4/+9
| |\ \ \ \
| | * | | | amd-iommu: set evt_buf_size correctlyJoerg Roedel2009-07-021-0/+2
| | * | | | amd-iommu: handle alias entries correctly in init codeJoerg Roedel2009-07-021-4/+7
| * | | | | x86: Remove unused function lapic_watchdog_ok()Jaswinder Singh Rajput2009-07-032-6/+0
OpenPOWER on IntegriCloud