aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
...
| * | workqueue: increase max_active of keventd and kill current_is_keventd()Tejun Heo2010-06-291-1/+1
* | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-062-7/+4
|\ \ \
| * | | timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-271-3/+4
| * | | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-4/+0
| | |/ | |/|
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-062-2/+2
|\ \ \
| * | | PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings2010-07-302-2/+2
| |/ /
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-061-0/+1
|\ \ \
| * \ \ Merge commit 'v2.6.35-rc4' into perf/coreIngo Molnar2010-07-051-1/+1
| |\ \ \ | | |/ /
| * | | Merge commit 'v2.6.35-rc3' into perf/coreIngo Molnar2010-06-1817-42/+43
| |\ \ \ | | | |/ | | |/|
| * | | arch: Implement local64_tPeter Zijlstra2010-06-091-0/+1
* | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2010-08-051-3/+3
|\ \ \ \
| * \ \ \ Merge commit 'v2.6.35' into kbuild/kbuildMichal Marek2010-08-0498-6628/+348
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | kbuild: allow assignment to {A,C}FLAGS_KERNEL on the command lineSam Ravnborg2010-08-031-2/+2
| * | | | kbuild: allow assignment to {A,C,LD}FLAGS_MODULE on the command lineSam Ravnborg2010-08-031-1/+1
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-08-0510-9508/+1058
|\ \ \ \ \
| * \ \ \ \ Pull misc2-6-36 into release branchTony Luck2010-08-042-184/+200
| |\ \ \ \ \
| | * | | | | [IA64] perfmon: convert to unlocked_ioctlArnd Bergmann2010-07-061-11/+11
| | * | | | | [IA64] beautify vmlinux.lds.hSam Ravnborg2010-06-211-173/+189
| | | |_|_|/ | | |/| | |
| * | | | | Pull percpu256K into release branchTony Luck2010-08-041-1/+1
| |\ \ \ \ \
| | * | | | | [IA64] increase ia64 static per cpu areaTony Luck2010-07-271-1/+1
| | | |_|/ / | | |/| | |
| * | | | | [IA64] Put ia64 config files on the Uwe Kleine-König dietTony Luck2010-07-137-9323/+857
| |/ / / /
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-08-042-4/+4
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2010-08-041-1/+1
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge branch 'master' into for-nextJiri Kosina2010-06-1627-65/+82
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-162-4/+4
* | | | | | KVM: Remove unnecessary divide operationsJoerg Roedel2010-08-011-0/+1
* | | | | | KVM: ia64: cleanup kvm_ia64_sync_dirty_log()Takuya Yoshikawa2010-08-011-19/+11
* | | | | | KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log()Takuya Yoshikawa2010-08-011-2/+2
* | | | | | KVM: Remove memory alias supportAvi Kivity2010-08-011-5/+0
* | | | | | KVM: move vcpu locking to dispatcher for generic vcpu ioctlsAvi Kivity2010-08-011-11/+0
| |_|/ / / |/| | | |
* | | | | [IA64] Fix spinaphore down_spin()Tony Luck2010-06-301-1/+1
| |/ / / |/| | |
* | | | KVM: ia64: Add missing spin_unlock in kvm_arch_hardware_enable()Julia Lawall2010-06-091-0/+1
* | | | Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-0116-42/+42
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | Rename .text.lock to .text..lock.Denys Vlasenko2010-03-031-2/+2
| * | Rename .text.ivt to .text..ivt.Denys Vlasenko2010-03-033-3/+3
| * | Rename .data.read_mostly to .data..read_mostly.Denys Vlasenko2010-03-033-3/+3
| * | Rename .data[.percpu][.XXX] to .data[..percpu][..XXX].Denys Vlasenko2010-03-031-1/+1
| * | Rename .data..patch.XXX to .data..patch.XXX.Denys Vlasenko2010-03-035-25/+25
| * | Rename .data.gate to .data..gate.Denys Vlasenko2010-03-034-5/+5
| * | 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
| * | scripts: change scripts to use system python instead of envDon Zickus2010-02-021-1/+1
* | | ia64: revert __node_random additionLinus Torvalds2010-05-301-17/+0
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-05-282-2/+4
|\ \ \
| * \ \ Merge branch 'ht-delete-2.6.35' into releaseLen Brown2010-05-281-1/+0
| |\ \ \
| | * | | ACPI: delete the "acpi=ht" boot optionLen Brown2010-03-141-1/+0
| * | | | Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown2010-05-281-1/+4
| |\ \ \ \
| | * | | | ACPI: pci_root: pass acpi_pci_root to arch-specific scanBjorn Helgaas2010-04-041-1/+4
* | | | | | [IA64] Fix build breakageTony Luck2010-05-272-0/+21
* | | | | | numa: ia64: support numa_mem_id() for memoryless nodesLee Schermerhorn2010-05-272-0/+5