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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
clk: always pass parent_rate into .round_rate
Shawn Guo
2
-18
/
+10
2012-04-25
clk: basic: improve parent_names & return errors
Mike Turquette
4
-54
/
+64
2012-04-25
clk: core: copy parent_names & return error codes
Mike Turquette
1
-12
/
+53
2012-04-25
clk: Constify parent name arrays
Mark Brown
2
-2
/
+2
2012-04-25
clk: Make clk_get_rate() return 0 on error
Rajendra Nayak
1
-3
/
+3
2012-04-25
clk: add "const" for clk_ops of basic clks
Shawn Guo
4
-4
/
+4
2012-04-25
clk: remove unnecessary EXPORT_SYMBOL_GPL
Shawn Guo
4
-9
/
+0
2012-04-25
clk: use kzalloc in clk_register_mux
Shawn Guo
1
-1
/
+1
2012-04-25
clk: core: enforce clk_ops consistency
Mike Turquette
1
-0
/
+14
2012-04-25
clk: core: clk_calc_new_rates handles NULL parents
Mike Turquette
1
-8
/
+21
2012-04-25
clk: core: remove dead code paths
Mike Turquette
1
-4
/
+2
2012-04-25
clk: core: correct clk_set_rate kerneldoc
Mike Turquette
1
-30
/
+11
2012-04-21
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-14
/
+13
2012-04-21
Merge tag 'mmc-fixes-for-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-80
/
+85
2012-04-21
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-10
/
+69
2012-04-21
Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-137
/
+121
2012-04-21
kill mm argument of vm_munmap()
Al Viro
1
-2
/
+1
2012-04-21
mmc: core: Do not pre-claim host in suspend
Ulf Hansson
1
-35
/
+20
2012-04-21
mmc: dw_mmc: prevent NULL dereference for dma_ops
Jaehoon Chung
1
-1
/
+2
2012-04-21
mmc: unbreak sdhci-esdhc-imx on i.MX25
Eric BĂ©nard
1
-2
/
+1
2012-04-21
mmc: cd-gpio: Include header to pickup exported symbol prototypes
H Hartley Sweeten
1
-0
/
+1
2012-04-21
mmc: sdhci: refine non-removable card checking for card detection
Daniel Drake
1
-1
/
+1
2012-04-21
mmc: dw_mmc: Fix switch from DMA to PIO
Seungwon Jeon
1
-1
/
+3
2012-04-21
mmc: remove MMC bus legacy suspend/resume method
Chuanxiao Dong
2
-17
/
+9
2012-04-21
VM: add "vm_mmap()" helper function
Linus Torvalds
4
-14
/
+7
2012-04-21
VM: add "vm_munmap()" helper function
Linus Torvalds
1
-3
/
+1
2012-04-21
mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage
Rajendra Nayak
1
-2
/
+2
2012-04-21
mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m
Chris Ball
1
-1
/
+1
2012-04-21
mmc: fixes for eMMC v4.5 sanitize operation
Adrian Hunter
2
-16
/
+40
2012-04-21
mmc: fixes for eMMC v4.5 discard operation
Adrian Hunter
2
-4
/
+5
2012-04-20
Merge tag 'for-torvalds-20120418' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+21
2012-04-20
Merge tag 'tty-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-8
/
+14
2012-04-20
Merge tag 'usb-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
23
-76
/
+150
2012-04-20
Merge tag 'stable/for-linus-3.4-rc3-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
5
-22
/
+65
2012-04-20
Revert "ACPI: ignore FADT reset-reg-sup flag"
Linus Torvalds
2
-2
/
+4
2012-04-20
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-17
/
+55
2012-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-3
/
+18
2012-04-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2012-04-20
USB: serial: cp210x: Fixed usb_control_msg timeout values
Yuri Matylitski
1
-3
/
+6
2012-04-20
drivers/tty/amiserial.c: add missing tty_unlock
Julia Lawall
1
-1
/
+3
2012-04-19
[media] xc5000: support 32MHz & 31.875MHz xtal using the 41.024.5 firmware
Michael Krufky
2
-4
/
+36
2012-04-19
xen/resume: Fix compile warnings.
Konrad Rzeszutek Wilk
1
-0
/
+1
2012-04-19
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
16
-24
/
+56
2012-04-19
[media] V4L: mt9m032: fix compilation breakage
Guennadi Liakhovetski
1
-1
/
+1
2012-04-19
xen/xenbus: Add quirk to deal with misconfigured backends.
Konrad Rzeszutek Wilk
1
-16
/
+53
2012-04-19
nouveau: Set special lane map for the right chipset
Henrik Rydberg
1
-1
/
+1
2012-04-19
drm/radeon: fix load detect on rn50 with hardcoded EDIDs.
Dave Airlie
1
-1
/
+1
2012-04-19
drm: Releasing FBs before releasing GEM objects during drm_release
Prathyush
1
-3
/
+3
2012-04-19
drm/nouveau/pm: don't read/write beyond end of stack buffer
Jim Meyering
1
-0
/
+1
2012-04-19
drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded include of...
Marcos Paulo de Souza
1
-1
/
+0
[next]