| Commit message (Expand) | Author | Age |
* | [PATCH] drivers/char/ipmi/ipmi_msghandler.c: make proc_ipmi_root static | Adrian Bunk | 2006-06-27 |
* | [PATCH] Remove redundant NULL checks before [kv]free - in drivers/ | Jesper Juhl | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add proper Kconfig, Makefile ent... | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: display pin values in/out in gpi... | Jim Cromie | 2006-06-27 |
* | [PATCH] gpio-patchset-fixups: include linux/io.h | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: replace spinlocks w mutexes | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: fix gpio_current, use shadow regs | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: use dev_dbg in common module | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add platform_device for use w de... | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add new pc8736x_gpio module | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate gpio_dump to common module | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: migrate file-ops to common module | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add empty common-module | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: dispatch via vtable | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add gpio-ops vtable | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add 'v' command to device-file | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: add platforn_device for use w de... | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: modernize driver init to 2.6 api | Jim Cromie | 2006-06-27 |
* | [PATCH] chardev: GPIO for SCx200 & PC-8736x: whitespace pre-clean | Jim Cromie | 2006-06-27 |
* | [PATCH] stallion clean up | Alan Cox | 2006-06-27 |
* | [PATCH] IPMI: use schedule in kthread | akpm@osdl.org | 2006-06-27 |
* | [PATCH] tty: fix TCSBRK comment | Paul Fulghum | 2006-06-27 |
* | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 2006-06-27 |
* | [PATCH] type-oh bug in tlclk.c | mark gross | 2006-06-26 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-06-26 |
|\ |
|
| * | spelling fixes | Andreas Mohr | 2006-06-26 |
| * | fix paniced->panicked typos | Lee Revell | 2006-06-26 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 2006-06-26 |
|\ \ |
|
| * | | Input: atkbd - fix HANGEUL/HANJA keys | Dmitry Torokhov | 2006-06-26 |
| * | | Input: fix misspelling of Hangeul key | Jerome Pinot | 2006-06-26 |
| * | | Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Dmitry Torokhov | 2006-06-26 |
| |\| |
|
| * | | Input: constify drivers/char/keyboard.c | Andreas Mohr | 2006-06-05 |
* | | | Merge branch 'x86-64' | Linus Torvalds | 2006-06-26 |
|\ \ \ |
|
| * | | | [PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded. | Andi Kleen | 2006-06-26 |
| * | | | [PATCH] x86_64: Clean and enhance up K8 northbridge access code | Andi Kleen | 2006-06-26 |
| | |/
| |/| |
|
* | | | [PATCH] VT binding: Make VT binding a Kconfig option | Antonino A. Daplas | 2006-06-26 |
* | | | [PATCH] VT binding: Add sysfs control to the VT layer | Antonino A. Daplas | 2006-06-26 |
* | | | [PATCH] VT binding: Add binding/unbinding support for the VT console | Antonino A. Daplas | 2006-06-26 |
* | | | [PATCH] Detaching fbcon: fix give_up_console() | Antonino A. Daplas | 2006-06-26 |
* | | | [PATCH] vt: Delay the update of the visible console | David Hollister | 2006-06-26 |
* | | | [PATCH] hangcheck: remove monotomic_clock on x86 | Andrew Morton | 2006-06-26 |
* | | | [PATCH] Add TI OMAP CPU family HW RNG driver | Michael Buesch | 2006-06-26 |
* | | | [PATCH] Add ixp4xx HW RNG driver | Michael Buesch | 2006-06-26 |
* | | | [PATCH] Add VIA HW RNG driver | Michael Buesch | 2006-06-26 |
* | | | [PATCH] Add Geode HW RNG driver | Michael Buesch | 2006-06-26 |
* | | | [PATCH] Add AMD HW RNG driver | Michael Buesch | 2006-06-26 |
* | | | [PATCH] Add Intel HW RNG driver | Michael Buesch | 2006-06-26 |
* | | | [PATCH] Add new generic HW RNG core | Michael Buesch | 2006-06-26 |
* | | | [PATCH] Remove old HW RNG support | Michael Buesch | 2006-06-26 |
* | | | [PATCH] drivers: use list_move() | Akinobu Mita | 2006-06-26 |