index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-22
treewide: surround Kconfig file paths with double quotes
Masahiro Yamada
30
-47
/
+47
2018-12-22
microblaze: surround string default in Kconfig with double quotes
Masahiro Yamada
1
-1
/
+1
2018-12-22
kconfig: use T_WORD instead of T_VARIABLE for variables
Masahiro Yamada
2
-4
/
+3
2018-12-22
kconfig: use specific tokens instead of T_ASSIGN for assignments
Masahiro Yamada
2
-5
/
+13
2018-12-22
kconfig: refactor scanning and parsing "option" properties
Masahiro Yamada
5
-52
/
+41
2018-12-22
kconfig: use distinct tokens for type and default properties
Masahiro Yamada
3
-32
/
+47
2018-12-15
kconfig: remove redundant token defines
Masahiro Yamada
1
-5
/
+0
2018-12-15
kconfig: rename depends_list to comment_option_list
Masahiro Yamada
1
-6
/
+6
2018-12-15
kconfig: loosen the order of "visible" and "depends on" in menu entry
Masahiro Yamada
1
-7
/
+7
2018-12-15
kconfig: remove redundant menu_block rule
Masahiro Yamada
1
-8
/
+1
2018-12-15
kconfig: remove redundant if_block rule
Masahiro Yamada
1
-9
/
+1
2018-12-15
kconfig: remove grammatically ambiguous option_error
Masahiro Yamada
1
-10
/
+0
2018-12-15
kconfig: remove grammatically ambiguous "unexpected option" diagnostic
Masahiro Yamada
1
-10
/
+1
2018-12-15
kconfig: warn no new line at end of file
Masahiro Yamada
2
-1
/
+5
2018-12-13
kconfig: clean up EOF handling in the lexer
Masahiro Yamada
1
-3
/
+2
2018-12-13
kconfig: fix ambiguous grammar in terms of new lines
Masahiro Yamada
2
-15
/
+24
2018-12-13
kconfig: refactor pattern matching in STRING state
Masahiro Yamada
1
-11
/
+3
2018-12-13
kconfig: remove unneeded pattern matching to whitespaces
Masahiro Yamada
1
-6
/
+0
2018-12-13
kconfig: require T_EOL to reduce visible statement
Masahiro Yamada
1
-2
/
+2
2018-12-13
kconfig: fix memory leak when EOF is encountered in quotation
Masahiro Yamada
1
-0
/
+2
2018-12-13
kconfig: fix file name and line number of warn_ignored_character()
Masahiro Yamada
1
-1
/
+1
2018-12-08
kconfig: remove k_invalid from expr_parse_string() return type
Masahiro Yamada
1
-12
/
+2
2018-12-08
kconfig: remove S_OTHER symbol type and correct dependency tracking
Masahiro Yamada
3
-24
/
+16
2018-12-08
kconfig: split out code touching a file to conf_touch_dep()
Masahiro Yamada
1
-43
/
+49
2018-12-08
kconfig: rename conf_split_config() to conf_touch_deps()
Masahiro Yamada
1
-2
/
+2
2018-12-08
kconfig: remove unneeded setsym label in conf_read_simple()
Masahiro Yamada
1
-3
/
+3
2018-11-15
scripts/kconfig/merge_config: don't redefine 'y' to 'm'
Anders Roxell
1
-8
/
+29
2018-11-11
Linux 4.20-rc2
v4.20-rc2
Linus Torvalds
1
-1
/
+1
2018-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
54
-199
/
+430
2018-11-11
Merge tag 'kbuild-fixes-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-14
/
+19
2018-11-11
Merge tag 'for-4.20-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-57
/
+107
2018-11-11
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-31
/
+51
2018-11-11
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
17
-138
/
+114
2018-11-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
19
-121
/
+820
2018-11-11
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+0
2018-11-11
Merge branch 'sched/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-3
/
+6
2018-11-11
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-5
/
+8
2018-11-11
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-5
/
+16
2018-11-11
act_mirred: clear skb->tstamp on redirect
Eric Dumazet
2
-10
/
+2
2018-11-11
net: dsa: mv88e6xxx: Fix clearing of stats counters
Andrew Lunn
1
-0
/
+2
2018-11-11
tipc: fix link re-establish failure
Jon Maloy
1
-4
/
+7
2018-11-11
builddeb: Fix inclusion of dtbs in debian package
Rob Herring
1
-2
/
+2
2018-11-11
Revert "scripts/setlocalversion: git: Make -dirty check more robust"
Guenter Roeck
1
-1
/
+1
2018-11-11
kbuild: deb-pkg: fix too low build version number
Masahiro Yamada
1
-2
/
+5
2018-11-11
kconfig: merge_config: avoid false positive matches from comment lines
Masahiro Yamada
1
-3
/
+4
2018-11-10
Merge tag 'tty-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
6
-8
/
+36
2018-11-10
Merge tag 'drm-fixes-2018-11-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
43
-297
/
+258
2018-11-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2
-9
/
+25
2018-11-10
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-1
/
+27
2018-11-11
Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux in...
Dave Airlie
17
-130
/
+93
[next]