summaryrefslogtreecommitdiff
path: root/include/linux/init_task.h
AgeCommit message (Expand)Author
2007-05-11signal/timer/event: signalfd coreDavide Libenzi
2007-05-11Don't init pgrp and __session in INIT_SIGNALSSukadev Bhattiprolu
2007-05-11statically initialize struct pid for swapperSukadev Bhattiprolu
2007-05-09rename thread_info to stackRoman Zippel
2007-05-08SPIN_LOCK_UNLOCKED cleanup in init_task.hMilind Arun Choudhary
2007-02-12[PATCH] tty: update the tty layer to work with struct pidEric W. Biederman
2006-12-13[PATCH] Revert "[PATCH] identifier to nsproxy"Eric W. Biederman
2006-12-10[PATCH] fdtable: Remove the free_files fieldVadim Lobanov
2006-12-10[PATCH] fdtable: Make fdarray and fdsets equal in sizeVadim Lobanov
2006-12-08[PATCH] to nsproxyCedric Le Goater
2006-12-08[PATCH] identifier to nsproxyCedric Le Goater
2006-12-08[PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev
2006-12-08[PATCH] add process_session() helper routine: deprecate old fieldCedric Le Goater
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra
2006-10-02[PATCH] IPC namespace - utilsKirill Korotaev
2006-10-02[PATCH] IPC namespace coreKirill Korotaev
2006-10-02[PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn
2006-07-03[PATCH] lockdep: coreIngo Molnar
2006-07-03[PATCH] lockdep: irqtrace subsystem, coreIngo Molnar
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar
2006-07-03[PATCH] lockdep: better lock debuggingIngo Molnar
2006-06-27[PATCH] pi-futex: rt mutex coreIngo Molnar
2006-06-27[PATCH] pi-futex: scheduler support for piIngo Molnar
2006-06-26[PATCH] proc: Rewrite the proc dentry flush on exit optimizationEric W. Biederman
2006-03-28[PATCH] pidhash: don't use zero pidsOleg Nesterov
2006-03-23[PATCH] Shrinks sizeof(files_struct) and better layoutEric Dumazet
2005-11-13[PATCH] aio: remove kioctx from mm_structZach Brown
2005-09-09[PATCH] files: files struct with RCUDipankar Sarma
2005-09-09[PATCH] files: break up files structDipankar Sarma
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe
2005-06-25[PATCH] sched: cleanup context switch lockingNick Piggin
2005-03-07[PATCH] make ITIMER_REAL per-processRoland McGrath
2005-03-07[PATCH] posix-timers: CPU clock support for POSIX timersRoland McGrath
2005-01-20[PATCH] fix INIT_SIGHAND warning on mipsChristoph Hellwig
2005-01-04[PATCH] move waitchld_exit from task_struct to signal_structRoland McGrath
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath
2004-06-30[PATCH] sparse: NULL vs 0 - the rest of itMika Kukkonen
2004-04-11[PATCH] fix posix-timers to have proper per-process scopeAndrew Morton
2004-02-18[PATCH] NGROUPS 2.6.2rc2 + fixupsAndrew Morton
2004-02-03[PATCH] initialise cpu_vm_mask in init_mmAndrew Morton
2003-08-18[PATCH] cpumask_t: allow more than BITS_PER_LONG CPUsAndrew Morton
2003-06-02[PATCH] preallocate signal queue resource - Posix timersJim Houston
2003-05-25[PATCH] Fix dcache_lock/tasklist_lock ranking bugAndrew Morton
2003-04-12[PATCH] convert file_lock to a spinlockAndrew Morton
2003-02-20Fix x86 "switch_to()" to properly set the previous task information,Linus Torvalds
2003-02-17[PATCH] POSIX clocks & timersGeorge Anzinger
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds
2002-12-20[PATCH] Fix CPU bitmask truncationWilliam Lee Irwin III