summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel/perfmon.c
AgeCommit message (Expand)AuthorFilesLines
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