1. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  2. 74673fc Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  3. 28e8c4b Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 6 years ago
  4. 457fa34 Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  5. 117eda8 Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  6. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  7. b71acb0 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  8. fdfaef2 char: lp: use new parport device model by Sudip Mukherjee · 6 years ago
  9. e379c1a char: lp: properly count the lp devices by Sudip Mukherjee · 6 years ago
  10. dc34da4 char: lp: use first unused lp number while registering by Sudip Mukherjee · 6 years ago
  11. d6318c0 char: lp: detach the device when parallel port is removed by Sudip Mukherjee · 6 years ago
  12. 0edf39d char: lp: introduce list to save port number by Sudip Mukherjee · 6 years ago
  13. f88fd66 char/rtc: Use of_node_name_eq for node name comparisons by Rob Herring · 6 years ago
  14. 9488585 tpm: add support for partial reads by Tadeusz Struk · 6 years ago
  15. 5548cbf rtc: Switch to use %ptR by Andy Shevchenko · 6 years ago
  16. ddfa728 char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  17. 17c0eb7 drivers/ipmi: Replace synchronize_sched() with synchronize_rcu() by Paul E. McKenney · 6 years ago
  18. 885b368 char: lp: fix spacing style before open parenthesis by Sudip Mukherjee · 6 years ago
  19. 2081f9c char: lp: fix whitespace with pointers by Sudip Mukherjee · 6 years ago
  20. 1b3451e char: lp: use tabs instead of spaces by Sudip Mukherjee · 6 years ago
  21. 3999202 char: lp: do not use return as a function by Sudip Mukherjee · 6 years ago
  22. 1c3de93 char: lp: move trailing statement to next line by Sudip Mukherjee · 6 years ago
  23. 69f9216 char: lp: remove trailing whitespace by Sudip Mukherjee · 6 years ago
  24. 1ca1b91 crypto: chacha20-generic - refactor to allow varying number of rounds by Eric Biggers · 6 years ago
  25. 05ba884 hwrng: bcm2835 - Switch to SPDX identifier by Stefan Wahren · 6 years ago
  26. 09c573a tpm: tpm_ibmvtpm: fix kdoc warnings by Tomas Winkler · 6 years ago
  27. 5122b5f tpm: fix kdoc for tpm2_flush_context_cmd() by Tomas Winkler · 6 years ago
  28. 01f5466 tpm: tpm_try_transmit() refactor error flow. by Tomas Winkler · 6 years ago
  29. 95adc6b tpm: use u32 instead of int for PCR index by Tomas Winkler · 6 years ago
  30. c82e595 tpm1: reimplement tpm1_continue_selftest() using tpm_buf by Tomas Winkler · 6 years ago
  31. 9315e73 tpm1: reimplement SAVESTATE using tpm_buf by Tomas Winkler · 6 years ago
  32. cfddcb0 tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read() by Tomas Winkler · 6 years ago
  33. 5e335b5 tpm1: implement tpm1_pcr_read_dev() using tpm_buf structure by Tomas Winkler · 6 years ago
  34. 7aee9c5 tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structure by Tomas Winkler · 6 years ago
  35. c22780f tpm: tpm-space.c remove unneeded semicolon by Tomas Winkler · 6 years ago
  36. b6b6036 tpm: tpm-interface.c drop unused macros by Tomas Winkler · 6 years ago
  37. b03c437 tpm: add tpm_auto_startup() into tpm-interface.c by Tomas Winkler · 6 years ago
  38. 9db7fe1 tpm: factor out tpm_startup function by Tomas Winkler · 6 years ago
  39. c82a330 tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.c by Tomas Winkler · 6 years ago
  40. d4a31756 tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.c by Tomas Winkler · 6 years ago
  41. 433d390 tpm: factor out tpm1_get_random into tpm1-cmd.c by Tomas Winkler · 6 years ago
  42. f4d916b tpm: move tpm_getcap to tpm1-cmd.c by Tomas Winkler · 6 years ago
  43. 1ad6640 tpm: move tpm1_pcr_extend to tpm1-cmd.c by Tomas Winkler · 6 years ago
  44. 70a3199 tpm: factor out tpm_get_timeouts() by Tomas Winkler · 6 years ago
  45. d856c00 tpm: add tpm_calc_ordinal_duration() wrapper by Tomas Winkler · 6 years ago
  46. b2d6e6d tpm: factor out tpm 1.x duration calculation to tpm1-cmd.c by Tomas Winkler · 6 years ago
  47. 100b16a tpm: sort objects in the Makefile by Tomas Winkler · 6 years ago
  48. 899102b tpm2: add new tpm2 commands according to TCG 1.36 by Tomas Winkler · 6 years ago
  49. 2ba5780 tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.x by Tomas Winkler · 6 years ago
  50. bc702ad tlclk: clean an indentation issue, remove extraneous tabs by Colin Ian King · 6 years ago
  51. acef666 ttyprintk: make the printk log level configurable by Peter Korsgaard · 6 years ago
  52. c7b7eef Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 6 years ago
  53. 62606c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  54. 52ff077 Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  55. 44adbac Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  56. 72f86d0 Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 6 years ago
  57. f82fc0f synclink: reduce pointless checks in ->ioctl() by Al Viro · 6 years ago
  58. 0711e8c ipmi: Fix timer race with module unload by Jan Glauber · 6 years ago
  59. e487a0f tpm: Restore functionality to xen vtpm driver. by Dr. Greg Wettstein · 6 years ago
  60. 9e1b74a tpm: add support for nonblocking operation by Tadeusz Struk · 6 years ago
  61. c3d477a tpm: add ptr to the tpm_space struct to file_priv by Tadeusz Struk · 6 years ago
  62. 2f7d8db tpm: Make SECURITYFS a weak dependency by Peter Huewe · 6 years ago
  63. 0d6d0d6 tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated by Javier Martinez Canillas · 6 years ago
  64. 84b59f6 tpm: fix response size validation in tpm_get_random() by Jarkko Sakkinen · 6 years ago
  65. fae29f1 hwrng: core - document the quality field by Michael S. Tsirkin · 6 years ago
  66. be826ad char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_protocol by Jia-Ju Bai · 7 years ago
  67. ddc9a1d pcmcia: remove KERN_INFO level from debug message by Colin Ian King · 9 years ago
  68. a5e9f55 crypto: chacha20 - Fix chacha20_block() keystream alignment (again) by Eric Biggers · 6 years ago
  69. 1004250 ipmi:ssif: Add support for multi-part transmit messages > 2 parts by Corey Minyard · 6 years ago
  70. b3096c7 ipmi: Remove platform driver overrides and use the id_table by Corey Minyard · 6 years ago
  71. 36e398d ipmi: Free the address list on module cleanup by Corey Minyard · 6 years ago
  72. c75c507 ipmi: Don't leave holes in the I2C address list in the ssif driver by Corey Minyard · 6 years ago
  73. 060e8fb ipmi: fix return value of ipmi_set_my_LUN by YueHaibing · 6 years ago
  74. e3dbc6d ipmi: Convert pr_xxx() to dev_xxx() in the BT code by Corey Minyard · 6 years ago
  75. 1574608 ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address by Corey Minyard · 6 years ago
  76. 9abcfaa ipmi:dmi: Use pr_fmt in the IPMI DMI code by Corey Minyard · 6 years ago
  77. dd3535b ipmi: Change to ktime_get_ts64() by Arnd Bergmann · 6 years ago
  78. 97a103e ipmi_si: fix potential integer overflow on large shift by Colin Ian King · 6 years ago
  79. 01508d9 ipmi_si_pci: fix NULL device in ipmi_si error message by Meelis Roos · 6 years ago
  80. f993cdd ipmi: Convert printk(KERN_<level> to pr_<level>( by Joe Perches · 7 years ago
  81. 25880f7 ipmi: Use more common logging styles by Joe Perches · 7 years ago
  82. 445e2cb ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX by Joe Perches · 7 years ago
  83. 05c3d05 pci:ipmi: Move IPMI PCI class id defines to pci_ids.h by Corey Minyard · 7 years ago
  84. 4a758c9 ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smi by Corey Minyard · 6 years ago
  85. d3bd597 Merge tag 'for-linus-4.19' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 6 years ago
  86. 3243a89 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 6 years ago
  87. 05a0a34 rtc: mips: default to rtc-cmos on mips by Arnd Bergmann · 6 years ago
  88. 9b25436 random: make CPU trust a boot parameter by Kees Cook · 6 years ago
  89. a8627cd ipmi: Fix NULL pointer dereference in ssif_probe by Gustavo A. R. Silva · 6 years ago
  90. 0745dde ipmi: Fix I2C client removal in the SSIF driver by Corey Minyard · 6 years ago
  91. c86ba91 ipmi: Move BT capabilities detection to the detect call by Corey Minyard · 6 years ago
  92. 2512e40 ipmi: Rework SMI registration failure by Corey Minyard · 6 years ago
  93. cd2315d ipmi: kcs_bmc: don't change device name by Benjamin Fair · 6 years ago
  94. bfebeb1 Merge tag 'rtc-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 6 years ago
  95. d5acba2 Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  96. c715ebe Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  97. 99a2c78 Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random by Linus Torvalds · 6 years ago
  98. c5f5aee Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Herbert Xu · 6 years ago
  99. 9a47249 random: Make crng state queryable by Jason A. Donenfeld · 6 years ago
  100. f743015 char: rtc: remove task handling by Alexandre Belloni · 6 years ago