]> git.karo-electronics.de Git - karo-tx-linux.git/history - drivers/block/nvme-core.c
NVMe: check for integer overflow in nvme_map_user_pages()
[karo-tx-linux.git] / drivers / block / nvme-core.c
2013-05-17 Dan CarpenterNVMe: check for integer overflow in nvme_map_user_pages()
2013-05-17 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2013-05-16 Linus TorvaldsMerge branch 'queue' of git://git.kernel.org/pub/scm...
2013-05-15 Linus TorvaldsMerge branch 'x86-urgent-for-linus' of git://git.kernel...
2013-05-15 Linus TorvaldsMerge branch 'perf-urgent-for-linus' of git://git.kerne...
2013-05-15 Linus TorvaldsMerge branch 'timers-urgent-for-linus' of git://git...
2013-05-15 Linus TorvaldsMerge branch 'core-urgent-for-linus' of git://git.kerne...
2013-05-15 Linus TorvaldsMerge branch 'fixes' of git://git.linaro.org/people...
2013-05-15 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-05-14 Linus TorvaldsMerge tag 'ext4_for_linus_stable' of git://git.kernel...
2013-05-14 Linus TorvaldsMerge branch 'merge' of git://git.kernel.org/pub/scm...
2013-05-14 Linus TorvaldsMerge tag 'fixes-for-3.10-rc2-tag' of git://git.kernel...
2013-05-13 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2013-05-13 Linus TorvaldsMerge tag 'fixes-for-linus' of git://git.kernel.org...
2013-05-13 Mark BrownMerge remote-tracking branch 'spi/fix/grant' into spi...
2013-05-13 Mark BrownMerge remote-tracking branch 'spi/fix/atmel' into spi...
2013-05-12 Linus TorvaldsMerge tag 'trace-fixes-v3.10' of git://git.kernel.org...
2013-05-11 David S. MillerMerge tag 'batman-adv-fix-for-davem' of git://git.open...
2013-05-11 Linus TorvaldsMerge tag 'stable/for-linus-3.10-rc0-tag-two' of git...
2013-05-11 Linus TorvaldsMerge tag 'scsi-for-linus' of git://git.kernel.org...
2013-05-11 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2013-05-11 Linus TorvaldsMerge git://git.infradead.org/users/eparis/audit
2013-05-10 Linus TorvaldsMerge branch 'for-3.10' of git://linux-nfs.org/~bfields...
2013-05-10 Linus TorvaldsMerge branch 'for_linus' of git://cavan.codon.org.uk...
2013-05-10 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-05-10 Linus TorvaldsMerge tag 'ecryptfs-3.10-rc1-ablkcipher' of git://git...
2013-05-10 Linus TorvaldsMerge tag 'for-linus-20130509' of git://git.infradead...
2013-05-10 Linus TorvaldsMerge tag 'kvm-3.10-2' of git://git.kernel.org/pub...
2013-05-10 Linus TorvaldsMerge tag 'dm-3.10-changes-2' of git://git.kernel.org...
2013-05-10 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2013-05-10 Linus TorvaldsMerge tag 'sound-3.10' of git://git.kernel.org/pub...
2013-05-10 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2013-05-10 John W. LinvilleMerge branch 'master' of git://git.kernel.org/pub/scm...
2013-05-10 Linus TorvaldsMerge tag 'arc-v3.10-rc1-part2' of git://git.kernel...
2013-05-10 Linus TorvaldsMerge branch 'for-next' of git://git.kernel.org/pub...
2013-05-10 Linus TorvaldsMerge tag 'for-linus' of git://github.com/realmz/blackf...
2013-05-10 Linus TorvaldsMerge branch 'next' of git://git.monstr.eu/linux-2...
2013-05-09 Linus TorvaldsMerge tag 'please-pull-pstore' of git://git.kernel...
2013-05-09 Linus TorvaldsMerge git://git.infradead.org/users/willy/linux-nvme
2013-05-09 Keith BuschNVMe: Use user defined admin ioctl timeout
2013-05-08 Matthew WilcoxNVMe: Only clear the enable bit when disabling controller
2013-05-08 Matthew WilcoxNVMe: Wait for device to acknowledge shutdown
2013-05-02 Keith BuschNVMe: Schedule timeout for sync commands
2013-05-02 Keith BuschNVMe: Meta-data support in NVME_IOCTL_SUBMIT_IO
2013-05-02 Keith BuschNVMe: Device specific stripe size handling
2013-05-02 Keith BuschNVMe: Split non-mergeable bio requests
2013-05-02 Keith BuschNVMe: Remove dead code in nvme_dev_add
2013-05-02 Keith BuschNVMe: Check for NULL memory in nvme_dev_add
2013-05-02 Keith BuschNVMe: Fix error clean-up on nvme_alloc_queue
2013-05-02 Keith BuschNVMe: Free admin queue on request_irq error
2013-05-01 Arjan van de VenNVMe: Set TASK_INTERRUPTIBLE before processing queues
2013-04-16 Keith BuschNVMe: Add a character device for each nvme device
2013-04-16 Matthew WilcoxNVMe: Fix endian-related problems in user I/O submissio...
2013-04-16 Matthew WilcoxNVMe: Fix I/O cancellation status on big-endian machines
2013-04-16 Matthew WilcoxNVMe: Don't fail initialisation unnecessarily
2013-04-16 Matthew WilcoxNVMe: Abstract out sector to block number conversion
2013-04-16 Arjan van de VenNVMe: Use round_jiffies_relative() for the periodic...
2013-03-28 Vishal VermaNVMe: Add nvme-scsi.c
2013-03-27 Vishal VermaNVMe: Add definitions for format command
2013-03-27 Vishal VermaNVMe: Move structures & definitions to header file
2013-03-26 Vishal VermaNVMe: Rename nvme.c to nvme-core.c