summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Input: logips2pp - add sugnature 56 (Cordless MouseMan Wheel), cleanupHelge Deller2006-08-081-11/+12
| * | | | | | | | | Input: add driver for Touchwin serial touchscreensRick Koch2006-08-054-0/+217
| * | | | | | | | | Input: add driver for Touchright serial touchscreensRick Koch2006-08-054-0/+210
| * | | | | | | | | Input: add driver for Penmount serial touchscreensRick Koch2006-08-054-0/+199
| * | | | | | | | | Input: elo - add support for non-pressure-sensitive touchscreensShaun Jackman2006-08-051-17/+107
| * | | | | | | | | Input: elo - fix checksum calculationShaun Jackman2006-08-051-26/+29
| * | | | | | | | | Input: elo - handle input_register_device() failuresDmitry Torokhov2006-08-051-6/+12
| * | | | | | | | | Input: hid - #if 0 the no longer used hid_find_field_by_usage()Adrian Bunk2006-08-042-2/+2
| * | | | | | | | | Input: update the force feedback documentationAnssi Hannula2006-07-192-113/+174
| * | | | | | | | | Input: add force feedback driver for PSX-style Zeroplus devicesAnssi Hannula2006-07-195-0/+126
| * | | | | | | | | Input: drop remnants of the old force-feedback interfaceAnssi Hannula2006-07-191-8/+0
| * | | | | | | | | Input: uinput - switch to the new FF interfaceAnssi Hannula2006-07-192-28/+74
| * | | | | | | | | Input: use new FF interface in the HID force feedback driversAnssi Hannula2006-07-196-831/+116
| * | | | | | | | | Input: add force feedback driver for PID devicesAnssi Hannula2006-07-198-414/+1364
| * | | | | | | | | Input: iforce - switch to the new FF interfaceAnssi Hannula2006-07-194-238/+147
| * | | | | | | | | Input: unified force feedback support for memoryless devicesAnssi Hannula2006-07-194-0/+534
| * | | | | | | | | Input: implement new force feedback interfaceAnssi Hannula2006-07-195-18/+450
| * | | | | | | | | Input: move fixp-arith.h to drivers/inputAnssi Hannula2006-07-193-2/+2
| * | | | | | | | | Input: rename input.ko into input-core.koDmitry Torokhov2006-07-191-1/+3
* | | | | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-0272-625/+359
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [MIPS] Remove unused galileo-boars header filesYoichi Yuasa2006-10-012-67/+0
| * | | | | | | | | | [MIPS] Rename SERIAL_PORT_DEFNS for EV64120Yoichi Yuasa2006-10-011-9/+8
| * | | | | | | | | | [MIPS] Add UART IRQ number for EV64120Yoichi Yuasa2006-10-011-0/+1
| * | | | | | | | | | [MIPS] Remove excite_flash.cYoichi Yuasa2006-10-011-294/+0
| * | | | | | | | | | [MIPS] Update i8259 resources.Yoichi Yuasa2006-10-011-2/+2
| * | | | | | | | | | [MIPS] Make unwind_stack() can dig into interrupted contextAtsushi Nemoto2006-10-014-34/+39
| * | | | | | | | | | [MIPS] Stacktrace build-fix and improvementAtsushi Nemoto2006-10-013-35/+29
| * | | | | | | | | | [MIPS] QEMU: Add support for little endian mipsAurelien Jarno2006-10-011-0/+1
| * | | | | | | | | | [MIPS] Remove __flush_icache_pageAtsushi Nemoto2006-10-016-191/+0
| * | | | | | | | | | [MIPS] lockdep: update defconfigsAtsushi Nemoto2006-10-0147-0/+138
| * | | | | | | | | | [MIPS] lockdep: Add STACKTRACE_SUPPORT and enable LOCKDEP_SUPPORTAtsushi Nemoto2006-10-016-34/+168
| * | | | | | | | | | [MIPS] lockdep: fix TRACE_IRQFLAGS_SUPPORTAtsushi Nemoto2006-10-015-15/+29
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.hDavid Howells2006-10-024-6/+3
* | | | | | | | | | [PATCH] replace cad_pid by a struct pidCedric Le Goater2006-10-0211-16/+48
* | | | | | | | | | [PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov2006-10-023-2/+13
* | | | | | | | | | [PATCH] proc: comment what proc_fill_cache doesEric W. Biederman2006-10-021-0/+12
* | | | | | | | | | [PATCH] proc: remove the useless SMP-safe comments from /procEric W. Biederman2006-10-021-4/+0
* | | | | | | | | | [PATCH] proc: remove trailing blank entry from pid_entry arraysEric W. Biederman2006-10-021-18/+21
* | | | | | | | | | [PATCH] proc: properly compute TGID_OFFSETEric W. Biederman2006-10-021-1/+1
* | | | | | | | | | [PATCH] proc: drop tasklist lock in task_state()Oleg Nesterov2006-10-021-6/+5
* | | | | | | | | | [PATCH] proc: convert do_task_stat() to use lock_task_sighand()Oleg Nesterov2006-10-021-28/+35
* | | | | | | | | | [PATCH] proc: convert task_sig() to use lock_task_sighand()Oleg Nesterov2006-10-021-6/+5
* | | | | | | | | | [PATCH] proc: Use pid_task instead of open coding itEric W. Biederman2006-10-021-1/+1
* | | | | | | | | | [PATCH] proc: Merge proc_tid_attr and proc_tgid_attrEric W. Biederman2006-10-021-43/+11
* | | | | | | | | | [PATCH] proc: Remove the hard coded inode numbersEric W. Biederman2006-10-021-210/+174
* | | | | | | | | | [PATCH] proc: Factor out an instantiate method from every lookup methodEric W. Biederman2006-10-021-111/+158
* | | | | | | | | | [PATCH] proc: Make the generation of the self symlink table drivenEric W. Biederman2006-10-021-22/+111
* | | | | | | | | | [PATCH] AVR32: Implement kernel_execveHaavard Skinnemoen2006-10-022-77/+17
* | | | | | | | | | [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann2006-10-0222-662/+2
* | | | | | | | | | [PATCH] sh64: remove the use of kernel syscallsArnd Bergmann2006-10-021-257/+13