| Commit message (Expand) | Author | Age | Files | Lines |
* | Input: spaceball - make 4000FLX Lefty work | Nick Martin | 2006-07-19 | 1 | -1/+1 |
* | Input: keyboard - simplify emulate_raw() implementation | Dmitry Torokhov | 2006-07-19 | 1 | -17/+34 |
* | Input: keyboard - remove static variable and clean up initialization | Dmitry Torokhov | 2006-07-19 | 1 | -10/+9 |
* | Input: hiddev - use standard list implementation | Dmitry Torokhov | 2006-07-19 | 1 | -34/+38 |
* | Input: add missing handler->start() call | Dmitry Torokhov | 2006-07-19 | 1 | -1/+4 |
* | Input: HID - fix potential out-of-bound array access | Dmitry Torokhov | 2006-07-15 | 1 | -1/+2 |
* | Input: fix list iteration in input_release_device() | Andrew Morton | 2006-07-15 | 1 | -3/+5 |
* | Input: iforce - add Trust Force Feedback Race Master support | Przemek Iskra | 2006-07-15 | 1 | -0/+1 |
* | Input: iforce - check array bounds before accessing elements | Dmitry Torokhov | 2006-07-07 | 1 | -9/+9 |
* | Input: libps2 - warn instead of oopsing when passed bad arguments | Dmitry Torokhov | 2006-07-07 | 1 | -0/+5 |
* | Input: fm801-gp - fix use after free | Dmitry Torokhov | 2006-07-07 | 1 | -2/+2 |
* | Input: wistron - fix section reference mismatches | Andrew Morton | 2006-07-06 | 1 | -10/+10 |
* | Input: introduce input_inject_event() function | Dmitry Torokhov | 2006-07-06 | 4 | -21/+49 |
* | Input: add start() method to input handlers | Dmitry Torokhov | 2006-07-06 | 3 | -21/+51 |
* | Input: remove accept method from input_dev | Dmitry Torokhov | 2006-07-06 | 3 | -15/+0 |
* | [PATCH] Makefile typo | Andreas Schwab | 2006-07-05 | 1 | -1/+1 |
* | [PATCH] powerpc: implement missing jiffies64_to_cputime64() | David Woodhouse | 2006-07-05 | 1 | -0/+18 |
* | [PATCH] powerpc: Fix loss of interrupts with MPIC | Benjamin Herrenschmidt | 2006-07-05 | 1 | -10/+29 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq | Linus Torvalds | 2006-07-04 | 4 | -194/+127 |
|\ |
|
| * | Move workqueue exports to where the functions are defined. | Dave Jones | 2006-06-30 | 1 | -11/+10 |
| * | [CPUFREQ] Misc cleanups in ondemand. | Venkatesh Pallipadi | 2006-06-30 | 1 | -31/+19 |
| * | [CPUFREQ] Make ondemand sampling per CPU and remove the mutex usage in sampli... | Venkatesh Pallipadi | 2006-06-30 | 1 | -40/+32 |
| * | [CPUFREQ] Add queue_delayed_work_on() interface for workqueues. | Venkatesh Pallipadi | 2006-06-30 | 2 | -15/+25 |
| * | [CPUFREQ] Remove slowdown from ondemand sampling path. | Venkatesh Pallipadi | 2006-06-30 | 2 | -98/+42 |
* | | Fix up headers_install wrt devfs removal | Linus Torvalds | 2006-07-04 | 1 | -1/+1 |
* | | Merge git://git.infradead.org/hdrinstall-2.6 | Linus Torvalds | 2006-07-04 | 49 | -0/+399 |
|\ \ |
|
| * | | Remove export of include/linux/isdn/tpam.h | David Woodhouse | 2006-06-29 | 1 | -1/+1 |
| * | | Remove <linux/i2c-id.h> and <linux/i2c-algo-ite.h> from userspace export | Jean Delvare | 2006-06-22 | 1 | -2/+2 |
| * | | Restrict headers exported to userspace for SPARC and SPARC64 | David S. Miller | 2006-06-20 | 2 | -22/+9 |
| * | | Add empty Kbuild files for 'make headers_install' in remaining arches. | David Woodhouse | 2006-06-18 | 15 | -0/+15 |
| * | | Add Kbuild file for Alpha 'make headers_install' | David Woodhouse | 2006-06-18 | 1 | -0/+5 |
| * | | Add Kbuild file for SPARC 'make headers_install' | David Woodhouse | 2006-06-18 | 2 | -0/+29 |
| * | | Add Kbuild file for IA64 'make headers_install' | David Woodhouse | 2006-06-18 | 1 | -0/+7 |
| * | | Add Kbuild file for S390 'make headers_install' | David Woodhouse | 2006-06-18 | 1 | -0/+4 |
| * | | Add Kbuild file for i386 'make headers_install' | David Woodhouse | 2006-06-18 | 1 | -0/+5 |
| * | | Add Kbuild file for x86_64 'make headers_install' | David Woodhouse | 2006-06-18 | 1 | -0/+11 |
| * | | Add Kbuild file for PowerPC 'make headers_install' | David Woodhouse | 2006-06-18 | 1 | -0/+10 |
| * | | Add generic Kbuild files for 'make headers_install' | David Woodhouse | 2006-06-18 | 23 | -0/+143 |
| * | | Basic implementation of 'make headers_check' | David Woodhouse | 2006-06-18 | 3 | -0/+23 |
| * | | Basic implementation of 'make headers_install' | David Woodhouse | 2006-06-18 | 2 | -0/+160 |
* | | | [PATCH] fix AB-BA deadlock inversion at cs46xx_dsp_remove_scb | Arjan van de Ven | 2006-07-04 | 1 | -2/+3 |
* | | | [PATCH] mthca: initialize send and receive queue locks separately | Zach Brown | 2006-07-04 | 1 | -1/+4 |
* | | | [PATCH] Fix copying of pgdat array on each node for ia64 memory hotplug | Yasunori Goto | 2006-07-04 | 1 | -3/+13 |
* | | | [PATCH] uclinux: fix proc_task()/get_proc-task() naming | Greg Ungerer | 2006-07-04 | 1 | -1/+1 |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2006-07-04 | 33 | -318/+2732 |
|\ \ \ |
|
| * \ \ | Pull smart-battery into release branch | Len Brown | 2006-07-01 | 9 | -14/+2355 |
| |\ \ \ |
|
| | * | | | ACPI: remove function tracing macros from drivers/acpi/*.c | Len Brown | 2006-07-01 | 4 | -138/+56 |
| | * | | | ACPI: add support for Smart Battery | Rich Townsend | 2006-07-01 | 8 | -11/+2434 |
| * | | | | Pull bugzilla-3241 into release branch | Len Brown | 2006-07-01 | 2 | -4/+8 |
| |\ \ \ \ |
|
| | * | | | | ACPI: handle battery notify event on broken BIOS | Vladimir Lebedev | 2006-07-01 | 1 | -2/+4 |