aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-4/+6
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-16/+2
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-8/+1
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-8/+1
2012-01-17ACPI, ia64: Use SRAT table rev to use 8bit or 16/32bit PXM fields (ia64)Kurt Garloff1-4/+6
2012-01-13Merge branch 'wire-accept4' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus Torvalds1-0/+1
2012-01-12treewide: convert uses of ATTRIB_NORETURN to __noreturnJoe Perches1-1/+1
2012-01-12treewide: remove useless NORET_TYPE macro and usesJoe Perches1-1/+1
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2012-01-09ia64: Add accept4() syscallÉmeric Maschino1-0/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-31/+31
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro1-1/+1
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2-31/+31
2011-12-09[IA64] Merge overlapping reserved regions at bootPetr Tesarik1-0/+19
2011-11-15iommu: Add option to group multi-function devicesAlex Williamson1-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds2-0/+2
2011-11-02[IA64] Wire up cross memory attach syscallsTony Luck1-0/+2
2011-10-31ia64: Add export.h to arch/ia64 specific files as requiredPaul Gortmaker2-0/+2
2011-09-21iommu: Rename the DMAR and INTR_REMAP config optionsSuresh Siddha4-6/+6
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-08-04Merge branch 'fixefi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-1/+1
2011-08-04efi: Fix argument types for SetVariable() for ia64Matthew Garrett1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-3/+3
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-16/+0
2011-07-24Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2
2011-07-24modules: make arch's use default loader hooksJonas Bonn1-16/+0
2011-07-14ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski2-2/+2
2011-07-14ia64: add jump labels for paravirtGlauber Costa1-0/+2
2011-05-31[IA64] wire up sendmmsg() syscall for ItaniumTony Luck1-0/+1
2011-05-28Merge branch 'setns'Linus Torvalds1-0/+1
2011-05-28ns: Wire up the setns system callEric W. Biederman1-0/+1
2011-05-24seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet1-1/+1
2011-05-20Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-0/+1
2011-05-20[IA64] define "_sdata" symbolTony Luck1-0/+1
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-12/+3
2011-05-19Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner16-224/+149
2011-05-04[CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski1-23/+21
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi4-4/+4
2011-03-29ia64: Convert to the new irq_* function namesThomas Gleixner2-6/+6
2011-03-29ia64: Use generic show_interrupts()Thomas Gleixner1-40/+2
2011-03-29ia64: Use irqd_irq_disabled() instead of desc->status accessThomas Gleixner1-1/+1
2011-03-29ia64: msi: Use irq_move_irq()Thomas Gleixner1-1/+1
2011-03-29ia64: iosapic: Use new irq_move_* functionsThomas Gleixner1-6/+4
2011-03-29ia64: iosapic: Remove redundant mask from ack()Thomas Gleixner1-9/+0
2011-03-29ia64: Use accessor functions all over the placeThomas Gleixner3-8/+4
2011-03-29ia64: iosapic: Cleanup irq_desc accessThomas Gleixner1-17/+15
2011-03-29ia64: Convert iosapic to new irq_chip functionsThomas Gleixner1-32/+38