index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
2020-09-25
kconfig: qconf: remove ConfigLineEdit class
Masahiro Yamada
2020-09-25
kconfig: qconf: allow to edit "int", "hex", "string" menus in-place
Masahiro Yamada
2020-09-25
kconfig: qconf: show data column all the time
Masahiro Yamada
2020-09-25
kconfig: qconf: move ConfigView::updateList(All) to ConfigList class
Masahiro Yamada
2020-09-25
kconfig: qconf: remove unused ConfigItem::okRename()
Masahiro Yamada
2020-09-25
kconfig: qconf: update the intro message to match to the current code
Masahiro Yamada
2020-09-25
kconfig: qconf: reformat the intro message
Masahiro Yamada
2020-09-25
kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant Makefiles
Masahiro Yamada
2020-09-25
kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasan
Masahiro Yamada
2020-09-25
kbuild: preprocess module linker script
Masahiro Yamada
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-23
bpf: Check CONFIG_BPF option for resolve_btfids
Jiri Olsa
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-09-22
printk: move dictionary keys to dev_printk_info
John Ogness
2020-09-21
coccinelle: misc: add excluded_middle.cocci script
Denis Efremov
2020-09-20
kconfig: qconf: revive help message in the info view
Masahiro Yamada
2020-09-20
kconfig: qconf: fix incomplete type 'struct gstr' warning
Masahiro Yamada
2020-09-19
kconfig: qconf: use delete[] instead of delete to free array (again)
Masahiro Yamada
2020-09-16
kernel-doc: add support for ____cacheline_aligned attribute
Jonathan Cameron
2020-09-15
printk: ringbuffer: add finalization/extension support
John Ogness
2020-09-15
printk: ringbuffer: change representation of states
John Ogness
2020-09-14
Merge 5.9-rc5 into driver-core-next
Greg Kroah-Hartman
2020-09-13
scripts: coccicheck: Improve error feedback when coccicheck fails
Sumera Priyadarsini
2020-09-13
Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-09-12
coccinelle: api: update kzfree script to kfree_sensitive
Denis Efremov
2020-09-10
scripts: device_attr_show.cocci: update location of sysfs doc
Mauro Carvalho Chehab
2020-09-10
kernel-doc: include line numbers for function prototypes
Mauro Carvalho Chehab
2020-09-08
scripts/gdb: update for lockless printk ringbuffer
John Ogness
2020-09-08
scripts/gdb: add utils.read_ulong()
John Ogness
2020-09-07
scripts/tags.sh: exclude tools directory from tags generation
Rustam Kovhaev
2020-09-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-09-05
checkpatch: fix the usage of capture group ( ... )
Mrinal Pandey
2020-09-05
coccinelle: misc: add uninitialized_var.cocci script
Denis Efremov
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
scripts/dev-needs: Add script to list device dependencies
Saravana Kannan
2020-09-03
kconfig: remove redundant assignment prompt = prompt
Denis Efremov
2020-09-03
kconfig: streamline_config.pl: check defined(ENV variable) before using it
Randy Dunlap
2020-09-02
coccinelle: ifnullfree: add vfree(), kvfree*() functions
Denis Efremov
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-09-01
spelling.txt: Remove some duplicate entries
Joe Perches
2020-08-27
Makefile: Add clang-tidy and static analyzer support to makefile
Nathan Huckleberry
2020-08-27
gen_compile_commands: remove the warning about too few .cmd files
Masahiro Yamada
2020-08-27
gen_compile_commands: support *.o, *.a, modules.order in positional argument
Masahiro Yamada
2020-08-27
gen_compile_commands: move directory walk to a generator function
Masahiro Yamada
2020-08-27
gen_compile_commands: make -o option independent of -d option
Masahiro Yamada
2020-08-27
gen_compile_commands: reword the help message of -d option
Masahiro Yamada
2020-08-27
gen_compile_commands: do not support .cmd files under tools/ directory
Masahiro Yamada
2020-08-27
gen_compile_commands: use choices for --log_levels option
Masahiro Yamada
2020-08-27
gen_compile_commands: parse only the first line of .*.cmd files
Masahiro Yamada
2020-08-27
kbuild: hide commands to run Kconfig, and show short log for syncconfig
Masahiro Yamada
[prev]
[next]