1. db8a9e2 vfs: dcache: fix deadlock in tree traversal by Miklos Szeredi · 12 years ago
  2. 863d570 FP2: revert sdcardfs import and start over by chrmhoffmann · 6 years ago
  3. 043ab94 selinux: enable genfscon labeling for sysfs and pstore files by Stephen Smalley · 9 years ago
  4. f9aecb3 selinux: enable per-file labeling for debugfs files. by Stephen Smalley · 9 years ago
  5. 810be00 selinux: correctly label /proc inodes in use before the policy is loaded by Paul Moore · 11 years ago
  6. 4299410 UPSTREAM: selinux: fix bug in conditional rules handling by Stephen Smalley · 9 years ago
  7. 854a554 PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND by Michael Kerrisk · 12 years ago
  8. 3768929 epoll: prevent missed events on EPOLL_CTL_MOD by Eric Wong · 12 years ago
  9. 22b5967 epoll: Fix user space breakage related to EPOLLWAKEUP by Rafael J. Wysocki · 12 years ago
  10. 0a907c6 epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready by Arve Hjønnevåg · 12 years ago
  11. 96d24d4 FP2: enable quota support by chrmhoffmann · 6 years ago
  12. 44d7519 usb: gadget: Fix TCM's function drivers after FunctionFS by D. Andrei Măceș · 7 years ago
  13. 6ef3aa4 usb: gadget: FunctionFS and SuperSpeed updates by Arve Hjønnevåg · 12 years ago
  14. e81dccf USB: android: Fix a NULL pointer dereference by Pavankumar Kondeti · 11 years ago
  15. 6313ec3 usb: dwc3: Do not call WARN_ON_ONCE from interrupt context by Hemant Kumar · 10 years ago
  16. 7f93f73 f_fs: ffs_func_free: cleanup requests allocated by autoconfig by Peter Korsgaard · 12 years ago
  17. c3562c7 usb: gadget: f_fs: Fix enumeration in fullspeed mode by Benoit Goby · 12 years ago
  18. 2493976 usb: gadget: android: Add FunctionFS by Benoit Goby · 13 years ago
  19. 609e5d6 usb: gadget: u_serial: fix typo which cause build warning by Bo Shen · 12 years ago
  20. 4924311 usb: gadget: add multiple definition guards by Andrzej Pietrasiewicz · 12 years ago
  21. 77b4119 usb: gadget: f_fs: fix NULL pointer dereference when there are no strings by Michal Nazarewicz · 10 years ago
  22. 3bd6557 BACKPORT: ARM: wire up getrandom syscall by Russell King · 10 years ago
  23. 95e5c1a BACKPORT: random: Wake up all getrandom(2) callers when pool is ready by Herbert Xu · 9 years ago
  24. d9970d6 BACKPORT: random: introduce getrandom(2) system call by Theodore Ts'o · 10 years ago
  25. 5b379fc random32: include missing header file by Patrick Tjin · 8 years ago
  26. a100ef4 BACKPORT: random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized by Hannes Frederic Sowa · 11 years ago
  27. 6cf0108 BACKPORT: random32: add periodic reseeding by Hannes Frederic Sowa · 11 years ago
  28. ac9fae9 prandom: introduce prandom_bytes() and prandom_bytes_state() by Akinobu Mita · 12 years ago
  29. 8c09989 random32: rename random32 to prandom by Akinobu Mita · 12 years ago
  30. 3f1cb0d random32: fix off-by-one in seeding requirement by Daniel Borkmann · 11 years ago
  31. 7b4f970 FROMLIST: drivers: char: random: add get_random_long() by dcashman · 9 years ago
  32. 198bf1e random: add and use memzero_explicit() for clearing data by Daniel Borkmann · 10 years ago
  33. fd146e0 crypto: more robust crypto_memneq by Cesar Eduardo Barros · 11 years ago
  34. 31111d2 random: fix accounting race condition with lockless irq entropy_count update by Jiri Kosina · 11 years ago
  35. b037193 random: run random_int_secret_init() run after all late_initcalls by Theodore Ts'o · 11 years ago
  36. 816ebad random: mix in architectural randomness in extract_buf() by H. Peter Anvin · 12 years ago
  37. 1124b21 dmi: Feed DMI table to /dev/random driver by Tony Luck · 12 years ago
  38. a3ec0ad random: Add comment to random_initialize() by Tony Luck · 12 years ago
  39. a0009d2 random: remove rand_initialize_irq() by Theodore Ts'o · 12 years ago
  40. c07de4c mfd: wm831x: Feed the device UUID into device_add_randomness() by Mark Brown · 12 years ago
  41. a476451 rtc: wm831x: Feed the write counter into device_add_randomness() by Mark Brown · 12 years ago
  42. d9c5f0b MAINTAINERS: Theodore Ts'o is taking over the random driver by Theodore Ts'o · 12 years ago
  43. da34daf random: add tracepoints for easier debugging and verification by Theodore Ts'o · 12 years ago
  44. 3a885fe random: add new get_random_bytes_arch() function by Theodore Ts'o · 12 years ago
  45. e9e68a9 random: use the arch-specific rng in xfer_secondary_pool by Theodore Ts'o · 12 years ago
  46. 7044edd net: feed /dev/random with the MAC address when registering a device by Theodore Ts'o · 12 years ago
  47. 1be29c7 usb: feed USB device information to the /dev/random driver by Theodore Ts'o · 12 years ago
  48. 1e86443 random: create add_device_randomness() interface by Linus Torvalds · 12 years ago
  49. 80be158 random: use lockless techniques in the interrupt path by Theodore Ts'o · 12 years ago
  50. fc567ff random: make 'add_interrupt_randomness()' do something sane by Theodore Ts'o · 12 years ago
  51. bd0ee4c net: ipv6: make "ip -6 route get mark xyz" work. by Lorenzo Colitti · 10 years ago
  52. 28da9a0 net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  53. 24750e0 userns: make each net (net_ns) belong to a user_ns by Eric W. Biederman · 12 years ago
  54. ee87069 userns: Add kuid_t and kgid_t and associated infrastructure in uidgid.h by Eric W. Biederman · 13 years ago
  55. 014132b Revert "net: core: Support UID-based routing." by chrmhoffmann · 6 years ago
  56. 7e5024d Revert "Handle 'sk' being NULL in UID-based routing." by chrmhoffmann · 6 years ago
  57. 30124be ARM: configs: lineage_*: Enable support for device tree in /proc by LuK1337 · 7 years ago
  58. 729582a BACKPORT: ARM: dts: msm: Mount the system partition during early init by Swetha Chikkaboraiah · 7 years ago
  59. 57a2078 FP2: binder config by chrmhoffmann · 6 years ago
  60. 07e44b1 BACKPORT: {nl,cfg}80211: support high bitrates by Vladimir Kondratiev · 12 years ago
  61. 99ca239 nl80211: include NL80211_ATTR_MAC in iface info by Simon Shields · 7 years ago
  62. 281fafc BACKPORT: commoncap: don't alloc the credential unless needed in cap_task_prctl by Tetsuo Handa · 10 years ago
  63. d10c6e1 UPSTREAM: capabilities: ambient capabilities by Andy Lutomirski · 9 years ago
  64. d6a91fe android: binder: add padding to binder_fd_array_object. by Martijn Coenen · 8 years ago
  65. 12e697c UPSTREAM: drivers: android: correct the size of struct binder_uintptr_t for BC_DEAD_BINDER_DONE by Lisa Du · 9 years ago
  66. 6a470e4 staging: binder: Improve Kconfig entry for ANDROID_BINDER_IPC_32BIT by John Stultz · 11 years ago
  67. cb6c5d9 BACKPORT: ARM: 8091/2: add get_user() support for 8 byte types by Daniel Thompson · 10 years ago
  68. 55f5363 ANDROID: binder: fix compilation warnings. by Martijn Coenen · 7 years ago
  69. 9cda4a3 ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES. by Martijn Coenen · 7 years ago
  70. c59ba9e binder: use group leader instead of open thread by Todd Kjos · 8 years ago
  71. 4a04b88 binder: don't allow mmap() by process other than proc->tsk by Al Viro · 12 years ago
  72. 4aa6d46 android: binder: support for file-descriptor arrays. by Martijn Coenen · 8 years ago
  73. 49eeea3 android: binder: Fix binder_transaction with "scatter-gather" by Adrian DC · 8 years ago
  74. 032897b android: binder: support for scatter-gather. by Martijn Coenen · 8 years ago
  75. 5bdfaf5 android: binder: add extra size to allocator. by Martijn Coenen · 8 years ago
  76. 7c5ca66 android: binder: refactor binder_transact() by Martijn Coenen · 8 years ago
  77. 3935571 BACKPORT: android: binder: support multiple /dev instances. by Martijn Coenen · 8 years ago
  78. df2422b BACKPORT: android: binder: deal with contexts in debugfs. by Martijn Coenen · 8 years ago
  79. 871f566 BACKPORT: android: binder: support multiple context managers. by Martijn Coenen · 8 years ago
  80. 4634a34 android: binder: split flat_binder_object. by Martijn Coenen · 8 years ago
  81. fd1a80f binder: blacklist %p kptr_restrict by Nick Desaulniers · 8 years ago
  82. 419e25e drivers: android: binder: Use __func__ in debug messages by Mirsal Ennaime · 12 years ago
  83. f1ae130 drivers: android: binder: Remove excessive indentation by Mirsal Ennaime · 12 years ago
  84. 8145f80 drivers: android: binder: Fix code style in binder_deferred_release by Mirsal Ennaime · 12 years ago
  85. 09985b9 Staging: android: binder: More offset validation. by Arve Hjønnevåg · 11 years ago
  86. d037cf6 Staging: android: binder: Support concurrent 32 bit and 64 bit processes. by Arve Hjønnevåg · 11 years ago
  87. 31f50e8 staging: android: binder: fix ABI for 64bit Android by Serban Constantinescu · 11 years ago
  88. a171d4b drivers: staging: android: split uapi out of binder.h by Colin Cross · 11 years ago
  89. 69a943d staging: android: binder: fix binder interface for 64bit compat layer by Serban Constantinescu · 11 years ago
  90. 3dece94 staging: android: binder: replace types with portable ones by Serban Constantinescu · 11 years ago
  91. f758a00 staging: android: binder: fix BC_FREE_BUFFER ioctl declaration by Serban Constantinescu · 11 years ago
  92. 2fa24df staging: android: binder: fix BINDER_SET_MAX_THREADS declaration by Serban Constantinescu · 11 years ago
  93. 06a5d97 staging: android: binder: replace IOCTL types with user-exportable types by Serban Constantinescu · 12 years ago
  94. 0347a2c Staging: android: add __user annotation in binder.c by Bojan Prtvar · 11 years ago
  95. 17f34af Staging: android: Mark local functions in binder.c as static by Bojan Prtvar · 11 years ago
  96. d403675 staging: android: binder: fix alignment issues by Serban Constantinescu · 11 years ago
  97. 031b0e6 staging: android: Avoid using camelcase in binder.h by Cruz Julian Bishop · 12 years ago
  98. 10b3059 staging: android: binder: fix sparse warnings by Emil Goode · 13 years ago
  99. d18abe0 staging: android: binder: modify struct binder_write_read to use size_t by Serban Constantinescu · 11 years ago
  100. 55c129c BACKPORT: Staging: android: binder: Fixed multi-line strings by Anmol Sarma · 12 years ago