index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lib
/
subcmd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools lib subcmd: Show parent options in help
Namhyung Kim
2024-05-12
1
-12
/
+24
*
libsubcmd: Fix parse-options memory leak
Ian Rogers
2024-05-10
1
-3
/
+5
*
tools subcmd: Add check_if_command_finished()
Ian Rogers
2024-04-08
2
-24
/
+49
*
tools subcmd: Add a no exec function call option
Ian Rogers
2024-02-22
2
-0
/
+4
*
libsubcmd: Fix memory leak in uniq()
Ian Rogers
2024-01-04
1
-4
/
+14
*
libsubcmd: Avoid SEGV/use-after-free when commands aren't excluded
Ian Rogers
2023-07-11
1
-6
/
+12
*
Merge tag 'perf-tools-for-v6.5-1-2023-06-28' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-06-30
2
-17
/
+28
|
\
|
*
perf subcmd: Fix missing check for return value of malloc() in add_cmdname()
Chenyuan Mi
2023-06-20
1
-0
/
+2
|
*
lib subcmd: Avoid memory leak in exclude_cmds
Ian Rogers
2023-06-12
1
-2
/
+6
|
*
libsubcmd: Avoid two path statics, removing 8192 bytes from .bss
Ian Rogers
2023-05-28
1
-15
/
+20
*
|
tools/lib/subcmd: Replace NORETURN usage with __noreturn
Josh Poimboeuf
2023-05-16
2
-9
/
+4
|
/
*
tools lib subcmd: Add dependency test to install_headers
Ian Rogers
2022-12-14
1
-10
/
+13
*
tools lib subcmd: Make install_headers clearer
Ian Rogers
2022-11-20
1
-1
/
+1
*
tools lib subcmd: Add install target
Ian Rogers
2022-11-16
1
-0
/
+49
*
perf subcmd: Set environment variable "PREFIX"
Leo Yan
2022-10-04
1
-0
/
+3
*
libsubcmd: Fix OPTION_GROUP sorting
Josh Poimboeuf
2022-04-22
1
-3
/
+14
*
Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-31
1
-1
/
+1
|
\
|
*
kbuild: replace $(if A,A,B) with $(or A,B)
Masahiro Yamada
2022-02-15
1
-1
/
+1
*
|
libsubcmd: Fix use-after-free for realloc(..., 0)
Kees Cook
2022-02-16
1
-9
/
+2
|
/
*
libsubcmd: add OPT_UINTEGER_OPTARG option type
Riccardo Mancini
2021-08-31
1
-0
/
+1
*
tools: Avoid comma separated statements
Joe Perches
2020-10-02
1
-4
/
+6
*
libsubcmd: Fix OPT_CALLBACK_SET()
Ravi Bangoria
2020-07-17
1
-0
/
+3
*
libsubcmd: Introduce OPT_CALLBACK_SET()
Arnaldo Carvalho de Melo
2020-05-05
1
-0
/
+2
*
libsubcmd: Use -O0 with DEBUG=1
James Clark
2019-11-06
1
-1
/
+3
*
libsubcmd: Move EXTRA_FLAGS to the end to allow overriding existing flags
James Clark
2019-11-06
1
-2
/
+3
*
libsubcmd: Make _FORTIFY_SOURCE defines dependent on the feature
Ian Rogers
2019-09-27
1
-1
/
+7
*
tools lib subcmd: Don't add the kernel sources to the include path
Arnaldo Carvalho de Melo
2018-12-18
1
-2
/
+0
*
tools lib subcmd: Fix a few source code comment typos
Ingo Molnar
2018-12-17
1
-2
/
+2
*
tools lib subcmd: Introduce OPTION_ULONG
Arnaldo Carvalho de Melo
2018-10-19
2
-0
/
+21
*
tools lib subcmd: Support overwriting the pager
Andi Kleen
2018-09-19
2
-1
/
+11
*
perf tools: Add '\n' at the end of parse-options error messages
Ravi Bangoria
2018-04-18
1
-3
/
+3
*
tools/lib/subcmd/pager.c: do not alias select() params
Sergey Senozhatsky
2018-02-06
1
-1
/
+4
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
16
-0
/
+16
*
perf tools: Robustify detection of clang binary
David Carrillo-Cisneros
2017-08-28
1
-1
/
+1
*
tools include: Adopt strstarts() from the kernel
Arnaldo Carvalho de Melo
2017-07-20
2
-10
/
+10
*
tools lib string: Adopt prefixcmp() from perf and subcmd
Arnaldo Carvalho de Melo
2017-04-26
3
-9
/
+2
*
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
1
-0
/
+1
*
tools lib subcmd: Make it an error to pass a signed value to OPTION_UINTEGER
Arnaldo Carvalho de Melo
2017-02-14
1
-0
/
+4
*
tools: Set the maximum optimization level according to the compiler being used
Arnaldo Carvalho de Melo
2017-02-14
1
-1
/
+7
*
tools lib subcmd: Fix missing member name
Soramichi AKIYAMA
2017-01-16
1
-9
/
+9
*
tools lib subcmd: Add missing linux/kernel.h include to subcmd.h
Arnaldo Carvalho de Melo
2017-01-11
1
-0
/
+1
*
Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/s...
Ingo Molnar
2017-01-05
2
-0
/
+8
|
\
|
*
tools lib subcmd: Add OPT_STRING_OPTARG_SET option
Jiri Olsa
2017-01-03
2
-0
/
+8
*
|
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-12-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
make use of make variable CURDIR instead of calling pwd
Uwe Kleine-König
2016-12-11
1
-1
/
+1
*
|
tools lib subcmd: Suppport cascading options
Namhyung Kim
2016-10-25
2
-0
/
+16
|
/
*
perf tools: Query terminal width and use in perf list
Andi Kleen
2016-10-03
2
-0
/
+17
*
tools lib subcmd: Use str_error_r()
Arnaldo Carvalho de Melo
2016-07-12
1
-2
/
+3
*
tools lib subcmd: Respect WERROR=0 for build
Chris Phlipot
2016-07-04
1
-1
/
+7
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-03-24
1
-1
/
+1
|
\
[next]