1. 8395b75 mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc() by Boris Brezillon · 6 years ago
  2. bf6065c mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc() by Boris Brezillon · 6 years ago
  3. 716bbba mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks by Boris Brezillon · 6 years ago
  4. 82fc509 mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there by Boris Brezillon · 6 years ago
  5. 4ae9402 mtd: rawnand: Leave chip->IO_ADDR_{R, W} to NULL when unused by Boris Brezillon · 6 years ago
  6. 800342d mtd: rawnand: Do not treat !maxchips specially in nand_scan_with_ids() by Boris Brezillon · 7 years ago
  7. 871a407 mtd: rawnand: Make maxchips an unsigned int by Boris Brezillon · 7 years ago
  8. 480bdd8 ARM: pxa: palmtreo: Drop docg4 specific init by Boris Brezillon · 7 years ago
  9. 64ddd5d mtd: rawnand: Remove docg4 by Boris Brezillon · 7 years ago
  10. 7fd130f mtd: rawnand: marvell: support 8b/512B strength for 2kiB pages layout by Miquel Raynal · 7 years ago
  11. dbfc671 mtd: rawnand: marvell: rework BCH engine failure path by Miquel Raynal · 7 years ago
  12. e4cdf9c mtd: rawnand: Pass a nand_chip object nand_erase_nand() by Boris Brezillon · 6 years ago
  13. 5740d4c mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpers by Boris Brezillon · 6 years ago
  14. 858838b mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface() by Boris Brezillon · 6 years ago
  15. 2e7f1ce mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry() by Boris Brezillon · 6 years ago
  16. aa36ff2 mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features() by Boris Brezillon · 6 years ago
  17. a2098a9 mtd: rawnand: Pass a nand_chip object to chip->erase() by Boris Brezillon · 6 years ago
  18. f1d4694 mtd: rawnand: Pass a nand_chip object to chip->waitfunc() by Boris Brezillon · 6 years ago
  19. 5295cf2 mtd: rawnand: Pass a nand_chip object to chip->cmdfunc() by Boris Brezillon · 6 years ago
  20. 50a487e mtd: rawnand: Pass a nand_chip object to chip->dev_ready() by Boris Brezillon · 6 years ago
  21. 0f808c1 mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl() by Boris Brezillon · 6 years ago
  22. c17556f mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooks by Boris Brezillon · 6 years ago
  23. 758b56f mtd: rawnand: Pass a nand_chip object to chip->select_chip() by Boris Brezillon · 6 years ago
  24. c0739d8 mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks by Boris Brezillon · 6 years ago
  25. 7e53432 mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks by Boris Brezillon · 6 years ago
  26. 767eb6f mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks by Boris Brezillon · 6 years ago
  27. b976168 mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks by Boris Brezillon · 6 years ago
  28. 00da2ea mtd: rawnand: Pass a nand_chip object to ecc->correct() by Boris Brezillon · 6 years ago
  29. af37d2c mtd: rawnand: Pass a nand_chip object to ecc->calculate() by Boris Brezillon · 6 years ago
  30. ec47636 mtd: rawnand: Pass a nand_chip object to ecc->hwctl() by Boris Brezillon · 6 years ago
  31. 2b356ab mtd: rawnand: Pass a nand_chip object to nand_wait_ready() by Boris Brezillon · 6 years ago
  32. 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 6 years ago
  33. 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 6 years ago
  34. 47bd59e mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooks by Boris Brezillon · 6 years ago
  35. 2f91eb6 mtd: rawnand: atmel: use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  36. 81592c6 mtd: rawnand: jz4780: use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  37. a9fdba0 mtd: rawnand: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  38. ab0fb17 mtd: rawnand: qcom: don't include dma-direct.h by Christoph Hellwig · 6 years ago
  39. f1bf52e mtd: rawnand: denali: use SPDX-License-Identifier and fix license mismatch by Masahiro Yamada · 6 years ago
  40. ff8648f mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versions by Kurt Kanzenbach · 6 years ago
  41. 434655a mtd: rawnand: fsl_ifc: check result of SRAM initialization by Kurt Kanzenbach · 6 years ago
  42. 64a2258 Documentation: mtd: remove stale pxa3xx NAND controller documentation by Miquel Raynal · 7 years ago
  43. 33c1c5f mtd: rawnand: marvell: document a bit more the driver by Miquel Raynal · 7 years ago
  44. f223713 mtd: rawnand: toshiba: Add support for Toshiba Memory BENAND (Built-in ECC NAND) by KOBAYASHI Yoshitake · 7 years ago
  45. 88aa3bb mtd: rawnand: marvell: use regmap_update_bits() for syscon access by Thomas Petazzoni · 7 years ago
  46. 7525c95 mtd: rawnand: Get rid of the ->read_word() hook by Boris Brezillon · 7 years ago
  47. 52f05b6 mtd: rawnand: Add the nand_wait_rdy_op() helper and use it by Boris Brezillon · 7 years ago
  48. 85e08e5 mtd: rawnand: Add the nand_wait_readrdy() helper and use it by Boris Brezillon · 7 years ago
  49. 5736184 Linux 4.19-rc2 by Linus Torvalds · 6 years ago
  50. fd6868d Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  51. a3ea991 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  52. 899ba79 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  53. 1395d109 Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  54. 501dacb Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  55. ff924c5 x86/pti: Fix section mismatch warning/error by Randy Dunlap · 6 years ago
  56. a72b44a Merge tag 'omap-for-v4.19/fixes-v2-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 6 years ago
  57. e78e5a9 x86/vdso: Fix lsl operand order by Samuel Neves · 6 years ago
  58. 360bd62 Merge tag 'linux-watchdog-4.19-rc2' of git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 6 years ago
  59. b18ed66 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  60. c748610 x86/mce: Fix set_mce_nospec() to avoid #GP fault by LuckTony · 6 years ago
  61. 420f51f Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  62. eeb89e2 x86/efi: Load fixmap GDT in efi_call_phys_epilog() by Joerg Roedel · 6 years ago
  63. 4290d5b Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  64. 01f6543 Merge tag 'm68k-for-v4.19-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 6 years ago
  65. 754cf4b Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  66. 4012e77 x86/nmi: Fix NMI uaccess race against CR3 switching by Andy Lutomirski · 6 years ago
  67. 829fe4a x86: Allow generating user-space headers without a compiler by Ben Hutchings · 6 years ago
  68. 342db04 x86/dumpstack: Don't dump kernel memory based on usermode RIP by Jann Horn · 6 years ago
  69. 0413bed of: Add device_type access helper functions by Rob Herring · 6 years ago
  70. 6fb86d9 cpu/hotplug: Remove skip_onerr field from cpuhp_step structure by Mukesh Ojha · 6 years ago
  71. f52bb98 arm64: mm: always enable CONFIG_HOLES_IN_ZONE by James Morse · 6 years ago
  72. 0986b16 m68k/mac: Use correct PMU response format by Finn Thain · 6 years ago
  73. 4658aff Merge tag 'drm-fixes-2018-08-31' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  74. 217c3e0 disable stringop truncation warnings for now by Stephen Rothwell · 6 years ago
  75. b6935d2 Merge tag 'pm-4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  76. a0b9c4d Merge branch 'pm-core' by Rafael J. Wysocki · 6 years ago
  77. bded6c0 clk: x86: Set default parent to 48Mhz by Akshu Agrawal · 6 years ago
  78. cebc07d i2c: sh_mobile: fix leak when using DMA bounce buffer by Wolfram Sang · 6 years ago
  79. 531db50 i2c: sh_mobile: define start_ch() void as it only returns 0 anyhow by Wolfram Sang · 6 years ago
  80. 82fe39a i2c: refactor function to release a DMA safe buffer by Wolfram Sang · 6 years ago
  81. 1204d12 i2c: algos: bit: make the error messages grepable by Jan Kundrát · 6 years ago
  82. 9d9a152 i2c: designware: Re-init controllers with pm_disabled set on resume by Hans de Goede · 6 years ago
  83. 7fd6d98 i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBus by Mika Westerberg · 6 years ago
  84. fb64638 Merge tag 'for-linus-20180830' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  85. f42b0e18 of: add node name compare helper functions by Rob Herring · 6 years ago
  86. 9f8f16c Merge tag 'mtd/for-4.19-rc2' of git://git.infradead.org/linux-mtd by Linus Torvalds · 6 years ago
  87. 48f8e8e Merge tag 'mmc-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 6 years ago
  88. 755a8bf arm/arm64: smccc-1.1: Handle function result as parameters by Marc Zyngier · 6 years ago
  89. 26e609e x86/asm: Use CC_SET()/CC_OUT() in __gen_sigismember() by Uros Bizjak · 6 years ago
  90. 9222f60 x86/alternatives: Lockdep-enforce text_mutex in text_poke*() by Jiri Kosina · 6 years ago
  91. 113fc08 objtool: Remove workaround for unreachable warnings from old GCC by Masahiro Yamada · 6 years ago
  92. 13ba17b notifier: Remove notifier header file wherever not used by Mukesh Ojha · 6 years ago
  93. cb9d7fd watchdog: Mark watchdog touch functions as notrace by Vincent Whitchurch · 6 years ago
  94. f12d11c x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit() by Jann Horn · 6 years ago
  95. 1f59a45 x86/irqflags: Mark native_restore_fl extern inline by Nick Desaulniers · 6 years ago
  96. 36bf9da x86/build: Remove jump label quirk for GCC older than 4.5.2 by Masahiro Yamada · 6 years ago
  97. 58c3f14 Merge tag 'riscv-for-linus-4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 6 years ago
  98. 49a51c4 Merge tag 'drm-intel-fixes-2018-08-29' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  99. 185c3cf Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 6 years ago
  100. 852fde0 Merge branch 'mediatek-drm-fixes-4.19' of https://github.com/ckhu-mediatek/linux.git-tags into drm-fixes by Dave Airlie · 6 years ago