- 390bd13 Add dma_debug_init() for ia64 by fujita · 16 years ago
- 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 16 years ago
- fa276f3 [IA64] address compiler warnings perfmon.c/salinfo.c by Jan Beulich · 16 years ago
- 58782b3 [IA64] Remove unnecessary semicolons by Joe Perches · 16 years ago
- fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 16 years ago
- 687d680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.31 by Linus Torvalds · 16 years ago
- 7b768f0 ACPI: pdc init related memory leak with physical CPU hotplug by Pallipadi, Venkatesh · 16 years ago
- 27f70c3 Pull for-2.6.31 into release by Tony Luck · 16 years ago
- e088a4a [IA64] Convert ia64 to use int-ll64.h by Matthew Wilcox · 16 years ago
- d186b86 [IA64] Fix build error in paravirt_patchlist.c by Jes Sorensen · 16 years ago
- 8b0b1db remove put_cpu_no_resched() by Thomas Gleixner · 16 years ago
- 6484eb3 page allocator: do not check NUMA node ID when the caller knows the node is valid by Mel Gorman · 16 years ago
- bb1f17b mm: consolidate init_mm definition by Alexey Dobriyan · 16 years ago
- 97de6ad [IA64] hook up new rt_tgsigqueueinfo syscall by Tony Luck · 16 years ago
- 9542b21 [IA64] msi_ia64.c dmar_msi_type should be static by Jaswinder Singh Rajput · 16 years ago
- fb824f4 [IA64] remove obsolete hw_interrupt_type by Thomas Gleixner · 16 years ago
- 86bc3df [IA64] remove obsolete irq_desc_t typedef by Thomas Gleixner · 16 years ago
- 8a7c3cd [IA64] remove obsolete no_irq_type by Thomas Gleixner · 16 years ago
- 6cd8e30 Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 16 years ago
- 32f8840 KVM: use smp_send_reschedule in kvm_vcpu_kick by Marcelo Tosatti · 16 years ago
- aed5d5f Fix !CONFIG_DMAR build failure introduced by Intel IOMMU Pass Through Support by Fenghua Yu · 16 years ago
- 4ed0d3e Intel IOMMU Pass Through Support by Fenghua Yu · 16 years ago
- a2f809b irq: change ACPI GSI APIs to also take a device argument by Yinghai Lu · 16 years ago
- d5dedd4 irq: change ->set_affinity() to return status by Yinghai Lu · 16 years ago
- 8e19608 clocksource: pass clocksource to read() callback by Magnus Damm · 16 years ago
- edb91dc [IA64] smp_flush_tlb_mm() should only send IPI's to cpus in cpu_vm_mask by Dimitri Sivanich · 16 years ago
- c4cb768 [IA64] export smp_send_reschedule by Marcelo Tosatti · 16 years ago
- e930438 Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) by Yang Hongyang · 16 years ago
- 8851d37 [IA64] wire up preadv/pwritev system calls by Tony Luck · 16 years ago
- 2f4f27d dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) by Yang Hongyang · 16 years ago
- 284901a9 dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
- 50cf156 dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) by Yang Hongyang · 16 years ago
- 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 6f2c55b Simplify copy_thread() by Alexey Dobriyan · 16 years ago
- 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 16 years ago
- 8b53ef3 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
- 80a03e2 [IA64] BUG to BUG_ON changes by Stoyan Gaydarov · 16 years ago
- 5e3fd9e rtc: add platform driver for EFI by dann frazier · 16 years ago
- c66b31f Pull pvops into release branch by Tony Luck · 16 years ago
- 50fbe56 Pull cpumask into release branch by Tony Luck · 16 years ago
- cf2f7d7 Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/proc by Linus Torvalds · 16 years ago
- 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 16 years ago
- b0d44c0 Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
- 7c730cc Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 8d735b4 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 16 years ago
- 82268da Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
- 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
- 3ba13d1 constify dentry_operations: rest by Al Viro · 16 years ago
- 7120569 ia64: remove some warnings. by Isaku Yamahata · 16 years ago
- 66f3e6a [IA64] Fix kstat_this_cpu build breakage by Jes Sorensen · 16 years ago
- 6e15cf0 Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 by Ingo Molnar · 16 years ago
- a841696 Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- dae17da ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress false positive warning. by Isaku Yamahata · 16 years ago
- ee158fc ia64/pv_ops/bp/module: support binary patching for kernel module. by Isaku Yamahata · 16 years ago
- 03f511d ia64/pv_ops: implement binary patching optimization for native. by Isaku Yamahata · 16 years ago
- bf7ab02 ia64/pv_op/binarypatch: add helper functions to support binary patching for paravirt_ops. by Isaku Yamahata · 16 years ago
- c431251 ia64/pv_ops: paravirtualize gate.S. by Isaku Yamahata · 16 years ago
- 53129c5 ia64/pv_ops: move down __kernel_syscall_via_epc. by Isaku Yamahata · 16 years ago
- b937dd7 ia64/pv_ops/xen: define xen specific gate page. by Isaku Yamahata · 16 years ago
- e4ff5b8 ia64/pv_ops: gate page paravirtualization. by Isaku Yamahata · 16 years ago
- f927da1 ia64/pv_ops/pv_time_ops: add sched_clock hook. by Isaku Yamahata · 16 years ago
- 496203b ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm by Isaku Yamahata · 16 years ago
- 94752a7 ia64/pv_ops: paravirtualize mov = ar.itc. by Isaku Yamahata · 16 years ago
- 84b8857 ia64/pv_ops: paravirtualize fsys.S. by Isaku Yamahata · 16 years ago
- dd97d5c ia64/pv_ops: add hooks to paravirtualize fsyscall implementation. by Isaku Yamahata · 16 years ago
- 2fa8937 ia64: Move the macro definitions related to MSI to one header file. by Xiantao Zhang · 16 years ago
- edb35028 Merge branches 'irq/genirq' and 'linus' into irq/core by Ingo Molnar · 16 years ago
- 2af51a3 cpumask: Use accessors code.: ia64 by Rusty Russell · 16 years ago
- 5dd3c99 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64 by Rusty Russell · 16 years ago
- 40fe697 cpumask: arch_send_call_function_ipi_mask: ia64 by Rusty Russell · 16 years ago
- 19390c4 linker script: define __per_cpu_load on all SMP capable archs by Tejun Heo · 16 years ago
- f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 16 years ago
- 7df4edb Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
- 55f2b78 Merge branch 'x86/urgent' into x86/pat by Ingo Molnar · 16 years ago
- f701d35 Merge branches 'tracing/ftrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
- 5b59239 [IA64] Don't go beyond iosapic_intr_info's arraysize by Roel Kluin · 16 years ago
- aa2f63c [IA64] Do not go beyond ARRAY_SIZE of unw.hash by Roel Kluin · 16 years ago
- a7f4463 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc6' into tracing/core by Ingo Molnar · 16 years ago
- fc6fc7f Merge branch 'linus' into x86/apic by Ingo Molnar · 16 years ago
- c0acdea [IA64] Remove redundant cpu_clear() in __cpu_disable path by Alex Chiang · 16 years ago
- 66db2e6 [IA64] Revert "prevent ia64 from invoking irq handlers on offline CPUs" by Alex Chiang · 16 years ago
- 494df59 Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/paravirt', 'x86/urgent' and 'x86/xen'; commit 'v2.6.29-rc5' into x86/core by Ingo Molnar · 16 years ago
- 970ec1a [IA64] fix __apci_unmap_table by Yinghai Lu · 16 years ago
- 8f8573a Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core by Ingo Molnar · 16 years ago
- a56cdcb Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/header-fixes', 'x86/headers' and 'x86/minor-fixes' into x86/core by Ingo Molnar · 16 years ago
- 7d97277 acpi/x86: introduce __apci_map_table, v4 by Yinghai Lu · 16 years ago
- dfb805e IA64: fix VT-d dma_mapping_error by FUJITA Tomonori · 16 years ago
- 97d9800 IA64: fix swiotlb alloc_coherent for non DMA_64BIT_MASK devices by FUJITA Tomonori · 16 years ago
- fb44672 IA64: fix compile error on IA64_DIG_VTD by FUJITA Tomonori · 16 years ago
- 1980307 Merge branch 'x86/mm' into core/percpu by Ingo Molnar · 16 years ago
- 4092762 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc2' into tracing/core by Ingo Molnar · 16 years ago
- 74e7904 linker script: add missing .data.percpu.page_aligned by Tejun Heo · 16 years ago
- 88d998c Merge branch 'misc' into release by Len Brown · 16 years ago
- 5a4ccaf kprobes: check CONFIG_FREEZER instead of CONFIG_PM by Masami Hiramatsu · 16 years ago
- af2519f Merge branch 'linus' into core/iommu by Ingo Molnar · 16 years ago
- 88fc241 [IA64] dump stack on kernel unaligned warnings by Doug Chapman · 16 years ago
- d2287f5 irq: update all arches for new irq_desc, fix by Mike Travis · 16 years ago
- 1134723 [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 by Heiko Carstens · 16 years ago
- a14a07b ftrace, ia64: IA64 dynamic ftrace support by Shaohua Li · 16 years ago
- d3e75ff ftrace, ia64: IA64 static ftrace support by Shaohua Li · 16 years ago