Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
f70d4a95edc7da87f39cd8b603ba131df2c198ed
/
arch
/
ia64
/
kernel
/
perfmon.c
c140d87
Disintegrate asm/system.h for IA64
by David Howells
· 13 years ago
4c1d5a6
vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root
by Al Viro
· 13 years ago
0957977
[IA64] fix build error - arch/ia64/kernel/perfmon.c
by Tony Luck
· 14 years ago
c74a1cb
pass default dentry_operations to mount_pseudo()
by Al Viro
· 14 years ago
ecacc6c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 14 years ago
b3e19d9
fs: scale mntget/mntput
by Nick Piggin
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fe15ce4
fs: change d_delete semantics
by Nick Piggin
· 14 years ago
e21763d
[IA64] perfmon: Change vmalloc to vzalloc and drop memset.
by Jesper Juhl
· 14 years ago
51139ad
convert get_sb_pseudo() users
by Al Viro
· 14 years ago
df0a59a
[IA64] Remove unnecessary casts of private_data in perfmon.c
by Joe Perches
· 14 years ago
7ae6bdb
ia64: perfmon: add d_dname method
by Miklos Szeredi
· 14 years ago
ba58aebf
[IA64] perfmon: convert to unlocked_ioctl
by Arnd Bergmann
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5beb493
mm: change anon_vma linking to fix multi-process server scalability issue
by Rik van Riel
· 15 years ago
04157e4
[IA64] remove trailing space in messages
by Frans Pop
· 15 years ago
02b763b
[IA64] use helpers for rlimits
by Jiri Slaby
· 15 years ago
2c48b9c
switch alloc_file() to passing struct path
by Al Viro
· 15 years ago
4ef58d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 15 years ago
af901ca
tree-wide: fix assorted typos all over the place
by André Goddard Rosa
· 15 years ago
6d45611
sysctl: Drop & in front of every proc_handler.
by Eric W. Biederman
· 15 years ago
d00faf8
sysctl ia64: Remove dead binary sysctl support
by Eric W. Biederman
· 16 years ago
fa276f3
[IA64] address compiler warnings perfmon.c/salinfo.c
by Jan Beulich
· 16 years ago
27f70c3
Pull for-2.6.31 into release
by Tony Luck
· 16 years ago
e088a4a
[IA64] Convert ia64 to use int-ll64.h
by Matthew Wilcox
· 16 years ago
8b0b1db
remove put_cpu_no_resched()
by Thomas Gleixner
· 16 years ago
50fbe56
Pull cpumask into release branch
by Tony Luck
· 16 years ago
3ba13d1
constify dentry_operations: rest
by Al Viro
· 16 years ago
5dd3c99
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64
by Rusty Russell
· 16 years ago
c69e8d9
CRED: Use RCU to access another task's creds and to release a task's own creds
by David Howells
· 16 years ago
ef81ee9
CRED: Wrap task credential accesses in the IA64 arch
by David Howells
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
f14488c
[IA64] utrace use generic trace hook
by Shaohua Li
· 16 years ago
85ba2d8
tracehook: wait_task_inactive
by Roland McGrath
· 16 years ago
15c8b6c
on_each_cpu(): kill unused 'retry' parameter
by Jens Axboe
· 17 years ago
8691e5a
smp_call_function: get rid of the unused nonatomic/retry argument
by Jens Axboe
· 17 years ago
8301469
[IA64] perfmon: fix async exit bug
by stephane eranian
· 17 years ago
0fb232f
[IA64] trivial cleanup for perfmon.c
by Hidetoshi Seto
· 17 years ago
f8e811b
[IA64] fix file and descriptor handling in perfmon
by Al Viro
· 17 years ago
e236376
ia64: use non-racy method for proc entries creation
by Denis V. Lunev
· 17 years ago
9010eff
[IA64] minor irq handler cleanups
by Jeff Garzik
· 17 years ago
6794c75
[IA64] use goto to jump out do/while_each_thread
by Li Zefan
· 17 years ago
d4ed808
[IA64] remove remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
5aa92ff
[IA64] Rename TIF_PERFMON_WORK back to TIF_NOTIFY_RESUME
by Petr Tesarik
· 17 years ago
e1b0d4b
[IA64] make pfm_get_task work with virtual pids
by Pavel Emelyanov
· 17 years ago
a23fe55
[IA64] constify function pointer tables
by Jan Engelhardt
· 17 years ago
2149822
perfmon: Use task_is_*
by Matthew Wilcox
· 17 years ago
e3ad42b
[IA64] Fix perfmon sysctl directory modes
by Tony Luck
· 17 years ago
19c5870
Use helpers to obtain task pid in printks (arch code)
by Alexey Dobriyan
· 17 years ago
8e75ad8
[IA64] perfmon: Remove exit_pfm_fs()
by Satyam Sharma
· 17 years ago
a583f1b
remove unused TIF_NOTIFY_RESUME flag
by Stephane Eranian
· 17 years ago
72fdbdc
[IA64] spelling fixes: arch/ia64/
by Simon Arlott
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
41d5e5d
[IA64] permon use-after-free fix
by Nick Piggin
· 18 years ago
85d1fe0
Fix comment typo "spin_lock_irqrestore".
by Robert P. J. Day
· 18 years ago
0b4d414
[PATCH] sysctl: remove insert_at_head from register_sysctl
by Eric W. Biederman
· 18 years ago
4e00990
[PATCH] sysctl: C99 convert arch/ia64/kernel/perfmon and remove ABI breakage
by Eric W. Biederman
· 18 years ago
5dfe4c9
[PATCH] mark struct file_operations const 2
by Arjan van de Ven
· 18 years ago
c376222
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
by Robert P. J. Day
· 18 years ago
b66ffad
[PATCH] struct path: convert ia64
by Josef Sipek
· 18 years ago
6ee7e78
Merge branch 'release' of master.kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 18 years ago
52fd910
[IA64] replace kmalloc+memset with kzalloc
by Yan Burman
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
3bbe486
[IA64] perfmon fix for global IRQ fix
by Tony Luck
· 18 years ago
cdb8355
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
by Linus Torvalds
· 18 years ago
35589a8
[IA64] Move perfmon tables from thread_struct to pfm_context
by Keshavamurthy Anil S
· 18 years ago
a3bc0db
[PATCH] smp_call_function_single() cleanup
by Andrew Morton
· 18 years ago
b8444d0
[IA64] correct file descriptor reference counting in perfmon
by Stephane Eranian
· 18 years ago
121a422
[PATCH] irq-flags: IA64: Use the new IRQF_ constants
by Thomas Gleixner
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
c0ad90a
[PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()
by Ingo Molnar
· 19 years ago
75e1fcc
[PATCH] vfs: add lock owner argument to flush operation
by Miklos Szeredi
· 19 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 19 years ago
536ea4e
Pull bsp-removal into release branch
by Tony Luck
· 19 years ago
60f1c44
[IA64] sem2mutex: arch/ia64/kernel/perfmon.c
by Jes Sorensen
· 19 years ago
9179cb6
[IA64] Perfmon for Montecito
by Stephane Eranian
· 19 years ago
6450578
[PATCH] ia64: task_pt_regs()
by Al Viro
· 19 years ago
a941564
[PATCH] capable/capability.h (arch/)
by Randy Dunlap
· 19 years ago
ff74190
[IA64] support for cpu0 removal
by Ashok Raj
· 19 years ago
b2325fe
[PATCH] kfree cleanup: arch
by Jesper Juhl
· 19 years ago
ab50b8e
[PATCH] mm: vm_stat_account unshackled
by Hugh Dickins
· 19 years ago
4fb3a53
[PATCH] files: fix preemption issues
by Dipankar Sarma
· 19 years ago
24b8e0c
[IA64] Remove warnings for gcc 4.0 IA64 compilation.
by Peter Chubb
· 19 years ago
a9f6a0d
[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversions
by Ingo Molnar
· 19 years ago
badf166
[PATCH] files: break up files struct
by Dipankar Sarma
· 19 years ago
6bf11e8
[IA64] fix perfmon context load
by stephane.eranian@hp.com
· 19 years ago
d0feafb
[IA64] remove linux/version.h include from arch/ia64
by Olaf Hering
· 19 years ago
fffcc15
[IA64] Use "PER_CPU" form of EXPORT macro
by Tony Luck
· 20 years ago
fe12e25
[IA64] initialize spinlock pfm_alt_install_check
by Tony Luck
· 20 years ago
a1ecf7f
[IA64] alternate perfmon handler
by Tony Luck
· 20 years ago
a5a70b7
[IA64] another perfmon fix (take2)
by stephane eranian
· 20 years ago
8df5a50
[IA64] perfmon & PAL_HALT again
by Stephane Eranian
· 20 years ago
4944930
[IA64] perfmon: make pfm_sysctl a global, and other cleanup
by Stephane Eranian
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago