1. 422eac3 tpm_crb: fix mapping of the buffers by Jarkko Sakkinen · 9 years ago
  2. ddab0e3 tpm/st33zp24: Remove unneeded tpm_reg in get_burstcount by Christophe Ricard · 9 years ago
  3. 20ab99f tpm/st33zp24/spi: Drop two useless checks in ACPI probe path by Christophe Ricard · 9 years ago
  4. 32da563 tpm/st33zp24/i2c: Drop two useless checks in ACPI probe path by Christophe Ricard · 9 years ago
  5. 14ddfbf tpm_crb: drop struct resource res from struct crb_priv by Jarkko Sakkinen · 9 years ago
  6. dcbeab1 tpm: fix crash in tpm_tis deinitialization by Jarkko Sakkinen · 9 years ago
  7. d30b8e4 tpm: cleanup tpm_tis_remove() by Jarkko Sakkinen · 9 years ago
  8. 796d803 tpm: fix tpm_bios_log_setup stub prototype by Arnd Bergmann · 9 years ago
  9. 1551678 tpm: Replace device number bitmap with IDR by Stefan Berger · 9 years ago
  10. 3897cd9 tpm: Split out the devm stuff from tpmm_chip_alloc by Jason Gunthorpe · 9 years ago
  11. 2072df4 tpm: Get rid of module locking by Stefan Berger · 9 years ago
  12. 4e26195 tpm: Provide strong locking for device removal by Jason Gunthorpe · 9 years ago
  13. 3635e2e tpm: Get rid of devname by Jason Gunthorpe · 9 years ago
  14. 8cfffc9 tpm: Get rid of chip->pdev by Jason Gunthorpe · 9 years ago
  15. 4d8007e tpm/st33zp24/spi: Change xxx_request_resources header by Christophe RICARD · 9 years ago
  16. 740ec34 tpm/st33zp24/i2c: Change xxx_request_resources header by Christophe RICARD · 9 years ago
  17. 86ff205 tpm: st33zp24: Add support for acpi probing for spi device. by Christophe RICARD · 9 years ago
  18. 22eb90d tpm/st33zp24: Add support for acpi probing for i2c device. by Christophe RICARD · 9 years ago
  19. 8bb273f tpm/st33zp24: Extend Copyright headers by Christophe RICARD · 9 years ago
  20. 4ef2aa3 tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latency by Christophe RICARD · 9 years ago
  21. 300796c tpm/st33zp24: Remove unneeded CONFIG_OF switches by Christophe RICARD · 9 years ago
  22. a5392e9 tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structure by Christophe RICARD · 9 years ago
  23. d34306e tpm/st33zp24/spi: Remove useless use of memcpy. by Christophe RICARD · 9 years ago
  24. 8a74500 tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefix by Christophe RICARD · 9 years ago
  25. 604e578 tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usage by Christophe RICARD · 9 years ago
  26. add40d6 tpm/st33zp24/spi: Change xxx_request_resources header by Christophe RICARD · 9 years ago
  27. 6388b65 tpm/st33zp24/i2c: Change xxx_request_resources header by Christophe RICARD · 9 years ago
  28. 160beb4 tpm: st33zp24: Add support for acpi probing for spi device. by Christophe RICARD · 9 years ago
  29. fec60f2 tpm/st33zp24: Add support for acpi probing for i2c device. by Christophe RICARD · 9 years ago
  30. 2c2b217 tpm/st33zp24: Extend Copyright headers by Christophe RICARD · 9 years ago
  31. 10460bc tpm/st33zp24/spi: Improve st33zp24_spi_evaluate_latency by Christophe RICARD · 9 years ago
  32. b55c8e9 tpm/st33zp24: Auto-select core module by Christophe RICARD · 9 years ago
  33. 8d8d218 tpm/st33zp24: Remove unneeded CONFIG_OF switches by Christophe RICARD · 9 years ago
  34. b637a36 tpm/st33zp24/spi: Remove field spi_xfer from st33zp24_spi_phy structure by Christophe RICARD · 9 years ago
  35. 6e0219c tpm/st33zp24/spi: Remove useless use of memcpy. by Christophe RICARD · 9 years ago
  36. b83ada0 tpm/st33zp24/spi: Use functions name with st33zp24_spi_ prefix by Christophe RICARD · 9 years ago
  37. 9feaab5 tpm/st33zp24/spi: Remove nbr_dummy_bytes variable usage by Christophe RICARD · 9 years ago
  38. 26703c6 um/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  39. 635efc7 tile/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  40. 1addc57 powerpc/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  41. 0208b94 s390/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  42. 375f018 parisc/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  43. 2ac3c8d MIPS/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  44. a5cd110 arm64/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  45. 0f3912f arm/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  46. 93e35ef x86/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  47. ce6526e seccomp: recheck the syscall after RET_TRACE by Kees Cook · 9 years ago
  48. 8112c4f seccomp: remove 2-phase API by Kees Cook · 9 years ago
  49. c87a851 x86/entry: Get rid of two-phase syscall entry work by Andy Lutomirski · 9 years ago
  50. 2f275de seccomp: Add a seccomp_data parameter secure_computing() by Andy Lutomirski · 9 years ago
  51. 58d0a86 seccomp: add tests for ptrace hole by Kees Cook · 9 years ago
  52. 40d2737 security: tomoyo: simplify the gc kthread creation by Mike Danese · 9 years ago
  53. d6e0d30 net: Use ns_capable_noaudit() when determining net sysctl permissions by Tyler Hicks · 9 years ago
  54. 98f368e kernel: Add noaudit variant of ns_capable() by Tyler Hicks · 9 years ago
  55. 2885c1e LSM: Fix for security_inode_getsecurity and -EOPNOTSUPP by Casey Schaufler · 9 years ago
  56. 39baa7e MAINTAINERS: update Serge Hallyn's email address by Serge E. Hallyn · 9 years ago
  57. af8c34c Linux 4.7-rc2 by Linus Torvalds · 9 years ago
  58. 5975b2c Merge branch 'parisc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  59. d834502 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  60. eedf265 devpts: Make each mount of devpts an independent filesystem. by Eric W. Biederman · 9 years ago
  61. 58f1c65 parisc: Move die_if_kernel() prototype into traps.h header by Helge Deller · 9 years ago
  62. 8b78f26 parisc: Fix pagefault crash in unaligned __get_user() call by Helge Deller · 9 years ago
  63. 0032c08 parisc: Fix printk time during boot by Helge Deller · 9 years ago
  64. be24a89 parisc: Fix backtrace on PA-RISC by Mikulas Patocka · 14 years ago
  65. 049ec1b Merge tag 'drm-fixes-for-v4.7-rc2' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 9 years ago
  66. f2c6b9e Merge tag 'vfio-v4.7-rc2' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 9 years ago
  67. 95b46ae Merge tag 'mmc-v4.7-rc1-2' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  68. b2d5ad8 Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 9 years ago
  69. a3021a5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 9 years ago
  70. eb10a7b Merge tag 'acpi-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  71. 5016320 Merge tag 'pm-4.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  72. d46d025 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  73. 8c52b6d Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. e46e7b7 mm, page_alloc: recalculate the preferred zoneref if the context can ignore memory policies by Mel Gorman · 9 years ago
  75. 0d0bd89 mm, page_alloc: reset zonelist iterator after resetting fair zone allocation policy by Mel Gorman · 9 years ago
  76. cbdcf7f mm, oom_reaper: do not use siglock in try_oom_reaper() by Michal Hocko · 9 years ago
  77. 83b9355 mm, page_alloc: prevent infinite loop in buffered_rmqueue() by Vlastimil Babka · 9 years ago
  78. 879be4f checkpatch: reduce git commit description style false positives by Joe Perches · 9 years ago
  79. 43afc19 mm/z3fold.c: avoid modifying HEADLESS page and minor cleanup by Vitaly Wool · 9 years ago
  80. 3a06bb7 memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_kmem() by Tejun Heo · 9 years ago
  81. 2c22132 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  82. f86e427 mm: check the return value of lookup_page_ext for all call sites by Yang Shi · 9 years ago
  83. d8bae33 kdump: fix dmesg gdbmacro to work with record based printk by Corey Minyard · 9 years ago
  84. 65ee03c mm: fix overflow in vm_map_ram() by Guillermo Julián Moreno · 9 years ago
  85. e603330 Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  86. d29e472 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 9 years ago
  87. 5306d76 Merge tag 'powerpc-4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  88. 60c07f8 Merge branches 'acpica-fixes', 'acpi-video' and 'acpi-processor' by Rafael J. Wysocki · 9 years ago
  89. 8cd8cbd Merge branch 'pm-cpufreq-fixes' by Rafael J. Wysocki · 9 years ago
  90. 8dff9c8 Btrfs: deal with duplciates during extent_map insertion in btrfs_get_extent by Chris Mason · 9 years ago
  91. 2eec370 Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent by Thomas Gleixner · 9 years ago
  92. aed7eb8 arm64: fix alignment when RANDOMIZE_TEXT_OFFSET is enabled by Mark Rutland · 9 years ago
  93. 030c4d2 arm64: move {PAGE,CONT}_SHIFT into Kconfig by Mark Rutland · 9 years ago
  94. 48dd73c arm64: mm: dump: log span level by Mark Rutland · 9 years ago
  95. a13e3a5 arm64: update stale PAGE_OFFSET comment by Mark Rutland · 9 years ago
  96. 5988a36 drivers/perf: arm_pmu: Avoid leaking pmu->irq_affinity on error by Julien Grall · 9 years ago
  97. 0f254c7 drivers/perf: arm_pmu: Defer the setting of __oprofile_cpu_pmu by Julien Grall · 9 years ago
  98. 121323a drivers/perf: arm_pmu: Fix reference count of a device_node in of_pmu_irq_cfg by Julien Grall · 9 years ago
  99. 8051f4d arm64: report CPU number in bad_mode by Mark Rutland · 9 years ago
  100. 4693fc7 KEYS: Add placeholder for KDF usage with DH by Stephan Mueller · 9 years ago