| Commit message (Expand) | Author | Age | Files | Lines |
* | mbcs: Remove lots of global symbols | Alan Cox | 2007-07-19 | 2 | -15/+15 |
* | unregister_chrdev(): ignore the return value | Akinobu Mita | 2007-07-19 | 4 | -19/+4 |
* | xen: use the hvc console infrastructure for Xen console | Jeremy Fitzhardinge | 2007-07-18 | 3 | -0/+168 |
* | zs: move to the serial subsystem | Maciej W. Rozycki | 2007-07-18 | 2 | -100/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2007-07-17 | 7 | -72/+502 |
|\ |
|
| * | [WATCHDOG] at32ap700x_wdt.c - Fix compilation warnings | Wim Van Sebroeck | 2007-07-05 | 1 | -2/+4 |
| * | [WATCHDOG] at32ap700x_wdt.c - Add spinlock support | Wim Van Sebroeck | 2007-07-05 | 1 | -0/+9 |
| * | [WATCHDOG] at32ap700x_wdt.c - Add nowayout + MAGICCLOSE features | Wim Van Sebroeck | 2007-07-05 | 1 | -11/+53 |
| * | [WATCHDOG] at32ap700x_wdt.c - timeout module parameter patch | Wim Van Sebroeck | 2007-07-05 | 2 | -16/+13 |
| * | [WATCHDOG] at32ap700x_wdt.c - checkpatch.pl-0.05 clean-up's | Wim Van Sebroeck | 2007-07-05 | 1 | -6/+6 |
| * | [WATCHDOG] change s3c2410_wdt to using dev_() macros for output | Ben Dooks | 2007-06-17 | 1 | -16/+20 |
| * | [WATCHDOG] s3c2410_wdt announce initialisation | Ben Dooks | 2007-06-17 | 1 | -0/+11 |
| * | [WATCHDOG] at32ap700x-wdt: add iounmap if probe function fails | Hans-Christian Egtvedt | 2007-06-10 | 1 | -2/+9 |
| * | [WATCHDOG] at32ap700x-wdt: add missing iounmap in _remove | Hans-Christian Egtvedt | 2007-06-10 | 1 | -0/+1 |
| * | [WATCHDOG] watchdog-driver-for-at32ap700x-devices-fix-2 | Andrew Morton | 2007-06-10 | 1 | -2/+3 |
| * | [WATCHDOG] watchdog-driver-for-at32ap700x-devices-fix | Andrew Morton | 2007-06-10 | 1 | -6/+9 |
| * | [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-16 | 4 | -312/+93 |
|\ \ \
| |/ / |
|