aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-1023-369/+1035
|\
| * sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()Valentin Schneider2022-10-061-4/+1
| * lib/test_cpumask: Add for_each_cpu_and(not) testsValentin Schneider2022-10-061-0/+19
| * cpumask: Introduce for_each_cpu_andnot()Valentin Schneider2022-10-062-0/+23
| * lib/find_bit: Introduce find_next_andnot_bit()Valentin Schneider2022-10-062-0/+42
| * cpumask: fix checking valid cpu rangeYury Norov2022-10-011-11/+8
| * lib/bitmap: add tests for for_each() loopsYury Norov2022-10-011-1/+243
| * lib/find: optimize for_each() macrosYury Norov2022-10-011-31/+25
| * lib/bitmap: introduce for_each_set_bit_wrap() macroYury Norov2022-10-012-4/+41
| * lib/find_bit: add find_next{,_and}_bit_wrapYury Norov2022-10-012-9/+49
| * cpumask: switch for_each_cpu{,_not} to use for_each_bit()Yury Norov2022-10-012-9/+8
| * net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}Yury Norov2022-10-011-6/+4
| * cpumask: add cpumask_nth_{,and,andnot}Yury Norov2022-09-262-15/+57
| * lib/bitmap: remove bitmap_ord_to_posYury Norov2022-09-263-36/+4
| * lib/bitmap: add tests for find_nth_bit()Yury Norov2022-09-262-2/+63
| * lib: add find_nth{,_and,_andnot}_bit()Yury Norov2022-09-263-0/+149
| * lib/bitmap: add bitmap_weight_and()Yury Norov2022-09-263-9/+44
| * lib/bitmap: don't call __bitmap_weight() in kernel codeYury Norov2022-09-262-3/+3
| * tools: sync find_bit() implementationYury Norov2022-09-212-129/+81
| * lib/find_bit: optimize find_next_bit() functionsYury Norov2022-09-212-57/+85
| * lib/find_bit: create find_first_zero_bit_le()Yury Norov2022-09-212-5/+34
| * lib/find_bit: introduce FIND_FIRST_BIT() macroYury Norov2022-09-211-25/+24
| * lib/cpumask: add FORCE_NR_CPUS config optionYury Norov2022-09-203-4/+17
| * powerpc/64: don't refer nr_cpu_ids in asm code when it's undefinedYury Norov2022-09-201-0/+4
| * lib/cpumask: deprecate nr_cpumask_bitsYury Norov2022-09-191-6/+1
| * lib/cpumask: delete misleading commentYury Norov2022-09-191-4/+0
| * smp: add set_nr_cpu_ids()Yury Norov2022-09-196-7/+12
| * smp: don't declare nr_cpu_ids if NR_CPUS == 1Yury Norov2022-09-191-0/+2
| * drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTESPhil Auld2022-09-091-2/+3
* | Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-10-1034-486/+1299
|\ \
| * | ftrace: Create separate entry in MAINTAINERS for function hooksSteven Rostedt (Google)2022-10-061-5/+14
| * | tracing: Update MAINTAINERS to reflect new tracing git repoSteven Rostedt (Google)2022-10-061-2/+2
| * | tracing: Do not free snapshot if tracer is on cmdlineSteven Rostedt (Google)2022-10-051-4/+6
| * | ftrace: Still disable enabled records marked as disabledSteven Rostedt (Google)2022-10-051-4/+16
| * | tracing/user_events: Move pages/locks into groups to prepare for namespacesBeau Belgrave2022-10-031-72/+274
| * | tracing: Add Masami Hiramatsu as co-maintainerSteven Rostedt (Google)2022-10-031-2/+2
| * | tracing: Remove unused variable 'dups'Chen Zhongjin2022-10-031-3/+2
| * | MAINTAINERS: add myself as a tracing reviewerMark Rutland2022-10-031-0/+1
| * | ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)2022-09-291-0/+33
| * | tracing/user_events: Update ABI documentation to align to bits vs bytesBeau Belgrave2022-09-291-28/+58
| * | tracing/user_events: Use bits vs bytes for enabled status page dataBeau Belgrave2022-09-295-38/+135
| * | tracing/user_events: Use refcount instead of atomic for ref trackingBeau Belgrave2022-09-291-29/+24
| * | tracing/user_events: Ensure user provided strings are safely formattedBeau Belgrave2022-09-291-32/+59
| * | tracing/user_events: Use WRITE instead of READ for io vector importBeau Belgrave2022-09-291-1/+2
| * | tracing/user_events: Use NULL for strstr checksBeau Belgrave2022-09-291-3/+3
| * | tracing: Fix spelling mistake "preapre" -> "prepare"Colin Ian King2022-09-291-1/+1
| * | tracing: Wake up waiters when tracing is disabledSteven Rostedt (Google)2022-09-291-0/+6
| * | tracing: Add ioctl() to force ring buffer waiters to wake upSteven Rostedt (Google)2022-09-291-0/+22
| * | tracing: Wake up ring buffer waiters on closing of the fileSteven Rostedt (Google)2022-09-282-0/+16
| * | ring-buffer: Add ring_buffer_wake_waiters()Steven Rostedt (Google)2022-09-282-1/+40