Age | Commit message (Expand) | Author | Files | Lines |
2011-03-16 | Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 108 | -93082/+9 |
2011-03-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 5 | -11/+237 |
2011-03-15 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -11/+19 |
2011-03-10 | ipmi: Fix IPMI errors due to timing problems | Doe, YiCheng | 1 | -0/+8 |
2011-03-07 | tty: move cd1865.h to drivers/staging/tty/ | Arnd Bergmann | 1 | -263/+0 |
2011-03-07 | Staging: tty: fix build with epca.c driver | Greg Kroah-Hartman | 3 | -278/+0 |
2011-03-06 | virtio: console: Don't access vqs if device was unplugged | Amit Shah | 1 | -0/+8 |
2011-03-01 | Revert "TPM: Long default timeout fix" | Linus Torvalds | 1 | -6/+4 |
2011-03-01 | pcmcia: synclink_cs: fix prototype for mgslpc_ioctl() | Axel Lin | 1 | -2/+1 |
2011-02-25 | tty: forgot to remove ipwireless from drivers/char/pcmcia/Makefile | Greg Kroah-Hartman | 1 | -2/+0 |
2011-02-24 | Merge 2.6.38-rc6 into tty-next | Greg Kroah-Hartman | 6 | -41/+1870 |
2011-02-24 | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Dave Airlie | 2 | -35/+22 |
2011-02-23 | amd64-agp: fix crash at second module load | Florian Mickler | 1 | -2/+7 |
2011-02-22 | tty: move obsolete and broken generic_serial drivers to drivers/staging/gener... | Greg Kroah-Hartman | 51 | -20308/+0 |
2011-02-22 | tty: move obsolete and broken tty drivers to drivers/staging/tty/ | Greg Kroah-Hartman | 27 | -28968/+0 |
2011-02-22 | tty: move ipwireless driver from drivers/char/pcmcia/ to drivers/tty/ | Greg Kroah-Hartman | 10 | -3632/+0 |
2011-02-22 | tty: move a number of tty drivers from drivers/char/ to drivers/tty/ | Greg Kroah-Hartman | 17 | -39363/+0 |
2011-02-22 | tty: move Kconfig entries into drivers/tty from drivers/char | Greg Kroah-Hartman | 1 | -252/+2 |
2011-02-22 | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/... | Linus Torvalds | 2 | -22/+33 |
2011-02-22 | agp/intel: Experiment with a 855GM GWB bit | Chris Wilson | 2 | -35/+22 |
2011-02-21 | random: update interface comments to reflect reality | Jarod Wilson | 1 | -3/+10 |
2011-02-20 | Revert "tpm_tis: Use timeouts returned from TPM" | Linus Torvalds | 3 | -21/+3 |
2011-02-19 | cm4000_cs: Fix undefined ops warning | Alan Cox | 1 | -2/+1 |
2011-02-19 | drivers/char/pcmcia/ipwireless/main.c: Convert release_resource to release_re... | Julia Lawall | 1 | -20/+32 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 22 | -40/+36 |
2011-02-17 | tiocmset: kill the file pointer argument | Alan Cox | 20 | -39/+38 |
2011-02-17 | tiocmget: kill off the passing of the struct file | Alan Cox | 20 | -27/+27 |
2011-02-17 | hvc: add Blackfin JTAG console support | Mike Frysinger | 1 | -0/+9 |
2011-02-16 | hwrng: omap - Convert release_resource to release_region/release_mem_region | Julia Lawall | 1 | -8/+6 |
2011-02-11 | Merge branch 'for-james' of git://tpmdd.git.sourceforge.net/gitroot/tpmdd/tpm... | James Morris | 3 | -3/+21 |
2011-02-11 | tpm_tis: Use timeouts returned from TPM | Stefan Berger | 3 | -3/+21 |
2011-02-10 | char/ipmi: fix OOPS caused by pnp_unregister_driver on unregistered driver | Corey Minyard | 1 | -10/+2 |
2011-02-10 | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -0/+1851 |
2011-02-04 | agp: ensure GART has an address before enabling it | Stephen Kitt | 1 | -11/+16 |
2011-02-04 | Revert "agp: AMD AGP is used on UP1100 & UP1500 alpha boxen" | Matt Turner | 1 | -1/+1 |
2011-02-04 | amd-k7-agp: remove non-x86 code | Matt Turner | 1 | -19/+0 |
2011-02-03 | virtio: console: Move file back to drivers/char/ | Amit Shah | 2 | -0/+1839 |
2011-02-02 | posix-timers: Cleanup namespace | Thomas Gleixner | 1 | -1/+1 |
2011-02-02 | posix-timers: Remove useless res field from k_clock | Thomas Gleixner | 1 | -3/+2 |
2011-02-02 | posix-timers: Convert clock_getres() to clockid_to_kclock() | Thomas Gleixner | 1 | -0/+10 |
2011-02-02 | posix-timers: Convert clock_nanosleep to clockid_to_kclock() | Thomas Gleixner | 1 | -1/+0 |
2011-02-02 | posix-timers: Cleanup struct initializers | Thomas Gleixner | 1 | -7/+7 |
2011-02-02 | time: Correct the *settime* parameters | Richard Cochran | 1 | -1/+1 |
2011-01-26 | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 1 | -4/+4 |
2011-01-24 | Merge remote branch 'linus/master' into drm-intel-fixes | Chris Wilson | 19 | -8807/+15 |
2011-01-24 | drm/i915,agp/intel: Do not clear stolen entries | Chris Wilson | 1 | -10/+9 |
2011-01-24 | tpm: fix panic caused by "tpm: Autodetect itpm devices" | Olof Johansson | 1 | -3/+3 |
2011-01-24 | TPM: Long default timeout fix | Rajiv Andrade | 1 | -4/+6 |
2011-01-23 | hwrng: pixocell - add support for picoxcell TRNG | Jamie Iles | 3 | -0/+221 |
2011-01-20 | Merge branch 'akpm' | Linus Torvalds | 1 | -5/+5 |