1. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  2. 59612d1 Revert "select: use freezable blocking call" by Rafael J. Wysocki · 11 years ago
  3. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  4. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  5. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  6. 76b1e9b net/fs: change busy poll time accounting by Eliezer Tamir · 11 years ago
  7. cbf5500 net: rename low latency sockets functions to busy poll by Eliezer Tamir · 11 years ago
  8. 1bc2774 net: convert lls to use time_in_range() by Eliezer Tamir · 11 years ago
  9. 91e2fd33 net: avoid calling sched_clock when LLS is off by Eliezer Tamir · 11 years ago
  10. 2d48d67 net: poll/select low latency socket support by Eliezer Tamir · 11 years ago
  11. 9745cdb select: use freezable blocking call by Colin Cross · 11 years ago
  12. 8bd75c7 sched/rt: Move rt specific bits into new header file by Clark Williams · 11 years ago
  13. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  14. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  15. 8ded2bb posix_types.h: Cleanup stale __NFDBITS and related definitions by Josh Boyer · 12 years ago
  16. 754421c HAVE_RESTORE_SIGMASK is defined on all architectures now by Al Viro · 12 years ago
  17. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  18. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  19. 626cf23 poll: add poll_requested_events() and poll_does_not_wait() functions by Hans Verkuil · 12 years ago
  20. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
  21. faf3090 sys_poll: fix incorrect type for 'timeout' parameter by Linus Torvalds · 12 years ago
  22. 1fd36ad Replace the fd_sets in struct fdtable with an array of unsigned longs by David Howells · 12 years ago
  23. 2c3d44d select: remove unused MAX_SELECT_SECONDS by Namhyung Kim · 13 years ago
  24. 65329bf fs/select.c: fix information leak to userspace by Vasiliy Kulikov · 13 years ago
  25. 95aac7b epoll: make epoll_wait() use the hrtimer range feature by Shawn Bohrer · 14 years ago
  26. 231f3d3 select: rename estimate_accuracy() to select_estimate_accuracy() by Andrew Morton · 14 years ago
  27. 5d0e528 Add generic sys_old_select() by Christoph Hellwig · 14 years ago
  28. d554ed89 fs: use rlimit helpers by Jiri Slaby · 14 years ago
  29. a99bbaf headers: remove sched.h from poll.h by Alexey Dobriyan · 15 years ago
  30. 5ae87e7 poll/select: avoid arithmetic overflow in __estimate_accuracy() by Guillaume Knispel · 15 years ago
  31. b2add73 poll/select: initialize triggered field of struct poll_wqueues by Guillaume Knispel · 15 years ago
  32. 4938d7e poll: avoid extra wakeups in select/poll by Eric Dumazet · 15 years ago
  33. d4e8204 [CVE-2009-0029] System call wrappers part 32 by Heiko Carstens · 15 years ago
  34. 5a8a82b [CVE-2009-0029] System call wrappers part 23 by Heiko Carstens · 15 years ago
  35. c9da9f2 [CVE-2009-0029] Make sys_pselect7 static by Heiko Carstens · 15 years ago
  36. 6256851 Fix timeouts in sys_pselect7 by Bernd Schmidt · 15 years ago
  37. 5f820f6 poll: allow f_op->poll to sleep by Tejun Heo · 15 years ago
  38. 4d36a9e select: deal with math overflow from borderline valid userland data by Arjan van de Ven · 16 years ago
  39. 96d2ab4 hrtimer: fix signed/unsigned bug in slack estimator by Arjan van de Ven · 16 years ago
  40. 4ce105d hrtimer: incorporate feedback from Peter Zijlstra by Arjan van de Ven · 16 years ago
  41. 90d6e24 hrtimer: make select() and poll() use the hrtimer range feature by Arjan van de Ven · 16 years ago
  42. 8ff3e8e select: switch select() and poll() over to hrtimers by Arjan van de Ven · 16 years ago
  43. b773ad4 select: add poll_select_set_timeout() and poll_select_copy_remaining() helpers by Thomas Gleixner · 16 years ago
  44. 55d8538 Fix performance regression on lmbench select benchmark by Linus Torvalds · 16 years ago
  45. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  46. a2dcb44 [PATCH] make osf_select() use core_sys_select() by Al Viro · 16 years ago
  47. f3de272 signals: use HAVE_SET_RESTORE_SIGMASK by Roland McGrath · 16 years ago
  48. 4e4c22c signals: add set_restore_sigmask by Roland McGrath · 16 years ago
  49. f526448 trivial: small cleanups by Pavel Machek · 16 years ago
  50. 844fcc5 make sys_poll() wait at least timeout ms by Karsten Wiese · 16 years ago
  51. 1276b10 fs/select, remove unused macros by Jiri Slaby · 17 years ago
  52. 3075d9d Use ERESTART_RESTARTBLOCK if poll() is interrupted by a signal by Chris Wright · 17 years ago
  53. 9bf084f do_poll: return -EINTR when signalled by Oleg Nesterov · 17 years ago
  54. 252e572 do_sys_poll: simplify playing with on-stack data by Oleg Nesterov · 17 years ago
  55. dd23aae Fix select on /proc files without ->poll by Alexey Dobriyan · 17 years ago
  56. ccf6780 Style fix in fs/select.c by WANG Cong · 17 years ago
  57. 022a169 ROUND_UP macro cleanup in fs/(select|compat|readdir).c by Milind Arun Choudhary · 17 years ago
  58. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  59. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 18 years ago
  60. 4e6fd33 [PATCH] enforce RLIMIT_NOFILE in poll() by Chris Snook · 18 years ago
  61. 04a3446 [PATCH] fs: sys_poll with timeout -1 bug fix by Frode Isaksen · 18 years ago
  62. 4a4b69f [PATCH] Poll cleanups/microoptimizations by Vadim Lobanov · 18 years ago
  63. b04eb6a [PATCH] select: don't overflow if (SELECT_STACK_ALLOC % sizeof(long) != 0) by Mitchell Blank Jr · 18 years ago
  64. 29ff2db [PATCH] select() warning fixes by Andrew Morton · 18 years ago
  65. 30c14e4 [PATCH] avoid unaligned access when accessing poll stack by Jes Sorensen · 18 years ago
  66. 99ac48f [PATCH] mark f_ops const in the inode by Arjan van de Ven · 18 years ago
  67. e4a1f12 [PATCH] use fget_light() in select/poll by Eric Dumazet · 18 years ago
  68. 70674f9 [PATCH] Optimize select/poll by putting small data sets on the stack by Andi Kleen · 18 years ago
  69. 74910e6 [PATCH] select: time comparison fixes by Andrew Morton · 18 years ago
  70. 643a654 [PATCH] select: fix returned timeval by Andrew Morton · 18 years ago
  71. e110ab9 [PATCH] fix __user annotations in fs/select.c by Al Viro · 18 years ago
  72. 9f72949 [PATCH] Add pselect/ppoll system call implementation by David Woodhouse · 18 years ago
  73. b835996 [PATCH] files: lock-free fd look-up by Dipankar Sarma · 19 years ago
  74. badf166 [PATCH] files: break up files struct by Dipankar Sarma · 19 years ago
  75. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  76. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago