1. 4551e78 mtd: rawnand: brcmnand: ECC error handling on EDU transfers by Kamal Dasu · 4 years, 8 months ago
  2. bee3ab8 mtd: rawnand: brcmnand: Don't default to edu transfer by Kamal Dasu · 4 years, 8 months ago
  3. cb27239 mtd: rawnand: qcom: set BAM mode only if not set already by Sivaprakash Murugesan · 4 years, 8 months ago
  4. 443440c mtd: rawnand: qcom: avoid write to unavailable register by Sivaprakash Murugesan · 4 years, 8 months ago
  5. 735bf22 mtd: rawnand: trivial spelling by Kieran Bingham · 4 years, 8 months ago
  6. df66c27 mtd: rawnand: gpio: Get rid of the legacy interface implementation by Boris Brezillon · 4 years, 8 months ago
  7. 22b27a6 mtd: rawnand: gpio: Implement exec_op() by Boris Brezillon · 4 years, 8 months ago
  8. b4c7196 mtd: rawnand: gpio: Inherit from nand_controller by Boris Brezillon · 4 years, 8 months ago
  9. 8fac41e mtd: rawnand: fsl_upm: Get rid of the legacy interface implementation by Boris Brezillon · 4 years, 8 months ago
  10. 54309d6 mtd: rawnand: fsl_upm: Implement exec_op() by Boris Brezillon · 4 years, 8 months ago
  11. abc846a mtd: rawnand: fsl_upm: Inherit from nand_controller by Boris Brezillon · 4 years, 8 months ago
  12. a50895b mtd: rawnand: fsl_upm: Use gpio descriptors by Boris Brezillon · 4 years, 8 months ago
  13. 58c5a0e mtd: rawnand: fsl_upm: Use platform_get_resource() + devm_ioremap_resource() by Boris Brezillon · 4 years, 8 months ago
  14. 0016648 mtd: rawnand: fsl_upm: Use devm_kasprintf() to allocate the MTD name by Boris Brezillon · 4 years, 8 months ago
  15. f760bf2 mtd: rawnand: fsl_upm: Allocate the fsl_upm_nand object using devm_kzalloc() by Boris Brezillon · 4 years, 8 months ago
  16. 5290833 mtd: rawnand: fsl_upm: Get rid of the unused fsl_upm_nand.parts field by Boris Brezillon · 4 years, 8 months ago
  17. ccc49ef mtd: rawnand: fsl_upm: Remove unused mtd var by Boris Brezillon · 4 years, 8 months ago
  18. 35b6bcc mtd: rawnand: Allocate the interface configurations dynamically by Miquel Raynal · 4 years, 8 months ago
  19. a69ad11 mtd: rawnand: Get rid of the default ONFI timing mode by Miquel Raynal · 4 years, 8 months ago
  20. 6d469f8 mtd: rawnand: toshiba: Choose the interface configuration for TH58NVG2S3HBAI4 by Rickard x Andersson · 4 years, 8 months ago
  21. 246a06f mtd: rawnand: hynix: Implement ->choose_interface_config() for H27UCG8T2ATR-BC by Miquel Raynal · 4 years, 8 months ago
  22. 0d0245b mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58NVG0S3E by Miquel Raynal · 4 years, 8 months ago
  23. 2f36bae mtd: rawnand: toshiba: Implement ->choose_interface_config() for TC58TEG5DCLTA00 by Miquel Raynal · 4 years, 8 months ago
  24. 26d014f mtd: rawnand: Add the ->choose_interface_config() hook by Miquel Raynal · 4 years, 8 months ago
  25. b5b39f6 mtd: rawnand: Introduce nand_choose_best_sdr_timings() by Miquel Raynal · 4 years, 8 months ago
  26. 42a9ad0 mtd: rawnand: timings: Make onfi_fill_interface_config() a void helper by Miquel Raynal · 4 years, 8 months ago
  27. 4c46667 mtd: rawnand: s/data_interface/interface_config/ by Miquel Raynal · 4 years, 8 months ago
  28. e0160cd mtd: rawnand: Hide the chip->data_interface indirection by Miquel Raynal · 4 years, 8 months ago
  29. d1bfe1e mtd: rawnand: timings: Use default values for tPROG_max and tBERS_max by Miquel Raynal · 4 years, 8 months ago
  30. 173d548 mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min by Miquel Raynal · 4 years, 8 months ago
  31. 98d6979 mtd: rawnand: timings: Add a helper to find the closest ONFI mode by Miquel Raynal · 4 years, 8 months ago
  32. fcaab3b mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsigned by Miquel Raynal · 4 years, 8 months ago
  33. 623c014 mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface by Miquel Raynal · 4 years, 8 months ago
  34. 844cc46 mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc by Miquel Raynal · 4 years, 8 months ago
  35. 5e179a5 mtd: rawnand: Rename nand_init_data_interface() by Miquel Raynal · 4 years, 8 months ago
  36. 8d69a80 mtd: rawnand: Fix nand_setup_data_interface() description by Miquel Raynal · 4 years, 8 months ago
  37. adcf98b mtd: rawnand: Rename nand_has_setup_data_iface() by Miquel Raynal · 4 years, 8 months ago
  38. fe7f7b0 mtd: rawnand: Use the data interface mode entry when relevant by Miquel Raynal · 4 years, 8 months ago
  39. 6ef10df mtd: rawnand: Compare the actual timing values by Miquel Raynal · 4 years, 8 months ago
  40. a63674c mtd: rawnand: Reorganize the nand_chip structure by Miquel Raynal · 4 years, 8 months ago
  41. 36017af mtd: rawnand: Declare the nand_manufacturer structure out of nand_chip by Miquel Raynal · 4 years, 8 months ago
  42. 271de00 mtd: rawnand: Rename the manufacturer structure by Miquel Raynal · 4 years, 8 months ago
  43. 8e8b270 mtd: rawnand: Create a nand_chip operations structure by Miquel Raynal · 4 years, 8 months ago
  44. d1f3837 mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structure by Miquel Raynal · 4 years, 8 months ago
  45. c4cabc0 mtd: rawnand: Use unsigned types for nand_chip unsigned values by Miquel Raynal · 4 years, 8 months ago
  46. 85f54c5 mtd: nand: Rename a core structure by Miquel Raynal · 4 years, 8 months ago
  47. 6232095 mtd: nand: Drop useless 'depends on' in Kconfig by Miquel Raynal · 4 years, 8 months ago
  48. deedeb6 mtd: nand: Add an extra level in the Kconfig hierarchy by Miquel Raynal · 4 years, 8 months ago
  49. 33d226f mtd: nand: Move nand_device forward declaration to the top by Miquel Raynal · 4 years, 8 months ago
  50. ba9f316 dt-bindings: mtd: nand: Document the generic rb-gpios property by Boris Brezillon · 4 years, 8 months ago
  51. 90d6bf4 mtd: rawnand: tango: Convert the driver to exec_op() by Boris Brezillon · 4 years, 8 months ago
  52. 5197360 mtd: rawnand: mtk: Convert the driver to exec_op() by Boris Brezillon · 4 years, 8 months ago
  53. b3a9e3b Linux 5.8-rc1 by Linus Torvalds · 4 years, 7 months ago
  54. 4a87b19 Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-morton/linux by Linus Torvalds · 4 years, 7 months ago
  55. 39030e1 security: Add LSM hooks to set*gid syscalls by Thomas Cedeno · 4 years, 8 months ago
  56. 9d645db Merge tag 'for-5.8-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 4 years, 7 months ago
  57. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  58. 55e20bd Revert "btrfs: switch to iomap_dio_rw() for dio" by David Sterba · 4 years, 8 months ago
  59. bc13911 net: ethernet: ti: ale: fix allmulti for nu type ale by Grygorii Strashko · 4 years, 7 months ago
  60. 2074f9e net: ethernet: ti: am65-cpsw-nuss: fix ale parameters init by Grygorii Strashko · 4 years, 7 months ago
  61. fa7566a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 7 months ago
  62. bf97bac net: atm: Remove the error message according to the atomic context by Liao Pingfang · 4 years, 7 months ago
  63. f82e7b5 Merge tag '5.8-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 years, 7 months ago
  64. 4f9b3a3 binderfs: add gitignore for generated sample program by Linus Torvalds · 4 years, 7 months ago
  65. 3e1ad40 doc: don't use deprecated "---help---" markers in target docs by Linus Torvalds · 4 years, 7 months ago
  66. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  67. 3df83e1 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 7 months ago
  68. 91fa588 Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 4 years, 7 months ago
  69. ac911b3 Merge tag 'media/v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 4 years, 7 months ago
  70. d74b15d Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 4 years, 7 months ago
  71. 298ce0f watch_queue: add gitignore for generated sample program by Linus Torvalds · 4 years, 7 months ago
  72. 593bd5e Merge tag 'iomap-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  73. c555722 Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 years, 7 months ago
  74. 61f3e82 Merge tag '9p-for-5.8' of git://github.com/martinetd/linux by Linus Torvalds · 4 years, 7 months ago
  75. 08bf1a2 Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 7 months ago
  76. cfd230b Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 4 years, 7 months ago
  77. 5619270 Merge tag 'for-linus' of git://github.com/openrisc/linux by Linus Torvalds · 4 years, 7 months ago
  78. 66125d9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 4 years, 7 months ago
  79. a942908 Merge tag 'ras-core-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  80. 076f14b Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  81. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  82. 6c32978 Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 7 months ago
  83. db227c1 ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefully by Ard Biesheuvel · 4 years, 8 months ago
  84. 39c3e30 ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0 by Chris Packham · 4 years, 8 months ago
  85. 777747f alpha: Fix build around srm_sysrq_reboot_op by Joerg Roedel · 4 years, 8 months ago
  86. 7812193 alpha: c_next should increase position index by Matt Turner · 4 years, 8 months ago
  87. e66dd01 alpha: Replace sg++ with sg = sg_next(sg) by Xu Wang · 4 years, 8 months ago
  88. 54505a1 alpha: fix memory barriers so that they conform to the specification by Mikulas Patocka · 4 years, 8 months ago
  89. c0ebf71 alpha: remove unneeded semicolon in sys_eiger.c by Jason Yan · 4 years, 9 months ago
  90. a466a5c alpha: remove unneeded semicolon in osf_sys.c by Jason Yan · 4 years, 9 months ago
  91. 5f14596 alpha: Replace strncmp with str_has_prefix by Chuhong Yuan · 5 years ago
  92. 5bea3044 alpha: fix rtc port ranges by Mikulas Patocka · 6 years ago
  93. 8b3ebda alpha: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
  94. 29fcb05 bpf: Undo internal BPF_PROBE_MEM in BPF insns dump by Andrii Nakryiko · 4 years, 8 months ago
  95. caf6249 libbpf: Support pre-initializing .bss global variables by Andrii Nakryiko · 4 years, 8 months ago
  96. 22eb787 tools/bpftool: Fix skeleton codegen by Andrii Nakryiko · 4 years, 8 months ago
  97. 60e5ca8 bpf: Fix memlock accounting for sock_hash by Andrey Ignatov · 4 years, 8 months ago
  98. f6fede8 bpf: sockmap: Don't attach programs to UDP sockets by Lorenz Bauer · 4 years, 8 months ago
  99. 2c7269b bpf: tcp: Recv() should return 0 when the peer socket is closed by Sabrina Dubroca · 4 years, 8 months ago
  100. a7a519a smb3: Add debug message for new file creation with idsfromsid mount option by Steve French · 4 years, 8 months ago