index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Linux 5.17-rc1
v5.17-rc1
Linus Torvalds
2022-01-23
1
-2
/
+2
*
Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-01-23
51
-149
/
+354
|
\
|
*
perf tools: Remove redundant err variable
Minghao Chi
2022-01-22
1
-4
/
+1
|
*
perf test: Add parse-events test for aliases with hyphens
John Garry
2022-01-22
2
-9
/
+82
|
*
perf test: Add pmu-events test for aliases with hyphens
John Garry
2022-01-22
2
-0
/
+48
|
*
perf parse-events: Support event alias in form foo-bar-baz
John Garry
2022-01-22
4
-4
/
+41
|
*
perf evsel: Override attr->sample_period for non-libpfm4 events
German Gomez
2022-01-22
1
-8
/
+17
|
*
perf cpumap: Remove duplicate include in cpumap.h
Lv Ruyi
2022-01-22
1
-1
/
+0
|
*
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
2022-01-22
31
-87
/
+99
|
*
perf python: Fix cpu_map__item() building
Ian Rogers
2022-01-22
1
-3
/
+3
|
*
perf script: Fix printing 'phys_addr' failure issue
Yao Jin
2022-01-22
1
-1
/
+1
|
*
tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscall
Arnaldo Carvalho de Melo
2022-01-20
5
-1
/
+8
|
*
tools headers UAPI: Sync x86 arch prctl headers with the kernel sources
Arnaldo Carvalho de Melo
2022-01-19
1
-12
/
+14
|
*
perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...
Arnaldo Carvalho de Melo
2022-01-19
1
-1
/
+2
|
*
perf evlist: No need to setup affinities when disabling events for pid targets
Arnaldo Carvalho de Melo
2022-01-18
1
-5
/
+9
|
*
perf evlist: No need to setup affinities when enabling events for pid targets
Arnaldo Carvalho de Melo
2022-01-18
1
-5
/
+9
|
*
perf stat: No need to setup affinities when starting a workload
Arnaldo Carvalho de Melo
2022-01-18
1
-7
/
+10
|
*
perf affinity: Allow passing a NULL arg to affinity__cleanup()
Arnaldo Carvalho de Melo
2022-01-18
1
-1
/
+7
|
*
perf probe: Fix ppc64 'perf probe add events failed' case
Zechuan Chen
2022-01-18
1
-0
/
+3
*
|
Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2022-01-23
2
-3
/
+10
|
\
\
|
*
|
ftrace: Fix assuming build time sort works for s390
Steven Rostedt (Google)
2022-01-23
2
-3
/
+10
*
|
|
Merge tag 'kbuild-fixes-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-01-23
3
-4
/
+3
|
\
\
\
|
*
|
|
certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
Masahiro Yamada
2022-01-22
1
-1
/
+1
|
*
|
|
certs: Fix build error when CONFIG_MODULE_SIG_KEY is PKCS#11 URI
Masahiro Yamada
2022-01-22
1
-1
/
+1
|
*
|
|
Revert "Makefile: Do not quote value for CONFIG_CC_IMPLICIT_FALLTHROUGH"
Masahiro Yamada
2022-01-22
1
-1
/
+1
|
*
|
|
usr/include/Makefile: add linux/nfc.h to the compile-test coverage
Dmitry V. Levin
2022-01-22
1
-1
/
+0
*
|
|
|
Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux
Linus Torvalds
2022-01-23
73
-438
/
+635
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
vsprintf: rework bitmap_list_string
Yury Norov
2022-01-15
1
-17
/
+7
|
*
|
|
lib: bitmap: add performance test for bitmap_print_to_pagebuf
Yury Norov
2022-01-15
1
-0
/
+37
|
*
|
|
bitmap: unify find_bit operations
Yury Norov
2022-01-15
4
-46
/
+65
|
*
|
|
mm/percpu: micro-optimize pcpu_is_populated()
Yury Norov
2022-01-15
1
-7
/
+8
|
*
|
|
Replace for_each_*_bit_from() with for_each_*_bit() where appropriate
Yury Norov
2022-01-15
3
-6
/
+5
|
*
|
|
find: micro-optimize for_each_{set,clear}_bit()
Yury Norov
2022-01-15
1
-2
/
+2
|
*
|
|
include/linux: move for_each_bit() macros from bitops.h to find.h
Yury Norov
2022-01-15
2
-34
/
+34
|
*
|
|
cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
Yury Norov
2022-01-15
6
-6
/
+22
|
*
|
|
tools: sync tools/bitmap with mother linux
Yury Norov
2022-01-15
5
-11
/
+100
|
*
|
|
all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
Yury Norov
2022-01-15
21
-48
/
+47
|
*
|
|
cpumask: use find_first_and_bit()
Yury Norov
2022-01-15
1
-10
/
+20
|
*
|
|
lib: add find_first_and_bit()
Yury Norov
2022-01-15
3
-0
/
+69
|
*
|
|
arch: remove GENERIC_FIND_FIRST_BIT entirely
Yury Norov
2022-01-15
8
-22
/
+0
|
*
|
|
include: move find.h from asm_generic to linux
Yury Norov
2022-01-15
24
-31
/
+11
|
*
|
|
bitops: move find_bit_*_le functions from le.h to find.h
Yury Norov
2022-01-15
2
-64
/
+69
|
*
|
|
bitops: protect find_first_{,zero}_bit properly
Yury Norov
2022-01-15
1
-0
/
+5
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2022-01-22
172
-2820
/
+1766
|
\
\
\
\
|
*
|
|
|
mm: hide the FRONTSWAP Kconfig symbol
Christoph Hellwig
2022-01-22
1
-15
/
+3
|
*
|
|
|
frontswap: remove support for multiple ops
Christoph Hellwig
2022-01-22
3
-42
/
+19
|
*
|
|
|
mm: mark swap_lock and swap_active_head static
Christoph Hellwig
2022-01-22
2
-4
/
+2
|
*
|
|
|
frontswap: simplify frontswap_register_ops
Christoph Hellwig
2022-01-22
1
-41
/
+0
|
*
|
|
|
frontswap: remove frontswap_test
Christoph Hellwig
2022-01-22
2
-12
/
+1
|
*
|
|
|
mm: simplify try_to_unuse
Christoph Hellwig
2022-01-22
5
-97
/
+30
[next]