summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* be2net: fix error in rx completion processing.Ajit Khaparde2009-12-111-2/+2
* igbvf: avoid reset storms due to mailbox issuesAlexander Duyck2009-12-112-1/+8
* igb: fix handling of mailbox collisions between PF/VFAlexander Duyck2009-12-111-9/+13
* usb: remove rare pm primitive for conversion to new APIOliver Neukum2009-12-111-2/+2
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-113064-222946/+331666
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds2009-12-1116-74/+248
| |\
| | * [ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger2009-11-248-24/+81
| | * [CPUFREQ] make internal cpufreq_add_dev_* staticAlex Chiang2009-11-241-5/+8
| | * [CPUFREQ] use an enum for speedstep processor identificationRusty Russell2009-11-244-17/+17
| | * [CPUFREQ] Document units for transition latencyMark Brown2009-11-241-3/+3
| | * [CPUFREQ] Use global sysfs cpufreq structure for conservative governor tuningsThomas Renninger2009-11-241-19/+110
| | * [CPUFREQ] Documentation: ABI: /sys/devices/system/cpu/cpu#/cpufreq/Alex Chiang2009-11-241-0/+18
| | * [CPUFREQ] powernow-k6: set transition latency value so ondemand governor can ...Krzysztof Helt2009-11-241-1/+1
| | * [CPUFREQ] cpumask: don't put a cpumask on the stack in x86...cpufreq/powernow...Rusty Russell2009-11-241-5/+10
| * | Staging: batman: fix debug Kconfig optionGreg Kroah-Hartman2009-12-111-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-12-1136-3820/+921
| |\ \
| | * | tty: split the lock up a bit furtherAlan Cox2009-12-111-0/+3
| | * | tty: Move the leader test in disassociateAlan Cox2009-12-112-3/+4
| | * | tty: Push the bkl down a bit in the hangup codeAlan Cox2009-12-111-2/+2
| | * | tty: Push the lock down further into the ldisc codeAlan Cox2009-12-112-5/+9
| | * | tty: push the BKL down into the handlers a bitAlan Cox2009-12-114-63/+95
| | * | tty: moxa: split open lockAlan Cox2009-12-111-12/+11
| | * | tty: moxa: Kill the use of lock_kernelAlan Cox2009-12-111-14/+2
| | * | tty: moxa: Fix modem op lockingAlan Cox2009-12-111-15/+10
| | * | tty: moxa: Kill off the throttle methodAlan Cox2009-12-111-20/+1
| | * | tty: moxa: Locking clean upAlan Cox2009-12-111-33/+25
| | * | tty: moxa: rework the locking a bitAlan Cox2009-12-111-5/+22
| | * | tty: moxa: Use more tty_port opsAlan Cox2009-12-111-116/+21
| | * | tty: isicom: fix deadlock on shutdownAlan Cox2009-12-111-1/+1
| | * | tty: mxser: Use the new locking rules to fix setserial properlyAlan Cox2009-12-111-67/+78
| | * | tty: mxser: use the tty_port_open methodAlan Cox2009-12-111-76/+35
| | * | tty: isicom: sort out the board init logicAlan Cox2009-12-112-30/+12
| | * | tty: isicom: switch to the new tty_port_open helperAlan Cox2009-12-111-67/+21
| | * | tty: tty_port: Add a kref object to the tty portAlan Cox2009-12-112-0/+30
| | * | tty: istallion: tty port open/close methodsAlan Cox2009-12-111-117/+60
| | * | tty: stallion: Convert to the tty_port_open/close methodsAlan Cox2009-12-111-81/+35
| | * | tty: tty_port: Move the IO_ERROR clearAlan Cox2009-12-111-1/+1
| | * | tty: tty_port: Add IO_ERROR bit handlingAlan Cox2009-12-111-1/+5
| | * | tty: riscom8: switch to the tty_port_open APIAlan Cox2009-12-111-48/+41
| | * | tty: tty_port: Change the buffer allocator lockingAlan Cox2009-12-112-4/+6
| | * | tty: sdio_uart: Fix the locking on "func" for new codeAlan Cox2009-12-111-0/+4
| | * | tty: sdio_uart: add modem functionalityAlan Cox2009-12-111-1/+32
| | * | tty: sdio_uart: Style fixesAlan Cox2009-12-111-11/+12
| | * | tty: sdio_uart: Fix termios handlingAlan Cox2009-12-111-6/+0
| | * | tty: sdio_uart: Switch to the open/close helpersAlan Cox2009-12-111-82/+119
| | * | sdio_uart: Move the open lockAlan Cox2009-12-111-11/+9
| | * | sdio_uart: refcount the tty objectsAlan Cox2009-12-111-17/+42
| | * | sdio_uart: Fix oops caused by the previous changesetNicolas Pitre2009-12-111-1/+1
| | * | sdio_uart: use tty_portAlan Cox2009-12-111-18/+23
| | * | tty_port: Move hupcl handlingAlan Cox2009-12-111-5/+8