summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-019-30/+30
|\
| * Rename .text.lock to .text..lock.Denys Vlasenko2010-03-031-2/+2
| * Rename .text.ivt to .text..ivt.Denys Vlasenko2010-03-032-2/+2
| * Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-031-1/+1
| * Rename .data..patch.XXX to .data..patch.XXX.Denys Vlasenko2010-03-034-19/+19
| * Rename .data.gate to .data..gate.Denys Vlasenko2010-03-033-4/+4
| * Rename .data.page_aligned to .data..page_aligned.Tim Abbott2010-03-031-1/+1
| * Rename .data.init_task to .data..init_task.Tim Abbott2010-03-031-1/+1
* | [IA64] Fix build breakageTony Luck2010-05-281-0/+4
* | numa: ia64: support numa_mem_id() for memoryless nodesLee Schermerhorn2010-05-271-0/+1
* | numa: ia64: use generic percpu var numa_node_id() implementationLee Schermerhorn2010-05-271-0/+6
* | ia64: remove unnecessary sync_single_range_* in swiotlb_dma_opsFUJITA Tomonori2010-05-271-2/+0Star
* | ia64: ptrace_attach_sync_user_rbs: avoid "task->signal != NULL" checksOleg Nesterov2010-05-271-2/+2
* | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-05-201-7/+5Star
|\ \
| * | ia64: Convert ia64 to use read/update_persistent_clockJohn Stultz2010-03-131-7/+5Star
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-05-195-35/+17Star
|\ \ \
| * | | [IA64] use __ratelimitAkinobu Mita2010-05-182-25/+8Star
| * | | [IA64] Use set_cpus_allowed_ptrJulia Lawall2010-05-183-10/+9Star
* | | | x86, acpi/irq: Introduce apci_isa_irq_to_gsiEric W. Biederman2010-05-041-0/+8
|/ / /
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3014-4/+12
* | | ACPI: processor: driver doesn't need to evaluate _PDCAlex Chiang2010-03-151-0/+3
|/ /
* | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-081-1/+1
* | elf coredump: add extended numbering supportDaisuke HATAYAMA2010-03-061-0/+16
* | elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2010-03-062-0/+66
* | mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel2010-03-061-0/+1
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-03-031-2/+2
|\ \
| * | smp: Use nr_cpus= to set nr_cpu_ids earlyYinghai Lu2010-02-181-2/+2
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-2/+2
|\ \
| * | Merge branch 'master' into percpuTejun Heo2010-02-022-2/+5
| |\|
| * | Merge branch 'master' into percpuTejun Heo2010-01-0514-267/+100Star
| |\ \
| * | | percpu: remove per_cpu__ prefix.Rusty Russell2009-10-291-2/+2
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-03-0112-335/+28Star
|\ \ \ \
| * \ \ \ Pull misc2634 into release branchTony Luck2010-02-261-2/+2
| |\ \ \ \
| | * | | | [IA64] remove trailing space in messagesFrans Pop2010-02-261-2/+2
| | | |_|/ | | |/| |
| * | | | Pull alex into release branchTony Luck2010-02-263-36/+7Star
| |\ \ \ \
| | * | | | [IA64] build arch/ia64/kernel/acpi-ext.o when CONFIG_ACPIAlex Chiang2010-02-261-4/+1Star
| | * | | | [IA64] Only build arch/ia64/kernel/acpi.o when CONFIG_ACPIAlex Chiang2010-02-263-33/+7Star
| | |/ / /
| * / / / [IA64] Remove COMPAT_IA32 supportTony Luck2010-02-089-297/+19Star
| |/ / /
* | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-011-1/+1
|\ \ \ \
| * | | | clocksource: add argument to resume callbackMagnus Damm2010-02-051-1/+1
| |/ / /
* / / / kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu2010-02-041-1/+1
|/ / /
* | | [IA64] __per_cpu_idtrs[] is a memory hogTony Luck2010-01-081-1/+4
* | | [IA64] use helpers for rlimitsJiri Slaby2010-01-071-1/+1
| |/ |/|
* | ACPI: processor: unify arch_acpi_processor_cleanup_pdcAlex Chiang2009-12-222-31/+0Star
* | ACPI: processor: finish unifying arch_acpi_processor_init_pdc()Alex Chiang2009-12-221-18/+0Star
* | ACPI: processor: factor out common _PDC settingsAlex Chiang2009-12-221-9/+1Star
* | ACPI: processor: unify arch_acpi_processor_init_pdcAlex Chiang2009-12-221-33/+1Star
* | Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds2009-12-171-5/+2Star
|\ \
| * | ia64: move nr-irqs.h to include/generatedSam Ravnborg2009-12-121-5/+2Star
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds2009-12-161-7/+8
|\ \ \