summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-11-294-159/+237
|\
| * PM: Update comments describing device power management callbacksRafael J. Wysocki2011-11-281-95/+134
| * PM / Sleep: Update documentation related to system wakeupRafael J. Wysocki2011-11-281-22/+38
| * PM / Runtime: Make documentation follow the new behavior of irq_safeRafael J. Wysocki2011-11-281-5/+6
| * PM / Sleep: Correct inaccurate information in devices.txtRafael J. Wysocki2011-11-281-4/+3
| * PM / Domains: Document how PM domains are used by the PM coreRafael J. Wysocki2011-11-282-26/+45
| * PM / Hibernate: Do not leak memory in error/test code pathsRafael J. Wysocki2011-11-231-6/+10
* | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2011-11-291-16/+26
|\ \
| * | slub: avoid potential NULL dereference or corruptionEric Dumazet2011-11-241-10/+11
| * | slub: use irqsafe_cpu_cmpxchg for put_cpu_partialChristoph Lameter2011-11-241-1/+1
| * | slub: move discard_slab out of node lockShaohua Li2011-11-151-4/+12
| * | slub: use correct parameter to add a page to partial list tailShaohua Li2011-11-151-1/+2
* | | Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds2011-11-291-1/+1
|\ \ \
| * | | ext4: fix racy use-after-free in ext4_end_io_dio()Tejun Heo2011-11-241-1/+1
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-11-2813-132/+11
|\ \ \ \
| * | | | hwmon: convert drivers/hwmon/* to use module_platform_driver()Axel Lin2011-11-2611-130/+11
| * | | | hwmon: Remove redundant spi driver bus initializationLars-Peter Clausen2011-11-252-2/+0
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds2011-11-281-1/+2
|\ \ \ \
| * | | | efivars: add missing parameter to efi_pstore_read()Christoph Fritz2011-11-281-1/+2
* | | | | Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-11-281-2/+9
|\ \ \ \ \
| * | | | | cgroup_freezer: fix freezing groups with stopped tasksMichal Hocko2011-11-241-2/+9
* | | | | | Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-11-282-31/+48
|\ \ \ \ \ \
| * | | | | | percpu: explain why per_cpu_ptr_to_phys() is more complicated than necessaryDave Young2011-11-231-0/+11
| * | | | | | percpu: fix chunk range calculationTejun Heo2011-11-222-20/+26
| * | | | | | percpu: rename pcpu_mem_alloc to pcpu_mem_zallocBob Liu2011-11-222-11/+11
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds2011-11-284-17/+40
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | pstore: pass allocated memory region back to callerKees Cook2011-11-174-17/+40
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-2815-231/+440
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsu...Dave Airlie2011-11-2815-231/+440
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | drm/exynos: fixed wrong err ptr usage and destroy call in execeptionSeung-Woo Kim2011-11-171-10/+5
| | * | | | | | drm/exynos: Add disable of managerJoonyoung Shim2011-11-173-26/+55
| | * | | | | | drm/exynos: include linux/module.hInki Dae2011-11-151-0/+1
| | * | | | | | drm/exynos: fix vblank bug.Inki Dae2011-11-151-10/+36
| | * | | | | | drm/exynos: changed buffer structure.Inki Dae2011-11-1510-133/+148
| | * | | | | | drm/exynos: removed unnecessary variable.Inki Dae2011-11-151-2/+0
| | * | | | | | drm/exynos: use gem create function genericallyInki Dae2011-11-154-41/+59
| | * | | | | | drm/exynos: checked for null pointerSeung-Woo Kim2011-11-151-2/+4
| | * | | | | | drm/exynos: added crtc dpms for disable crtcJoonyoung Shim2011-11-153-11/+73
| | * | | | | | drm/exynos: removed meaningless parameter from fbdev updateSeung-Woo Kim2011-11-151-9/+5
| | * | | | | | drm/exynos: restored kernel_fb_list when reiniting fb_helperJoonyoung Shim2011-11-151-0/+15
| | * | | | | | drm/exynos: changed exynos_drm_display to exynos_drm_display_opsInki Dae2011-11-154-22/+23
| | * | | | | | drm/exynos: added manager object to connectorInki Dae2011-11-152-8/+33
| | * | | | | | drm/exynos: fixed converting between display mode and timingSeung-Woo Kim2011-11-151-1/+8
| | * | | | | | drm/exynos: fixed connector flag with hpd and interlace scan for hdmiSeung-Woo Kim2011-11-151-0/+2
| | * | | | | | drm/exynos: added kms poll for handling hpd eventSeung-Woo Kim2011-11-152-0/+17
* | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-281-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | SUNRPC: Ensure we return EAGAIN in xs_nospace if congestion is clearedTrond Myklebust2011-11-221-2/+1
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-11-2826-103/+229
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'fix/hda' into for-linusTakashi Iwai2011-11-273-46/+56
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ALSA: hda - Fix jack-detection control of VT1708Takashi Iwai2011-11-271-33/+43