
- x86: Fix /proc/mtrr with base/size more than 44bits
- iscsi-target: Fix iscsit_sequence_cmd reject handling for iser
- usb: gadget: udc-core: fix the typo of udc state attribute
- drm/radeon: fix audio dto programming on DCE4+
- drm/nouveau: fix semaphore dmabuf obj
- drm/i915: fix missed hunk after GT access breakage
- drm/radeon: fix combios tables on older cards
- drm/radeon: fix endian issues with DP handling (v3)
- drm/radeon: fix UVD fence emit
- ACPI / memhotplug: Fix a stale pointer in error path
- ata: Fix DVD not dectected at some platform with Wellsburg PCH
- Btrfs: fix lock leak when resuming snapshot deletion
Linux Kernel 3.10.5 Installation
Open the terminal under Ubuntu/Linux Mint and enter these commands:
cd /tmp
wget http://dl.dropboxusercontent.com/u/47950494/upubuntu/kernel-3.10.5 -O kernel-3.10.5
chmod +x kernel-3.10.5
sudo sh kernel-3.10.5
sudo reboot
To uninstall kerenl 3.10.5, run this:
sudo apt-get purge linux-image-3.10.5*