| Commit message (Expand) | Author | Age | Files | Lines |
* | [SERIAL] returning proper error from serial core driver | Ram Gupta | 2006-10-01 | 1 | -0/+1 |
* | [SERIAL] Make uart_line_info() correctly tell MMIO from I/O port | Sergei Shtylyov | 2006-10-01 | 1 | -4/+4 |
* | [SERIAL] suspend/resume handlers don't have level arg anymore | Sergei Shtylyov | 2006-10-01 | 2 | -4/+0 |
* | [SERIAL] 8250 resourse management fixes | Sergei Shtylyov | 2006-10-01 | 1 | -9/+8 |
* | [SERIAL] serial_cs: Add quirk for brainboxes 2-port RS232 card | Russell King | 2006-10-01 | 1 | -0/+20 |
* | [SERIAL] serial_cs: handle Nokia multi->single port bodge via config quirk | Russell King | 2006-10-01 | 1 | -5/+17 |
* | [SERIAL] serial_cs: add configuration quirk | Russell King | 2006-10-01 | 1 | -5/+34 |
* | [SERIAL] serial_cs: Convert Oxford 950 / Possio GCC wakeup quirk | Russell King | 2006-10-01 | 1 | -37/+63 |
* | [SERIAL] serial_cs: convert IBM post-init handling to a quirk | Russell King | 2006-10-01 | 1 | -34/+56 |
* | [SERIAL] serial_cs: allow wildcarded quirks | Russell King | 2006-10-01 | 1 | -4/+7 |
* | [SERIAL] serial_cs: convert multi-port table to quirk table | Russell King | 2006-10-01 | 1 | -13/+42 |
* | [SERIAL] serial_cs: Use clean up multiport card detection | Russell King | 2006-10-01 | 1 | -6/+5 |
* | [SERIAL] Remove m32r_sio dependency on asm/serial.h | Russell King | 2006-10-01 | 1 | -3/+2 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-09-30 | 1 | -2/+30 |
|\ |
|
| * | [BNX2]: Disable MSI on 5706 if AMD 8132 bridge is present. | Michael Chan | 2006-09-30 | 1 | -2/+30 |
* | | [SERIAL] sunzilog: Mark sunzilog_init_hw as __devinit. | David S. Miller | 2006-09-30 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 2006-09-30 | 38 | -884/+1973 |
|\ |
|
| * | IB/ipath: Fix lockdep error upon "ifconfig ibN down" | Bryan O'Sullivan | 2006-09-28 | 1 | -5/+7 |
| * | IB/ipath: Fix races with ib_resize_cq() | Bryan O'Sullivan | 2006-09-28 | 1 | -8/+22 |
| * | IB/ipath: Support new PCIE device, QLE7142 | Bryan O'Sullivan | 2006-09-28 | 1 | -0/+3 |
| * | IB/ipath: Set CPU affinity early | Bryan O'Sullivan | 2006-09-28 | 2 | -10/+35 |
| * | IB/ipath: Fix EEPROM read when driver is compiled with -Os | Bryan O'Sullivan | 2006-09-28 | 1 | -0/+1 |
| * | IB/ipath: Fix and recover TXE piobuf and PBC parity errors | Bryan O'Sullivan | 2006-09-28 | 5 | -52/+124 |
| * | IB/ipath: Change HT CRC message to indicate how to resolve problem | Bryan O'Sullivan | 2006-09-28 | 1 | -1/+1 |
| * | IB/ipath: Clean up module exit code | Bryan O'Sullivan | 2006-09-28 | 1 | -161/+128 |
| * | IB/ipath: Call mtrr_del with correct arguments | Bryan O'Sullivan | 2006-09-28 | 2 | -2/+13 |
| * | IB/ipath: Flush RWQEs if access error or invalid error seen | Bryan O'Sullivan | 2006-09-28 | 4 | -9/+26 |
| * | IB/ipath: Improved support for PowerPC | Bryan O'Sullivan | 2006-09-28 | 8 | -73/+198 |
| * | IB/ipath: Drop unnecessary "(void *)" casts | Bryan O'Sullivan | 2006-09-28 | 1 | -3/+3 |
| * | IB/ipath: Support multiple simultaneous devices of different types | Bryan O'Sullivan | 2006-09-28 | 7 | -63/+81 |
| * | IB/ipath: Fix mismatch in shifts and masks for printing debug info | Bryan O'Sullivan | 2006-09-28 | 1 | -2/+2 |
| * | IB/ipath: Fix compiler warnings and errors on non-x86_64 systems | Bryan O'Sullivan | 2006-09-28 | 1 | -5/+4 |
| * | IB/ipath: Print more informative parity error messages | Bryan O'Sullivan | 2006-09-28 | 5 | -97/+158 |
| * | IB/ipath: Ensure that PD of MR matches PD of QP checking the Rkey | Bryan O'Sullivan | 2006-09-28 | 7 | -29/+26 |
| * | IB/ipath: RC and UC should validate SLID and DLID | Bryan O'Sullivan | 2006-09-28 | 2 | -0/+8 |
| * | IB/ipath: Only allow complete writes to flash | Bryan O'Sullivan | 2006-09-28 | 1 | -6/+3 |
| * | IB/ipath: Count SRQs properly | Bryan O'Sullivan | 2006-09-28 | 1 | -8/+15 |
| * | IB/ipath: Lock and count allocated CQs properly | Bryan O'Sullivan | 2006-09-28 | 1 | -6/+12 |
| * | IB/ipath: Clean up handling of GUID 0 | Bryan O'Sullivan | 2006-09-28 | 2 | -8/+17 |
| * | IB/ipath: Unregister from IB core early | Bryan O'Sullivan | 2006-09-28 | 1 | -1/+11 |
| * | IB/ipath: Support revision 2 InfiniPath PCIE devices | Bryan O'Sullivan | 2006-09-28 | 5 | -37/+215 |
| * | IB/ipath: Driver support for userspace sharing of HW contexts | Bryan O'Sullivan | 2006-09-28 | 5 | -241/+754 |
| * | IB/ipath: Fix memory leak if allocation fails | Bryan O'Sullivan | 2006-09-28 | 1 | -0/+3 |
| * | IB/ipath: Limit # of packets sent without an ACK received | Bryan O'Sullivan | 2006-09-28 | 4 | -20/+37 |
| * | IB/iser: Fix the description of iSER in Kconfig | Erez Zilber | 2006-09-28 | 1 | -6/+7 |
| * | IB/iser: DMA unmap unaligned for RDMA data before touching it | Erez Zilber | 2006-09-28 | 3 | -39/+59 |
| * | IB/iser: Have iSER data transaction object point to iSER conn | Erez Zilber | 2006-09-28 | 4 | -9/+14 |
| * | RDMA/amso1100: Fix memory leak in c2_reg_phys_mr() | Roland Dreier | 2006-09-28 | 1 | -1/+3 |
| * | RDMA/amso1100: Fix error path in c2_llp_accept() | Eric Sesterhenn | 2006-09-28 | 1 | -8/+7 |
| * | RDMA/amso1100: Fix compile warnings | Roland Dreier | 2006-09-27 | 4 | -5/+7 |