index
:
~glisse/linux
amdgpu-debug
bbb-3.8
bxm-3.2
dal
generic-write-protection-rfc
gup
gup-bio-v2
gup-bio-v3
gup-fs-block
gup-scatterlist-v1
hmm
hmm-4.17
hmm-4.19
hmm-4.20
hmm-4.21
hmm-5.1-v2
hmm-5.2-v3
hmm-5.3
hmm-cdm
hmm-cdm-next
hmm-cdm-v2
hmm-cdm-v3
hmm-cdm-v4
hmm-for-4.17
hmm-for-5.1
hmm-intel-v00
hmm-next
hmm-nouveau
hmm-nouveau-5.1
hmm-nouveau-v01
hmm-nouveau-v03
hmm-odp-v2
hmm-p2p
hmm-radeon-v00
hmm-stable
hmm-v10
hmm-v11
hmm-v12
hmm-v13
hmm-v14
hmm-v15
hmm-v16
hmm-v17
hmm-v18
hmm-v19
hmm-v20
hmm-v21
hmm-v22
hmm-v23
hmm-v24
hmm-v25
hmm-v25-4.9
hmm-v25-next
hmm-v9
hmm-y15may21
hms-hbind-v01
kill-page-mapping
kvm-restore-change_pte
master
mmu-notifier
mmu-notifier-context
mmu-notifier-rfc
mmu-notifier-rfc-kvm
mmu-notifier-v05
mmu-notifier-v06
nookhd
nouveau-hmm
nouveau-hmm-v00
nouveau-hmm-v01
odp-5.2
odp-hmm
rdma-5.2
rdma-odp-hmm-v4
scratch
wip-hmm-p2p
wip-kvm-mmu-notifier-opti
wip-p2p-showcase
Linux kernel with some radeon work.
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
acct.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-06
ipc, kernel: clear whitespace
Paul McQuade
1
-2
/
+2
2014-06-06
ipc, kernel: use Linux headers
Paul McQuade
1
-1
/
+1
2013-05-04
fs: Fix hang with BSD accounting on frozen filesystem
Jan Kara
1
-1
/
+6
2013-04-09
lift sb_start_write() out of ->write()
Al Viro
1
-0
/
+2
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-01-27
cputime: Use accessors to read task cputime stats
Frederic Weisbecker
1
-2
/
+4
2012-10-12
vfs: make path_openat take a struct filename pointer
Jeff Layton
1
-3
/
+3
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
1
-2
/
+2
2012-10-12
acct: constify the name arg to acct_on
Jeff Layton
1
-1
/
+1
2012-09-18
userns: Convert bsd process accounting to use kuid and kgid where appropriate
Eric W. Biederman
1
-2
/
+2
2012-01-08
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-31
/
+11
2012-01-06
vfs: prefer ->dentry->d_sb to ->mnt->mnt_sb
Al Viro
1
-1
/
+1
2012-01-03
get rid of timer in kern/acct.c
Al Viro
1
-30
/
+10
2011-12-15
[S390] cputime: add sparse checking and cleanup
Martin Schwidefsky
1
-2
/
+2
2010-08-09
pass a struct path to vfs_statfs
Christoph Hellwig
1
-1
/
+1
2010-05-18
Merge branch 'next' into for-linus
James Morris
1
-15
/
+5
2010-05-11
bsdacct: use del_timer_sync() in acct_exit_ns()
Vitaliy Gusev
1
-8
/
+9
2010-04-12
security: remove dead hook acct
Eric Paris
1
-15
/
+5
2010-03-12
copy_signal() cleanup: kill taskstats_tgid_init() and acct_init_pacct()
Veaceslav Falico
1
-10
/
+0
2009-12-15
bsdacct: fix uid/gid misreporting
Alexey Dobriyan
1
-1
/
+2
2009-08-24
bsdacct: switch credentials for writing to the accounting file
Michal Schmidt
1
-1
/
+7
2009-06-30
bsdacct: fix access to invalid filp in acct_on()
Renaud Lottiaux
1
-2
/
+4
2009-01-14
[CVE-2009-0029] System call wrappers part 04
Heiko Carstens
1
-1
/
+1
2008-11-14
CRED: Wrap task credential accesses in the core kernel
David Howells
1
-4
/
+3
2008-10-13
tty: Fix abusers of current->sighand->tty
Alan Cox
1
-1
/
+1
2008-07-25
bsdacct: fix and add comments around acct_process()
Pavel Emelyanov
1
-1
/
+7
2008-07-25
bsdacct: account dying tasks in all relevant namespaces
Pavel Emelyanov
1
-7
/
+14
2008-07-25
bsdacct: turn acct off for all pidns-s on umount time
Pavel Emelyanov
1
-12
/
+16
2008-07-25
bsdacct: switch from global bsd_acct_struct instance to per-pidns one
Pavel Emelyanov
1
-18
/
+66
2008-07-25
bsdacct: make internal code work with passed bsd_acct_struct, not global
Pavel Emelyanov
1
-38
/
+39
2008-07-25
bsdacct: turn the acct_lock from on-the-struct to global
Pavel Emelyanov
1
-21
/
+21
2008-07-25
bsdacct: make check timer accept a bsd_acct_struct argument
Pavel Emelyanov
1
-4
/
+5
2008-07-25
bsdacct: "truthify" a comment near acct_process
Pavel Emelyanov
1
-1
/
+0
2008-07-25
bsdacct: rename acct_gbls to bsd_acct_struct
Pavel Emelyanov
1
-2
/
+2
2008-03-24
bsd_acct: using task_struct->tgid is not right in pid-namespaces
Pavel Emelyanov
1
-6
/
+15
2008-03-24
bsd_acct: plain current->real_parent access is not always safe
Pavel Emelyanov
1
-1
/
+3
2008-01-07
acct: real_parent ppid
Roland McGrath
1
-1
/
+1
2007-11-26
sched: fix kernel/acct.c comment
Ingo Molnar
1
-1
/
+1
2007-10-18
whitespace fixes: process accounting
Daniel Walker
1
-33
/
+33
2007-07-25
Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().
john stultz
1
-1
/
+1
2006-12-08
[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-7
/
+7
2006-12-08
[PATCH] do_acct_process(): don't take tty_mutex
Oleg Nesterov
1
-5
/
+2
2006-12-08
[PATCH] tty: ->signal->tty locking
Peter Zijlstra
1
-6
/
+3
2006-12-07
[PATCH] lockdep: name some old style locks
Peter Zijlstra
1
-1
/
+2
2006-10-01
[PATCH] csa: convert CONFIG tag for extended accounting routines
Jay Lan
1
-30
/
+0
2006-09-29
[PATCH] audit/accounting: tty locking
Alan Cox
1
-1
/
+5
2006-07-14
[PATCH] Fix sighand->siglock usage in kernel/acct.c
OGAWA Hirofumi
1
-2
/
+2
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-27
[PATCH] fix kernel-doc in kernel/ dir
Randy Dunlap
1
-0
/
+1
[next]