aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* ia64: Use generic irq KconfigThomas Gleixner2011-01-211-19/+4
* genirq: Remove __do_IRQThomas Gleixner2011-01-211-3/+0
* [IA64] fix ia64 build failure in pmdp_get_and_clearAndrea Arcangeli2011-01-141-0/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-131-0/+5
|\
| * ACPI: Use ioremap_cache()Len Brown2011-01-071-0/+5
* | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-01-132-7/+4
|\ \
| * \ Merge branch 'linus' into idle-testLen Brown2011-01-125-10/+22
| |\ \
| * | | ACPI, intel_idle: Cleanup idle= internal variablesThomas Renninger2011-01-122-7/+4
| | |/ | |/|
* | | thp: pte alloc trans splittingAndrea Arcangeli2011-01-131-1/+1
* | | [IA64] fix build error - arch/ia64/kernel/perfmon.cTony Luck2011-01-131-1/+1
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-01-131-1/+1
|\ \ \
| * | | [IA64] Fix format warning in arch/ia64/kernel/acpi.cTony Luck2011-01-121-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-01-131-2/+4
|\ \ \
| * | | pass default dentry_operations to mount_pseudo()Al Viro2011-01-121-2/+4
| |/ /
* | | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-01-132-21/+13
|\ \ \
| * | | KVM: Take missing slots_lock for kvm_io_bus_unregister_dev()Takuya Yoshikawa2011-01-121-0/+2
| * | | KVM: Clean up vm creation and releaseJan Kiszka2011-01-122-21/+11
| | |/ | |/|
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+3
| |\ \ | | |/
| * | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-01-105-7/+19
|\ \ \
| * | | [IA64] Avoid array overflow if there are too many cpus in SRAT tableTony Luck2011-01-071-0/+6
| * | | [IA64] Remove unlikely from cpu_is_offlineJoe Perches2010-12-281-1/+1
| * | | [IA64] irq_ia64, use set_irq_chipJiri Slaby2010-12-281-1/+1
| * | | [IA64] perfmon: Change vmalloc to vzalloc and drop memset.Jesper Juhl2010-12-281-2/+1
| * | | [IA64] eliminate race condition in smp_flush_tlb_mmDimitri Sivanich2010-12-281-3/+10
| | |/ | |/|
* | | fs: scale mntget/mntputNick Piggin2011-01-071-1/+1
* | | fs: dcache reduce branches in lookup pathNick Piggin2011-01-071-1/+1
* | | fs: change d_delete semanticsNick Piggin2011-01-071-1/+1
|/ /
* | SCSI host lock push-downJeff Garzik2010-11-161-1/+3
|/
* convert get_sb_pseudo() usersAl Viro2010-10-291-5/+4
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2010-10-281-7/+0
|\
| * Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2010-10-1231-8796/+294
| |\
| * | kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe2010-09-191-7/+0
* | | taskstats: use real microsecond granularity for CPU timesMichael Holzheu2010-10-271-3/+3
* | | ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
* | | mm: remove pte_*map_nested()Peter Zijlstra2010-10-261-2/+0
* | | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-261-0/+1
|\ \ \
| * \ \ Merge branch 'hwpoison-fixes-2.6.37' into hwpoisonAndi Kleen2010-10-221-0/+1
| |\ \ \
| | * | | Add _addr_lsb field to ia64 siginfoAndi Kleen2010-10-121-0/+1
* | | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-241-0/+1
|\ \ \ \ \
| * | | | | KVM: ia64: define kvm_lapic_enabled() to fix a compile errorTakuya Yoshikawa2010-10-241-0/+1
| | |/ / / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2010-10-222-99/+2
|\ \ \ \ \
| * | | | | tty: icount changeover for other main devicesAlan Cox2010-10-221-11/+1
| * | | | | ioctl: Use asm-generic/ioctls.h on ia64 (enables termiox)Jeff Mahoney2010-10-221-88/+1
| |/ / / /
* | | | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-222-0/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | llseek: automatically add .llseek fopArnd Bergmann2010-10-152-0/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-irqflagsLinus Torvalds2010-10-212-76/+94
|\ \ \ \ \
| * | | | | Fix IRQ flag handling namingDavid Howells2010-10-072-76/+94
| | |/ / / | |/| | |
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-10-2114-300/+113
|\ \ \ \ \