summaryrefslogtreecommitdiffstats
path: root/crypto/xts.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-01drm/mm: include required headers in drm_mm.hDavid Herrmann1-0/+3
2013-07-26drm/gem: fix mmap vma size calculationsDavid Herrmann1-1/+1
2013-07-25drm/vma: provide drm_vma_node_unmap() helperDavid Herrmann3-15/+24
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann14-155/+66
2013-07-25drm/gem: convert to new unified vma managerDavid Herrmann11-186/+62
2013-07-25drm: add unified vma offset managerDavid Herrmann4-1/+490
2013-07-23drm: remove drm_orderDaniel Vetter2-24/+0
2013-07-23drm/radeon: s/drm_order/order_base_2/Daniel Vetter8-33/+33
2013-07-23drm/r128: s/drm_order/order_base_2/Daniel Vetter1-1/+1
2013-07-23drm/bufs: s/drm_order/order_base_2/Daniel Vetter1-6/+6
2013-07-23drm: move drm_getsarea into drm_bufs.cDaniel Vetter2-15/+14
2013-07-23drm/gem: remove drm_gem_object_handle_unreferenceDaniel Vetter1-18/+0
2013-07-23drm/pci: remove useles #if 1David Herrmann1-4/+0
2013-07-23drm/gem: simplify object initializationDavid Herrmann7-31/+20
2013-07-23drm: rip out dev->last_checkedDaniel Vetter2-2/+0
2013-07-23drm: fold in drm_sg_alloc into the ioctlDaniel Vetter3-13/+5
2013-07-23drm/radeon: remove DRIVER_HAS_DMA/SG/PCI_DMA from the kms driverDaniel Vetter1-2/+2
2013-07-23drm/nouveau: drop DRIVER_PCI_DMA and DRIVER_SGDaniel Vetter1-1/+1
2013-07-23drm: kill dev->buf_readers and dev->buf_writersDaniel Vetter2-4/+0
2013-07-23drm/radoen: kill radeon_dma_ioctl_kmsDaniel Vetter2-13/+0
2013-07-23drm: kill dev->ctx_start and dev->lck_startDaniel Vetter2-5/+0
2013-07-23drm: kill dev->interrupt_flag and dev->dma_flagDaniel Vetter2-4/+0
2013-07-23drm: remove dev->last_switchDaniel Vetter3-3/+0
2013-07-23drm: kill dev->context_waitDaniel Vetter3-3/+0
2013-07-23drm: remove drm_modctx ioctl and use drm_noop insteadDaniel Vetter3-9/+1
2013-07-18md/raid1: fix bio handling problems in process_checks()NeilBrown1-23/+30
2013-07-18md: Remove recent change which allows devices to skip recovery.NeilBrown1-14/+0
2013-07-18md/raid10: fix two problems with RAID10 resync.NeilBrown1-2/+9
2013-07-17drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)Alex Deucher4-0/+31
2013-07-17drm/radeon/dpm/atom: fix broken gcc harderAlex Deucher1-3/+6
2013-07-17drm/radeon/dpm/atom: restructure logic to work around a compiler bugAndre Heider1-2/+3
2013-07-17drm/radeon/dpm: fix atom vram table parsingAlex Deucher1-16/+10
2013-07-17drm/radeon: fix an endian bug in atom table parsingAlex Deucher1-1/+1
2013-07-17drm/radeon: add a module parameter to disable aspmAlex Deucher6-12/+27
2013-07-17drm/rcar-du: Use the GEM PRIME helpersLaurent Pinchart1-2/+7
2013-07-17drm/shmobile: Use the GEM PRIME helpersLaurent Pinchart1-2/+7
2013-07-17ALSA: seq-oss: Initialize MIDI clients asynchronouslyTakashi Iwai2-4/+14
2013-07-17driver-core: fix new kernel-doc warning in base/platform.cRandy Dunlap1-0/+1
2013-07-17linked-list: Remove __list_for_eachDave Jones1-11/+0
2013-07-17x86: Make sure IDT is page alignedKees Cook3-25/+8
2013-07-16sysfs: use file mode defines from stat.hOliver Schinagl1-8/+9
2013-07-16sysfs: add more helper macro's for (bin_)attribute(_groups)Oliver Schinagl1-13/+38
2013-07-16driver core: add default groups to struct classGreg Kroah-Hartman2-2/+11
2013-07-16driver core: Introduce device_create_groupsGuenter Roeck2-28/+88
2013-07-16sysfs: prevent warning when only using binary attributesOliver Schinagl1-2/+2
2013-07-16sysfs: add support for binary attributes in groupsGreg Kroah-Hartman2-22/+48
2013-07-16driver core: device.h: add RW and RO attribute macrosGreg Kroah-Hartman1-7/+21
2013-07-16sysfs.h: add BIN_ATTR macroGreg Kroah-Hartman1-0/+9
2013-07-16sysfs.h: add ATTRIBUTE_GROUPS() macroGreg Kroah-Hartman1-0/+9
2013-07-16sysfs.h: add __ATTR_RW() macroGreg Kroah-Hartman3-4/+2