summaryrefslogtreecommitdiff
path: root/fs/select.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-11[PATCH] select: don't overflow if (SELECT_STACK_ALLOC % sizeof(long) != 0)Mitchell Blank Jr1-7/+9
2006-04-11[PATCH] select() warning fixesAndrew Morton1-7/+7
2006-03-31[PATCH] avoid unaligned access when accessing poll stackJes Sorensen1-3/+5
2006-03-28[PATCH] mark f_ops const in the inodeArjan van de Ven1-1/+1
2006-03-28[PATCH] use fget_light() in select/pollEric Dumazet1-4/+6
2006-03-28[PATCH] Optimize select/poll by putting small data sets on the stackAndi Kleen1-42/+64
2006-02-17[PATCH] select: time comparison fixesAndrew Morton1-3/+3
2006-02-11[PATCH] select: fix returned timevalAndrew Morton1-9/+23
2006-02-07[PATCH] fix __user annotations in fs/select.cAl Viro1-2/+2
2006-01-18[PATCH] Add pselect/ppoll system call implementationDavid Woodhouse1-57/+291
2005-09-09[PATCH] files: lock-free fd look-upDipankar Sarma1-3/+10
2005-09-09[PATCH] files: break up files structDipankar Sarma1-3/+9
2005-05-05[PATCH] make some things staticAdrian Bunk1-2/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+534