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