| Commit message (Expand) | Author | Age | Files | Lines |
* | HVC console is also used by iSeries, so add that to HVC_DRIVER help. | Rusty Russell | 2007-10-17 | 1 | -1/+1 |
* | Delay creation of khcvd thread | Rusty Russell | 2007-10-17 | 2 | -18/+42 |
* | tty: expose new methods needed for drivers to get termios right | Alan Cox | 2007-10-17 | 1 | -10/+72 |
* | lk201: remove obsolete driver | Maciej W. Rozycki | 2007-10-17 | 7 | -1373/+0 |
* | Make the pr_*() family of macros in kernel.h complete | Emil Medve | 2007-10-17 | 4 | -17/+8 |
* | I2O: Fix "defined but not used" build warnings | Satyam Sharma | 2007-10-17 | 1 | -47/+47 |
* | add CONFIG_VT_UNICODE | Bill Nottingham | 2007-10-17 | 5 | -5/+26 |
* | make dmapool code use __set_current_state() | Arjan van de Ven | 2007-10-17 | 1 | -1/+1 |
* | Remove final traces of long-deprecated "ramdisk" kernel parm | Robert P. J. Day | 2007-10-17 | 1 | -6/+1 |
* | drivers/block/cciss.c: fix check-after-use | Adrian Bunk | 2007-10-17 | 1 | -29/+27 |
* | n_hdlc.c: fix check-after-use | Adrian Bunk | 2007-10-17 | 1 | -1/+1 |
* | cciss: fix error reporting for SG_IO | Steve Cameron | 2007-10-17 | 1 | -18/+61 |
* | NBD: allow hung network I/O to be cancelled | Paul Clements | 2007-10-17 | 1 | -31/+62 |
* | NBD: set uninitialized devices to size 0 | Paul Clements | 2007-10-17 | 1 | -2/+5 |
* | floppy: tolerate DMA channel unavailability | Jan Beulich | 2007-10-17 | 1 | -5/+9 |
* | jsm: Remove further unneeded crud | Alan Cox | 2007-10-17 | 1 | -40/+3 |
* | mxser: Remove use of dead TTY_FLIPBUF_SIZE definition | Alan Cox | 2007-10-17 | 1 | -2/+1 |
* | unicode diacritics support | Samuel Thibault | 2007-10-17 | 9 | -35/+146 |
* | aoe: remove unecessary wrapper function | Ed L. Cashin | 2007-10-17 | 3 | -17/+8 |
* | pnp: avoid a small unlikely memory leak in proc_read_escd() | Jesper Juhl | 2007-10-17 | 1 | -2/+3 |
* | Tweak /proc/ipmi removal | Alexey Dobriyan | 2007-10-17 | 1 | -1/+1 |
* | tpm: pay attention to IRQ info from PNP | Bjorn Helgaas | 2007-10-17 | 1 | -9/+13 |
* | drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-17 | 1 | -3/+2 |
* | drivers/char/consolemap.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-10-17 | 1 | -2/+1 |
* | epca.c: reformat comments and coding style improvements | Alexey Dobriyan | 2007-10-17 | 1 | -1409/+1202 |
* | Remove "unsafe" from module struct | Rusty Russell | 2007-10-17 | 1 | -5/+4 |
* | convert ill defined log2() to ilog2() | Fengguang Wu | 2007-10-17 | 3 | -14/+7 |
* | Clean up duplicate includes in drivers/w1/ | Jesper Juhl | 2007-10-17 | 1 | -1/+0 |
* | Clean up duplicate includes in drivers/char/ | Jesper Juhl | 2007-10-17 | 3 | -6/+0 |
* | pcmcia: CompactFlash driver for PA Semi Electra boards | Olof Johansson | 2007-10-17 | 3 | -0/+385 |
* | Remove unneeded lock_kernel() in driver/block/loop.c | Diego Woitasen | 2007-10-17 | 1 | -2/+0 |
* | nbd: change a parameter's type to remove a memcpy call | Denis Cheng | 2007-10-17 | 1 | -5/+3 |
* | nbd: use list_for_each_entry_safe to make it more consolidated and readable | Denis Cheng | 2007-10-17 | 1 | -4/+2 |
* | kill DECLARE_MUTEX_LOCKED | Christoph Hellwig | 2007-10-17 | 1 | -1/+3 |
* | Driver for the Atmel on-chip SSC on AT32AP and AT91 | Hans-Christian Egtvedt | 2007-10-17 | 3 | -0/+187 |
* | oom: move prototypes to appropriate header file | David Rientjes | 2007-10-17 | 1 | -0/+1 |
* | Slab API: remove useless ctor parameter and reorder parameters | Christoph Lameter | 2007-10-17 | 2 | -4/+3 |
* | mm: bdi init hooks | Peter Zijlstra | 2007-10-17 | 2 | -1/+24 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-10-16 | 12 | -216/+558 |
|\ |
|
| * | WOL bugfix for 3c59x.c | Steffen Klassert | 2007-10-16 | 1 | -1/+7 |
| * | skge 1.12 | Stephen Hemminger | 2007-10-16 | 1 | -1/+1 |
| * | skge: add a debug interface | Stephen Hemminger | 2007-10-16 | 3 | -0/+156 |
| * | skge: eeprom support | Stephen Hemminger | 2007-10-16 | 2 | -2/+102 |
| * | skge: internal stats | Stephen Hemminger | 2007-10-16 | 2 | -30/+24 |
| * | skge: XM PHY handling fixes | Stephen Hemminger | 2007-10-16 | 2 | -44/+50 |
| * | skge: changing MTU while running causes problems | Stephen Hemminger | 2007-10-16 | 1 | -7/+44 |
| * | skge: fix ram buffer size calculation | Stephen Hemminger | 2007-10-16 | 1 | -27/+24 |
| * | gianfar: Fix compile regression caused by 09f75cd7 | Li Yang | 2007-10-16 | 1 | -4/+3 |
| * | net: Fix new EMAC driver for NAPI changes | Benjamin Herrenschmidt | 2007-10-16 | 1 | -8/+17 |
| * | bonding: two small fixes for IPoIB support | Jay Vosburgh | 2007-10-16 | 2 | -8/+7 |