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
/
fork.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-02-01
[PATCH] fork_idle() should be __cpuinit, not __devinit
Al Viro
1
-1
/
+1
2007-01-30
Revert "[PATCH] namespaces: fix exit race by splitting exit"
Linus Torvalds
1
-2
/
+2
2007-01-30
[PATCH] namespaces: fix exit race by splitting exit
Serge E. Hallyn
1
-2
/
+2
2006-12-13
[PATCH] Optimize D-cache alias handling on fork
Ralf Baechle
1
-1
/
+1
2006-12-10
[PATCH] fdtable: Remove the free_files field
Vadim Lobanov
1
-1
/
+0
2006-12-10
[PATCH] fdtable: Make fdarray and fdsets equal in size
Vadim Lobanov
1
-18
/
+6
2006-12-10
[PATCH] fdtable: Delete pointless code in dup_fd()
Vadim Lobanov
1
-6
/
+5
2006-12-10
[PATCH] io-accounting: core statistics
Andrew Morton
1
-0
/
+2
2006-12-08
[PATCH] rename struct namespace to struct mnt_namespace
Kirill Korotaev
1
-10
/
+11
2006-12-08
[PATCH] add process_session() helper routine: deprecate old field
Cedric Le Goater
1
-1
/
+1
2006-12-08
[PATCH] add process_session() helper routine
Cedric Le Goater
1
-2
/
+2
2006-12-08
[PATCH] kernel: change uses of f_{dentry, vfsmnt} to use f_path
Josef "Jeff" Sipek
1
-1
/
+1
2006-12-08
[PATCH] sys_unshare: remove a broken CLONE_SIGHAND code
Oleg Nesterov
1
-12
/
+4
2006-12-07
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
1
-1
/
+1
2006-12-07
[PATCH] taskstats: cleanup ->signal->stats allocation
Oleg Nesterov
1
-1
/
+0
2006-12-07
[PATCH] Disable CLONE_CHILD_CLEARTID for abnormal exit
Roland McGrath
1
-1
/
+10
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-8
/
+8
2006-12-07
[PATCH] slab: remove SLAB_KERNEL
Christoph Lameter
1
-3
/
+3
2006-12-07
[PATCH] new scheme to preempt swap token
Ashwin Chaugule
1
-0
/
+8
2006-12-07
[PATCH] i386: Use %gs as the PDA base-segment in the kernel
Jeremy Fitzhardinge
1
-1
/
+1
2006-11-25
[PATCH] fix copy_process() error check
Akinobu Mita
1
-3
/
+2
2006-11-14
Revert "[PATCH] fix Data Acess error in dup_fd"
Linus Torvalds
1
-1
/
+0
2006-11-13
[PATCH] fix Data Acess error in dup_fd
Sharyathi Nagesh
1
-0
/
+1
2006-10-28
[PATCH] taskstats: kill ->taskstats_lock in favor of ->siglock
Oleg Nesterov
1
-1
/
+1
2006-10-28
[PATCH] taskstats_tgid_free: fix usage
Oleg Nesterov
1
-1
/
+0
2006-10-17
[PATCH] rt-mutex: fixup rt-mutex debug code
Peter Zijlstra
1
-2
/
+2
2006-10-02
[PATCH] IPC namespace - utils
Kirill Korotaev
1
-0
/
+10
2006-10-02
[PATCH] IPC namespace core
Kirill Korotaev
1
-4
/
+18
2006-10-02
[PATCH] uts: copy nsproxy only when needed
Serge Hallyn
1
-6
/
+14
2006-10-02
[PATCH] namespaces: utsname: implement CLONE_NEWUTS flag
Serge E. Hallyn
1
-3
/
+17
2006-10-02
[PATCH] namespaces: incorporate fs namespace into nsproxy
Serge E. Hallyn
1
-11
/
+6
2006-10-02
[PATCH] namespaces: add nsproxy
Serge E. Hallyn
1
-1
/
+17
2006-10-01
[PATCH] csa: convert CONFIG tag for extended accounting routines
Jay Lan
1
-0
/
+1
2006-09-29
[PATCH] copy_process: cosmetic ->ioprio tweak
Oleg Nesterov
1
-6
/
+3
2006-09-29
[PATCH] ifdef blktrace debugging fields
Alexey Dobriyan
1
-0
/
+2
2006-09-28
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-0
/
+4
2006-09-26
[PATCH] Add the canary field to the PDA area and the task struct
Arjan van de Ven
1
-0
/
+5
2006-09-20
[ARM] Fix kernel/fork.c for lockdep on ARM
Russell King
1
-0
/
+4
2006-09-01
[PATCH] task delay accounting fixes
Shailabh Nagar
1
-2
/
+4
2006-08-06
[PATCH] ptrace: make pid of child process available for PTRACE_EVENT_VFORK_DONE
Chuck Ebbert
1
-1
/
+3
2006-07-14
[PATCH] delay accounting taskstats interface send tgid once
Shailabh Nagar
1
-0
/
+4
2006-07-14
[PATCH] per-task-delay-accounting: setup
Shailabh Nagar
1
-0
/
+2
2006-07-10
[PATCH] remove the tasklist_lock export
Christoph Hellwig
1
-3
/
+1
2006-07-03
[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
Ingo Molnar
1
-9
/
+9
2006-07-03
[PATCH] lockdep: annotate ->mmap_sem
Ingo Molnar
1
-1
/
+4
2006-07-03
[PATCH] lockdep: core
Ingo Molnar
1
-0
/
+5
2006-07-03
[PATCH] lockdep: irqtrace subsystem, core
Ingo Molnar
1
-0
/
+19
2006-07-03
[PATCH] lockdep: better lock debugging
Ingo Molnar
1
-4
/
+0
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-27
[PATCH] pi-futex: futex_lock_pi/futex_unlock_pi support
Ingo Molnar
1
-0
/
+3
[next]