| Commit message (Expand) | Author | Age | Files | Lines |
* | various: fix pci_set_dma_mask return value checking | Christoph Hellwig | 2015-11-20 | 9 | -15/+17 |
* | netup_unidvb: use pci_set_dma_mask insted of pci_dma_supported | Christoph Hellwig | 2015-11-10 | 1 | -1/+1 |
* | cx23885: use pci_set_dma_mask insted of pci_dma_supported | Christoph Hellwig | 2015-11-10 | 1 | -1/+1 |
* | cx25821: use pci_set_dma_mask insted of pci_dma_supported | Christoph Hellwig | 2015-11-10 | 1 | -1/+1 |
* | cx88: use pci_set_dma_mask insted of pci_dma_supported | Christoph Hellwig | 2015-11-10 | 3 | -3/+3 |
* | saa7134: use pci_set_dma_mask insted of pci_dma_supported | Christoph Hellwig | 2015-11-10 | 1 | -1/+1 |
* | saa7164: use pci_set_dma_mask insted of pci_dma_supported | Christoph Hellwig | 2015-11-10 | 1 | -1/+1 |
* | tw68-core: use pci_set_dma_mask insted of pci_dma_supported | Christoph Hellwig | 2015-11-10 | 1 | -1/+1 |
* | remove abs64() | Andrew Morton | 2015-11-09 | 1 | -1/+1 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-06 | 3 | -3/+3 |
* | Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2015-11-05 | 2 | -2/+0 |
|\ |
|
| *-. | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',... | Mark Brown | 2015-11-04 | 2 | -2/+0 |
| |\ \ |
|
| | | * | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 2015-10-28 | 2 | -2/+0 |
| | |/ |
|
* | | | Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2015-11-05 | 207 | -5014/+6717 |
|\ \ \
| |/ /
|/| | |
|
| * | | [media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACK | Takashi Iwai | 2015-10-20 | 1 | -1/+0 |
| * | | [media] ivtv: Convert to get_user_pages_unlocked() | Jan Kara | 2015-10-20 | 1 | -6/+6 |
| * | | [media] media/v4l2-ctrls: fix setting autocluster to manual with VIDIOC_S_CTRL | Antonio Ospite | 2015-10-20 | 1 | -1/+1 |
| * | | [media] hackrf: do not set human readable name for formats | Antti Palosaari | 2015-10-20 | 1 | -3/+0 |
| * | | [media] hackrf: add support for transmitter | Antti Palosaari | 2015-10-20 | 1 | -276/+638 |
| * | | [media] hackrf: switch to single function which configures everything | Antti Palosaari | 2015-10-20 | 1 | -148/+175 |
| * | | [media] hackrf: add control for RF amplifier | Antti Palosaari | 2015-10-20 | 1 | -1/+25 |
| * | | [media] v4l: add type field to v4l2_modulator struct | Antti Palosaari | 2015-10-20 | 1 | -1/+17 |
| * | | [media] v4l2: add support for SDR transmitter | Antti Palosaari | 2015-10-20 | 4 | -3/+42 |
| * | | [media] v4l2: add RF gain control | Antti Palosaari | 2015-10-20 | 1 | -0/+2 |
| * | | [media] v4l2: rename V4L2_TUNER_ADC to V4L2_TUNER_SDR | Antti Palosaari | 2015-10-20 | 1 | -3/+3 |
| * | | [media] media/vivid-osd: fix info leak in ioctl | Salva Peiró | 2015-10-20 | 1 | -0/+1 |
| * | | [media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2 | Junghak Sung | 2015-10-20 | 3 | -1793/+1825 |
| * | | [media] media: videobuf2: Prepare to divide videobuf2 | Junghak Sung | 2015-10-20 | 4 | -181/+399 |
| * | | [media] media: videobuf2: Replace v4l2-specific data with vb2 data | Junghak Sung | 2015-10-20 | 1 | -61/+70 |
| * | | [media] media: videobuf2: Change queue_setup argument | Junghak Sung | 2015-10-20 | 73 | -79/+110 |
| * | | [media] s5p-mfc: use MFC_BUF_FLAG_EOS to identify last buffers in decoder cap... | Andrzej Hajda | 2015-10-20 | 2 | -8/+14 |
| * | | [media] s5p-mfc: end-of-stream handling for newer encoders | Andrzej Hajda | 2015-10-20 | 3 | -31/+48 |
| * | | [media] s5p-mfc: fix spelling errors | Ingi Kim | 2015-10-20 | 1 | -4/+4 |
| * | | [media] media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finish | Tiffany Lin | 2015-10-20 | 1 | -2/+3 |
| * | | [media] media: vb2 dma-contig: Fully cache synchronise buffers in prepare and... | Tiffany Lin | 2015-10-20 | 1 | -2/+3 |
| * | | [media] smiapp: Export OF module alias information | Javier Martinez Canillas | 2015-10-20 | 1 | -0/+1 |
| * | | [media] demux.h: Convert MPEG-TS demux caps to an enum | Mauro Carvalho Chehab | 2015-10-10 | 1 | -11/+15 |
| * | | [media] demux.h: Convert TS filter type into enum | Mauro Carvalho Chehab | 2015-10-10 | 1 | -20/+16 |
| * | | [media] DocBook: document typedef dmx_section_cb at demux.h | Mauro Carvalho Chehab | 2015-10-10 | 1 | -1/+36 |
| * | | [media] DocBook: document typedef dmx_ts_cb at demux.h | Mauro Carvalho Chehab | 2015-10-10 | 1 | -0/+55 |
| * | | [media] demux.h: make checkpatch.ph happy | Mauro Carvalho Chehab | 2015-10-10 | 1 | -92/+107 |
| * | | [media] DocBook: document the other structs/enums of demux.h | Mauro Carvalho Chehab | 2015-10-10 | 1 | -9/+88 |
| * | | [media] dvb: Remove unused frontend sources at demux.h and sync doc | Mauro Carvalho Chehab | 2015-10-07 | 1 | -7/+0 |
| * | | [media] dvb: get rid of enum dmx_success | Mauro Carvalho Chehab | 2015-10-06 | 7 | -48/+22 |
| * | | [media] DocBook: finish documenting struct dmx_demux | Mauro Carvalho Chehab | 2015-10-06 | 1 | -1/+15 |
| * | | [media] dvb: don't keep support for undocumented features | Mauro Carvalho Chehab | 2015-10-06 | 2 | -2/+8 |
| * | | [media] DocBook: update documented fields at struct dmx_demux | Mauro Carvalho Chehab | 2015-10-06 | 1 | -29/+23 |
| * | | [media] DocBook: Move struct dmx_demux kABI doc to demux.h | Mauro Carvalho Chehab | 2015-10-06 | 1 | -3/+190 |
| * | | [media] dvb_ca_en50221.h: Make checkpatch.pl happy | Mauro Carvalho Chehab | 2015-10-06 | 1 | -33/+29 |
| * | | [media] DocBook: document struct dvb_ca_en50221 | Mauro Carvalho Chehab | 2015-10-06 | 1 | -17/+20 |