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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
2014-07-18
Linux 3.14.13
v3.14.13
Greg Kroah-Hartman
1
-1
/
+1
2014-07-18
ACPI / battery: Retry to get battery information if failed during probing
Lan Tianyu
1
-1
/
+26
2014-07-18
x86, ioremap: Speed up check for RAM pages
Roland Dreier
1
-7
/
+19
2014-07-18
powerpc: Disable RELOCATABLE for COMPILE_TEST with PPC64
Guenter Roeck
1
-1
/
+2
2014-07-18
drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue
Chen Gang
1
-1
/
+1
2014-07-18
drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue
Chen Gang
1
-1
/
+1
2014-07-18
ring-buffer: Check if buffer exists before polling
Steven Rostedt (Red Hat)
4
-11
/
+25
2014-07-18
DMA, CMA: fix possible memory leak
Joonsoo Kim
1
-1
/
+11
2014-07-18
drm/i915: Don't clobber the GTT when it's within stolen memory
Ville Syrjälä
2
-0
/
+47
2014-07-18
drm/radeon: stop poisoning the GART TLB
Christian König
1
-2
/
+4
2014-07-18
drm/radeon: fix typo in golden register setup on evergreen
Alex Deucher
1
-4
/
+4
2014-07-18
drm/radeon: fix typo in ci_stop_dpm()
Alex Deucher
1
-1
/
+1
2014-07-18
drm/radeon/dpm: Reenabling SS on Cayman
Alexandre Demers
1
-6
/
+0
2014-07-18
ext4: fix a potential deadlock in __ext4_es_shrink()
Theodore Ts'o
1
-2
/
+2
2014-07-18
ext4: disable synchronous transaction batching if max_batch_time==0
Eric Sandeen
2
-3
/
+4
2014-07-18
ext4: clarify ext4_error message in ext4_mb_generate_buddy_error()
Theodore Ts'o
1
-2
/
+2
2014-07-18
ext4: clarify error count warning messages
Theodore Ts'o
1
-3
/
+4
2014-07-18
ext4: fix unjournalled bg descriptor while initializing inode bitmap
Theodore Ts'o
1
-7
/
+7
2014-07-18
PCI: Fix unaligned access in AF transaction pending test
Alex Williamson
1
-2
/
+7
2014-07-18
intel_pstate: Set CPU number before accessing MSRs
Vincent Minet
1
-2
/
+1
2014-07-18
intel_pstate: Update documentation of {max,min}_perf_pct sysfs files
Dirk Brandewie
1
-2
/
+5
2014-07-18
intel_pstate: don't touch turbo bit if turbo disabled or unavailable.
Dirk Brandewie
1
-6
/
+16
2014-07-18
intel_pstate: Fix setting VID
Dirk Brandewie
1
-5
/
+5
2014-07-18
dm: allocate a special workqueue for deferred device removal
Mikulas Patocka
1
-2
/
+13
2014-07-18
dm io: fix a race condition in the wake up code for sync_io
Joe Thornber
1
-14
/
+8
2014-07-18
Drivers: hv: vmbus: Fix a bug in the channel callback dispatch code
K. Y. Srinivasan
1
-2
/
+6
2014-07-18
clk: qcom: HDMI source sel is 3 not 2
Stephen Boyd
1
-1
/
+1
2014-07-18
clk: s2mps11: Fix double free corruption during driver unbind
Krzysztof Kozlowski
1
-5
/
+2
2014-07-18
clk: spear3xx: Use proper control register offset
Thomas Gleixner
1
-1
/
+1
2014-07-18
phy: core: Fix error path in phy_create()
Roger Quadros
1
-3
/
+4
2014-07-18
arm64: implement TASK_SIZE_OF
Colin Cross
1
-0
/
+2
2014-07-18
crypto: caam - fix memleak in caam_jr module
Cristian Stoica
1
-5
/
+3
2014-07-18
crypto: sha512_ssse3 - fix byte count to bit count conversion
Jussi Kivilinna
1
-1
/
+1
2014-07-18
cpufreq: Makefile: fix compilation for davinci platform
Prabhakar Lad
1
-1
/
+1
2014-07-18
powerpc/perf: Clear MMCR2 when enabling PMU
Joel Stanley
1
-0
/
+3
2014-07-18
powerpc/perf: Add PPMU_ARCH_207S define
Joel Stanley
3
-5
/
+4
2014-07-18
powerpc/perf: Never program book3s PMCs with values >= 0x80000000
Anton Blanchard
1
-1
/
+16
2014-07-18
ACPI / EC: Fix race condition in ec_transaction_completed()
Lv Zheng
1
-13
/
+17
2014-07-18
ACPI / EC: Remove duplicated ec_wait_ibf0() waiter
Lv Zheng
1
-26
/
+1
2014-07-18
ACPI / EC: Add asynchronous command byte write support
Lv Zheng
1
-35
/
+48
2014-07-18
ACPI / EC: Avoid race condition related to advance_transaction()
Lv Zheng
1
-6
/
+6
2014-07-18
ACPI / resources: only reject zero length resources based at address zero
Andy Whitcroft
1
-5
/
+5
2014-07-18
Revert "ACPI / AC: Remove AC's proc directory."
Lan Tianyu
1
-2
/
+128
2014-07-18
hwmon: (adm1021) Fix cache problem when writing temperature limits
Axel Lin
1
-6
/
+8
2014-07-18
hwmon: (adm1029) Ensure the fan_div cache is updated in set_fan_div
Axel Lin
1
-0
/
+3
2014-07-18
hwmon: (adm1031) Fix writes to limit registers
Guenter Roeck
1
-3
/
+5
2014-07-18
hwmon: (emc2103) Clamp limits instead of bailing out
Guenter Roeck
1
-10
/
+5
2014-07-18
hwmon: (amc6821) Fix permissions for temp2_input
Axel Lin
1
-1
/
+1
2014-07-18
thermal: hwmon: Make the check for critical temp valid consistent
Aaron Lu
1
-15
/
+18
2014-07-18
i8k: Fix non-SMP operation
Guenter Roeck
1
-1
/
+3
[next]