index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
pcmcia: at91_cf: use module_platform_driver_probe()
Fabio Porcedda
2013-06-06
1
-11
/
+1
*
pcmcia: at91_cf: add support for DT
Joachim Eastwood
2013-06-06
3
-2
/
+64
*
pcmcia: at91_cf: clean up header includes
Joachim Eastwood
2013-06-06
1
-4
/
+2
*
pcmcia: at91_cf: use devm_ functions for allocations
Joachim Eastwood
2013-06-06
1
-53
/
+24
*
pcmcia: at91_cf: convert to dev_ print functions
Joachim Eastwood
2013-06-06
1
-12
/
+10
*
pcmcia: at91_cf: fix gpio_get_value in at91_cf_get_status
Joachim Eastwood
2013-06-06
1
-2
/
+2
*
uio: uio_pruss: Fix potential NULL pointer dereference
Emil Goode
2013-06-06
1
-1
/
+1
*
vme: Free DMA resource allocation structure
Martyn Welch
2013-06-06
1
-0
/
+2
*
drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()
Rasmus Villemoes
2013-06-06
1
-1
/
+1
*
pch_phub: fix error return code in pch_phub_probe()
Wei Yongjun
2013-06-06
1
-19
/
+17
*
misc: replace strict_strtoul() with kstrtoul()
Jingoo Han
2013-06-06
14
-83
/
+154
*
net: core: move mac_pton() to lib/net_utils.c
Andy Shevchenko
2013-06-05
10
-23
/
+37
*
pch_phub: re-use native MAC address parser
Andy Shevchenko
2013-06-03
1
-6
/
+2
*
pcie-gadget-spear: fix error return code in spear_pcie_gadget_probe()
Wei Yongjun
2013-06-03
1
-2
/
+6
*
tools: hv: Fix file descriptor leaks
Tomas Hozza
2013-06-03
1
-1
/
+5
*
tools: hv: Check retrun value of strchr call
Tomas Hozza
2013-06-03
1
-1
/
+3
*
tools: hv: Check return value of poll call
Tomas Hozza
2013-06-03
1
-1
/
+10
*
tools: hv: Check return value of setsockopt call
Tomas Hozza
2013-06-03
1
-1
/
+7
*
Drivers: hv: Add the GUID fot synthetic fibre channel device
K. Y. Srinivasan
2013-06-03
1
-0
/
+10
*
Drivers: hv: vmbus: Implement multi-channel support
K. Y. Srinivasan
2013-06-03
4
-9
/
+236
*
w1: add family based automatic module loading
Alexander Stein
2013-06-03
13
-2
/
+20
*
misc/ep93xx_pwm: use kstrtol instead of strict_strtol
H Hartley Sweeten
2013-05-30
1
-3
/
+3
*
misc/ep93xx_pwm: use module_platform_driver()
H Hartley Sweeten
2013-05-30
1
-5
/
+5
*
misc/ep93xx_pwm: remove ep93xx_pwm_is_inverted() inline function
H Hartley Sweeten
2013-05-30
1
-6
/
+2
*
misc/ep93xx_pwm: remove ep93xx_pwm_is_enabled() inline function
H Hartley Sweeten
2013-05-30
1
-7
/
+2
*
misc/ep93xx_pwm: remove ep93xx_pwm_read_tc() inline function
H Hartley Sweeten
2013-05-30
1
-8
/
+3
*
misc/ep93xx_pwm: remove ep93xx_pwm_normal() inline function
H Hartley Sweeten
2013-05-30
1
-6
/
+1
*
misc/ep93xx_pwm: remove ep93xx_pwm_invert() inline function
H Hartley Sweeten
2013-05-30
1
-6
/
+1
*
misc/ep93xx_pwm: remove ep93xx_pwm_disable() inline function
H Hartley Sweeten
2013-05-30
1
-8
/
+3
*
misc/ep93xx_pwm: remove ep93xx_pwm_enable() inline function
H Hartley Sweeten
2013-05-30
1
-6
/
+1
*
misc/ep93xx_pwm: remove ep93xx_pwm_write_dc() inline function
H Hartley Sweeten
2013-05-30
1
-9
/
+6
*
misc/ep93xx_pwm: remove ep93xx_pwm_write_tc() inline function
H Hartley Sweeten
2013-05-30
1
-8
/
+3
*
misc/ep93xx_pwm: remove ep93xx_pwm_{write,read}l() inline functions
H Hartley Sweeten
2013-05-30
1
-21
/
+9
*
misc/ep93xx_pwm: use {read,write}* instead of __raw_* versions for io
H Hartley Sweeten
2013-05-30
1
-2
/
+2
*
misc/ep93xx_pwm: use managed device resources
H Hartley Sweeten
2013-05-30
1
-53
/
+20
*
drivers/misc: at25: convert to use devm_kzalloc
Nikolay Balandin
2013-05-30
1
-17
/
+8
*
drivers/misc: at24: convert to use devm_kzalloc
Nikolay Balandin
2013-05-30
1
-29
/
+15
*
char: xilinx_hwicap: Fix typo in comment and extend it
Michal Simek
2013-05-30
1
-1
/
+7
*
char: xilinx_hwicap: Checkpatch.pl cleanup
Michal Simek
2013-05-30
1
-1
/
+1
*
misc: use platform_{get,set}_drvdata()
Jingoo Han
2013-05-30
4
-9
/
+9
*
mei: me: remove artificial singleton requirement
Tomas Winkler
2013-05-30
1
-19
/
+0
*
mei: fix read after read scenario
Tomas Winkler
2013-05-30
1
-11
/
+13
*
mei: deprecate the mei_wd_state_independence_msg
Tomas Winkler
2013-05-30
3
-37
/
+0
*
Merge 3.10-rc3 into char-misc-next
Greg Kroah-Hartman
2013-05-27
841
-5727
/
+9115
|
\
|
*
Linux 3.10-rc3
v3.10-rc3
Linus Torvalds
2013-05-26
1
-1
/
+1
|
*
ipc/sem.c: Fix missing wakeups in do_smart_update_queue()
Manfred Spraul
2013-05-26
1
-5
/
+22
|
*
Merge tag 'nfs-for-3.10-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2013-05-26
11
-41
/
+78
|
|
\
|
|
*
NFS: Fix SETCLIENTID fallback if GSS is not available
Chuck Lever
2013-05-23
1
-1
/
+1
|
|
*
SUNRPC: Prevent an rpc_task wakeup race
Trond Myklebust
2013-05-22
1
-1
/
+7
|
|
*
NFSv4.1 Fix a pNFS session draining deadlock
Andy Adamson
2013-05-20
6
-18
/
+20
[next]