summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ARM: amba: of: convert to use amba_device_allocRussell King2012-01-251-3/+3
| | * | | ARM: amba: add amba_device allocation/add/put functionsRussell King2012-01-252-25/+78
| | * | | ARM: 7300/1: realview: fix definition of GPIO0 interrupt on PB1176 to match TRMWill Deacon2012-01-252-2/+2
| | | |/ | | |/|
| * | | Merge branches 'debug' and 'idle' into for-armsocRussell King2012-01-2398-1409/+326
| |\ \ \
| | * | | ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-2060-1135/+0
| | * | | ARM: substitute arch_idle()Nicolas Pitre2012-01-203-7/+4
| | * | | ARM: mach-tegra: properly disable CPU idle callNicolas Pitre2012-01-202-1/+3
| | * | | ARM: mach-s3c64xx: use standard arch_idle() implementationNicolas Pitre2012-01-201-1/+1
| | * | | ARM: mach-w90x900: properly disable CPU idle callNicolas Pitre2012-01-202-0/+2
| | * | | ARM: mach-shark: properly disable CPU idle callNicolas Pitre2012-01-202-0/+7
| | * | | ARM: mach-ixp4xx: properly disable CPU idle callNicolas Pitre2012-01-202-5/+6
| | * | | ARM: mach-ixp23xx: properly disable CPU idle callNicolas Pitre2012-01-202-4/+4
| | * | | ARM: mach-msm: hook special idle handlers to arm_pm_idleNicolas Pitre2012-01-203-37/+53
| | * | | ARM: plat-mxc: hook special idle handlers to arm_pm_idleNicolas Pitre2012-01-203-46/+37
| | * | | ARM: s3c24xx: move special idle code to out of lineNicolas Pitre2012-01-204-45/+29
| | * | | ARM: mach-h720x: move special idle code out of lineNicolas Pitre2012-01-202-6/+19
| | * | | ARM: mach-gemini: move special idle code out of lineNicolas Pitre2012-01-204-12/+32
| | * | | ARM: mach-ebsa110: move special idle code out of lineNicolas Pitre2012-01-202-20/+26
| | * | | ARM: mach-clps711x: move special idle code out of lineNicolas Pitre2012-01-202-4/+17
| | * | | ARM: mach-at91: move special idle code out of lineNicolas Pitre2012-01-209-21/+69
| | * | | ARM: mach-exynos: use standard arch_idle()Nicolas Pitre2012-01-202-13/+1
| | * | | ARM: mach-s5p64x0: move idle handler from pm_idle to arm_pm_idleNicolas Pitre2012-01-202-10/+7
| | * | | ARM: mach-s5pc100: use standard arch_idle()Nicolas Pitre2012-01-202-13/+1
| | * | | ARM: mach-s5pv210: use standard arch_idle()Nicolas Pitre2012-01-202-13/+1
| | * | | ARM: OMAP: convert idle handlers from pm_idle to arm_pm_idleNicolas Pitre2012-01-204-20/+6
| | * | | ARM: clean up idle handlersNicolas Pitre2012-01-202-8/+16
| | * | | ARM: OMAP1: Fix pm_idle during suspendNicolas Pitre2012-01-201-5/+2
| | |/ /
| * | | ARM: debug: arrange Kconfig options more logicallyRussell King2012-01-201-78/+78
| |/ /
* | | Linux 3.3-rc6v3.3-rc6Linus Torvalds2012-03-031-1/+1
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2012-03-031-2/+2
|\ \ \
| * | | [SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Boaz Harrosh2012-02-251-2/+2
* | | | Merge tag 'parisc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jej...Linus Torvalds2012-03-034-2/+8
|\ \ \ \
| * | | | [PARISC] don't unconditionally override CROSS_COMPILE for 64 bit.James Bottomley2012-02-281-0/+4
| * | | | [PARISC] include <linux/prefetch.h> in drivers/parisc/iommu-helpers.hCong Wang2012-02-271-0/+2
| * | | | [PARISC] fix compile break caused by iomap: make IOPORT/PCI mapping functions...James Bottomley2012-02-272-2/+2
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-034-4/+54
|\ \ \ \ \
| * | | | | perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2012-03-024-4/+54
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-03-031-0/+1
|\ \ \ \ \ \
| * | | | | | crypto: mv_cesa - fix final callback not ignoring input dataPhil Sutter2012-02-281-0/+1
* | | | | | | vfs: export full_name_hash() function to modulesLinus Torvalds2012-03-021-0/+1
* | | | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-03-021-14/+75
|\ \ \ \ \ \ \
| * | | | | | | hwmon: (f75375s) Catch some attempts to write to r/o registersNikolaus Schulz2012-03-021-0/+27
| * | | | | | | hwmon: (f75375s) Properly map the F75387 automatic modes to pwm_enableNikolaus Schulz2012-03-021-8/+34
| * | | | | | | hwmon: (f75375s) Make pwm*_mode writable for the F75387Nikolaus Schulz2012-02-281-1/+1
| * | | | | | | hwmon: (f75375s) Fix writes to the pwm* attribute for the F75387Nikolaus Schulz2012-02-281-5/+13
* | | | | | | | Merge tag 'fbdev-fixes-for-3.3-2' of git://github.com/schandinat/linux-2.6Linus Torvalds2012-03-025-10/+35
|\ \ \ \ \ \ \ \
| * | | | | | | | OMAPDSS: APPLY: make ovl_enable/disable synchronousTomi Valkeinen2012-02-291-0/+6
| * | | | | | | | OMAPDSS: panel-dvi: Add Kconfig dependency on I2CTomi Valkeinen2012-02-291-1/+1
| * | | | | | | | viafb: fix IGA1 modesetting on VX900Florian Tobias Schandinat2012-02-241-0/+3
| * | | | | | | | viafb: select HW scaling on VX900 for IGA2Florian Tobias Schandinat2012-02-241-0/+1
OpenPOWER on IntegriCloud