1. 7c89e40 fs/signalfd.c: fix inconsistent return codes for signalfd4 by Helge Deller · 4 years ago
  2. 29d6849 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  3. 5ed0127 signalfd: lift sigmask copyin and size checks to callers of do_signalfd4() by Al Viro · 6 years ago
  4. 31931c9 signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR} by Eric W. Biederman · 6 years ago
  5. 76b7f67 signal/signalfd: Add support for SIGSYS by Eric W. Biederman · 6 years ago
  6. 5611f55 signal/signalfd: Remove __put_user from signalfd_copyinfo by Eric W. Biederman · 6 years ago
  7. 4181d22 signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AO by Eric W. Biederman · 6 years ago
  8. 570484b fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall by Dominik Brodowski · 6 years ago
  9. 52fb6db fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4() by Dominik Brodowski · 6 years ago
  10. 9026e82 fs/signalfd: fix build error for BUS_MCEERR_AR by Randy Dunlap · 6 years ago
  11. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  12. 076ccb7 fs: annotate ->poll() instances by Al Viro · 7 years ago
  13. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  14. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  15. 3968cf6 get_compat_sigset() by Al Viro · 7 years ago
  16. cc73152 signal: Remove kernel interal si_code magic by Eric W. Biederman · 7 years ago
  17. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  18. 5f0d5a3 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU by Paul E. McKenney · 8 years ago
  19. 3ead7c5 signalfd: fix information leak in signalfd_copyinfo by Amanieu d'Antras · 9 years ago
  20. a3816ab fs: Convert show_fdinfo functions to void by Joe Perches · 10 years ago
  21. 7d197ed switch signalfd{,4}() to COMPAT_SYSCALL_DEFINE by Al Viro · 11 years ago
  22. 138d22b fs, epoll: add procfs fdinfo helper by Cyrill Gorcunov · 12 years ago
  23. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  24. 20ba5d7 switch signalfd4() to fget_light/fput_light by Al Viro · 12 years ago
  25. 971316f epoll: ep_unregister_pollwait() can use the freed pwq->whead by Oleg Nesterov · 12 years ago
  26. d80e731 epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() by Oleg Nesterov · 12 years ago
  27. f1ebdd6 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
  28. 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
  29. b8aeec3 HWPOISON/signalfd: add support for addr_lsb by Hidetoshi Seto · 14 years ago
  30. a2a20c4 signalfd: fill in ssi_int for posix timers and message queues by Nathan Lynch · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  32. 628ff7c anonfd: Allow making anon files read-only by Roland Dreier · 15 years ago
  33. 836f92a [CVE-2009-0029] System call wrappers part 31 by Heiko Carstens · 16 years ago
  34. e38b36f flag parameters: check magic constants by Ulrich Drepper · 16 years ago
  35. 5fb5e04 flag parameters: NONBLOCK in signalfd by Ulrich Drepper · 16 years ago
  36. 9deb27b flag parameters: signalfd by Ulrich Drepper · 16 years ago
  37. 7d9dbca flag parameters: anon_inode_getfd extension by Ulrich Drepper · 16 years ago
  38. 2030a42 [PATCH] sanitize anon_inode_getfd() by Al Viro · 16 years ago
  39. 0859ab5 signalfd: fix for incorrect SI_QUEUE user data reporting by Davide Libenzi · 16 years ago
  40. 7ec37df fs/signalfd.c should #include <linux/syscalls.h> by Adrian Bunk · 16 years ago
  41. 14e4a0f Fix a small number of "memeber" typoes. by Robert P. J. Day · 17 years ago
  42. 96358de rename signalfd_siginfo fields by Davide Libenzi · 17 years ago
  43. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  44. f9ee228 signalfd: make it group-wide, fix posix-timers scheduling by Oleg Nesterov · 17 years ago
  45. f50cadaa tiny signalfd cleanup by Ulrich Drepper · 17 years ago
  46. f8738c5 avoid spurious POLLIN returns in signalfd by Davide Libenzi · 17 years ago
  47. b3762bf signalfd: retrieve multiple signals with one read() call by Davi Arnaut · 17 years ago
  48. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 17 years ago