summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
Commit message (Expand)AuthorAgeFilesLines
* ptrace: change signature of arch_ptrace()Namhyung Kim2010-10-271-1/+2
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+2
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+2
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-10-2111-87/+101
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'release', 'drop_do_IRQ', 'fix_early_irq', 'misc-2.6.37', 'nex...Tony Luck2010-10-1211-83/+92
| |\ \ \ \ \ \
| | | | | | * | [IA64] Add CONFIG_STACKTRACE_SUPPORTTony Luck2010-09-232-0/+40
| | | | | |/ / | | | | |/| |
| | | | | * | [IA64] unwind - optimise linked-list searches for modulesPhil Carmody2010-09-141-1/+16
| | | | | * | [IA64] unwind: remove preprocesser noise, and correct commentPhil Carmody2010-09-141-3/+3
| | | * | | | [IA64] Remove unnecessary casts of private_data in perfmon.cJoe Perches2010-09-231-6/+6
| | | * | | | [IA64] Fix missing iounmap in error path in cyclone.cJulia Lawall2010-09-231-1/+1
| | | * | | | [IA64] salinfo: sema_init instead of init_MUTEXThomas Gleixner2010-09-231-1/+1
| | | * | | | [IA64] Use static const char * const in palinfo.cJoe Perches2010-09-231-1/+1
| | | |/ / /
| | * | | | [IA64] Cannot use register_percpu_irq() from ia64_mca_init()Tony Luck2010-10-071-19/+19
| | * | | | [IA64] Initialize interrupts later (from init_IRQ())Tony Luck2010-10-053-51/+5
| | |/ / /
| * | | | [IA64] Stop using the deprecated __do_IRQ() code pathTony Luck2010-09-272-4/+9
| |/ / /
* | | | dmar: Convert to new irq chip functionsThomas Gleixner2010-10-121-2/+2
* | | | pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-2/+2
|/ / /
* | | [IA64] Optimize ticket spinlocks in fsys_rt_sigprocmaskPetr Tesarik2010-09-151-31/+11
|/ /
* | [IA64] fix siglockTony Luck2010-09-091-7/+39
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-1/+3
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-08-131-0/+3
|\
| * [IA64] Add latest crop of syscallsTony Luck2010-08-131-0/+3
* | Mark arguments to certain syscalls as being constDavid Howells2010-08-131-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-111-7/+8
|\
| * ia64: perfmon: add d_dname methodMiklos Szeredi2010-08-111-7/+8
* | dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori2010-08-111-6/+0
|/
* x86, ia64, smp: use workqueues unconditionally during do_boot_cpu()Suresh Siddha2010-08-091-9/+6
* topology: alternate fix for ia64 tiger_defconfig build breakageLee Schermerhorn2010-08-091-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-1/+1
|\
| * 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-061-3/+4
|\ \
| * | timkeeping: Fix update_vsyscall to provide wall_to_monotonic offsetJohn Stultz2010-07-271-3/+4
| |/
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-08-061-1/+1
|\ \
| * | PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings2010-07-301-1/+1
| |/
* | [IA64] perfmon: convert to unlocked_ioctlArnd Bergmann2010-07-061-11/+11
* | [IA64] beautify vmlinux.lds.hSam Ravnborg2010-06-211-173/+189
|/
* 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-271-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/+0
* | 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-191-7/+5
|\ \
OpenPOWER on IntegriCloud