Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: percpu_counter_sum_positive | Peter Zijlstra | 2007-10-17 | 5 | -9/+9 |
* | lib: percpu_counter_set | Peter Zijlstra | 2007-10-17 | 2 | -0/+20 |
* | lib: make percpu_counter_add take s64 | Peter Zijlstra | 2007-10-17 | 2 | -5/+5 |
* | lib: percpu_counter variable batch | Peter Zijlstra | 2007-10-17 | 2 | -4/+12 |
* | lib: percpu_counter_sub | Peter Zijlstra | 2007-10-17 | 4 | -3/+8 |
* | lib: percpu_counter_add | Peter Zijlstra | 2007-10-17 | 8 | -17/+17 |
* | nfs: remove congestion_end() | Peter Zijlstra | 2007-10-17 | 3 | -17/+1 |
* | powerpc: add Altivec/VMX state to coredumps | Mark Nelson | 2007-10-17 | 3 | -3/+34 |
* | x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #define | Mark Nelson | 2007-10-17 | 5 | -8/+11 |
* | partially fix up the lookup_one_noperm mess | Christoph Hellwig | 2007-10-17 | 3 | -26/+39 |
* | 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 |
| * | e1000e: don't poke PHY registers to retreive link status | Auke Kok | 2007-10-16 | 1 | -10/+21 |
| * | e1000e: fix error checks | Adrian Bunk | 2007-10-16 | 1 | -2/+2 |
| * | e1000e: Fix debug printk macro | Auke Kok | 2007-10-16 | 1 | -1/+1 |
| * | tokenring/3c359.c: fixed array index problem | Marcus Meissner | 2007-10-16 | 1 | -1/+1 |
| * | [netdrvr] forcedeth: remove in-driver copy of net_device_stats | Jeff Garzik | 2007-10-16 | 1 | -36/+36 |
| * | [netdrvr] forcedeth: improved probe info; dev_printk() cleanups | Jeff Garzik | 2007-10-16 | 1 | -31/+57 |
| * | forcedeth: fix NAPI rx poll function | Ingo Molnar | 2007-10-16 | 1 | -3/+5 |
* | | missing include in mmc | Al Viro | 2007-10-16 | 1 | -0/+1 |
* | | fix adbhid mismerge | Al Viro | 2007-10-16 | 1 | -1/+1 |
|/ | |||||
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2007-10-16 | 48 | -1699/+449 |
|\ | |||||
| * | amd74xx: remove /proc/ide/amd74xx | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -129/+1 |
| * | amd74xx/via82cxxx: don't initialize drive->dn | Bartlomiej Zolnierkiewicz | 2007-10-16 | 2 | -2/+0 |
| * | sis5513: remove /proc/ide/sis | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -248/+1 |
| * | ide: remove CONFIG_IDEDMA_ONLYDISK | Bartlomiej Zolnierkiewicz | 2007-10-16 | 2 | -14/+1 |
| * | ide: add "hdx=nodma" kernel parameter | Bartlomiej Zolnierkiewicz | 2007-10-16 | 4 | -5/+9 |
| * | ide: remove hwif->autodma and drive->autodma | Bartlomiej Zolnierkiewicz | 2007-10-16 | 41 | -249/+14 |
| * | ide: remove "idex=dma" kernel parameter | Bartlomiej Zolnierkiewicz | 2007-10-16 | 2 | -6/+2 |
| * | ide: remove CONFIG_BLK_DEV_IDEDMA_FORCED | Bartlomiej Zolnierkiewicz | 2007-10-16 | 2 | -51/+3 |
| * | ide: use PCI_VDEVICE() macro | Bartlomiej Zolnierkiewicz | 2007-10-16 | 32 | -181/+174 |
| * | sis5513: clear prefetch and postwrite for ATAPI devices | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -7/+6 |
| * | it8213/piix/slc90e66: "de-couple" PIO and UDMA modes | Bartlomiej Zolnierkiewicz | 2007-10-16 | 3 | -17/+13 |
| * | ide: unexport noautodma | Adrian Bunk | 2007-10-16 | 1 | -2/+0 |
| * | ide: unexport ide_tune_dma | Adrian Bunk | 2007-10-16 | 1 | -2/+0 |
| * | ide: remove ->ide_dma_check (take 2) | Bartlomiej Zolnierkiewicz | 2007-10-16 | 42 | -502/+80 |
| * | ide-pmac: add PIO autotune fallback to ->ide_dma_check | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -0/+2 |
| * | ide-cris: add PIO autotune fallback to ->ide_dma_check | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -0/+2 |
| * | sl82c105: add PIO autotune fallback to ->ide_dma_check | Bartlomiej Zolnierkiewicz | 2007-10-16 | 1 | -0/+2 |
| * | cs5530/sc1200: add PIO autotune fallback to ->ide_dma_check | Bartlomiej Zolnierkiewicz | 2007-10-16 | 2 | -4/+8 |