aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/perfmon.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-11ia64: Remove perfmonChristoph Hellwig1-6703/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-03-13ia64: replace setup_irq() by request_irq()afzal mohammed1-6/+4
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-7/+10
2019-06-23smp: Remove smp_call_function() and on_each_cpu() return valuesNadav Amit1-10/+2
2019-05-25vfs: Convert ia64 perfmon to use the new mount APIDavid Howells1-7/+10
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-05ia64: perfmon: don't mark buffer pages as PG_reservedDavid Hildenbrand1-55/+4
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds1-3/+1
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds1-2/+2
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-15/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2018-02-06pids: introduce find_get_task_by_vpid() helperMike Rapoport1-10/+3
2017-11-27ia64: annotate ->poll() instancesAl Viro1-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-20exit_thread: accept a task parameter to be exitedJiri Slaby1-2/+2
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-2/+1
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-1/+1
2014-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+0
2014-12-10make default ->i_fop have ->open() fail with ENXIOAl Viro1-10/+0
2014-12-10ia64: replace get_unused_fd() with get_unused_fd_flags(0)Yann Droneaud1-1/+1
2014-06-06ia64: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-03-04ia64: Remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+0
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-7/+1
2013-06-03[IA64] perfmon: Use %*phD specifier to dump small buffersAndy Shevchenko1-18/+2
2013-04-08ia64: Use generic idle loopThomas Gleixner1-9/+5
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-2/+2
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+8
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-8/+7
2012-09-26make get_file() return its argumentAl Viro1-3/+1
2012-09-26switch itanic perfmonctl(2) to fget_light()Al Viro1-2/+3
2012-09-21userns: On ia64 deal with current_uid and current_gid being kuid and kgidEric W. Biederman1-16/+16
2012-07-31mm: account the total_vm in the vm_stat_account()Huang Shijie1-1/+0
2012-05-30ia64 perfmon: fix get_unmapped_area() use thereAl Viro1-8/+2
2012-04-21kill mm argument of vm_munmap()Al Viro1-1/+1
2012-04-21perfmon: kill some helpers and argumentsAl Viro1-9/+4
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds1-8/+3
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2012-01-03vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro1-1/+1
2011-01-13[IA64] fix build error - arch/ia64/kernel/perfmon.cTony Luck1-1/+1
2011-01-12pass default dentry_operations to mount_pseudo()Al Viro1-2/+4
2011-01-10Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds1-2/+1
2011-01-07fs: scale mntget/mntputNick Piggin1-1/+1
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-1/+1
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2010-12-28[IA64] perfmon: Change vmalloc to vzalloc and drop memset.Jesper Juhl1-2/+1
2010-10-29convert get_sb_pseudo() usersAl Viro1-5/+4
2010-09-23[IA64] Remove unnecessary casts of private_data in perfmon.cJoe Perches1-6/+6
2010-08-11ia64: perfmon: add d_dname methodMiklos Szeredi1-7/+8
2010-07-06[IA64] perfmon: convert to unlocked_ioctlArnd Bergmann1-11/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel1-0/+1
2010-02-26[IA64] remove trailing space in messagesFrans Pop1-2/+2
2010-01-06[IA64] use helpers for rlimitsJiri Slaby1-1/+1
2009-12-16switch alloc_file() to passing struct pathAl Viro1-7/+8
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-4/+4
2009-11-12sysctl ia64: Remove dead binary sysctl supportEric W. Biederman1-6/+0
2009-06-30[IA64] address compiler warnings perfmon.c/salinfo.cJan Beulich1-1/+1
2009-06-17Pull for-2.6.31 into releaseTony Luck1-3/+3
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-3/+3
2009-06-16remove put_cpu_no_resched()Thomas Gleixner1-1/+1
2009-03-31Pull cpumask into release branchTony Luck1-2/+2
2009-03-27constify dentry_operations: restAl Viro1-1/+1
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64Rusty Russell1-2/+2
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-12/+20
2008-11-14CRED: Wrap task credential accesses in the IA64 archDavid Howells1-10/+13
2008-11-01saner FASYNC handling on file closeAl Viro1-5/+0
2008-10-06[IA64] utrace use generic trace hookShaohua Li1-4/+3
2008-07-26tracehook: wait_task_inactiveRoland McGrath1-2/+2
2008-06-26on_each_cpu(): kill unused 'retry' parameterJens Axboe1-2/+2
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-06-11[IA64] perfmon: fix async exit bugstephane eranian1-5/+5
2008-05-14[IA64] trivial cleanup for perfmon.cHidetoshi Seto1-6/+10
2008-05-01[IA64] fix file and descriptor handling in perfmonAl Viro1-112/+87
2008-04-29ia64: use non-racy method for proc entries creationDenis V. Lunev1-5/+1
2008-04-22[IA64] minor irq handler cleanupsJeff Garzik1-2/+2
2008-04-09[IA64] use goto to jump out do/while_each_threadLi Zefan1-2/+2
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
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/li...Linus 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/...Linus 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
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+6676