index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-03
KVM: x86: hyper-v: replace bitmap_weight() with hweight64()
Yury Norov
1
-2
/
+2
2022-06-03
KVM: x86: hyper-v: fix type of valid_bank_mask
Yury Norov
1
-2
/
+2
2022-06-03
ia64: cleanup remove_siblinginfo()
Yury Norov
1
-4
/
+0
2022-06-03
drm/amd/pm: use bitmap_{from,to}_arr32 where appropriate
Yury Norov
2
-2
/
+2
2022-06-03
KVM: s390: replace bitmap_copy with bitmap_{from,to}_arr64 where appropriate
Yury Norov
1
-7
/
+3
2022-06-03
lib/bitmap: add test for bitmap_{from,to}_arr64
Yury Norov
1
-0
/
+25
2022-06-03
lib: add bitmap_{from,to}_arr64
Yury Norov
2
-4
/
+73
2022-06-03
lib/bitmap: extend comment for bitmap_(from,to)_arr32()
Yury Norov
1
-2
/
+6
2022-06-03
include/linux/find: Fix documentation
Anna-Maria Behnsen
1
-3
/
+3
2022-06-03
lib/bitmap.c make bitmap_print_bitmask_to_buf parseable
Mauro Carvalho Chehab
1
-13
/
+20
2022-06-03
MAINTAINERS: add cpumask and nodemask files to BITMAP_API
Yury Norov
1
-0
/
+4
2022-06-03
arch/x86: replace nodes_weight with nodes_empty where appropriate
Yury Norov
2
-3
/
+3
2022-06-03
mm/vmstat: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-2
/
+2
2022-06-03
clocksource: replace cpumask_weight with cpumask_empty in clocksource.c
Yury Norov
1
-1
/
+1
2022-06-03
genirq/affinity: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-06-03
irq: mips: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-06-03
drm/i915/pmu: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-06-03
arch/x86: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
3
-9
/
+9
2022-06-03
arch/ia64: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-06-03
arch/alpha: replace cpumask_weight with cpumask_empty where appropriate
Yury Norov
1
-1
/
+1
2022-06-03
risc-v: replace bitmap_weight with bitmap_empty in riscv_fill_hwcap()
Yury Norov
1
-4
/
+3
2022-05-02
qed: replace bitmap_weight with bitmap_empty in qed_roce_stop()
Yury Norov
1
-1
/
+1
2022-05-02
octeontx2-pf: replace bitmap_weight with bitmap_empty where appropriate
Yury Norov
2
-3
/
+3
2022-05-02
KVM: x86: replace bitmap_weight with bitmap_empty where appropriate
Yury Norov
1
-4
/
+4
2022-05-02
qed: rework qed_rdma_bmap_free()
Yury Norov
1
-31
/
+14
2022-05-02
iio: fix opencoded for_each_set_bit()
Yury Norov
1
-29
/
+19
2022-05-02
net: mellanox: fix open-coded for_each_set_bit()
Yury Norov
1
-17
/
+6
2022-05-02
net: systemport: don't use bitmap_weight() in bcm_sysport_rule_set()
Yury Norov
1
-5
/
+1
2022-05-02
net: dsa: don't use bitmap_weight() in b53_arl_read()
Yury Norov
1
-5
/
+1
2022-04-10
Linux 5.18-rc2
Linus Torvalds
1
-1
/
+1
2022-04-09
perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout output
Ian Rogers
1
-0
/
+1
2022-04-09
perf tools: Add external commands to list-cmds
Michael Petlan
1
-0
/
+4
2022-04-09
perf docs: Add perf-iostat link to manpages
Michael Petlan
1
-1
/
+1
2022-04-09
perf session: Remap buf if there is no space for event
Denis Nikitin
1
-3
/
+12
2022-04-09
perf bench: Fix epoll bench to correct usage of affinity for machines with #CPUs > 1K
Athira Rajeev
2
-12
/
+38
2022-04-09
perf bench: Fix futex bench to correct usage of affinity for machines with #CPUs > 1K
Athira Rajeev
5
-28
/
+83
2022-04-09
perf tools: Fix perf's libperf_print callback
Adrian Hunter
1
-1
/
+1
2022-04-09
perf: arm-spe: Fix perf report --mem-mode
James Clark
1
-0
/
+6
2022-04-09
perf unwind: Don't show unwind error messages when augmenting frame pointer stack
James Clark
8
-14
/
+32
2022-04-09
tools headers arm64: Sync arm64's cputype.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2022-04-09
perf test tsc: Fix error message when not supported
Chengdong Li
1
-9
/
+27
2022-04-09
perf build: Don't use -ffat-lto-objects in the python feature test when building with clang-13
Arnaldo Carvalho de Melo
2
-0
/
+5
2022-04-09
perf python: Fix probing for some clang command line options
Arnaldo Carvalho de Melo
1
-2
/
+4
2022-04-09
tools build: Filter out options and warnings not supported by clang
Arnaldo Carvalho de Melo
2
-0
/
+10
2022-04-09
tools build: Use $(shell ) instead of `` to get embedded libperl's ccopts
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-04-09
tools include UAPI: Sync linux/vhost.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+7
2022-04-08
MAINTAINERS: add Tom as clang reviewer
Tom Rix
1
-0
/
+1
2022-04-08
mm/list_lru.c: revert "mm/list_lru: optimize memcg_reparent_list_lru_node()"
Andrew Morton
1
-6
/
+0
2022-04-08
mailmap: update Vasily Averin's email address
Vasily Averin
1
-0
/
+4
2022-04-08
mm/mempolicy: fix mpol_new leak in shared_policy_replace
Miaohe Lin
1
-0
/
+1
[next]