aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/perfmon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-08[IA64] Rename TIF_PERFMON_WORK back to TIF_NOTIFY_RESUMEPetr Tesarik1-18/+3
2008-02-05[IA64] make pfm_get_task work with virtual pidsPavel Emelyanov1-2/+2
2008-02-04[IA64] constify function pointer tablesJan Engelhardt1-1/+1
2007-12-06perfmon: Use task_is_*Matthew Wilcox1-2/+2
2007-11-06[IA64] Fix perfmon sysctl directory modesTony Luck1-2/+2
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-79/+82
2007-10-12[IA64] perfmon: Remove exit_pfm_fs()Satyam Sharma1-7/+0
2007-07-31remove unused TIF_NOTIFY_RESUME flagStephane Eranian1-2/+2
2007-05-11[IA64] spelling fixes: arch/ia64/Simon Arlott1-9/+9
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-06[IA64] permon use-after-free fixNick Piggin1-4/+7
2007-02-17Fix comment typo "spin_lock_irqrestore".Robert P. J. Day1-1/+1
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] sysctl: C99 convert arch/ia64/kernel/perfmon and remove ABI breakageEric W. Biederman1-9/+47
2007-02-12[PATCH] mark struct file_operations const 2Arjan van de Ven1-3/+3
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day1-2/+1
2006-12-08[PATCH] struct path: convert ia64Josef Sipek1-5/+5
2006-12-07Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-2/+1
2006-12-07[IA64] replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-10-17[IA64] perfmon fix for global IRQ fixTony Luck1-1/+2
2006-09-27Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds1-64/+49
2006-09-26[IA64] Move perfmon tables from thread_struct to pfm_contextKeshavamurthy Anil S1-64/+49
2006-09-26[PATCH] smp_call_function_single() cleanupAndrew Morton1-0/+1
2006-09-08[IA64] correct file descriptor reference counting in perfmonStephane Eranian1-1/+3
2006-07-02[PATCH] irq-flags: IA64: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar1-2/+2
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi1-2/+1
2006-06-23[PATCH] VFS: Permit filesystem to override root dentry on mountDavid Howells1-3/+4
2006-03-21Pull bsp-removal into release branchTony Luck1-1/+4
2006-01-19[IA64] sem2mutex: arch/ia64/kernel/perfmon.cJes Sorensen1-5/+6
2006-01-16[IA64] Perfmon for MontecitoStephane Eranian1-0/+2
2006-01-12[PATCH] ia64: task_pt_regs()Al Viro1-16/+16
2006-01-11[PATCH] capable/capability.h (arch/)Randy Dunlap1-0/+1
2006-01-05[IA64] support for cpu0 removalAshok Raj1-1/+4
2005-11-07[PATCH] kfree cleanup: archJesper Juhl1-1/+1
2005-10-29[PATCH] mm: vm_stat_account unshackledHugh Dickins1-1/+2
2005-09-17[PATCH] files: fix preemption issuesDipankar Sarma1-1/+2
2005-09-16[IA64] Remove warnings for gcc 4.0 IA64 compilation.Peter Chubb1-1/+1
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-09[PATCH] files: break up files structDipankar Sarma1-2/+5
2005-08-10[IA64] fix perfmon context loadstephane.eranian@hp.com1-0/+1
2005-07-11[IA64] remove linux/version.h include from arch/ia64Olaf Hering1-1/+0
2005-05-31[IA64] Use "PER_CPU" form of EXPORT macroTony Luck1-1/+1
2005-05-18[IA64] initialize spinlock pfm_alt_install_checkTony Luck1-1/+1
2005-05-18[IA64] alternate perfmon handlerTony Luck1-15/+160
2005-05-03[IA64] another perfmon fix (take2)stephane eranian1-10/+20
2005-05-03[IA64] perfmon & PAL_HALT againStephane Eranian1-0/+13
2005-04-25[IA64] perfmon: make pfm_sysctl a global, and other cleanupStephane Eranian1-31/+28