1. e6e8bf4 apparmor: fix restricted endian type warnings for dfa unpack by John Johansen · 8 years ago
  2. ca4bd5a apparmor: add check for apparmor enabled in module parameters missing it by John Johansen · 8 years ago
  3. d4669f0 apparmor: add per cpu work buffers to avoid allocating buffers at every hook by John Johansen · 8 years ago
  4. e3ea1ca apparmor: sysctl to enable unprivileged user ns AppArmor policy loading by Tyler Hicks · 8 years ago
  5. e025be0 apparmor: support querying extended trusted helper extra data by William Hua · 8 years ago
  6. 12eb87d apparmor: update cap audit to check SECURITY_CAP_NOAUDIT by John Johansen · 8 years ago
  7. 31f75bf apparmor: make computing policy hashes conditional on kernel parameter by John Johansen · 8 years ago
  8. aa9a39a apparmor: convert change_profile to use fqname later to give better control by John Johansen · 8 years ago
  9. c3e1e58 apparmor: fix change_hat debug output by John Johansen · 8 years ago
  10. 5ef50d0 apparmor: remove unused op parameter from simple_write_to_buffer() by John Johansen · 8 years ago
  11. ef88a7a apparmor: change aad apparmor_audit_data macro to a fn macro by John Johansen · 8 years ago
  12. 47f6e5c apparmor: change op from int to const char * by John Johansen · 8 years ago
  13. 55a26eb apparmor: rename context abreviation cxt to the more standard ctx by John Johansen · 8 years ago
  14. a20aa95 apparmor: fail task profile update if current_cred isn't real_cred by John Johansen · 8 years ago
  15. b7fd2c0 apparmor: add per policy ns .load, .replace, .remove interface files by John Johansen · 8 years ago
  16. 12dd717 apparmor: pass the subject profile into profile replace/remove by John Johansen · 8 years ago
  17. 04dc715 apparmor: audit policy ns specified in policy load by John Johansen · 8 years ago
  18. 5ac8c35 apparmor: allow introspecting the loaded policy pre internal transform by John Johansen · 8 years ago
  19. fc1c9fd apparmor: add ns name to the audit data for policy loads by John Johansen · 8 years ago
  20. 078c73c6 apparmor: add profile and ns params to aa_may_manage_policy() by John Johansen · 8 years ago
  21. fd2a804 apparmor: add ns being viewed as a param to policy_admin_capable() by John Johansen · 8 years ago
  22. 2bd8dbb apparmor: add ns being viewed as a param to policy_view_capable() by John Johansen · 8 years ago
  23. a6f2330 apparmor: allow specifying the profile doing the management by John Johansen · 8 years ago
  24. 3e3e569 apparmor: allow introspecting the policy namespace name by John Johansen · 8 years ago
  25. b79473f apparmor: Make aa_remove_profile() callable from a different view by John Johansen · 8 years ago
  26. ee2351e apparmor: track ns level so it can be used to help in view checks by John Johansen · 8 years ago
  27. a71ada3 apparmor: add special .null file used to "close" fds at exec by John Johansen · 8 years ago
  28. 34c426a apparmor: provide userspace flag indicating binfmt_elf_mmap change by John Johansen · 8 years ago
  29. 11c236b apparmor: add a default null dfa by John Johansen · 8 years ago
  30. 6604d4c apparmor: allow policydb to be used as the file dfa by John Johansen · 8 years ago
  31. 293a488 apparmor: add get_dfa() fn by John Johansen · 8 years ago
  32. 474d6b75 apparmor: prepare to support newer versions of policy by John Johansen · 8 years ago
  33. 5ebfb12 apparmor: add support for force complain flag to support learning mode by John Johansen · 8 years ago
  34. abbf873 apparmor: remove paranoid load switch by John Johansen · 8 years ago
  35. 181f7c9 apparmor: name null-XXX profiles after the executable by John Johansen · 8 years ago
  36. 30b026a apparmor: pass gfp_t parameter into profile allocation by John Johansen · 8 years ago
  37. 73688d1 apparmor: refactor prepare_ns() and make usable from different views by John Johansen · 8 years ago
  38. 5fd1b95 apparmor: update policy_destroy to use new debug asserts by John Johansen · 8 years ago
  39. d102d89 apparmor: pass gfp param into aa_policy_init() by John Johansen · 8 years ago
  40. bbe4a7c apparmor: constify policy name and hname by John Johansen · 8 years ago
  41. 6e474e3 apparmor: rename hname_tail to basename by John Johansen · 8 years ago
  42. efeee83 apparmor: rename mediated_filesystem() to path_mediated_fs() by John Johansen · 8 years ago
  43. 680cd62 apparmor: add debug assert AA_BUG and Kconfig to control debug info by John Johansen · 8 years ago
  44. 57e36bb apparmor: add macro for bug asserts to check that a lock is held by John Johansen · 8 years ago
  45. 92b6d8e apparmor: allow ns visibility question to consider subnses by John Johansen · 8 years ago
  46. 31617dd apparmor: add fn to lookup profiles by fqname by John Johansen · 8 years ago
  47. 3b0aaf5 apparmor: add lib fn to find the "split" for fqnames by John Johansen · 8 years ago
  48. 9a2d40c apparmor: add strn version of aa_find_ns by John Johansen · 8 years ago
  49. 1741e9e apparmor: add strn version of lookup_profile fn by John Johansen · 8 years ago
  50. 8399588 apparmor: rename replacedby to proxy by John Johansen · 8 years ago
  51. d97d51d apparmor: rename PFLAG_INVALID to PFLAG_STALE by John Johansen · 8 years ago
  52. 121d4a9 apparmor: rename sid to secid by John Johansen · 8 years ago
  53. 98849df apparmor: rename namespace to ns to improve code line lengths by John Johansen · 8 years ago
  54. cff281f apparmor: split apparmor policy namespaces code into its own file by John Johansen · 8 years ago
  55. fe6bb31 apparmor: split out shared policy_XXX fns to lib by John Johansen · 8 years ago
  56. 12557dc apparmor: move lib definitions into separate lib include by John Johansen · 8 years ago
  57. 8486adf apparmor: use designated initializers by Kees Cook · 8 years ago
  58. a7f6c1b AppArmor: Use GFP_KERNEL for __aa_kvmalloc(). by Tetsuo Handa · 8 years ago
  59. b8aa845 security: Fix inode_getattr documentation by Mickaël Salaün · 8 years ago
  60. 916cafd samples/seccomp: fix 64-bit comparison macros by Mathias Svensson · 8 years ago
  61. a121103 Linux 4.10-rc3 by Linus Torvalds · 8 years ago
  62. 83280e9 Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 8 years ago
  63. cc250e2 Merge tag 'char-misc-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 8 years ago
  64. 6ea17ed Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  65. ea07b86 mm: workingset: fix use-after-free in shadow node shrinker by Johannes Weiner · 8 years ago
  66. b0b9b3d mm: stop leaking PageTables by Hugh Dickins · 8 years ago
  67. 87bc610 Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  68. 01d0f71 MAINTAINERS: add greybus subsystem mailing list by Greg Kroah-Hartman · 8 years ago
  69. 308c470 Merge tag 'sound-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 8 years ago
  70. d72f0de Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 8 years ago
  71. baaf031 Merge tag 'hwmon-for-linus-v4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 8 years ago
  72. 08289086 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 8 years ago
  73. b1ee5170 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  74. 5824f92 Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  75. 2fd8774 Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  76. 65cdc40 Merge tag 'iommu-fixes-v4.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  77. 7397e1e Merge tag 'acpi-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  78. b937a86 Merge tag 'pm-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 8 years ago
  79. 7453c54 swiotlb: Export swiotlb_max_segment to users by Konrad Rzeszutek Wilk · 8 years ago
  80. f1dabf0 Merge branches 'acpi-scan', 'acpi-sysfs', 'acpi-wdat' and 'acpi-tables' by Rafael J. Wysocki · 8 years ago
  81. 7e2b9d8 Merge branches 'pm-domains', 'pm-docs' and 'pm-devfreq' by Rafael J. Wysocki · 8 years ago
  82. 3baad65 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 8 years ago
  83. 88ba6ca Merge tag 'platform-drivers-x86-v4.10-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 8 years ago
  84. 6989606 Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
  85. ed40875 Merge tag 'drm-intel-fixes-2017-01-05' of git://anongit.freedesktop.org/git/drm-intel by Linus Torvalds · 8 years ago
  86. 0a8fd13 USB: fix problems with duplicate endpoint addresses by Alan Stern · 8 years ago
  87. c433eb7 Merge tag 'pinctrl-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 8 years ago
  88. 8f12dc2 usb: ohci-at91: use descriptor-based gpio APIs correctly by Peter Rosin · 8 years ago
  89. b400792 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
  90. 383378d Merge tag 'for-linus-4.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  91. 421463b hyper-v: Add myself as additional MAINTAINER by Stephen Hemminger · 8 years ago
  92. 674aea0 usb: storage: unusual_uas: Add JMicron JMS56x to unusual device by Oliver Neukum · 8 years ago
  93. 3bc02bc usb: hub: Move hub_port_disable() to fix warning if PM is disabled by Geert Uytterhoeven · 8 years ago
  94. 5563bb5 usb: musb: blackfin: add bfin_fifo_offset in bfin_ops by Jérémy Lefaure · 8 years ago
  95. c8bd2ac usb: musb: fix compilation warning on unused function by Jérémy Lefaure · 8 years ago
  96. 8c300fe usb: musb: Fix trying to free already-free IRQ 4 by Tony Lindgren · 8 years ago
  97. c48400b usb: musb: dsps: implement clear_ep_rxintr() callback by Bin Liu · 8 years ago
  98. 6def85a usb: musb: core: add clear_ep_rxintr() to musb_platform_ops by Bin Liu · 8 years ago
  99. 9e3596b kbuild: initramfs cleanup, set target from Kconfig by Nicholas Piggin · 8 years ago
  100. ae30ab4 kbuild: initramfs fix dependency checking for compressed target by Nicholas Piggin · 8 years ago