Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2009-03-30 |
|\ | |||
| * | Fix a lockdep warning in fasync_helper() | Jonathan Corbet | 2009-03-30 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2009-03-30 |
|\ \ | |||
| * \ | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-03-29 |
| |\ \ | |||
| * \ \ | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-03-23 |
| |\ \ \ | |||
| * \ \ \ | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-03-11 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge commit 'ftrace/function-graph' into next | Benjamin Herrenschmidt | 2009-02-22 |
| |\ \ \ \ \ | |||
| | * | | | | | tracing/function-graph-tracer: make arch generic push pop functions | Steven Rostedt | 2009-02-18 |
| * | | | | | | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2009-02-17 |
| |\ \ \ \ \ \ | |||
| * \ \ \ \ \ \ | Merge commit 'kumar/next' into next | Benjamin Herrenschmidt | 2009-02-10 |
| |\ \ \ \ \ \ \ | |||
| | * | | | | | | | powerpc/fsl_pci: Add MPC83xx PCI-E controller RC mode support | Anton Vorontsov | 2009-01-28 |
* | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2009-03-30 |
|\ \ \ \ \ \ \ \ \ | |||
| * | | | | | | | | | V4L/DVB (11213): gspca - sq905c: New subdriver. | Theodore Kilgore | 2009-03-30 |
| * | | | | | | | | | V4L/DVB (11096): V4L2 Driver for the Hauppauge HD PVR usb capture device | Janne Grunau | 2009-03-30 |
| * | | | | | | | | | V4L/DVB (11065): au8522: add support for analog side of demodulator | Devin Heitmueller | 2009-03-30 |
| * | | | | | | | | | V4L/DVB (11042): v4l2-api: Add definitions for V4L2_MPEG_STREAM_VBI_FMT_IVTV ... | Andy Walls | 2009-03-30 |
| * | | | | | | | | | V4L/DVB (10910): videodev2.h: remove deprecated VIDIOC_G_CHIP_IDENT_OLD | Hans Verkuil | 2009-03-30 |
| * | | | | | | | | | V4L/DVB (10907): avoid loading the entire videodev.h header on V4L2 drivers | Mauro Carvalho Chehab | 2009-03-30 |
| * | | | | | | | | | V4L/DVB (10870a): remove all references for video_decoder.h | Mauro Carvalho Chehab | 2009-03-30 |
| * | | | | | | | | | V4L/DVB(10738a): remove include/linux/video_encoder.h | Mauro Carvalho Chehab | 2009-03-30 |
| * | | | | | | | | | V4L/DVB (10686): v4l2: add V4L2_CTRL_FLAG_WRITE_ONLY flag. | Hans Verkuil | 2009-03-30 |
| * | | | | | | | | | V4L/DVB (10575): V4L2: Add COLORFX user control | Sergio Aguirre | 2009-03-30 |
| * | | | | | | | | | V4L/DVB (10365): Add Mars-Semi MR97310A format | Kyle Guinn | 2009-03-30 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | |||
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2009-03-30 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||
| * | | | | | | | | ide: keep track of number of bytes instead of sectors in struct ide_cmd | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: remove ide_execute_pkt_cmd() (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: add ->dma_timer_expiry method and remove ->dma_exec_cmd one (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: set hwif->expiry prior to calling [__]ide_set_handler() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: use do_rw_taskfile() for ATA_CMD_PACKET commands | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: pass command to ide_map_sg() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: remove ide_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: pass number of bytes to complete to ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: remove BUG() from ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: pass error value to ide_complete_rq() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: add ide_end_rq() (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: use ata_tf_protocols enums | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: move command related fields from ide_hwif_t to struct ide_cmd | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: pass command instead of request to ide_pio_datablock() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: remove ide_task_t typedef | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: call ide_build_sglist() prior to ->dma_setup (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: return request status from ->pc_callback method | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: remove ->end_request method | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: use ->end_request only for private device driver requests | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: move ->failed_pc to ide_drive_t | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: remove no longer needed PC_FLAG_TIMEDOUT packet command flag | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: remove ->data_phase field from ide_hwif_t | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: move request type specific code from ide_end_drive_cmd() to callers (v3) | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: complete power step in ide_complete_pm_request() | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: add "flagged" taskfile flags to struct ide_taskfile (v2) | Bartlomiej Zolnierkiewicz | 2009-03-27 |
| * | | | | | | | | ide: add IDE_HFLAG_4DRIVES host flag | Bartlomiej Zolnierkiewicz | 2009-03-27 |