summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | PM / Sleep: Introduce "late suspend" and "early resume" of devicesRafael J. Wysocki2012-01-2910-91/+357
| * | | | | Merge branch 'pm-devfreq'Rafael J. Wysocki2012-03-047-23/+107
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'devfreq-for-next' of git://git.infradead.org/users/kmpark/linux...Rafael J. Wysocki2012-01-257-23/+107
| | |\ \ \ \
| | | * | | | PM / devfreq: add min/max_freq limit requested by users.MyungJoo Ham2012-01-206-8/+101
| | | * | | | PM / devfreq: fixed syntax errors.MyungJoo Ham2012-01-201-2/+2
| | | * | | | devfreq: Remove MODULE_ALIAS for exynos4 busfreq driverAxel Lin2012-01-201-1/+0
| | | * | | | devfreq: exynos4_bus: Use dev_get_drvdata at appropriate placesAxel Lin2012-01-201-12/+4
| | | | |_|/ | | | |/| |
* | | | | | Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2012-03-21180-969/+921
|\ \ \ \ \ \
| * | | | | | feature-removal-schedule.txt: schedule the deprecated form of kmap_atomic() f...Cong Wang2012-03-201-0/+8
| * | | | | | highmem: kill all __kmap_atomic()Cong Wang2012-03-2016-29/+24
| * | | | | | drbd: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-7/+7
| * | | | | | zcache: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
| * | | | | | gma500: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-15/+15
| * | | | | | dm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-4/+4
| * | | | | | tomoyo: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| * | | | | | sunrpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-204-18/+18
| * | | | | | rds: remove the second argument of k[un]map_atomic()Cong Wang2012-03-207-21/+16
| * | | | | | net: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| * | | | | | mm: remove the second argument of k[un]map_atomic()Cong Wang2012-03-207-35/+35
| * | | | | | lib: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-5/+4
| * | | | | | power: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-14/+14
| * | | | | | kdb: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| * | | | | | udf: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| * | | | | | ubifs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| * | | | | | squashfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-6/+6
| * | | | | | reiserfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-4/+4
| * | | | | | ocfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
| * | | | | | ntfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-204-32/+32
| * | | | | | nilfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-209-114/+114
| * | | | | | nfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-6/+6
| * | | | | | minix: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| * | | | | | logfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-203-30/+30
| * | | | | | jbd2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-203-10/+10
| * | | | | | jbd: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-8/+8
| * | | | | | gfs2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-203-12/+12
| * | | | | | fuse: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-4/+4
| * | | | | | ext2: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| * | | | | | exofs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| * | | | | | afs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-6/+6
| * | | | | | btrfs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-207-37/+37
| * | | | | | fs: remove the second argument of k[un]map_atomic()Cong Wang2012-03-207-37/+34
| * | | | | | vhost: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
| * | | | | | target: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-8/+6
| * | | | | | zram: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-42/+41
| * | | | | | rtl8192u: remove the second argument of k[un]map_atomic()Cong Wang2012-03-205-59/+13
| * | | | | | hv: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-17/+14
| * | | | | | scsi: remove the second argument of k[un]map_atomic()Cong Wang2012-03-2019-69/+64
| * | | | | | net: remove the second argument of k[un]map_atomic()Cong Wang2012-03-203-12/+8
| * | | | | | memstick: remove the second argument of k[un]map_atomic()Cong Wang2012-03-202-4/+4
| * | | | | | media: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2