aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'korg/linux-3.0.y' into cm-13.0rogersb112015-11-106-17/+41
|\
| * Wrong asm register contraints in the kvm implementationStephan Schreiber2013-05-071-1/+1
| * Wrong asm register contraints in the futex implementationStephan Schreiber2013-05-071-3/+2
| * Fix initialization of CMCI/CMCP interruptsTony Luck2013-05-073-13/+33
| * KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity2013-04-051-0/+5
* | Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-274-4/+7
|\ \ | |/
| * random: remove rand_initialize_irq()Theodore Ts'o2012-08-151-1/+0
| * Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the castsTony Luck2012-08-151-2/+2
| * ia64: Add accept4() syscallÉmeric Maschino2012-05-212-1/+5
* | Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-182-8/+11
|\ \ | |/
| * ia64: fix futex_atomic_cmpxchg_inatomic()Luck, Tony2012-04-221-4/+5
| * ACPI, ia64: Use SRAT table rev to use 8bit or 16/32bit PXM fields (ia64)Kurt Garloff2012-01-251-4/+6
* | samsung update 1codeworkx2012-06-021-2/+0
|/
* [IA64] wire up sendmmsg() syscall for ItaniumTony Luck2011-05-312-1/+3
* Merge branch 'setns'Linus Torvalds2011-05-282-1/+3
|\
| * ns: Wire up the setns system callEric W. Biederman2011-05-282-1/+3
* | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-261-4/+0
* | Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git....Linus Torvalds2011-05-261-1/+1
|\ \ | |/ |/|
| * seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet2011-05-241-1/+1
* | mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* | ia64: mmu_gather reworkPeter Zijlstra2011-05-251-20/+46
* | arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2011-05-252-8/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* | Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-05-231-13/+13
|\ \
| * | KVM: ia64: fix sparse warningsJeff Mahoney2011-05-221-13/+13
| |/
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2011-05-202-1/+2
|\ \
| * | [IA64] define "_sdata" symbolTony Luck2011-05-201-0/+1
| * | Pull misc-2.6.40 into release branchTony Luck2011-05-201-1/+1
| |\ \ | | |/ | |/|
| | * [IA64] fix build warning in arch/ia64/oprofile/backtrace.cTony Luck2011-04-071-1/+1
* | | sanitize <linux/prefetch.h> usageLinus Torvalds2011-05-202-0/+2
* | | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2011-05-193-17/+4
|\ \ \
| * \ \ Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-a...Thomas Gleixner2011-05-1457-472/+280
| |\ \ \ | | |/ /
| * | | ia64: convert to clocksource_register_hz/khzJohn Stultz2011-02-213-17/+4
| | | |
| \ \ \
*-. \ \ \ Merge branches 'sched-core-for-linus' and 'sched-urgent-for-linus' of git://g...Linus Torvalds2011-05-192-1/+11
|\ \ \ \ \ | | | |/ / | | |/| |
| * | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-142-1/+11
| |/ / /
* | | | [CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski2011-05-041-23/+21
|/ / /
* | | Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds2011-04-0714-18/+18
|\ \ \ | |_|/ |/| |
| * | Fix common misspellingsLucas De Marchi2011-03-3114-18/+18
* | | [IA64] fix build warning: argument 1 of 'irqd_irq_disabled'Tony Luck2011-04-011-1/+1
* | | [IA64] Fix build breakage - sn_force_interrupt_flag: undefinedTony Luck2011-03-291-42/+0
|/ /
* | ia64: Remove redundant declaration of irq_desc[]Thomas Gleixner2011-03-291-3/+0
* | ia64: Convert to the new irq_* function namesThomas Gleixner2011-03-294-10/+10
* | ia64: Use generic show_interrupts()Thomas Gleixner2011-03-292-40/+3
* | ia64: Use irqd_irq_disabled() instead of desc->status accessThomas Gleixner2011-03-292-2/+2
* | ia64: sn: Use irqd_mark_affinity_set() helperThomas Gleixner2011-03-291-3/+1
* | ia64: msi: Use irq_move_irq()Thomas Gleixner2011-03-291-1/+1
* | ia64: sn: Use irq_move_irq()Thomas Gleixner2011-03-292-2/+2
* | ia64: iosapic: Use new irq_move_* functionsThomas Gleixner2011-03-291-6/+4
* | ia64: iosapic: Remove redundant mask from ack()Thomas Gleixner2011-03-291-9/+0