Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2008-10-13 | 3 | -52/+61 |
|\ | |||||
| * | Merge branch 'next' into for-linus | James Morris | 2008-10-13 | 3 | -52/+61 |
| |\ | |||||
| | * | As pointed out by Jonathan Corbet, the timer must be deleted before | Rajiv Andrade | 2008-10-11 | 1 | -1/+1 |
| | * | The tpm_dev_release function is only called for platform devices, not pnp | Rajiv Andrade | 2008-10-11 | 3 | -7/+30 |
| | * | Protect tpm_chip_list when transversing it. | Rajiv Andrade | 2008-10-11 | 1 | -37/+24 |
| | * | Renames num_open to is_open, as only one process can open the file at a time. | Rajiv Andrade | 2008-10-11 | 2 | -5/+4 |
| | * | Remove the BKL calls from the TPM driver, which were added in the overall | Rajiv Andrade | 2008-10-11 | 1 | -4/+4 |
* | | | Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li... | Linus Torvalds | 2008-10-13 | 1 | -70/+89 |
|\ \ \ | |||||
| * \ \ | Merge branches 'oprofile-v2' and 'timers/hpet' into x86/core-v4 | Ingo Molnar | 2008-10-13 | 1 | -70/+89 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | HPET: Remove spurious HPET busy warning message. | David John | 2008-10-10 | 1 | -4/+0 |
| | * | | Merge commit 'v2.6.27' into timers/hpet | Ingo Molnar | 2008-10-10 | 1 | -2/+12 |
| | |\ \ | |||||
| | * \ \ | Merge commit 'v2.6.27-rc6' into timers/hpet | Ingo Molnar | 2008-09-14 | 41 | -1429/+350 |
| | |\ \ \ | |||||
| | * | | | | hpet: /dev/hpet - fixes and cleanup, fix | David Brownell | 2008-07-31 | 1 | -2/+4 |
| | * | | | | hpet: /dev/hpet - fixes and cleanup | David Brownell | 2008-07-31 | 1 | -66/+24 |
| | * | | | | Merge branch 'linus' into timers/hpet | Ingo Molnar | 2008-07-31 | 258 | -69624/+6155 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'linus' into timers/hpet | Ingo Molnar | 2008-06-16 | 10 | -28/+199 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | x86: get irq for hpet timer | Kevin Hao | 2008-06-02 | 1 | -0/+63 |
* | | | | | | | | tty: rename the remaining oddly named n_tty functions | Alan Cox | 2008-10-13 | 1 | -13/+13 |
* | | | | | | | | tty: tty_io.c shadows sparse fix | Jason Wessel | 2008-10-13 | 1 | -4/+4 |
* | | | | | | | | applicom: Fix an unchecked user ioctl range and an error return | Alan Cox | 2008-10-13 | 1 | -4/+2 |
* | | | | | | | | tty: Minor tidyups and document fixes for n_tty | Alan Cox | 2008-10-13 | 1 | -11/+37 |
* | | | | | | | | tty: Remove lots of NULL checks | Alan Cox | 2008-10-13 | 6 | -79/+1 |
* | | | | | | | | tty: some ICANON magic is in the wrong places | Alan Cox | 2008-10-13 | 3 | -43/+54 |
* | | | | | | | | tty: simplify ktermios allocation | Alan Cox | 2008-10-13 | 1 | -39/+7 |
* | | | | | | | | pty: simplify unix98 allocation | Alan Cox | 2008-10-13 | 1 | -11/+7 |
* | | | | | | | | pty: Fix allocation failure double free | Alan Cox | 2008-10-13 | 1 | -2/+0 |
* | | | | | | | | pty: Coding style and polish | Alan Cox | 2008-10-13 | 1 | -42/+44 |
* | | | | | | | | Add an instance parameter devpts interfaces | Sukadev Bhattiprolu | 2008-10-13 | 2 | -14/+18 |
* | | | | | | | | Move tty lookup/reopen to caller | Sukadev Bhattiprolu | 2008-10-13 | 1 | -15/+16 |
* | | | | | | | | tty: extract the pty init time special cases | Alan Cox | 2008-10-13 | 2 | -142/+182 |
* | | | | | | | | tty: Finish fixing up the init_dev interface to use ERR_PTR | Alan Cox | 2008-10-13 | 2 | -33/+25 |
* | | | | | | | | tty: More driver operations | Alan Cox | 2008-10-13 | 2 | -10/+63 |
* | | | | | | | | tty: kref the tty driver object | Alan Cox | 2008-10-13 | 3 | -53/+68 |
* | | | | | | | | tty: Clean up the tty_init_dev changes further | Alan Cox | 2008-10-13 | 2 | -41/+72 |
* | | | | | | | | tty: Move parts of tty_init_dev into new functions | Sukadev Bhattiprolu | 2008-10-13 | 1 | -52/+87 |
* | | | | | | | | tty: Remove more special casing and out of place code | Alan Cox | 2008-10-13 | 4 | -155/+188 |
* | | | | | | | | tty: shutdown method | Alan Cox | 2008-10-13 | 3 | -41/+57 |
* | | | | | | | | vt: remove bogus lock dropping | Alan Cox | 2008-10-13 | 1 | -18/+0 |
* | | | | | | | | pty: If the administrator creates a device for a ptmx slave we should not error | Alan Cox | 2008-10-13 | 1 | -6/+12 |
* | | | | | | | | tty: Redo current tty locking | Alan Cox | 2008-10-13 | 1 | -14/+4 |
* | | | | | | | | tty: the vhangup syscall is racy | Alan Cox | 2008-10-13 | 1 | -0/+19 |
* | | | | | | | | mxser: Switch to kref tty | Alan Cox | 2008-10-13 | 1 | -89/+103 |
* | | | | | | | | stallion: Use krefs | Alan Cox | 2008-10-13 | 3 | -93/+123 |
* | | | | | | | | tty: kref usage for isicom and moxa | Alan Cox | 2008-10-13 | 2 | -53/+69 |
* | | | | | | | | tty: usb-serial krefs | Alan Cox | 2008-10-13 | 1 | -0/+41 |
* | | | | | | | | tty: Move tty_write_message out of kernel/printk | Alan Cox | 2008-10-13 | 1 | -0/+25 |
* | | | | | | | | tty: Make get_current_tty use a kref | Alan Cox | 2008-10-13 | 1 | -4/+6 |
* | | | | | | | | tty: compare the tty winsize | Alan Cox | 2008-10-13 | 1 | -1/+1 |
* | | | | | | | | tty: Termios locking - sort out real_tty confusions and lock reads | Alan Cox | 2008-10-13 | 2 | -21/+39 |
* | | | | | | | | tty: Add termiox | Alan Cox | 2008-10-13 | 1 | -0/+58 |