Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Input: drop remnants of the old force-feedback interface | Anssi Hannula | 2006-07-19 | 1 | -8/+0 | |
| * | | | | | | | | Input: uinput - switch to the new FF interface | Anssi Hannula | 2006-07-19 | 1 | -12/+23 | |
| * | | | | | | | | Input: unified force feedback support for memoryless devices | Anssi Hannula | 2006-07-19 | 1 | -0/+3 | |
| * | | | | | | | | Input: implement new force feedback interface | Anssi Hannula | 2006-07-19 | 1 | -0/+61 | |
* | | | | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-10-02 | 7 | -78/+78 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [MIPS] Remove unused galileo-boars header files | Yoichi Yuasa | 2006-10-01 | 2 | -67/+0 | |
| * | | | | | | | | | [MIPS] Rename SERIAL_PORT_DEFNS for EV64120 | Yoichi Yuasa | 2006-10-01 | 1 | -9/+8 | |
| * | | | | | | | | | [MIPS] Add UART IRQ number for EV64120 | Yoichi Yuasa | 2006-10-01 | 1 | -0/+1 | |
| * | | | | | | | | | [MIPS] Make unwind_stack() can dig into interrupted context | Atsushi Nemoto | 2006-10-01 | 1 | -1/+1 | |
| * | | | | | | | | | [MIPS] Remove __flush_icache_page | Atsushi Nemoto | 2006-10-01 | 1 | -2/+0 | |
| * | | | | | | | | | [MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORT | Atsushi Nemoto | 2006-10-01 | 1 | -0/+44 | |
| * | | | | | | | | | [MIPS] lockdep: fix TRACE_IRQFLAGS_SUPPORT | Atsushi Nemoto | 2006-10-01 | 1 | -0/+25 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.h | David Howells | 2006-10-02 | 1 | -0/+1 | |
* | | | | | | | | | [PATCH] replace cad_pid by a struct pid | Cedric Le Goater | 2006-10-02 | 1 | -0/+7 | |
* | | | | | | | | | [PATCH] introduce get_task_pid() to fix unsafe get_pid() | Oleg Nesterov | 2006-10-02 | 1 | -0/+2 | |
* | | | | | | | | | [PATCH] AVR32: Implement kernel_execve | Haavard Skinnemoen | 2006-10-02 | 1 | -77/+3 | |
* | | | | | | | | | [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references | Arnd Bergmann | 2006-10-02 | 16 | -625/+1 | |
* | | | | | | | | | [PATCH] rename the provided execve functions to kernel_execve | Arnd Bergmann | 2006-10-02 | 9 | -397/+8 | |
* | | | | | | | | | [PATCH] IPC namespace - utils | Kirill Korotaev | 2006-10-02 | 2 | -1/+20 | |
* | | | | | | | | | [PATCH] IPC namespace core | Kirill Korotaev | 2006-10-02 | 4 | -0/+40 | |
* | | | | | | | | | [PATCH] namespaces: utsname: implement CLONE_NEWUTS flag | Serge E. Hallyn | 2006-10-02 | 2 | -0/+12 | |
* | | | | | | | | | [PATCH] namespaces: utsname: remove system_utsname | Serge E. Hallyn | 2006-10-02 | 1 | -2/+0 | |
* | | | | | | | | | [PATCH] namespaces: utsname: implement utsname namespaces | Serge E. Hallyn | 2006-10-02 | 4 | -3/+42 | |
* | | | | | | | | | [PATCH] namespaces: utsname: use init_utsname when appropriate | Serge E. Hallyn | 2006-10-02 | 2 | -2/+2 | |
* | | | | | | | | | [PATCH] namespaces: utsname: switch to using uts namespaces | Serge E. Hallyn | 2006-10-02 | 2 | -2/+2 | |
* | | | | | | | | | [PATCH] namespaces: utsname: introduce temporary helpers | Serge E. Hallyn | 2006-10-02 | 1 | -0/+10 | |
* | | | | | | | | | [PATCH] namespaces: incorporate fs namespace into nsproxy | Serge E. Hallyn | 2006-10-02 | 4 | -7/+7 | |
* | | | | | | | | | [PATCH] namespaces: add nsproxy | Serge E. Hallyn | 2006-10-02 | 3 | -0/+54 | |
* | | | | | | | | | [PATCH] nfsd: lockdep annotation | Peter Zijlstra | 2006-10-02 | 1 | -2/+9 | |
* | | | | | | | | | [PATCH] knfsd: make rpc threads pools numa aware | Greg Banks | 2006-10-02 | 1 | -0/+1 | |
* | | | | | | | | | [PATCH] knfsd: add svc_set_num_threads | Greg Banks | 2006-10-02 | 1 | -5/+16 | |
* | | | | | | | | | [PATCH] knfsd: add svc_get | Greg Banks | 2006-10-02 | 1 | -0/+11 | |
* | | | | | | | | | [PATCH] knfsd: split svc_serv into pools | Greg Banks | 2006-10-02 | 2 | -2/+24 | |
* | | | | | | | | | [PATCH] knfsd: convert sk_reserved to atomic_t | Greg Banks | 2006-10-02 | 1 | -1/+1 | |
* | | | | | | | | | [PATCH] knfsd: use new lock for svc_sock deferred list | Greg Banks | 2006-10-02 | 1 | -0/+1 | |
* | | | | | | | | | [PATCH] knfsd: convert sk_inuse to atomic_t | Greg Banks | 2006-10-02 | 1 | -1/+1 | |
* | | | | | | | | | [PATCH] knfsd: move tempsock aging to a timer | Greg Banks | 2006-10-02 | 2 | -0/+3 | |
* | | | | | | | | | [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process | NeilBrown | 2006-10-02 | 2 | -2/+2 | |
* | | | | | | | | | [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist' | NeilBrown | 2006-10-02 | 2 | -1/+6 | |
* | | | | | | | | | [PATCH] knfsd: define new nfsdfs file: portlist - contains list of ports | NeilBrown | 2006-10-02 | 1 | -0/+1 | |
* | | | | | | | | | [PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versions | NeilBrown | 2006-10-02 | 2 | -17/+4 | |
* | | | | | | | | | [PATCH] knfsd: be more selective in which sockets lockd listens on | NeilBrown | 2006-10-02 | 1 | -1/+1 | |
* | | | | | | | | | [PATCH] knfsd: add a callback for when last rpc thread finishes | NeilBrown | 2006-10-02 | 1 | -1/+7 | |
* | | | | | | | | | [PATCH] cpumask: add highest_possible_node_id | Greg Banks | 2006-10-02 | 1 | -0/+2 | |
* | | | | | | | | | [PATCH] kretprobe spinlock deadlock patch | bibo,mao | 2006-10-02 | 1 | -1/+1 | |
* | | | | | | | | | [PATCH] Add regs_return_value() helper | Ananth N Mavinakayanahalli | 2006-10-02 | 5 | -0/+11 | |
* | | | | | | | | | [PATCH] kprobes: handle symbol resolution when <module:.symbol> is specified | Ananth N Mavinakayanahalli | 2006-10-02 | 1 | -4/+11 | |
* | | | | | | | | | [PATCH] Kprobes: Make kprobe modules more portable | Ananth N Mavinakayanahalli | 2006-10-02 | 2 | -0/+21 | |
* | | | | | | | | | [PATCH] usb: fixup usb so it uses struct pid | Eric W. Biederman | 2006-10-02 | 1 | -1/+1 | |
* | | | | | | | | | [PATCH] Define struct pspace | Sukadev Bhattiprolu | 2006-10-02 | 2 | -1/+7 |