1. 824fa3b kconfig: switch to ASSIGN_VAL state in the second lexer by Masahiro Yamada · 6 years ago
  2. b3d1d9d kconfig: stop associating kconf_id with yylval by Masahiro Yamada · 6 years ago
  3. caaebb3 kconfig: refactor end token rules by Masahiro Yamada · 6 years ago
  4. f545158 kconfig: stop supporting '.' and '/' in unquoted words by Masahiro Yamada · 6 years ago
  5. 8636a1f treewide: surround Kconfig file paths with double quotes by Masahiro Yamada · 6 years ago
  6. 48547bd microblaze: surround string default in Kconfig with double quotes by Masahiro Yamada · 6 years ago
  7. 171a515 kconfig: use T_WORD instead of T_VARIABLE for variables by Masahiro Yamada · 6 years ago
  8. c3d2287 kconfig: use specific tokens instead of T_ASSIGN for assignments by Masahiro Yamada · 6 years ago
  9. ce2164a kconfig: refactor scanning and parsing "option" properties by Masahiro Yamada · 6 years ago
  10. 3c8f317 kconfig: use distinct tokens for type and default properties by Masahiro Yamada · 6 years ago
  11. a01e5d2 kconfig: remove redundant token defines by Masahiro Yamada · 6 years ago
  12. 4b5ec81 kconfig: rename depends_list to comment_option_list by Masahiro Yamada · 6 years ago
  13. 1f31be9 kconfig: loosen the order of "visible" and "depends on" in menu entry by Masahiro Yamada · 6 years ago
  14. 94d4e1b kconfig: remove redundant menu_block rule by Masahiro Yamada · 6 years ago
  15. 4891796 kconfig: remove redundant if_block rule by Masahiro Yamada · 6 years ago
  16. 2f60e46 kconfig: remove grammatically ambiguous option_error by Masahiro Yamada · 6 years ago
  17. 6900ae9 kconfig: remove grammatically ambiguous "unexpected option" diagnostic by Masahiro Yamada · 6 years ago
  18. 7236793 kconfig: warn no new line at end of file by Masahiro Yamada · 6 years ago
  19. 0bcc547 kconfig: clean up EOF handling in the lexer by Masahiro Yamada · 6 years ago
  20. cc66bca kconfig: fix ambiguous grammar in terms of new lines by Masahiro Yamada · 6 years ago
  21. 21c5ecf kconfig: refactor pattern matching in STRING state by Masahiro Yamada · 6 years ago
  22. be3c807 kconfig: remove unneeded pattern matching to whitespaces by Masahiro Yamada · 6 years ago
  23. 413cd19 kconfig: require T_EOL to reduce visible statement by Masahiro Yamada · 6 years ago
  24. fbac597 kconfig: fix memory leak when EOF is encountered in quotation by Masahiro Yamada · 6 years ago
  25. 77c1c0f kconfig: fix file name and line number of warn_ignored_character() by Masahiro Yamada · 6 years ago
  26. 0cbe3ac kconfig: remove k_invalid from expr_parse_string() return type by Masahiro Yamada · 6 years ago
  27. 2aabbed kconfig: remove S_OTHER symbol type and correct dependency tracking by Masahiro Yamada · 6 years ago
  28. 1508fec kconfig: split out code touching a file to conf_touch_dep() by Masahiro Yamada · 6 years ago
  29. 0849d21 kconfig: rename conf_split_config() to conf_touch_deps() by Masahiro Yamada · 6 years ago
  30. 75889e9 kconfig: remove unneeded setsym label in conf_read_simple() by Masahiro Yamada · 6 years ago
  31. a9b7228 scripts/kconfig/merge_config: don't redefine 'y' to 'm' by Anders Roxell · 6 years ago
  32. ccda4af Linux 4.20-rc2 by Linus Torvalds · 6 years ago
  33. 7a3765e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  34. e12e00e Merge tag 'kbuild-fixes-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  35. 63a42e1 Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  36. c140f8b Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  37. b6df7b6 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  38. 655c6b9 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  39. 08b5278 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  40. 024d4d4 Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  41. 1acf93c Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  42. 0b002cd Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  43. 7236ead act_mirred: clear skb->tstamp on redirect by Eric Dumazet · 6 years ago
  44. a9049ff net: dsa: mv88e6xxx: Fix clearing of stats counters by Andrew Lunn · 6 years ago
  45. 7ab412d tipc: fix link re-establish failure by Jon Maloy · 6 years ago
  46. d5615e4 builddeb: Fix inclusion of dtbs in debian package by Rob Herring · 6 years ago
  47. 8ef14c2 Revert "scripts/setlocalversion: git: Make -dirty check more robust" by Guenter Roeck · 6 years ago
  48. bbcde0a kbuild: deb-pkg: fix too low build version number by Masahiro Yamada · 6 years ago
  49. 6bbe4385 kconfig: merge_config: avoid false positive matches from comment lines by Masahiro Yamada · 6 years ago
  50. e255aee Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  51. 20ef6d0 Merge tag 'drm-fixes-2018-11-11' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  52. 1de4f2e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  53. a1aa42f Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  54. 73b6f96 Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 6 years ago
  55. d10cf6d Merge tag 'drm-misc-fixes-2018-11-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 6 years ago
  56. 7d588f9 Merge tag 'drm-intel-fixes-2018-11-08' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes by Dave Airlie · 6 years ago
  57. 63c8299 net: sched: cls_flower: validate nested enc_opts_policy to avoid warning by Jakub Kicinski · 6 years ago
  58. ab6e1f3 Merge tag 'for-linus-4.20a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 6 years ago
  59. 35c5568 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  60. d5335b3 Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  61. fbd1d52 net: mvneta: correct typo by Alexandre Belloni · 6 years ago
  62. 6223071 flow_dissector: do not dissect l4 ports for fragments by 배석진 · 6 years ago
  63. d02854d net: qualcomm: rmnet: Fix incorrect assignment of real_dev by Subash Abhinov Kasiviswanathan · 6 years ago
  64. dd63c3e Merge branch 'aquantia-fixes' by David S. Miller · 6 years ago
  65. bbb67a4 net: aquantia: allow rx checksum offload configuration by Dmitry Bogdanov · 6 years ago
  66. ad703c2 net: aquantia: invalid checksumm offload implementation by Dmitry Bogdanov · 6 years ago
  67. bfaa9f8 net: aquantia: fixed enable unicast on 32 macvlan by Igor Russkikh · 6 years ago
  68. 7a1bb49 net: aquantia: fix potential IOMMU fault after driver unbind by Dmitry Bogdanov · 6 years ago
  69. 35e8e8b net: aquantia: synchronized flow control between mac/phy by Igor Russkikh · 6 years ago
  70. aa4330e Merge tag 'devicetree-fixes-for-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  71. dc5db21 Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  72. d757a3b Merge tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  73. 26eaed4 Merge tag 'mips_fixes_4.20_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  74. 1aefa98 clk: qcom: gcc: Fix board clock node name by Vinod Koul · 6 years ago
  75. 1503538 x86/cpu/vmware: Do not trace vmware_sched_clock() by Steven Rostedt (VMware) · 6 years ago
  76. 247c554 usb: typec: ucsi: add support for Cypress CCGx by Ajay Gupta · 6 years ago
  77. 641a41d serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout by Yoshihiro Shimoda · 6 years ago
  78. caccdcc i2c: nvidia-gpu: make pm_ops static by Wolfram Sang · 6 years ago
  79. c71bcdc i2c: add i2c bus driver for NVIDIA GPU by Ajay Gupta · 6 years ago
  80. eb6984f ext4: missing !bh check in ext4_xattr_inode_write() by Vasily Averin · 6 years ago
  81. 848bd3f i2c: qcom-geni: Fix runtime PM mismatch with child devices by Stephen Boyd · 6 years ago
  82. 350784e MAINTAINERS: Add entry for i2c-omap driver by Vignesh R · 6 years ago
  83. 5b27740 i2c: omap: Enable for ARCH_K3 by Vignesh R · 6 years ago
  84. ab214c48 dt-bindings: i2c: omap: Add new compatible for AM654 SoCs by Vignesh R · 6 years ago
  85. 3941552 xen: remove size limit of privcmd-buf mapping interface by Juergen Gross · 6 years ago
  86. d3132b3 xen: fix xen_qlock_wait() by Juergen Gross · 6 years ago
  87. 34ffec6 block: make sure writesame bio is aligned with logical block size by Ming Lei · 6 years ago
  88. ba5d738 block: cleanup __blkdev_issue_discard() by Ming Lei · 6 years ago
  89. 1adfc5e block: make sure discard bio is aligned with logical block size by Ming Lei · 6 years ago
  90. d39aa49 Revert "nvmet-rdma: use a private workqueue for delete" by Christoph Hellwig · 6 years ago
  91. 8f676b85 nvme: make sure ns head inherits underlying device limits by Sagi Grimberg · 6 years ago
  92. 21d3bbd nvmet: don't try to add ns to p2p map unless it actually uses it by Sagi Grimberg · 6 years ago
  93. 3541833 Merge tag 's390-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  94. 1457d8c x86/xen: fix pv boot by Juergen Gross · 6 years ago
  95. 85b18b0 net: smsc95xx: Fix MTU range by Stefan Wahren · 6 years ago
  96. 8137b6e net: stmmac: Fix RX packet size > 8191 by Thor Thayer · 6 years ago
  97. 81fe16e Merge branch 'qed-Slowpath-Queue-bug-fixes' by David S. Miller · 6 years ago
  98. fa5c448 qed: Fix potential memory corruption by Sagiv Ozeri · 6 years ago
  99. fb5e743 qed: Fix SPQ entries not returned to pool in error flows by Denis Bolotin · 6 years ago
  100. 2632f22 qed: Fix blocking/unlimited SPQ entries leak by Denis Bolotin · 6 years ago