
- powerpc/mm: Fix compile error of pgtable-ppc64.h
- powerpc/thp: Fix crash on mremap
- drm/mgag200: fix typo causing bw limits to be ignored on some chips
- drm/vmwgfx: Fix the driver for large dma addresses
- drm/i915: VLV2 - Fix hotplug detect bits
- drm/nouveau: fix lock unbalance in nouveau_crtc_page_flip
- drm/radeon: fix DAC interrupt handling on DCE5+
- nfs4: fix discover_server_trunking use after free
- ARM: mvebu: Fix kernel hang in mvebu_soc_id_init() when of_iomap failed
To install Kernel 3.13.3 in Ubuntu/Linux Mint, enter these commands:
cd /tmp
wget http://goo.gl/kOhnhZ -O kernel-3.13.3
chmod +x kernel-3.13.3
sudo sh kernel-3.13.3
sudo reboot
To uninstall kernel 3.13.3, run these commands:
sudo apt-get purge linux-image-3.13.3*
sudo update-grub
Post a Comment