| Commit message (Expand) | Author | Files | Lines |
2006-10-02 | [PATCH] namespaces: exit_task_namespaces() invalidates nsproxy | Cedric Le Goater | 1 | -1/+1 |
2006-10-02 | [PATCH] namespaces: incorporate fs namespace into nsproxy | Serge E. Hallyn | 9 | -39/+55 |
2006-10-02 | [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c | Serge E. Hallyn | 21 | -40/+3 |
2006-10-02 | [PATCH] namespaces: add nsproxy | Serge E. Hallyn | 27 | -2/+196 |
2006-10-02 | [PATCH] make kernel/sysctl.c:_proc_do_string() static | Adrian Bunk | 1 | -2/+3 |
2006-10-02 | [PATCH] proc: sysctl: add _proc_do_string helper | Sam Vilain | 1 | -29/+36 |
2006-10-02 | [PATCH] nfsd: lockdep annotation | Peter Zijlstra | 2 | -6/+13 |
2006-10-02 | [PATCH] knfsd: allow admin to set nthreads per node | Greg Banks | 2 | -0/+144 |
2006-10-02 | [PATCH] knfsd: make rpc threads pools numa aware | Greg Banks | 3 | -2/+261 |
2006-10-02 | [PATCH] knfsd: use svc_set_num_threads to manage threads in knfsd | Greg Banks | 1 | -31/+5 |
2006-10-02 | [PATCH] knfsd: add svc_set_num_threads | Greg Banks | 3 | -8/+154 |
2006-10-02 | [PATCH] knfsd: add svc_get | Greg Banks | 2 | -1/+12 |
2006-10-02 | [PATCH] knfsd: split svc_serv into pools | Greg Banks | 4 | -54/+153 |
2006-10-02 | [PATCH] knfsd: test and set SK_BUSY atomically | Greg Banks | 1 | -10/+10 |
2006-10-02 | [PATCH] knfsd: convert sk_reserved to atomic_t | Greg Banks | 2 | -8/+6 |
2006-10-02 | [PATCH] knfsd: use new lock for svc_sock deferred list | Greg Banks | 2 | -6/+7 |
2006-10-02 | [PATCH] knfsd: convert sk_inuse to atomic_t | Greg Banks | 2 | -19/+12 |
2006-10-02 | [PATCH] knfsd: move tempsock aging to a timer | Greg Banks | 4 | -26/+76 |
2006-10-02 | [PATCH] knfsd: Correctly handle error condition from lockd_up | NeilBrown | 3 | -14/+16 |
2006-10-02 | [PATCH] knfsd: Move makesock failed warning into make_socks. | NeilBrown | 1 | -10/+8 |
2006-10-02 | [PATCH] knfsd: Check return value of lockd_up in write_ports | NeilBrown | 1 | -3/+6 |
2006-10-02 | [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process | NeilBrown | 7 | -15/+13 |
2006-10-02 | [PATCH] nfsd: add lock annotations to e_start and e_stop | Josh Triplett | 1 | -0/+2 |
2006-10-02 | [PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1 | Greg Banks | 1 | -3/+3 |
2006-10-02 | [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist' | NeilBrown | 5 | -17/+102 |
2006-10-02 | [PATCH] knfsd: define new nfsdfs file: portlist - contains list of ports | NeilBrown | 3 | -0/+61 |
2006-10-02 | [PATCH] knfsd: separate out some parts of nfsd_svc, which start nfs servers | NeilBrown | 1 | -26/+57 |
2006-10-02 | [PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versions | NeilBrown | 4 | -70/+62 |
2006-10-02 | [PATCH] knfsd: be more selective in which sockets lockd listens on | NeilBrown | 5 | -16/+54 |
2006-10-02 | [PATCH] knfsd: add a callback for when last rpc thread finishes | NeilBrown | 5 | -26/+33 |
2006-10-02 | [PATCH] knfsd: remove an unused variable from auth_unix_lookup() | Greg Banks | 1 | -4/+1 |
2006-10-02 | [PATCH] knfsd: remove an unused variable from e_show() | Greg Banks | 1 | -2/+0 |
2006-10-02 | [PATCH] knfsd: add some missing newlines in printks | Greg Banks | 3 | -3/+3 |
2006-10-02 | [PATCH] cpumask: export node_to_cpu_mask consistently | Greg Banks | 2 | -0/+2 |
2006-10-02 | [PATCH] cpumask: export cpu_online_map and cpu_possible_map consistently | Greg Banks | 4 | -0/+7 |
2006-10-02 | [PATCH] cpumask: add highest_possible_node_id | Greg Banks | 2 | -0/+18 |
2006-10-02 | [PATCH] isdn: work around excessive udelay() | Andrew Morton | 1 | -1/+12 |
2006-10-02 | [PATCH] isdn4linux: Gigaset driver: fix __must_check warning | Tilman Schmidt | 1 | -1/+2 |
2006-10-02 | [PATCH] Linux Kernel Dump Test Module | Ankita Garg | 3 | -1/+358 |
2006-10-02 | [PATCH] kretprobe spinlock deadlock patch | bibo,mao | 7 | -15/+47 |
2006-10-02 | [PATCH] disallow kprobes on notifier_call_chain | bibo,mao | 1 | -1/+1 |
2006-10-02 | [PATCH] kprobe whitespace cleanup | bibo,mao | 5 | -103/+103 |
2006-10-02 | [PATCH] Update Documentation/kprobes.txt | Ananth N Mavinakayanahalli | 1 | -33/+56 |
2006-10-02 | [PATCH] Add regs_return_value() helper | Ananth N Mavinakayanahalli | 5 | -0/+11 |
2006-10-02 | [PATCH] kprobes: handle symbol resolution when <module:.symbol> is specified | Ananth N Mavinakayanahalli | 1 | -4/+11 |
2006-10-02 | [PATCH] Kprobes: Make kprobe modules more portable | Ananth N Mavinakayanahalli | 10 | -8/+56 |
2006-10-02 | [PATCH] s390: update fs3270 to use a struct pid | Cedric Le Goater | 1 | -5/+6 |
2006-10-02 | [PATCH] usb: fixup usb so it uses struct pid | Eric W. Biederman | 5 | -11/+13 |
2006-10-02 | [PATCH] file: Add locking to f_getown | Eric W. Biederman | 1 | -0/+2 |
2006-10-02 | [PATCH] update mq_notify to use a struct pid | Cedric Le Goater | 1 | -12/+15 |