]> asedeno.scripts.mit.edu Git - linux.git/history - drivers/block/skd_main.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[linux.git] / drivers / block / skd_main.c
2017-09-07 Linus TorvaldsMerge tag 'mfd-next-4.14' of git://git.kernel.org/pub...
2017-09-07 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-09-07 Linus TorvaldsMerge tag 'mailbox-v4.14' of git://git.linaro.org/landi...
2017-09-07 Linus TorvaldsMerge tag 'media/v4.14-1' of git://git.kernel.org/pub...
2017-09-07 Linus TorvaldsMerge tag 'sound-4.14-rc1' of git://git.kernel.org...
2017-09-07 Linus TorvaldsMerge tag 'md/4.14-rc1' of git://git.kernel.org/pub...
2017-09-07 Linus TorvaldsMerge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm...
2017-09-07 Linus TorvaldsMerge branch 'for-4.14/block' of git://git.kernel.dk...
2017-09-04 Mark BrownMerge remote-tracking branches 'regulator/fix/axp20x...
2017-09-04 Mark BrownMerge remote-tracking branches 'regulator/topic/mt6380...
2017-09-04 Mark BrownMerge remote-tracking branches 'regulator/fix/axp20x...
2017-09-01 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-09-01 Mark BrownMerge remote-tracking branches 'asoc/topic/omap', ...
2017-09-01 Mark BrownMerge remote-tracking branch 'asoc/topic/intel' into...
2017-09-01 Mark BrownMerge remote-tracking branch 'asoc/fix/intel' into...
2017-09-01 Joerg RoedelMerge branches 'arm/exynos', 'arm/renesas', 'arm/rockch...
2017-08-29 Bart Van Asscheskd: Let the block layer core choose .nr_requests
2017-08-29 Bart Van Asscheskd: Remove blk_queue_bounce_limit() call
2017-08-28 Jens AxboeMerge tag 'v4.13-rc7' into for-4.14/block-postmerge
2017-08-26 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-08-25 Bart Van Asscheskd: Remove SKD_ID_INCR
2017-08-25 Bart Van Asscheskd: Make it easier for static analyzers to analyze...
2017-08-25 Bart Van Asscheskd: Inline skd_end_request()
2017-08-25 Bart Van Asscheskd: Rename skd_softirq_done() into skd_complete_rq()
2017-08-23 Bart Van Asscheskd: Change default interrupt mode to MSI-X
2017-08-23 Bart Van Asscheskd: Avoid double completions in case of a timeout
2017-08-23 Bart Van Asscheskd: Inline skd_process_request()
2017-08-23 Bart Van Asscheskd: Report completion mismatches once
2017-08-23 Dan Carpenterskd: error pointer dereference in skd_cons_disk()
2017-08-23 Dan Carpenterskd: Uninitialized variable in skd_isr_completion_posted()
2017-08-23 Jani NikulaMerge tag 'gvt-fixes-2017-08-23' of https://github...
2017-08-21 Dave AirlieMerge branch 'etnaviv/next' of https://git.pengutronix...
2017-08-18 Arnd BergmannMerge tag 'omap-for-v4.14/fixes-not-urgent-v2-signed...
2017-08-18 Bart Van Asscheskd: Remove driver version information
2017-08-18 Bart Van Asscheskd: Bump driver version
2017-08-18 Bart Van Asscheskd: Optimize locking
2017-08-18 Bart Van Asscheskd: Remove several local variables
2017-08-18 Bart Van Asscheskd: Reduce memory usage
2017-08-18 Bart Van Asscheskd: Remove skd_device.in_flight
2017-08-18 Bart Van Asscheskd: Switch to block layer timeout mechanism
2017-08-18 Bart Van Asscheskd: Convert to blk-mq
2017-08-18 Bart Van Asscheskd: Coalesce struct request and struct skd_request_context
2017-08-18 Bart Van Asscheskd: Move skd_free_sg_list() up
2017-08-18 Bart Van Asscheskd: Split skd_recover_requests()
2017-08-18 Bart Van Asscheskd: Introduce skd_process_request()
2017-08-18 Bart Van Asscheskd: Convert several per-device scalar variables into...
2017-08-18 Bart Van Asscheskd: Enable request tags for the block layer queue
2017-08-18 Bart Van Asscheskd: Initialize skd_special_context.req.n_sg to one
2017-08-18 Bart Van Asscheskd: Remove dead code
2017-08-18 Bart Van Asscheskd: Remove SG IO support
2017-08-18 Bart Van Asscheskd: Convert explicit skd_request_fn() calls
2017-08-18 Bart Van Asscheskd: Rework request failing code path
2017-08-18 Bart Van Asscheskd: Move a function definition
2017-08-18 Bart Van Asscheskb: Use symbolic names for SCSI opcodes
2017-08-18 Bart Van Asscheskd: Use kcalloc() instead of kzalloc() with multiply
2017-08-18 Bart Van Asscheskd: Remove superfluous occurrences of the 'volatile...
2017-08-18 Bart Van Asscheskd: Remove a redundant init_timer() call
2017-08-18 Bart Van Asscheskd: Use for_each_sg()
2017-08-18 Bart Van Asscheskd: Drop second argument of skd_recover_requests()
2017-08-18 Bart Van Asscheskd: Remove superfluous initializations from skd_isr_co...
2017-08-18 Bart Van Asscheskd: Simplify the code for handling data direction
2017-08-18 Bart Van Asscheskd: Use ARRAY_SIZE() where appropriate
2017-08-18 Bart Van Asscheskd: Make the skd_isr() code more brief
2017-08-18 Bart Van Asscheskd: Check structure sizes at build time
2017-08-18 Bart Van Asscheskd: Use a structure instead of hardcoding structure...
2017-08-18 Bart Van Asscheskd: Simplify the code for allocating DMA message buffers
2017-08-18 Bart Van Asscheskd: Simplify the code for deciding whether or not...
2017-08-18 Bart Van Asscheskd: Reorder the code in skd_process_request()
2017-08-18 Bart Van Asscheskd: Fix size argument in skd_free_skcomp()
2017-08-18 Bart Van Asscheskd: Introduce SKD_SKCOMP_SIZE
2017-08-18 Bart Van Asscheskd: Introduce the symbolic constant SKD_MAX_REQ_PER_MSG
2017-08-18 Bart Van Asscheskd: Document locking assumptions
2017-08-18 Bart Van Asscheskd: Fix endianness annotations
2017-08-18 Bart Van Asscheskd: Switch from the pr_*() to the dev_*() logging...
2017-08-18 Bart Van Asscheskd: Remove useless barrier() calls
2017-08-18 Bart Van Asscheskd: Remove a set-but-not-used variable from struct...
2017-08-18 Bart Van Asscheskd: Remove set-but-not-used local variables
2017-08-18 Bart Van Asscheskd: Fix a function name in a comment
2017-08-18 Bart Van Asscheskd: Fix spelling in a source code comment
2017-08-18 Bart Van Asscheskd: Avoid that gcc 7 warns about fall-through when...
2017-08-18 Bart Van Asscheskd: Remove unnecessary blank lines
2017-08-18 Bart Van Asscheskd: Remove ESXi code
2017-08-18 Bart Van Asscheskd: Remove unneeded #include directives
2017-08-18 Bart Van Asscheskd: Update maintainer information
2017-08-18 Bart Van Asscheskd: Switch to GPLv2
2017-08-18 Bart Van Asscheskd: Submit requests to firmware before triggering...
2017-08-18 Bart Van Asscheskd: Avoid that module unloading triggers a use-after-free
2017-08-17 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-08-17 Arnd BergmannMerge tag 'renesas-fixes4-for-v4.13' of https://git...
2017-08-16 Linus TorvaldsMerge tag 'audit-pr-20170816' of git://git.kernel.org...
2017-08-16 Arnd BergmannMerge tag 'omap-for-v4.14/fixes-not-urgent-dt-signed...
2017-08-14 Sean PaulMerge origin/master into drm-misc-fixes
2017-08-14 Thomas GleixnerMerge tag 'irqchip-4.13-3' of git://git.kernel.org...
2017-08-11 Linus TorvaldsMerge tag 'nfs-for-4.13-5' of git://git.linux-nfs.org...
2017-08-11 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2017-08-10 Tony LindgrenMerge tag 'v4.13-rc1' into omap-for-v4.14/mmc-regulator
2017-08-10 Dave AirlieMerge tag 'drm-misc-fixes-2017-08-08' of git://anongit...
2017-08-07 Jani NikulaMerge tag 'gvt-fixes-2017-08-07' of https://github...
2017-08-04 Takashi IwaiMerge branch 'for-linus' into for-next
2017-08-04 Rafael J. WysockiMerge v4.13 intel_pstate fixes.
next