1. 3d2403f arm64: uaccess: remove set_fs() by Mark Rutland · 4 years, 1 month ago
  2. 7b90dc4 arm64: uaccess cleanup macro naming by Mark Rutland · 4 years, 1 month ago
  3. fc703d8 arm64: uaccess: split user/kernel routines by Mark Rutland · 4 years, 1 month ago
  4. f253d82 arm64: uaccess: refactor __{get,put}_user by Mark Rutland · 4 years, 1 month ago
  5. 9e94fda arm64: uaccess: simplify __copy_user_flushcache() by Mark Rutland · 4 years, 1 month ago
  6. 923e1e7 arm64: uaccess: rename privileged uaccess routines by Mark Rutland · 4 years, 1 month ago
  7. 2376e75 arm64: sdei: explicitly simulate PAN/UAO entry by Mark Rutland · 4 years, 1 month ago
  8. a0ccf2b arm64: sdei: move uaccess logic to arch/arm64/ by Mark Rutland · 4 years, 1 month ago
  9. d87a8e6 arm64: head.S: always initialize PSTATE by Mark Rutland · 4 years, 2 months ago
  10. 2ffac9e arm64: head.S: cleanup SCTLR_ELx initialization by Mark Rutland · 4 years, 2 months ago
  11. ecbb11a arm64: head.S: rename el2_setup -> init_kernel_el by Mark Rutland · 4 years, 2 months ago
  12. 515d5c8 arm64: add C wrappers for SET_PSTATE_*() by Mark Rutland · 4 years, 2 months ago
  13. f80d034 arm64: ensure ERET from kthread is illegal by Mark Rutland · 4 years, 2 months ago
  14. e35123d arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y by Will Deacon · 4 years, 6 months ago
  15. 5af76fb arm64: alternatives: Remove READ_ONCE() usage during patch operation by Will Deacon · 4 years, 6 months ago
  16. 364a5a8 arm64: cpufeatures: Add capability for LDAPR instruction by Will Deacon · 4 years, 6 months ago
  17. 7cda23d arm64: alternatives: Split up alternative.h by Will Deacon · 4 years, 6 months ago
  18. e2a2190 arm64: uaccess: move uao_* alternatives to asm-uaccess.h by Mark Rutland · 4 years, 2 months ago
  19. f8394f2 Linux 5.10-rc3 by Linus Torvalds · 4 years, 2 months ago
  20. 15f5d20 Merge tag 'driver-core-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 4 years, 2 months ago
  21. bbc8218 Merge tag 'tty-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 2 months ago
  22. df53b81 Merge tag 'usb-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 2 months ago
  23. b4e0044 fork: fix copy_process(CLONE_PARENT) race with the exiting ->real_parent by Eddy Wu · 4 years, 2 months ago
  24. 3c4e0dff vt: Disable KD_FONT_OP_COPY by Daniel Vetter · 4 years, 2 months ago
  25. 9dbc1c0 Merge tag 'xfs-5.10-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 2 months ago
  26. 6b2c4d5 Merge branch 'hch' (patches from Christoph) by Linus Torvalds · 4 years, 2 months ago
  27. 40be821 Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  28. 100e389 Merge tag 'perf-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  29. aaaaa7e Merge tag 'locking-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  30. 15a9844 Merge tag 'irq-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  31. 6a8d0d2 Merge tag 'core-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 2 months ago
  32. e942d75 Merge tag 'powerpc-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 2 months ago
  33. 4429f14 Merge tag 'block-5.10-2020-11-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  34. e9c02d6 Merge tag 'io_uring-5.10-2020-11-07' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  35. 9f5d1c3 futex: Handle transient "ownerless" rtmutex state correctly by Mike Galbraith · 4 years, 2 months ago
  36. af6e7de Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 2 months ago
  37. 4b1d362 Merge tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 2 months ago
  38. db388a6 Merge tag 'usb-serial-5.10-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus by Greg Kroah-Hartman · 4 years, 2 months ago
  39. 7bdb157 perf/core: Fix a memory leak in perf_event_parse_addr_filter() by kiyin(尹亮) · 4 years, 2 months ago
  40. 801284f x86/platform/uv: Recognize UV5 hubless system identifier by Mike Travis · 4 years, 2 months ago
  41. 1aee505 x86/platform/uv: Remove spaces from OEM IDs by Mike Travis · 4 years, 2 months ago
  42. 1aec69a x86/platform/uv: Fix missing OEM_TABLE_ID by Mike Travis · 4 years, 2 months ago
  43. 659caaf Merge tag 'ceph-for-5.10-rc3' of git://github.com/ceph/ceph-client by Linus Torvalds · 4 years, 2 months ago
  44. 03f0f5a Merge tag 'linux-kselftest-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 2 months ago
  45. d4fc968 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 2 months ago
  46. bf3e762 Merge branch 'mtd/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 4 years, 2 months ago
  47. 44d8062 Merge tag 'spi-fix-v5.10-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 2 months ago
  48. bb72bbe Merge tag 'sound-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 4 years, 2 months ago
  49. fc7b66e Merge tag 'drm-fixes-2020-11-06-1' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 2 months ago
  50. 28ced76 Merge tag 'tpmdd-next-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 4 years, 2 months ago
  51. 02a2aa35 Merge tag 'iommu-fixes-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 4 years, 2 months ago
  52. 1669ecf Merge tag 'vfio-v5.10-rc3' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 4 years, 2 months ago
  53. 30f3f68e Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 2 months ago
  54. 4257087 Merge tag 'arc-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 2 months ago
  55. ee51814 Merge tag 's390-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 4 years, 2 months ago
  56. 41f1653 Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 2 months ago
  57. b24c30c proc "seq files": switch to ->read_iter by Christoph Hellwig · 4 years, 2 months ago
  58. 7cfc630 proc "single files": switch to ->read_iter by Greg Kroah-Hartman · 4 years, 2 months ago
  59. 28589f9 proc/stat: switch to ->read_iter by Christoph Hellwig · 4 years, 2 months ago
  60. 70fce7d proc/cpuinfo: switch to ->read_iter by Christoph Hellwig · 4 years, 2 months ago
  61. fe33850 proc: wire up generic_file_splice_read for iter ops by Christoph Hellwig · 4 years, 2 months ago
  62. d4d5071 seq_file: add seq_read_iter by Christoph Hellwig · 4 years, 2 months ago
  63. e1777d0 null_blk: Fix scheduling in atomic with zoned mode by Damien Le Moal · 4 years, 2 months ago
  64. 4466d6d tty: fix crash in release_tty if tty->port is not set by Matthias Reichl · 4 years, 2 months ago
  65. 0c5fc92 serial: txx9: add missing platform_driver_unregister() on error in serial_txx9_init by Qinglang Miao · 4 years, 2 months ago
  66. 427627a tty: serial: imx: enable earlycon by default if IMX_SERIAL_CONSOLE is enabled by Lucas Stach · 4 years, 2 months ago
  67. 912ab37 serial: 8250_mtk: Fix uart_get_baud_rate warning by Claire Chang · 4 years, 2 months ago
  68. 8ffd778 tpm: efi: Don't create binary_bios_measurements file for an empty log by Tyler Hicks · 4 years, 2 months ago
  69. b154ce1 tpm_tis: Disable interrupts on ThinkPad T490s by Jerry Snitselaar · 4 years, 2 months ago
  70. 3b5f7f1 i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED by Michael Wu · 4 years, 2 months ago
  71. 66b9231 i2c: designware: call i2c_dw_read_clear_intrbits_slave() once by Michael Wu · 4 years, 2 months ago
  72. 9890923 i2c: mlxbf: I2C_MLXBF should depend on MELLANOX_PLATFORM by Geert Uytterhoeven · 4 years, 3 months ago
  73. 54b9c3d i2c: mlxbf: Update author and maintainer email info by Khalil Blaiech · 4 years, 2 months ago
  74. 67ee9fd i2c: mlxbf: Update reference clock frequency by Khalil Blaiech · 4 years, 2 months ago
  75. 4b19d806 i2c: mlxbf: Remove unecessary wrapper functions by Khalil Blaiech · 4 years, 2 months ago
  76. 08e019e i2c: mlxbf: Fix resrticted cast warning of sparse by Khalil Blaiech · 4 years, 2 months ago
  77. ed01ddc i2c: mlxbf: Add CONFIG_ACPI to guard ACPI function call by Khalil Blaiech · 4 years, 2 months ago
  78. a49cc1f i2c: sh_mobile: implement atomic transfers by Ulrich Hecht · 4 years, 3 months ago
  79. bc7f2cd spi: bcm2835: remove use of uninitialized gpio flags variable by Martin Hundebøll · 4 years, 2 months ago
  80. 00bd6bc USB: apple-mfi-fastcharge: fix reference leak in apple_mfi_fc_set_property by Zhang Qilong · 4 years, 2 months ago
  81. 2091491 usb: mtu3: fix panic in mtu3_gadget_stop() by Macpaul Lin · 4 years, 2 months ago
  82. c2c81bb2 RISC-V: Fix the VDSO symbol generaton for binutils-2.35+ by Palmer Dabbelt · 4 years, 2 months ago
  83. 1074dd4 RISC-V: Use non-PGD mappings for early DTB access by Anup Patel · 4 years, 2 months ago
  84. 635e3f3 riscv: uaccess: fix __put_kernel_nofault() by Changbin Du · 4 years, 2 months ago
  85. bcacf5f6 riscv: fix pfn_to_virt err in do_page_fault(). by Liu Shaohua · 4 years, 2 months ago
  86. 356583b Merge tag 'drm-misc-fixes-2020-11-05' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 4 years, 2 months ago
  87. 3fb4a8f powerpc/numa: Fix build when CONFIG_NUMA=n by Scott Cheloha · 4 years, 2 months ago
  88. f56fb01 Merge tag 'amd-drm-fixes-5.10-2020-11-04' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 4 years, 2 months ago
  89. 866bc2d Merge tag 'drm-intel-fixes-2020-11-05' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 4 years, 2 months ago
  90. 79605f1 riscv: Set text_offset correctly for M-Mode by Sean Anderson · 4 years, 2 months ago
  91. 53aa37f Merge tag 'imx-drm-next-2020-10-30' of git://git.pengutronix.de/git/pza/linux into drm-fixes by Dave Airlie · 4 years, 2 months ago
  92. 9a472ef io_uring: fix link lookup racing with link timeout by Pavel Begunkov · 4 years, 2 months ago
  93. 108aa50 arm64: kexec_file: try more regions if loading segments fails by Benjamin Gwin · 4 years, 2 months ago
  94. 1978b3a x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-on STIBP by Anand K Mistry · 4 years, 2 months ago
  95. 521b619 Merge tag 'linux-kselftest-kunit-fixes-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 4 years, 2 months ago
  96. 3249fe4 Merge tag 'trace-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 2 months ago
  97. 6732b35 Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 4 years, 2 months ago
  98. 6f3f374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 2 months ago
  99. cf26c71 Merge tag 'spi-fix-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 2 months ago
  100. 3d55978 Merge tag 'regulator-fix-v5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 4 years, 2 months ago