Age | Commit message (Expand) | Author | Files | Lines |
2007-07-19 | mbcs: Remove lots of global symbols | Alan Cox | 2 | -15/+15 |
2007-07-19 | unregister_chrdev(): ignore the return value | Akinobu Mita | 4 | -19/+4 |
2007-07-18 | xen: use the hvc console infrastructure for Xen console | Jeremy Fitzhardinge | 3 | -0/+168 |
2007-07-18 | zs: move to the serial subsystem | Maciej W. Rozycki | 2 | -100/+0 |
2007-07-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 7 | -72/+502 |
2007-07-18 | drivers/*: mark variables with uninitialized_var() | Jeff Garzik | 1 | -2/+2 |
2007-07-17 | mark a bunch of ISA|EISA|PCI drivers as such | Al Viro | 1 | -4/+4 |
2007-07-17 | Fix the graphic corruption issue on IA64 machines | izumi | 1 | -3/+5 |
2007-07-17 | vt: add comment for unbind_con_driver() | Jesse Barnes | 1 | -2/+19 |
2007-07-17 | fbcon: allow fbcon to use the primary display driver | Antonino A. Daplas | 1 | -4/+4 |
2007-07-17 | stallion: remove unneeded lock_kernel | Alan Cox | 1 | -2/+0 |
2007-07-17 | Char: istallion, init+locking fixes | Ingo Korb | 1 | -7/+2 |
2007-07-17 | Char: stallion, remove user class report request | Jiri Slaby | 1 | -3/+0 |
2007-07-17 | Char: Kconfig, mxser_new: remove experimental comment | Jiri Slaby | 1 | -2/+0 |
2007-07-17 | Char: vt, use ARRAY_SIZE | Jiri Slaby | 1 | -2/+1 |
2007-07-17 | Char: vt, use kzalloc | Jiri Slaby | 1 | -2/+1 |
2007-07-17 | Char: riscom8, eliminate busy loop | Jiri Slaby | 1 | -10/+2 |
2007-07-17 | Char: specialix, remove busy waiting | Jiri Slaby | 1 | -14/+2 |
2007-07-17 | Char: moxa, eliminate busy waiting | Jiri Slaby | 1 | -25/+12 |
2007-07-17 | Char: isicom, proper variables types | Jiri Slaby | 1 | -11/+7 |
2007-07-17 | Char: isicom, del_timer at exit | Jiri Slaby | 1 | -11/+1 |
2007-07-17 | Char: isicom, cleanup locking | Jiri Slaby | 1 | -38/+27 |
2007-07-17 | Char: cyclades, fix sparse warning | Jiri Slaby | 1 | -10/+8 |
2007-07-17 | Char: cyclades, add firmware loading | Jiri Slaby | 1 | -23/+328 |
2007-07-17 | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2 | -11/+2 |
2007-07-17 | Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -1/+3 |
2007-07-17 | drm: add idr_init to drm_stub.c | Dave Airlie | 1 | -0/+2 |
2007-07-17 | drm: fix problem with SiS typedef with sisfb enabled. | Dave Airlie | 1 | -1/+1 |
2007-07-17 | Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -312/+93 |
2007-07-17 | drm: convert drawable code to using idr | Dave Airlie | 3 | -209/+60 |
2007-07-17 | drm: convert drm context code to use Linux idr | Dave Airlie | 2 | -103/+33 |
2007-07-17 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 3 | -17/+7 |
2007-07-16 | Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 77 | -2214/+2485 |
2007-07-16 | drivers/char/ipmi/ipmi_si_intf.c: lower printk severity | Dan Aloni | 1 | -1/+1 |
2007-07-16 | drivers/char/ipmi/ipmi_poweroff.c: lower printk severity | Dan Aloni | 1 | -1/+1 |
2007-07-16 | serial: remove termios checks from various old char serial drivers | Alan Cox | 5 | -38/+12 |
2007-07-16 | synclink: remove bogus 'no change' termios optimisation from synclink drivers | Alan Cox | 3 | -24/+0 |
2007-07-16 | genericserial: remove bogus optimisation check and dead code paths | Alan Cox | 1 | -117/+3 |
2007-07-16 | amiserial: remove incorrect 'no termios change' check | Alan Cox | 1 | -6/+1 |
2007-07-16 | COBALT: remove all references to Cobalt NVRAM | Robert P. J. Day | 1 | -191/+1 |
2007-07-16 | Audit: add TTY input auditing | Miloslav Trmac | 4 | -5/+375 |
2007-07-16 | intel-rng: undo mess made by an 80 column extremist | Alan Cox | 1 | -6/+4 |
2007-07-16 | undeprecate raw driver | Dave Jones | 1 | -5/+4 |
2007-07-16 | remove sonypi_camera_command() | Adrian Bunk | 1 | -47/+0 |
2007-07-16 | Kernel utf-8 handling | Jan Engelhardt | 3 | -22/+130 |
2007-07-16 | Char: ip2, use msleep for sleeping | Jiri Slaby | 1 | -43/+1 |
2007-07-16 | Char: n_r3964, use wait_event_interruptible | Jiri Slaby | 1 | -12/+2 |
2007-07-16 | Char: genrtc, use wait_event_interruptible | Jiri Slaby | 1 | -17/+5 |
2007-07-16 | Char: tty_ioctl, little whitespace cleanup | Jiri Slaby | 1 | -4/+3 |
2007-07-16 | Char: tty_ioctl, use wait_event_interruptible_timeout | Jiri Slaby | 1 | -18/+3 |