Age | Commit message (Expand) | Author | Files | Lines |
2007-11-07 | [TTY]: Fix network driver interactions with TCGET/SET calls. | Alan Cox | 1 | -66/+104 |
2007-11-06 | drm: DRM: fix memset size error | Li Zefan | 1 | -1/+1 |
2007-11-06 | drm: remove remnants of DRM_COPY_FROM/TO_USER_IOCTL | Dave Airlie | 2 | -11/+0 |
2007-11-06 | drm: remove second forward decleration of drm device struct. | Dave Airlie | 1 | -2/+0 |
2007-11-05 | virtio/virtcons: fix section mismatch warning | Randy Dunlap | 1 | -1/+1 |
2007-11-05 | drm/sis: missing mutex unlock in error path. | Roel Kluin | 1 | -0/+1 |
2007-11-05 | radeon: set the address to access the GART table on the CPU side correctly | Dave Airlie | 2 | -2/+4 |
2007-10-30 | x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMU | Joerg Roedel | 2 | -3/+3 |
2007-10-29 | x86 merge fallout: uml | Al Viro | 1 | -2/+2 |
2007-10-23 | drivers/char/riscom8: clean up irq handling | Jeff Garzik | 1 | -11/+5 |
2007-10-23 | char/pcmcia/synclink_cs: trim trailing whitespace | Jeff Garzik | 1 | -353/+353 |
2007-10-23 | drivers/char/ip2: separate polling and irq-driven work entry points | Jeff Garzik | 1 | -7/+20 |
2007-10-23 | drivers/char/ip2: split out irq core logic into separate function | Jeff Garzik | 1 | -18/+26 |
2007-10-23 | Eliminate pointless casts from void* in a few driver irq handlers. | Jeff Garzik | 1 | -2/+2 |
2007-10-23 | [PARPORT] Remove unused 'irq' argument from parport irq functions | Jeff Garzik | 1 | -2/+2 |
2007-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguest | Linus Torvalds | 4 | -178/+230 |
2007-10-23 | Char: cyclades, fix potential NULL dereference | Jiri Slaby | 1 | -1/+1 |
2007-10-23 | Remove old lguest bus and drivers. | Rusty Russell | 2 | -178/+0 |
2007-10-23 | Virtio console driver | Rusty Russell | 3 | -0/+230 |
2007-10-20 | Documentation: Remove references to dead "cyclades=" boot option | Robert P. J. Day | 1 | -2/+0 |
2007-10-19 | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 18 | -25/+25 |
2007-10-19 | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 4 | -8/+8 |
2007-10-19 | Use helpers to obtain task pid in printks | Pavel Emelyanov | 9 | -15/+16 |
2007-10-19 | get rid of input BIT* duplicate defines | Jiri Slaby | 2 | -7/+7 |
2007-10-19 | remove asm/bitops.h includes | Jiri Slaby | 3 | -3/+3 |
2007-10-19 | pid namespaces: changes to show virtual ids to user | Pavel Emelyanov | 1 | -3/+4 |
2007-10-19 | pid namespaces: define is_global_init() and is_container_init() | Serge E. Hallyn | 1 | -1/+1 |
2007-10-19 | pid namespaces: round up the API | Pavel Emelianov | 1 | -2/+2 |
2007-10-19 | Console events and accessibility | Samuel Thibault | 1 | -1/+44 |
2007-10-19 | Console keyboard events and accessibility | Samuel Thibault | 1 | -6/+36 |
2007-10-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 63 | -25350/+0 |
2007-10-18 | IPMI: add 0.9 support | Corey Minyard | 1 | -13/+2 |
2007-10-18 | IPMI: fix hotmod remove lock | Corey Minyard | 1 | -9/+7 |
2007-10-18 | IPMI: new NMI handling | Corey Minyard | 1 | -41/+105 |
2007-10-18 | IPMI: add polled interface | Corey Minyard | 3 | -47/+73 |
2007-10-18 | IPMI: remove bogus semaphore from watchdog | Corey Minyard | 1 | -14/+3 |
2007-10-18 | IPMI: don't init irq until ready | Corey Minyard | 1 | -4/+4 |
2007-10-18 | sparse pointer use of zero as null | Stephen Hemminger | 1 | -1/+1 |
2007-10-18 | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 1 | -3/+7 |
2007-10-18 | Char: rocket, fix signed/unsigned warning | Jiri Slaby | 1 | -2/+2 |
2007-10-18 | Char: rocket, remove potential leak in module_init | Jiri Slaby | 1 | -14/+20 |
2007-10-18 | Char: rocket, remove pci_read_config_dword(CLASS_REVISION) | Jiri Slaby | 1 | -11/+4 |
2007-10-18 | Char: rocket, don't re-set statics to 0 | Jiri Slaby | 1 | -12/+0 |
2007-10-18 | Char: rocket, fix dynamic_dev tty | Jiri Slaby | 1 | -5/+9 |
2007-10-18 | Char: rocket, switch sleep_on to completion | Jiri Slaby | 2 | -10/+9 |
2007-10-18 | Char: moxa, remove sleep_on | Jiri Slaby | 1 | -4/+5 |
2007-10-18 | Char: moxa, function names cleanup | Jiri Slaby | 1 | -31/+31 |
2007-10-18 | Char: moxa, cleanup prints | Jiri Slaby | 1 | -42/+31 |
2007-10-18 | Cyclades: Avoid label defined but not used warning | Jesper Juhl | 1 | -4/+4 |
2007-10-18 | Char: cyclades, fix some -W warnings | Jiri Slaby | 1 | -49/+39 |