index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-19
kconfig: highlight xconfig 'comment' lines with '***'
Randy Dunlap
1
-0
/
+1
2021-04-19
kconfig: highlight gconfig 'comment' lines with '***'
Randy Dunlap
1
-2
/
+6
2021-04-19
kconfig: gconf: remove unused code
Masahiro Yamada
1
-7
/
+0
2021-04-19
kconfig: remove unused PACKAGE definition
Masahiro Yamada
1
-4
/
+0
2021-04-16
kconfig: nconf: stop endless search loops
Mihai Moldovan
1
-1
/
+1
2021-04-14
kconfig: split menu.c out of parser.y
Masahiro Yamada
4
-5
/
+14
2021-04-14
kconfig: nconf: refactor in print_in_middle()
Masahiro Yamada
3
-34
/
+6
2021-04-14
kconfig: nconf: remove meaningless wattrset() call from show_menu()
Masahiro Yamada
1
-1
/
+0
2021-04-14
kconfig: nconf: change set_config_filename() to void function
Masahiro Yamada
1
-2
/
+1
2021-04-14
kconfig: nconf: refactor attributes setup code
Masahiro Yamada
3
-175
/
+144
2021-04-14
kconfig: nconf: remove unneeded default for menu prompt
Masahiro Yamada
1
-4
/
+2
2021-04-14
kconfig: nconf: get rid of (void) casts from wattrset() calls
Masahiro Yamada
2
-17
/
+17
2021-04-14
kconfig: nconf: fix NORMAL attributes
Masahiro Yamada
1
-2
/
+2
2021-04-14
kconfig: mconf,nconf: remove unneeded '\0' termination after snprintf()
Masahiro Yamada
2
-17
/
+6
2021-04-14
kconfig: use /boot/config-* etc. as DEFCONFIG_LIST only for native build
Masahiro Yamada
2
-4
/
+9
2021-04-14
kconfig: change sym_change_count to a boolean flag
Masahiro Yamada
7
-24
/
+18
2021-04-14
kconfig: nconf: fix core dump when searching in empty menu
Masahiro Yamada
1
-3
/
+7
2021-04-14
kconfig: lxdialog: A spello fix and a punctuation added
Bhaskar Chowdhury
1
-2
/
+2
2021-04-14
kconfig: streamline_config.pl: Couple of typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-04-14
kconfig: use true and false for bool variable
Yang Li
1
-1
/
+1
2021-04-14
kconfig: change "modules" from sub-option to first-level attribute
Masahiro Yamada
9
-27
/
+13
2021-04-14
kconfig: remove allnoconfig_y option
Masahiro Yamada
7
-24
/
+1
2021-04-14
kconfig: do not use allnoconfig_y option
Masahiro Yamada
3
-2
/
+3
2021-04-14
kconfig: move default KBUILD_DEFCONFIG back to scripts/kconfig/Makefile
Masahiro Yamada
2
-3
/
+4
2021-04-14
kconfig: change defconfig_list option to environment variable
Masahiro Yamada
12
-43
/
+50
2021-04-14
kconfig: move JUMP_NB to mconf.c
Masahiro Yamada
2
-2
/
+2
2021-04-14
kconfig: move conf_set_all_new_symbols() to conf.c
Masahiro Yamada
3
-187
/
+193
2021-03-25
kconfig: move conf_rewrite_mod_or_yes() to conf.c
Masahiro Yamada
3
-16
/
+15
2021-03-25
kconfig: remove assignment for Kconfig file
Masahiro Yamada
1
-2
/
+1
2021-03-25
kconfig: add help messages for --help (-h) and --silent (-s)
Masahiro Yamada
1
-3
/
+7
2021-03-25
kconfig: add long options --help and --silent
Masahiro Yamada
1
-0
/
+2
2021-03-25
kconfig: refactor option parse code
Masahiro Yamada
1
-48
/
+43
2021-03-25
kconfig: split randconfig setup code into set_randconfig_seed()
Masahiro Yamada
1
-23
/
+31
2021-03-14
Linux 5.12-rc3
v5.12-rc3
Linus Torvalds
1
-1
/
+1
2021-03-14
prctl: fix PR_SET_MM_AUXV kernel stack leak
Alexey Dobriyan
1
-1
/
+1
2021-03-13
zram: fix broken page writeback
Minchan Kim
1
-3
/
+3
2021-03-13
zram: fix return value on writeback_store
Minchan Kim
1
-3
/
+8
2021-03-13
mm/memcg: set memcg when splitting page
Zhou Guanghui
1
-0
/
+1
2021-03-13
mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...
Zhou Guanghui
3
-14
/
+9
2021-03-13
ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign
Sergei Trofimovich
1
-1
/
+1
2021-03-13
ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls
Sergei Trofimovich
1
-6
/
+18
2021-03-13
mm/userfaultfd: fix memory corruption due to writeprotect
Nadav Amit
1
-0
/
+8
2021-03-13
kasan: fix KASAN_STACK dependency for HW_TAGS
Andrey Konovalov
1
-0
/
+1
2021-03-13
kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC
Andrey Konovalov
1
-2
/
+6
2021-03-13
mm/madvise: replace ptrace attach requirement for process_madvise
Suren Baghdasaryan
1
-1
/
+12
2021-03-13
include/linux/sched/mm.h: use rcu_dereference in in_vfork()
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-03-13
kfence: fix reports if constant function prefixes exist
Marco Elver
1
-6
/
+12
2021-03-13
kfence, slab: fix cache_alloc_debugcheck_after() for bulk allocations
Marco Elver
1
-1
/
+1
2021-03-13
kfence: fix printk format for ptrdiff_t
Marco Elver
1
-6
/
+6
2021-03-13
linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*
Arnd Bergmann
1
-0
/
+6
[next]