1. e01f64a ata: fix ata_id_has_dipm() by Niklas Cassel · 1 year, 10 months ago
  2. 4e7d970 ata: fix ata_id_has_ncq_autosense() by Niklas Cassel · 1 year, 10 months ago
  3. 2319e8f ata: fix ata_id_has_devslp() by Niklas Cassel · 1 year, 10 months ago
  4. 8477ebe ata: fix ata_id_sense_reporting_enabled() and ata_id_has_sense_reporting() by Niklas Cassel · 1 year, 10 months ago
  5. 6d14937 dyndbg: fix module.dyndbg handling by Jim Cromie · 1 year, 10 months ago
  6. 1f6e420 tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limited by Neal Cardwell · 1 year, 9 months ago
  7. 41bca65 serial: Create uart_xmit_advance() by Ilpo Järvinen · 1 year, 10 months ago
  8. 758105a fs: only do a memory barrier for the first set_buffer_uptodate() by Linus Torvalds · 1 year, 10 months ago
  9. d90419b USB: core: Prevent nested device-reset calls by Alan Stern · 1 year, 10 months ago
  10. c24ca0f mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuse by Jann Horn · 1 year, 10 months ago
  11. 7705700 USB: HCD: Fix URB giveback issue in tasklet function by Weitao Wang · 2 years ago
  12. 289626a PCI: Add defines for normal and subtractive PCI bridges by Pali Rohár · 2 years, 5 months ago
  13. 25eb77c bpf: fix overflow in prog accounting by Daniel Borkmann · 8 years ago
  14. a060044 add barriers to buffer_uptodate and set_buffer_uptodate by Mikulas Patocka · 1 year, 11 months ago
  15. 41ce140 tty: use new tty_insert_flip_string_and_push_buffer() in pty_write() by Jiri Slaby · 2 years ago
  16. e39085b tty: drop tty_schedule_flip() by Jiri Slaby · 2 years, 7 months ago
  17. 242335b misc: rtsx_usb: use separate command and response buffers by Shuah Khan · 2 years ago
  18. 1a6af9d misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer by Shuah Khan · 2 years ago
  19. ab83798 security,selinux,smack: kill security_task_wait hook by Stephen Smalley · 7 years ago
  20. b0740b2 net: Rename and export copy_skb_header by Ilya Lesokhin · 6 years ago
  21. 3f86019 kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add] by Naveen N. Rao · 2 years, 1 month ago
  22. eef98cd random: quiet urandom warning ratelimit suppression message by Jason A. Donenfeld · 2 years, 1 month ago
  23. dc1421d vt: drop old FONT ioctls by Jiri Slaby · 3 years, 6 months ago
  24. fd97de9 Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE"" by Linus Torvalds · 2 years, 3 months ago
  25. c132f2b swiotlb: fix info leak with DMA_FROM_DEVICE by Halil Pasic · 2 years, 5 months ago
  26. 855aac4 random: mark bootloader randomness code as __init by Jason A. Donenfeld · 2 years, 1 month ago
  27. 46eac53 random: move randomize_page() into mm where it belongs by Jason A. Donenfeld · 2 years, 2 months ago
  28. e279897 random: use proper return types on get_random_{int,long}_wait() by Jason A. Donenfeld · 2 years, 2 months ago
  29. 9bb0c18 random: remove extern from functions in header by Jason A. Donenfeld · 2 years, 2 months ago
  30. 47172da random: handle latent entropy and command line from random_init() by Jason A. Donenfeld · 2 years, 2 months ago
  31. 99de035 siphash: use one source of truth for siphash permutations by Jason A. Donenfeld · 2 years, 2 months ago
  32. f4f425f uapi: rename ext2_swab() to swab() and share globally in swab.h by Yury Norov · 4 years, 5 months ago
  33. bb61b00 timekeeping: Add raw clock fallback for random_get_entropy() by Jason A. Donenfeld · 2 years, 3 months ago
  34. 51fc7c5 random: make random_get_entropy() return an unsigned long by Jason A. Donenfeld · 2 years, 3 months ago
  35. 3ddb66f random: replace custom notifier chain with standard one by Jason A. Donenfeld · 2 years, 4 months ago
  36. 05ef023 random: cleanup UUID handling by Jason A. Donenfeld · 2 years, 4 months ago
  37. ed20ec4 random: clear fast pool, crng, and batches in cpuhp bring up by Jason A. Donenfeld · 2 years, 5 months ago
  38. 75cc37f4 random: pull add_hwgenerator_randomness() declaration into random.h by Jason A. Donenfeld · 2 years, 5 months ago
  39. 2de01a4b42 hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h by Corentin LABBE · 8 years ago
  40. ac4bbc0 workqueue: make workqueue available early during boot by Tejun Heo · 8 years ago
  41. 64155f4 random: remove useless header comment by Jason A. Donenfeld · 2 years, 5 months ago
  42. 508bad0 random: use hash function for crng_slow_load() by Jason A. Donenfeld · 2 years, 5 months ago
  43. 37b9628 random: remove unused irq_flags argument from add_interrupt_randomness() by Sebastian Andrzej Siewior · 2 years, 7 months ago
  44. 42c54fc random: add arch_get_random_*long_early() by Mark Rutland · 4 years, 5 months ago
  45. 78b2832 linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check by Richard Henderson · 4 years, 6 months ago
  46. 2295356 linux/random.h: Use false with bool by Richard Henderson · 4 years, 6 months ago
  47. cbcd67f linux/random.h: Remove arch_has_random, arch_has_random_seed by Richard Henderson · 4 years, 6 months ago
  48. 365af44 crypto: Deduplicate le32_to_cpu_array() and cpu_to_le32_array() by Andy Shevchenko · 6 years ago
  49. c288318 fdt: add support for rng-seed by Hsin-Yi Wang · 4 years, 10 months ago
  50. a4fb822 latent_entropy: avoid build error when plugin cflags are not set by Vasily Gorbik · 5 years ago
  51. 166a592 random: move rand_initialize() earlier by Kees Cook · 5 years ago
  52. 9bb5010 random: Make crng state queryable by Jason A. Donenfeld · 6 years ago
  53. c184f7c random: Return nbytes filled from hw RNG by Tobin C. Harding · 6 years ago
  54. 1e8f4f5 random: always fill buffer in get_random_bytes_wait by Jason A. Donenfeld · 6 years ago
  55. ca8f215 random: add get_random_{bytes,u32,u64,int,long,once}_wait family by Jason A. Donenfeld · 7 years ago
  56. 8954875 random: add wait_for_random_bytes() API by Jason A. Donenfeld · 7 years ago
  57. 7c8ed90 random: convert get_random_int/long into get_random_u32/u64 by Jason A. Donenfeld · 7 years ago
  58. 8acd4bf x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data by Pawan Gupta · 2 years, 1 month ago
  59. 3b68328 cpu/speculation: Add prototype for cpu_show_srbds() by Guenter Roeck · 4 years ago
  60. 6630c79 mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N by Tokunori Ikegami · 2 years, 3 months ago
  61. 2811cda nodemask: Fix return values to be unsigned by Kees Cook · 2 years, 1 month ago
  62. c763ba7 nodemask.h: fix compilation error with GCC12 by Christophe de Dinechin · 2 years, 3 months ago
  63. 74a17e0 ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP by Eric W. Biederman · 2 years, 2 months ago
  64. f574eb8 net: Fix features skip in for_each_netdev_feature() by Tariq Toukan · 2 years, 2 months ago
  65. 75a7b4f hex2bin: make the function hex_to_bin constant-time by Mikulas Patocka · 2 years, 2 months ago
  66. 096879e etherdevice: Adjust ether_addr* prototypes to silence -Wstringop-overead by Kees Cook · 2 years, 5 months ago
  67. 35076e0 block: Add a helper to validate the block size by Xie Yongji · 2 years, 8 months ago
  68. 48770dd netdevice: add the case if dev is NULL by Yajun Deng · 2 years, 11 months ago
  69. 218ddd9 arm64: entry: Add vectors that have the bhb mitigation sequences by James Morse · 2 years, 3 months ago
  70. c2f9a69 net/mlx5: Fix size field in bufferx_reg struct by Mohammad Kabat · 3 years, 3 months ago
  71. 31fb07f x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE by WANG Chao · 6 years ago
  72. 407ef36 arm/arm64: smccc/psci: add arm_smccc_1_1_get_conduit() by Mark Rutland · 5 years ago
  73. 10b908a arm/arm64: Provide a wrapper for SMCCC 1.1 calls by Steven Price · 4 years, 8 months ago
  74. 6481835 x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation reporting by Josh Poimboeuf · 2 years, 4 months ago
  75. be1ca30 net: fix information leakage in /proc/net/ptype by Congyu Liu · 2 years, 5 months ago
  76. 0dd4d64 mm: add follow_pte_pmd() by Ross Zwisler · 2 years, 5 months ago
  77. ef2e640 lib/timerqueue: Rely on rbtree semantics for next timer by Davidlohr Bueso · 2 years, 5 months ago
  78. c89a768 rbtree: cache leftmost node internally by Davidlohr Bueso · 2 years, 5 months ago
  79. b29eec6 bug: split BUILD_BUG stuff out into <linux/build_bug.h> by Ian Abbott · 7 years ago
  80. 0e92a7e wait: add wake_up_pollfree() by Eric Biggers · 2 years, 7 months ago
  81. 28d8244 HID: add hid_is_usb() function to make it simpler for USB detection by Greg Kroah-Hartman · 2 years, 7 months ago
  82. e1e84bd HID: introduce hid_is_using_ll_driver by Jason Gerecke · 7 years ago
  83. 0d604c1 siphash: use _unaligned version by default by Arnd Bergmann · 2 years, 7 months ago
  84. 0917c0b fs: add fget_many() and fput_many() by Jens Axboe · 6 years ago
  85. 2117fbc kprobes: Limit max data_size of the kretprobe instances by Masami Hiramatsu · 2 years, 7 months ago
  86. cc927c1 shm: extend forced shm destroy to support objects from several IPC nses by Alexander Mikhalitsyn · 2 years, 7 months ago
  87. d478783 serial: core: Fix initializing and restoring termios speed by Pali Rohár · 2 years, 9 months ago
  88. 0456445 bpf: Prevent increasing bpf_jit_limit above max by Lorenz Bauer · 2 years, 9 months ago
  89. 985d5b3 libata: fix read log timeout value by Damien Le Moal · 2 years, 8 months ago
  90. 22d4a6d binder: use cred instead of task for selinux checks by Todd Kjos · 2 years, 9 months ago
  91. 603cc38 elfcore: correct reference to CONFIG_UML by Lukas Bulwahn · 2 years, 9 months ago
  92. 3ab891b libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD. by Kate Hsuan · 2 years, 10 months ago
  93. b8ddeaf net: mdio: introduce a shutdown method to mdio device drivers by Vladimir Oltean · 2 years, 10 months ago
  94. 88c0f7f cred: allow get_cred() and put_cred() to be given NULL. by NeilBrown · 6 years ago
  95. 255b49c compiler.h: Introduce absolute_pointer macro by Guenter Roeck · 2 years, 10 months ago
  96. 376e07a PCI: Sync __pci_register_driver() stub for CONFIG_PCI=n by Andy Shevchenko · 2 years, 11 months ago
  97. 6940717 net/af_unix: fix a data-race in unix_dgram_poll by Eric Dumazet · 2 years, 10 months ago
  98. 958bb88 mm/hugetlb: initialize hugetlb_usage in mm_init by Liu Zixian · 2 years, 10 months ago
  99. 1432cb4 power: supply: max17042_battery: fix typo in MAx17042_TOFF by Sebastian Krzyszkowiak · 2 years, 11 months ago
  100. cb93b6c PCI/MSI: Protect msi_desc::masked for multi-MSI by Thomas Gleixner · 3 years ago