Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
29ec60c
locks: fix unlock when fcntl_setlk races with a close
Jan 7, 2016
9f2c4c9
EDAC, mc_sysfs: Fix freeing bus' name
suryasaimadhu Dec 1, 2015
ad1ec23
CIFS: Fix SMB2+ interim response processing for read requests
piastry Feb 27, 2016
4e24fd5
x86/entry/compat: Add missing CLAC to entry_INT80_32
amluto Feb 24, 2016
eed92d8
drm/ast: Fix incorrect register check for DRAM width
madscientist159 Feb 26, 2016
45eb9d8
libata: fix HDIO_GET_32BIT ioctl
arndb Feb 11, 2016
f105a72
libata: Align ata_device's id on a cacheline
HarveyHunt Feb 24, 2016
137d2a2
PM / sleep / x86: Fix crash on graph trace through x86 suspend
tebrandt Mar 3, 2016
dc71448
Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
tbetker-rs Nov 10, 2015
44024ba
jffs2: Fix page lock / f->sem deadlock
Feb 1, 2016
b723bb7
Fix directory hardlinks from deleted directories
Feb 1, 2016
6146f38
ALSA: ctl: Fix ioctls for X32 ABI
tiwai Feb 27, 2016
f6e8594
ALSA: rawmidi: Fix ioctls X32 ABI
tiwai Feb 28, 2016
3d0c02d
ALSA: timer: Fix ioctls for X32 ABI
tiwai Feb 28, 2016
e21cf19
ALSA: seq: oss: Don't drain at closing a client
tiwai Mar 1, 2016
b8834e4
ALSA: hdspm: Fix wrong boolean ctl value accesses
tiwai Feb 29, 2016
e3d2f69
ALSA: hdsp: Fix wrong boolean ctl value accesses
tiwai Feb 29, 2016
080c4a4
ALSA: hdspm: Fix zero-division
tiwai Feb 29, 2016
f196347
ALSA: timer: Fix broken compat timer user status ioctl
tiwai Feb 28, 2016
d9f2fa1
USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
vittorio88 Feb 28, 2016
85b14c7
USB: serial: option: add support for Telit LE922 PID 0x1045
dnlplm Feb 29, 2016
5a86f5f
USB: serial: option: add support for Quectel UC20
yegorich Feb 29, 2016
552b532
ubi: Fix out of bounds write in volume update code
richardweinberger Feb 21, 2016
3e04866
Revert "drm/radeon: hold reference to fences in radeon_sa_bo_new"
gregkh Mar 7, 2016
19d0bd7
Linux 3.10.100
gregkh Mar 9, 2016
1d77658
Merge tag 'v3.10.100' into lol
funman Mar 11, 2016
70658cd
Add 64-bit edison config
funman Mar 11, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION = 3
PATCHLEVEL = 10
SUBLEVEL = 99
SUBLEVEL = 100
EXTRAVERSION =
NAME = TOSSUG Baby Fish

Expand Down
Loading