summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang2009-04-071-2/+2
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-062-4/+10
|\
| * x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong2009-04-041-2/+1
| * Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu2009-04-032-4/+11
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-055-6/+20
|\ \
| * \ Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-025-6/+20
| |\ \
| | * \ Merge branch 'x86/asm' into tracing/syscallsIngo Molnar2009-03-146-19/+208
| | |\ \
| | * | | tracing/syscalls: support for syscalls tracing on x86Frederic Weisbecker2009-03-131-0/+7
| | * | | tracing/x86: basic implementation of syscall tracing for x86Frederic Weisbecker2009-03-131-3/+6
| | * | | Merge branch 'x86/core' into tracing/ftraceIngo Molnar2009-03-101-6/+10
| | |\ \ \
| | * | | | x86: implement atomic text_poke() via fixmapMasami Hiramatsu2009-03-061-0/+2
| | * | | | Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-06139-4955/+3142
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar2009-03-042-14/+0
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branches 'tracing/ftrace', 'tracing/mmiotrace' and 'linus' into tracing...Ingo Molnar2009-03-021-0/+3
| | |\ \ \ \ \ \
| | * | | | | | | x86, ptrace: remove CONFIG guards around declarationsMarkus Metzger2009-02-241-3/+0
| | * | | | | | | Merge branch 'tip/x86/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2009-02-221-0/+5
| | |\ \ \ \ \ \ \
| | | * | | | | | | ftrace, x86: make kernel text writable only for conversionsSteven Rostedt2009-02-201-0/+5
| | * | | | | | | | Merge branch 'mainline/function-graph' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar2009-02-191-25/+0
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-04-055-100/+26
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Rusty Russell2009-03-315-100/+26
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'linus' into cpumask-for-linusIngo Molnar2009-03-3039-254/+522
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | cpumask: fix CONFIG_CPUMASK_OFFSTACK=y cpu hotunplug crashRusty Russell2009-03-181-0/+1
| | * | | | | | | | | | | cpumask: remove x86 cpumask_t uses.Rusty Russell2009-03-131-2/+2
| | * | | | | | | | | | | cpumask: use new cpumask functions throughout x86Rusty Russell2009-03-131-2/+2
| | * | | | | | | | | | | x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_...Rusty Russell2009-03-131-18/+0
| | * | | | | | | | | | | cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell2009-03-131-1/+1
| | * | | | | | | | | | | cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell2009-03-131-3/+3
| | * | | | | | | | | | | x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell2009-03-131-19/+11
| | * | | | | | | | | | | cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2009-03-131-41/+0
| | * | | | | | | | | | | x86: arch_send_call_function_ipi_maskRusty Russell2009-03-131-2/+3
| | * | | | | | | | | | | cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell2009-03-132-7/+7
| | * | | | | | | | | | | cpumask: remove obsolete topology_core_siblings and topology_thread_siblings:...Rusty Russell2009-03-131-2/+0
| | * | | | | | | | | | | cpumask: remove cpu_coregroup_map: x86Rusty Russell2009-03-131-1/+0
| | * | | | | | | | | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86Rusty Russell2009-03-132-6/+0
* | | | | | | | | | | | | x86/dma: unify definition of pci_unmap_addr* and pci_unmap_len macrosJoerg Roedel2009-04-033-60/+32
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Allow rwlocks to re-enable interruptsRobin Holt2009-04-021-0/+3
* | | | | | | | | | | | preadv/pwritev: Add preadv and pwritev system calls.Gerd Hoffmann2009-04-022-0/+6
* | | | | | | | | | | | sgi-gru: add macros for using the UV hub to send interruptsJack Steiner2009-04-021-0/+12
* | | | | | | | | | | | sgi-gru: add definitions of x86_64 GRU MMRsJack Steiner2009-04-021-0/+153
* | | | | | | | | | | | sgi-gru: exclude UV definitions on 32-bit x86Jack Steiner2009-04-021-0/+2
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-011-0/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | PCI/MSI: Use #ifdefs instead of weak functionsMichael Ellerman2009-03-191-0/+3
* | | | | | | | | | | | pm: cleanup includesMagnus Damm2009-04-011-24/+0
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds2009-03-301-12/+0
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cpumask: remove node_to_first_cpuRusty Russell2009-03-301-12/+0
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest-an...Linus Torvalds2009-03-301-20/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | lguest: use KVM hypercallsMatias Zabaljauregui2009-03-301-20/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-03-303-97/+95
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Merge branch 'linus' into core/iommuIngo Molnar2009-03-28143-4975/+3149
| |\| | | | | | | | | |