summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-0445-198/+354
|\
| * common: DMA-mapping: add NON-CONSISTENT attributeMarek Szyprowski2012-03-282-0/+9
| * common: DMA-mapping: add WRITE_COMBINE attributeMarek Szyprowski2012-03-282-0/+11
| * common: dma-mapping: introduce mmap methodMarek Szyprowski2012-03-281-0/+3
| * common: dma-mapping: remove old alloc_coherent and free_coherent methodsMarek Szyprowski2012-03-281-4/+0
| * Hexagon: adapt for dma_map_ops changesMarek Szyprowski2012-03-282-10/+17
| * Unicore32: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-282-8/+28
| * Microblaze: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-282-10/+18
| * SH: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-283-14/+24
| * Alpha: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-283-14/+24
| * SPARC: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-284-22/+33
| * PowerPC: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-288-41/+60
| * MIPS: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-283-16/+22
| * X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-2815-59/+99
| * common: dma-mapping: introduce generic alloc() and free() methodsMarek Szyprowski2012-03-281-0/+6
* | Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-0410-168/+284
|\ \
| * | PM / QoS: add pm_qos_update_request_timeout() APIMyungJoo Ham2012-03-282-0/+54
| * | firmware_class: Move request_firmware_nowait() to workqueuesStephen Boyd2012-03-281-20/+7
| * | firmware_class: Reorganize fw_create_instance()Stephen Boyd2012-03-281-73/+62
| * | PM / Sleep: Mitigate race between the freezer and request_firmware()Rafael J. Wysocki2012-03-283-13/+58
| * | PM / Sleep: Move disabling of usermode helpers to the freezerRafael J. Wysocki2012-03-284-27/+8
| * | PM / Hibernate: Disable usermode helpers right before freezing tasksRafael J. Wysocki2012-03-281-13/+10
| * | firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki2012-03-283-34/+76
| * | firmware_class: Split _request_firmware() into three functions, v2Rafael J. Wysocki2012-03-281-17/+41
| * | firmware_class: Rework usermodehelper checkRafael J. Wysocki2012-03-283-22/+18
| * | Merge branch 'pm-runtime' into linux-nextRafael J. Wysocki2012-03-281-1/+2
| |\ \
| | * | PM / Runtime: don't forget to wake up waitqueue on failureAlan Stern2012-03-261-1/+2
* | | | Merge branch 'selinux' ("struct common_audit_data" sanitizer)Linus Torvalds2012-04-0418-271/+411
|\ \ \ \
| * | | | lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds2012-04-035-17/+15
| * | | | SELinux: do not allocate stack space for AVC data unless neededEric Paris2012-04-032-14/+27
| * | | | SELinux: remove avd from slow_avc_audit()Eric Paris2012-04-031-2/+2
| * | | | SELinux: remove avd from selinux_audit_dataEric Paris2012-04-031-1/+0
| * | | | LSM: shrink the common_audit_data data unionEric Paris2012-04-035-105/+140
| * | | | LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris2012-04-0316-147/+242
* | | | | Merge tag 'regmap-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Linus Torvalds2012-04-041-1/+1
|\ \ \ \ \
| * | | | | regmap: rbtree: Fix register default look-up in syncLars-Peter Clausen2012-04-011-1/+1
* | | | | | Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds2012-04-0412-49/+81
|\ \ \ \ \ \
| * | | | | | regulator: Remove non-existent parameter from fixed-helper.c kernel docRuss Dill2012-03-311-1/+0
| * | | | | | regulator: Fix setting new voltage in s5m8767_set_voltageAxel Lin2012-03-311-7/+7
| * | | | | | regulator: fix sysfs name collision between dummy and fixed dummy regulatorShawn Guo2012-03-311-1/+1
| * | | | | | regulator: Fix deadlock on removal of regulators with suppliesMark Brown2012-03-291-2/+2
| * | | | | | regulator: Fix comments in include/linux/regulator/machine.hAxel Lin2012-03-291-5/+3
| * | | | | | regulator: Only update [LDOx|DCx]_HIB_MODE bits in wm8350_[ldo|dcdc]_set_susp...Axel Lin2012-03-291-5/+5
| * | | | | | regulator: Fix setting low power mode for wm831x aldoAxel Lin2012-03-291-5/+2
| * | | | | | regulator: Return microamps in wm8350_isink_get_currentAxel Lin2012-03-281-1/+1
| * | | | | | regulator: wm8350: Fix the logic to choose best current limit settingAxel Lin2012-03-281-1/+1
| * | | | | | regulator: wm831x-isink: Fix the logic to choose best current limit settingAxel Lin2012-03-281-1/+1
| * | | | | | regulator: wm831x-dcdc: Fix the logic to choose best current limit settingAxel Lin2012-03-281-1/+2
| * | | | | | regulator: anatop: patching to device-tree property "reg".Ying-Chun Liu (PaulLiu)2012-03-282-2/+32
| * | | | | | regulator: Do proper shift to set correct bit for DC[2|5]_HIB_MODE settingAxel Lin2012-03-261-6/+6
OpenPOWER on IntegriCloud