| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: remove pointless strdup() on arguments passed to new_module() in modpost | Jan Beulich | 2009-04-11 | 1 | -2/+2 |
* | kbuild: fix a few typos in top-level Makefile | Kirill Smelkov | 2009-04-11 | 1 | -2/+2 |
* | kbuild: introduce destination-y for exported headers | Sam Ravnborg | 2009-04-11 | 2 | -8/+77 |
* | kbuild: use git svn instead of git-svn in setlocalversion | Peter Korsgaard | 2009-04-11 | 1 | -1/+1 |
* | kconfig: fix update-po-config to accect backslash in input | Sam Ravnborg | 2009-04-11 | 1 | -0/+4 |
* | kbuild: fix option processing for -I in headerdep | Uwe Kleine-König | 2009-04-11 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-mn10300 | Linus Torvalds | 2009-04-10 | 138 | -65/+31 |
|\ |
|
| * | Separate out the proc- and unit-specific header directories from the general | David Howells | 2009-04-10 | 35 | -65/+31 |
| * | Move arch headers from include/asm-mn10300/ to arch/mn10300/include/asm/. | David Howells | 2009-04-10 | 121 | -14/+14 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frv | Linus Torvalds | 2009-04-10 | 114 | -3/+3 |
|\ \ |
|
| * | | FRV: Move to arch/frv/include/asm/ | David Howells | 2009-04-10 | 114 | -0/+0 |
| * | | FRV: Fix indentation errors to keep git-am happy when moving arch header files | David Howells | 2009-04-10 | 1 | -3/+3 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2009-04-09 | 26 | -916/+461 |
|\ \ |
|
| * | | xsysace: Fix dereferencing of cf_id after hd_driveid removal | Grant Likely | 2009-04-08 | 1 | -6/+6 |
| * | | at91_ide: turn on PIO 6 support | Stanislaw Gruszka | 2009-04-08 | 1 | -1/+1 |
| * | | at91_ide: remove unused ide_mm_{outb,inb} | Stanislaw Gruszka | 2009-04-08 | 1 | -10/+0 |
| * | | ide-cd: reverse NOT_READY sense key logic | Borislav Petkov | 2009-04-08 | 1 | -4/+4 |
| * | | ide: refactor tf_read() method | Sergei Shtylyov | 2009-04-08 | 10 | -101/+40 |
| * | | ide: refactor tf_load() method | Sergei Shtylyov | 2009-04-08 | 7 | -51/+18 |
| * | | ide: call write_devctl() method from tf_read() method | Sergei Shtylyov | 2009-04-08 | 3 | -12/+8 |
| * | | ide: move common code out of tf_load() method | Sergei Shtylyov | 2009-04-08 | 3 | -14/+12 |
| * | | ide: simplify 'struct ide_taskfile' | Sergei Shtylyov | 2009-04-08 | 10 | -107/+89 |
| * | | ide: replace IDE_TFLAG_* flags by IDE_VALID_* | Sergei Shtylyov | 2009-04-08 | 18 | -175/+197 |
| * | | ide-cd: fix intendation in cdrom_decode_status() | Bartlomiej Zolnierkiewicz | 2009-04-08 | 1 | -97/+88 |
| * | | ide-cd: unify handling of fs and pc requests in cdrom_decode_status() | Bartlomiej Zolnierkiewicz | 2009-04-08 | 1 | -45/+24 |
| * | | ide-cd: convert cdrom_decode_status() to use switch statements | Bartlomiej Zolnierkiewicz | 2009-04-08 | 1 | -25/+32 |
| * | | ide-cd: update debugging support | Borislav Petkov | 2009-04-08 | 1 | -4/+4 |
| * | | ide-cd: respect REQ_QUIET for fs requests in cdrom_decode_status() | Borislav Petkov | 2009-04-08 | 1 | -6/+12 |
| * | | ide: remove unused #include <linux/version.h> | Huang Weiyi | 2009-04-08 | 1 | -1/+0 |
| * | | tx4939ide: Fix tx4939ide_{in,out}put_data_swap argument | Atsushi Nemoto | 2009-04-08 | 1 | -2/+2 |
| * | | tx493[89]ide: Remove big endian version of tx493[89]ide_tf_{load,read} | Atsushi Nemoto | 2009-04-08 | 2 | -180/+8 |
| * | | ide-cd: carve out an ide_cd_breathe()-helper for fs write requests | Borislav Petkov | 2009-04-08 | 1 | -27/+38 |
| * | | ide-cd: move status checking into the IRQ handler | Borislav Petkov | 2009-04-08 | 1 | -22/+16 |
| * | | ide-h8300: remove custom tf_{read|load}() methods | Sergei Shtylyov | 2009-04-08 | 1 | -77/+2 |
| * | | at91_ide: remove custom tf_{read|load}() methods | Sergei Shtylyov | 2009-04-08 | 1 | -76/+2 |
| * | | ide-h8300: remove mm_{inw|outw}() | Sergei Shtylyov | 2009-04-08 | 1 | -22/+0 |
| * | | tx4939ide: remove wmb() | Atsushi Nemoto | 2009-04-08 | 1 | -3/+3 |
| * | | ide: remove wmb() from ide-dma-sff.c and scc_pata.c | Grant Grundler | 2009-04-08 | 2 | -8/+3 |
| * | | ide: falconide/q40ide - Use __ide_mm_{in,out}sw() for data | Geert Uytterhoeven | 2009-04-08 | 2 | -8/+19 |
| * | | ide: Fix host drivers that need IRQF_SHARED | Geert Uytterhoeven | 2009-04-08 | 1 | -0/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-04-09 | 18 | -306/+442 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *-----. \ \ | Merge branches 'cma', 'cxgb3', 'ipoib', 'mlx4' and 'nes' into for-next | Roland Dreier | 2009-04-08 | 17 | -292/+411 |
| |\ \ \ \ \ \ |
|
| | | | | * | | | RDMA/nes: Add support for new SFP+ PHY | Chien Tung | 2009-04-08 | 3 | -28/+44 |
| | | | | * | | | RDMA/nes: Add wide_ppm_offset parm for switch compatibility | Chien Tung | 2009-04-08 | 2 | -31/+67 |
| | | | | * | | | RDMA/nes: Fix SFP+ PHY initialization | Chien Tung | 2009-04-08 | 1 | -167/+122 |
| | | | | * | | | RDMA/nes: Fix nes_nic_cm_xmit() error handling | Faisal Latif | 2009-04-08 | 1 | -7/+1 |
| | | | | * | | | RDMA/nes: Fix error handling issues | Faisal Latif | 2009-04-08 | 2 | -3/+6 |
| | | | | * | | | RDMA/nes: Fix incorrect casts on 32-bit architectures | Don Wood | 2009-04-08 | 2 | -4/+6 |
| | | | * | | | | mlx4_core: Don't leak mailbox for SET_PORT on Ethernet ports | Roland Dreier | 2009-03-31 | 1 | -2/+3 |
| | | | * | | | | IB/mlx4: Use pgprot_writecombine() for BlueFlame pages | Roland Dreier | 2009-03-30 | 1 | -2/+1 |
| | | | |/ / / |
|