index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-05
pwm: Move PUV3 PWM driver to PWM framework
Thierry Reding
6
-231
/
+174
2012-10-05
unicore32: pwm: Use managed resource allocations
Thierry Reding
1
-38
/
+9
2012-10-05
unicore32: pwm: Remove unnecessary indirection
Thierry Reding
1
-17
/
+6
2012-10-05
unicore32: pwm: Use module_platform_driver()
Thierry Reding
1
-20
/
+1
2012-10-05
unicore32: pwm: Properly remap memory-mapped registers
Thierry Reding
2
-13
/
+26
2012-10-05
pwm-backlight: Use devm_pwm_get() instead of pwm_get()
Sachin Kamat
1
-5
/
+2
2012-09-20
pwm: Move AB8500 PWM driver to PWM framework
Thierry Reding
5
-77
/
+60
2012-09-20
pwm: Fix compilation error when CONFIG_PWM is not defined
Tushar Behera
1
-2
/
+80
2012-09-12
pwm: i.MX: fix clock lookup
Philipp Zabel
1
-8
/
+27
2012-09-12
pwm: i.MX: use per clock unconditionally
Sascha Hauer
1
-7
/
+1
2012-09-12
pwm: i.MX: add devicetree support
Philipp Zabel
2
-9
/
+52
2012-09-12
pwm: i.MX: Use module_platform_driver
Sascha Hauer
1
-11
/
+1
2012-09-12
pwm: i.MX: add functions to enable/disable pwm.
Sascha Hauer
1
-4
/
+44
2012-09-12
pwm: i.MX: remove unnecessary if in pwm_[en|dis]able
Sascha Hauer
1
-14
/
+11
2012-09-12
pwm: i.MX: factor out SoC specific functions
Sascha Hauer
1
-63
/
+83
2012-09-10
pwm: pwm-tiehrpwm: Add support for configuring polarity of PWM
Philip, Avinash
1
-22
/
+51
2012-09-10
pwm: pwm-tiecap: Add support for configuring polarity of PWM
Philip, Avinash
1
-0
/
+22
2012-09-10
pwm: add devm_pwm_get() and devm_pwm_put()
Alexandre Courbot
4
-1
/
+67
2012-09-10
pwm: Add support for configuring the PWM polarity
Philip, Avinash
2
-0
/
+45
2012-09-10
pwm: pwm-tiehrpwm: Fix conflicting channel period setting
Philip, Avinash
1
-0
/
+29
2012-09-10
pwm: pwm-tiecap: Disable APWM mode after configure
Philip, Avinash
1
-0
/
+7
2012-08-20
pwm: Improve Kconfig help text
Thierry Reding
1
-6
/
+25
2012-08-17
pwm: core: Fix coding style issues
Sachin Kamat
1
-4
/
+4
2012-08-17
pwm: vt8500: Fix coding style issue
Sachin Kamat
1
-1
/
+1
2012-08-17
pwm: Remove a redundant error message when devm_request_and_ioremap fails
Axel Lin
3
-9
/
+3
2012-08-17
pwm: samsung: add missing device pointer to struct pwm_chip
Jingoo Han
1
-0
/
+1
2012-08-17
pwm: Add missing static storage class specifiers in core.c file
Sachin Kamat
1
-2
/
+2
2012-08-17
Linux 3.6-rc2
v3.6-rc2
Linus Torvalds
1
-1
/
+1
2012-08-16
autofs4 - fix get_next_positive_subdir()
Ian Kent
1
-18
/
+13
2012-08-16
Merge tag 'vfio-for-v3.6-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-0
/
+1
2012-08-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
4
-11
/
+58
2012-08-16
Merge tag 'stable/for-linus-3.6-rc1-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-0
/
+5
2012-08-16
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
4
-95
/
+165
2012-08-16
MAINTAINERS: update address for Dan Williams
Dan Williams
1
-13
/
+12
2012-08-16
scripts/decodecode: Fixup trapping instruction marker
Borislav Petkov
1
-1
/
+1
2012-08-16
Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
2
-12
/
+42
2012-08-16
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
11
-51
/
+88
2012-08-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-10
/
+28
2012-08-15
Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...
Dave Airlie
6
-8
/
+45
2012-08-15
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...
Dave Airlie
5
-43
/
+43
2012-08-15
sparc64: Be less verbose during vmemmap population.
David S. Miller
1
-5
/
+23
2012-08-14
drm/i915: Apply post-sync write for pipe control invalidates
Chris Wilson
1
-18
/
+23
2012-08-14
drm/i915: reorder edp disabling to fix ivb MacBook Air
Daniel Vetter
1
-7
/
+7
2012-08-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
8
-11
/
+26
2012-08-14
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
44
-239
/
+516
2012-08-14
GPIO: gpio-pxa: fix building without CONFIG_OF
Arnd Bergmann
1
-2
/
+2
2012-08-14
drm/nv86/fifo: suspend fix
Maxim Levitsky
1
-0
/
+9
2012-08-14
drm/nouveau: disable copy engine on NVAF
Henrik Rydberg
1
-1
/
+0
2012-08-14
nouveau: fixup scanout enable in nvc0_pm
Maarten Lankhorst
1
-1
/
+1
2012-08-14
drm/nouveau/aux: mask off higher bits of auxch index in i2c table entry
Ben Skeggs
1
-1
/
+1
[next]