summaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* GRU Driver: hardware data structuresJack Steiner2008-07-301-1/+3
* KVM: ia64: Fix irq disabling leak in error handling codeJulia Lawall2008-07-271-2/+3
* tracehook: wait_task_inactiveRoland McGrath2008-07-261-2/+2
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-263-4/+5
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-07-261-0/+6
|\
| * [IA64] Wire up new system callsTony Luck2008-07-251-0/+6
* | kprobes: improve kretprobe scalability with hashed lockingSrinivasa D S2008-07-251-4/+2Star
|/
* flag parameters: pipeUlrich Drepper2008-07-242-2/+2
* bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2008-07-241-9/+10
* hugetlb: introduce pud_hugeAndi Kleen2008-07-241-0/+6
* hugetlb: modular state for hugetlb page sizeAndi Kleen2008-07-241-3/+4
* mm: remove double indirection on tlb parameter to free_pgd_range() & CoJan Beulich2008-07-241-1/+1
* mm: move bootmem descriptors definition to a single placeJohannes Weiner2008-07-241-6/+5Star
* sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen2008-07-221-7/+15
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-07-2120-311/+968
|\
| * [IA64] Remove experimental status of kdumpBernhard Walle2008-07-171-2/+2
| * [IA64] Avoid overflowing ia64_cpu_to_sapicid in acpi_map_lsapic()Alex Chiang2008-07-171-3/+2Star
| * [IA64] adding parameter check to module_free()Akiyama, Nobuyuki2008-07-171-1/+2
| * [IA64] improper printk format in acpi-cpufreqDenis V. Lunev2008-07-171-2/+2
| * Pull pvops into release branchTony Luck2008-07-1716-303/+960
| |\
| | * [IA64] pv_ops: move some functions in ivt.S to avoid lack of space.Isaku Yamahata2008-05-281-128/+133
| | * [IA64] pvops: add to hooks, pv_time_ops, for steal time accounting.Isaku Yamahata2008-05-282-0/+38
| | * [IA64] pvops: add hooks, pv_irq_ops, to paravirtualized irq related operations.Isaku Yamahata2008-05-282-5/+28
| | * [IA64] pvops: add hooks, pv_iosapic_ops, to paravirtualize iosapic.Isaku Yamahata2008-05-282-16/+54
| | * [IA64] pvops: define initialization hooks, pv_init_ops, for paravirtualized e...Isaku Yamahata2008-05-283-0/+19
| | * [IA64] pvops: paravirtualize NR_IRQSIsaku Yamahata2008-05-283-0/+63
| | * [IA64] pvops: paravirtualize entry.SIsaku Yamahata2008-05-284-44/+152
| | * [IA64] pvops: paravirtualize ivt.SIsaku Yamahata2008-05-281-127/+122Star
| | * [IA64] pvops: paravirtualize minstate.h.Isaku Yamahata2008-05-282-6/+36
| | * [IA64] pvops: preparation for paravirtulization of hand written assembly code.Isaku Yamahata2008-05-271-0/+9
| | * [IA64] pvops: introduce pv_cpu_ops to paravirtualize privileged instructions.Isaku Yamahata2008-05-271-0/+247
| | * [IA64] pvops: add an early setup hook for pv_ops.Isaku Yamahata2008-05-271-0/+41
| | * [IA64] pvops: introduce pv_info which describes some random info.Isaku Yamahata2008-05-272-0/+43
| | * [IA64] pvops: preparation: move the constants, LOAD_OFFSET, to a header file.Isaku Yamahata2008-05-271-1/+0Star
| | * [IA64] pvops: preparation: remove extern in irq_ia64.cIsaku Yamahata2008-05-271-1/+0Star
* | | Merge branch 'kvm-updates-2.6.27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-212-12/+11Star
|\ \ \
| * | | KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti2008-07-201-0/+3
| * | | KVM: Add coalesced MMIO support (ia64 part)Laurent Vivier2008-07-202-1/+5
| * | | KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-201-3/+3
| * | | KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity2008-07-201-8/+0Star
| |/ /
* / / simserial: Fix up for ldisc changesAlan Cox2008-07-211-43/+3Star
|/ /
* | fix build error of arch/ia64/kvm/*Takashi Iwai2008-07-172-3/+3
* | ACPI : Create "idle=nomwait" bootparamZhao Yakui2008-07-161-0/+2
* | ACPI: Create "idle=halt" bootparamZhao Yakui2008-07-161-0/+2
* | Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-07-159-254/+30Star
|\ \
| * \ Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar2008-07-159-254/+30Star
| |\ \
| | * | on_each_cpu(): kill unused 'retry' parameterJens Axboe2008-06-263-6/+6
| | * | smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-267-9/+8Star
| | * | ia64: convert to generic helpers for IPI function callsJens Axboe2008-06-263-239/+16Star
* | | | Merge branch 'linus' into core/rcuIngo Molnar2008-07-112-1/+3
|\| | |