1. c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 6 months ago
  2. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  3. f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 6 months ago
  4. b1833ed simdisk: convert to blk_alloc_disk/blk_cleanup_disk by Christoph Hellwig · 3 years, 8 months ago
  5. fa7501e tty: remove tty_operations::chars_in_buffer for non-buffering by Jiri Slaby · 3 years, 8 months ago
  6. 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 8 months ago
  7. 437d1a5 Merge tag 'xtensa-20210429' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 3 years, 8 months ago
  8. 6a8eb99 xtensa: ISS: add GDBIO implementation to semihosting interface by Max Filippov · 3 years, 11 months ago
  9. 54467c1 xtensa: ISS: split simcall implementation from semihosting interface by Max Filippov · 3 years, 11 months ago
  10. 4671076 xtensa: simcall.h: Change compitible to compatible by Bhaskar Chowdhury · 3 years, 10 months ago
  11. 6c2e631 tty: do not check tty_unregister_driver's return value by Jiri Slaby · 3 years, 10 months ago
  12. ba444ea tty: xtensa/iss, make rs_init static by Jiri Slaby · 3 years, 10 months ago
  13. 5a1a842 tty: xtensa/iss, setup the timer statically by Jiri Slaby · 3 years, 10 months ago
  14. bd5b219 tty: xtensa/iss, remove stale comments by Jiri Slaby · 3 years, 10 months ago
  15. 0894b13 tty: xtensa/iss, don't reassign to tty->port by Jiri Slaby · 3 years, 10 months ago
  16. a32c97f tty: xtensa/iss, drop serial_version & serial_name by Jiri Slaby · 3 years, 10 months ago
  17. 309dca30 block: store a block_device pointer in struct bio by Christoph Hellwig · 4 years ago
  18. 3d3a6a2 xtensa/simdisk: remove the call to check_disk_change by Christoph Hellwig · 4 years, 6 months ago
  19. c62b37d block: move ->make_request_fn to struct block_device_operations by Christoph Hellwig · 4 years, 6 months ago
  20. 82bb454 simdisk: stop using ->queuedata by Christoph Hellwig · 4 years, 6 months ago
  21. 3d745ea block: simplify queue allocation by Christoph Hellwig · 4 years, 10 months ago
  22. 9b7fa28 Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 5 years ago
  23. c74c0fd xtensa: ISS: improve simcall assembly by Max Filippov · 5 years ago
  24. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  25. 64716b9 xtensa: drop empty platform_* functions from platforms by Max Filippov · 5 years ago
  26. e725331 xtensa: clean up platform headers by Max Filippov · 5 years ago
  27. 22b17db Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  28. 37e86e0 xtensa: ISS: avoid struct timeval by Arnd Bergmann · 5 years ago
  29. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  30. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  31. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  32. 815d469 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  33. 62e59c4 clk: Remove io.h from clk-provider.h by Stephen Boyd · 6 years ago
  34. 8f8d574 xtensa: replace variant/core.h with asm/core.h by Max Filippov · 6 years ago
  35. fd58015 xtensa: set proper error code for simdisk_setup() by Chengguang Xu · 6 years ago
  36. fb1b79d xtensa: fix incorrect fd close in error case of simdisk_setup() by Chengguang Xu · 6 years ago
  37. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  38. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  39. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  40. b27186a Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  41. da2ef66 xtensa: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  42. ef439d4 xtensa: ISS: don't allocate memory in platform_setup by Max Filippov · 6 years ago
  43. fc862ee xtensa: drop unneeded platform/hardware.h headers by Max Filippov · 6 years ago
  44. 994fa1c xtensa: move PLATFORM_NR_IRQS to Kconfig by Max Filippov · 6 years ago
  45. aea731c xtensa: rework {CONFIG,PLATFORM}_DEFAULT_MEM_START by Max Filippov · 6 years ago
  46. f79e4d5 xtensa: drop unused {CONFIG,PLATFORM}_DEFAULT_MEM_SIZE by Max Filippov · 6 years ago
  47. 8a8dcab tty: replace ->proc_fops with ->proc_show by Christoph Hellwig · 7 years ago
  48. 233bde2 block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h> by Bart Van Assche · 7 years ago
  49. d0bd31d Merge tag 'xtensa-20180129' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 7 years ago
  50. c130d3b xtensa: clean up custom-controlled debug output by Max Filippov · 7 years ago
  51. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  52. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  53. 0e78ecc xtensa/simdisk: fix compile error by Christoph Hellwig · 7 years ago
  54. d004a5e7 block: remove __bio_kmap_atomic by Christoph Hellwig · 7 years ago
  55. d8479a2 xtensa: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  56. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  57. 63f700a Merge tag 'xtensa-20170612' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  58. e5c8667 xtensa: don't use linux IRQ #0 by Max Filippov · 8 years ago
  59. 5e78e46 xtensa: ISS: Use kmalloc_array() in simdisk_init() by Markus Elfring · 8 years ago
  60. fbe22d2 xtensa: ISS: update kernel command line in platform_setup by Max Filippov · 8 years ago
  61. e8cd8da xtensa: ISS: add argc/argv simcall definitions by Max Filippov · 8 years ago
  62. 3ced973 xtensa: ISS: cleanup setup.c by Max Filippov · 8 years ago
  63. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  64. d8ea757 Merge tag 'xtensa-20161005' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 8 years ago
  65. 549409b4 xtensa: ISS: allow simdisk to use high memory buffers by Max Filippov · 8 years ago
  66. feec273 xtensa: ISS: define simc_exit and use it instead of inline asm by Max Filippov · 8 years ago
  67. 70feca7 xtensa: xtfpga: group platform_* functions together by Max Filippov · 8 years ago
  68. 205ad54 xtensa: rearrange CCOUNT calibration by Max Filippov · 8 years ago
  69. 58c3e3a xtensa: xtfpga: use clock provider, don't update DT by Max Filippov · 8 years ago
  70. 4f20568 xtensa: extract common CPU reset code into separate function by Max Filippov · 8 years ago
  71. 6137b7a tty: stop defining STD_COM_FLAGS in drivers by Jiri Slaby · 9 years ago
  72. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  73. fffad3e Merge tag 'xtensa-next-20160320' of git://github.com/czankel/xtensa-linux by Linus Torvalds · 9 years ago
  74. d99434e xtensa: xtfpga: fix ethernet controller endianness by Max Filippov · 9 years ago
  75. abfbd89 xtensa: xtfpga: fix serial port register width and endianness by Max Filippov · 9 years ago
  76. 362014c xtensa: ISS: don't hang if stdin EOF is reached by Max Filippov · 9 years ago
  77. e57c253 TTY: xtensa/iss/console, remove unused _INLINE_ definition by Jiri Slaby · 9 years ago
  78. 35373ab serial: Fix ASYNC_* => UPF_* flags misuse by Peter Hurley · 9 years ago
  79. 16e5c1f convert a bunch of open-coded instances of memdup_user_nul() by Al Viro · 9 years ago
  80. 3419b45 Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  81. dece163 block: change ->make_request_fn() and users to return a queue cookie by Jens Axboe · 9 years ago
  82. b85d459 xtensa: xtfpga: fix integer overflow in TASK_SIZE by Max Filippov · 9 years ago
  83. 5029615 xtensa: fixes for configs without loop option by Max Filippov · 9 years ago
  84. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  85. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  86. 72ce678 xtensa: ISS: add missing va_end into split_if_spec by Max Filippov · 9 years ago
  87. 30e3c64 xtensa: don't use module_init for non-modular core network.c code by Paul Gortmaker · 10 years ago
  88. 2ba9268 Merge tag 'xtensa-for-next-20150413' of git://github.com/jcmvbkbc/linux-xtensa into for_next by Chris Zankel · 10 years ago
  89. e0bf6c5 xtensa: xtfpga: add CY7C67300 USB controller support by Max Filippov · 11 years ago
  90. 24e9445 xtensa: ISS: fix locking in TAP network adapter by Max Filippov · 10 years ago
  91. 4949009 xtensa: xtfpga: fix hardware lockup caused by LCD driver by Max Filippov · 10 years ago
  92. 4006e56 xtensa: remove s6000 variant and s6105 platform by Daniel Glöckner · 10 years ago
  93. 3932b9c xtensa: make PLATFORM_DEFAULT_MEM parameters configurable by Max Filippov · 10 years ago
  94. 55b441b xtensa: ISS: don't depend on CONFIG_TTY by Max Filippov · 11 years ago
  95. cfe8255 xtensa: xt2000: drop redundant sysmem initialization by Max Filippov · 11 years ago
  96. 2bc2fde xtensa: xtfpga: set ethoc clock frequency by Max Filippov · 11 years ago
  97. cdc9af7 xtensa: xtfpga: use common clock framework by Max Filippov · 11 years ago
  98. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  99. 675675a xtensa: fixup simdisk driver to work with immutable bio_vecs by Jens Axboe · 11 years ago
  100. a558d99 xtensa: xtfpga: fix definitions of platform devices by Max Filippov · 11 years ago