| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [WATCHDOG] Watchdog driver for AT32AP700X devices | Hans-Christian Egtvedt | 2007-06-10 | 3 | -0/+336 |
| * | [WATCHDOG] Mixcom Watchdog - CodingStyle clean-up | Wim Van Sebroeck | 2007-06-04 | 1 | -5/+4 |
| * | [WATCHDOG] Mixcom Watchdog - clean-up printk's | Wim Van Sebroeck | 2007-06-04 | 1 | -3/+9 |
| * | [WATCHDOG] Mixcom Watchdog - clean-up printk's | Wim Van Sebroeck | 2007-06-04 | 1 | -4/+7 |
| * | [WATCHDOG] Mixcom Watchdog - checkcard part 2 | Wim Van Sebroeck | 2007-06-03 | 1 | -12/+32 |
| * | [WATCHDOG] Mixcom Watchdog - checkcard | Wim Van Sebroeck | 2007-06-03 | 1 | -24/+11 |
| * | [WATCHDOG] Mixcom Watchdog - get rid of port offset's | Wim Van Sebroeck | 2007-06-03 | 1 | -8/+13 |
| * | [WATCHDOG] Mixcom Watchdog - update "Documentation" | Wim Van Sebroeck | 2007-06-03 | 1 | -2/+7 |
| * | [WATCHDOG] Remove the redundant check for pwrite() in EP93XXX watchdog. | Robert P. J. Day | 2007-06-03 | 1 | -4/+0 |
| * | [WATCHDOG] Remove the redundant check for pwrite() in pnx4008 watchdog. | Robert P. J. Day | 2007-06-03 | 1 | -4/+0 |
* | | drivers/*: mark variables with uninitialized_var() | Jeff Garzik | 2007-07-17 | 1 | -2/+2 |
* | | mark a bunch of ISA|EISA|PCI drivers as such | Al Viro | 2007-07-17 | 1 | -4/+4 |
* | | Fix the graphic corruption issue on IA64 machines | izumi | 2007-07-17 | 1 | -3/+5 |
* | | vt: add comment for unbind_con_driver() | Jesse Barnes | 2007-07-17 | 1 | -2/+19 |
* | | fbcon: allow fbcon to use the primary display driver | Antonino A. Daplas | 2007-07-17 | 1 | -4/+4 |
* | | stallion: remove unneeded lock_kernel | Alan Cox | 2007-07-17 | 1 | -2/+0 |
* | | Char: istallion, init+locking fixes | Ingo Korb | 2007-07-17 | 1 | -7/+2 |
* | | Char: stallion, remove user class report request | Jiri Slaby | 2007-07-17 | 1 | -3/+0 |
* | | Char: Kconfig, mxser_new: remove experimental comment | Jiri Slaby | 2007-07-17 | 1 | -2/+0 |
* | | Char: vt, use ARRAY_SIZE | Jiri Slaby | 2007-07-17 | 1 | -2/+1 |
* | | Char: vt, use kzalloc | Jiri Slaby | 2007-07-17 | 1 | -2/+1 |
* | | Char: riscom8, eliminate busy loop | Jiri Slaby | 2007-07-17 | 1 | -10/+2 |
* | | Char: specialix, remove busy waiting | Jiri Slaby | 2007-07-17 | 1 | -14/+2 |
* | | Char: moxa, eliminate busy waiting | Jiri Slaby | 2007-07-17 | 1 | -25/+12 |
* | | Char: isicom, proper variables types | Jiri Slaby | 2007-07-17 | 1 | -11/+7 |
* | | Char: isicom, del_timer at exit | Jiri Slaby | 2007-07-17 | 1 | -11/+1 |
* | | Char: isicom, cleanup locking | Jiri Slaby | 2007-07-17 | 1 | -38/+27 |
* | | Char: cyclades, fix sparse warning | Jiri Slaby | 2007-07-17 | 1 | -10/+8 |
* | | Char: cyclades, add firmware loading | Jiri Slaby | 2007-07-17 | 1 | -23/+328 |
* | | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 2 | -11/+2 |
* | | Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-07-17 | 2 | -1/+3 |
|\ \ |
|
| * | | drm: add idr_init to drm_stub.c | Dave Airlie | 2007-07-17 | 1 | -0/+2 |
| * | | drm: fix problem with SiS typedef with sisfb enabled. | Dave Airlie | 2007-07-17 | 1 | -1/+1 |
* | | | Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-07-17 | 4 | -312/+93 |
|\| | |
|
| * | | drm: convert drawable code to using idr | Dave Airlie | 2007-07-17 | 3 | -209/+60 |
| * | | drm: convert drm context code to use Linux idr | Dave Airlie | 2007-07-17 | 2 | -103/+33 |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2007-07-17 | 3 | -17/+7 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge branch 'for-2.6.23' into merge | Paul Mackerras | 2007-07-11 | 3 | -17/+7 |
| |\ \ |
|
| | * | | [POWERPC] Make drivers/char/hvc_console.c:khvcd() static | Adrian Bunk | 2007-07-10 | 1 | -1/+1 |
| | * | | [POWERPC] Remove dead code for preventing pread() and pwrite() calls | Robert P. J. Day | 2007-07-10 | 1 | -10/+0 |
| | * | | [POWERPC] VIOTAPE: Use designated initializers for fops member structures. | Robert P. J. Day | 2007-07-10 | 1 | -6/+6 |
* | | | | Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-07-16 | 77 | -2214/+2485 |
|\ \ \ \ |
|
| * | | | | drm: remove core typedefs from the ioc32 wrappers | Dave Airlie | 2007-07-16 | 1 | -41/+41 |
| * | | | | drm: remove sarea typedefs | Dave Airlie | 2007-07-12 | 2 | -9/+15 |
| * | | | | drm: detypedef the hashtab and more of sman | Dave Airlie | 2007-07-12 | 8 | -59/+59 |
| * | | | | drm: de-typedef sman | Dave Airlie | 2007-07-12 | 6 | -49/+51 |
| * | | | | drm: detypedeffing continues... | Dave Airlie | 2007-07-11 | 23 | -142/+143 |
| * | | | | drm: detypef waitlist/freelist/buf_entry/device_dma/drm_queue structs | Dave Airlie | 2007-07-11 | 16 | -80/+81 |
| * | | | | drm: drop drm_vma_entry_t, drm_magic_entry_t | Dave Airlie | 2007-07-11 | 5 | -19/+15 |
| * | | | | drm: drop drm_buf_t typedef | Dave Airlie | 2007-07-11 | 20 | -104/+104 |