index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-10-10
23
-369
/
+1035
|
\
|
*
sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()
Valentin Schneider
2022-10-06
1
-4
/
+1
|
*
lib/test_cpumask: Add for_each_cpu_and(not) tests
Valentin Schneider
2022-10-06
1
-0
/
+19
|
*
cpumask: Introduce for_each_cpu_andnot()
Valentin Schneider
2022-10-06
2
-0
/
+23
|
*
lib/find_bit: Introduce find_next_andnot_bit()
Valentin Schneider
2022-10-06
2
-0
/
+42
|
*
cpumask: fix checking valid cpu range
Yury Norov
2022-10-01
1
-11
/
+8
|
*
lib/bitmap: add tests for for_each() loops
Yury Norov
2022-10-01
1
-1
/
+243
|
*
lib/find: optimize for_each() macros
Yury Norov
2022-10-01
1
-31
/
+25
|
*
lib/bitmap: introduce for_each_set_bit_wrap() macro
Yury Norov
2022-10-01
2
-4
/
+41
|
*
lib/find_bit: add find_next{,_and}_bit_wrap
Yury Norov
2022-10-01
2
-9
/
+49
|
*
cpumask: switch for_each_cpu{,_not} to use for_each_bit()
Yury Norov
2022-10-01
2
-9
/
+8
|
*
net: fix cpu_max_bits_warn() usage in netif_attrmask_next{,_and}
Yury Norov
2022-10-01
1
-6
/
+4
|
*
cpumask: add cpumask_nth_{,and,andnot}
Yury Norov
2022-09-26
2
-15
/
+57
|
*
lib/bitmap: remove bitmap_ord_to_pos
Yury Norov
2022-09-26
3
-36
/
+4
|
*
lib/bitmap: add tests for find_nth_bit()
Yury Norov
2022-09-26
2
-2
/
+63
|
*
lib: add find_nth{,_and,_andnot}_bit()
Yury Norov
2022-09-26
3
-0
/
+149
|
*
lib/bitmap: add bitmap_weight_and()
Yury Norov
2022-09-26
3
-9
/
+44
|
*
lib/bitmap: don't call __bitmap_weight() in kernel code
Yury Norov
2022-09-26
2
-3
/
+3
|
*
tools: sync find_bit() implementation
Yury Norov
2022-09-21
2
-129
/
+81
|
*
lib/find_bit: optimize find_next_bit() functions
Yury Norov
2022-09-21
2
-57
/
+85
|
*
lib/find_bit: create find_first_zero_bit_le()
Yury Norov
2022-09-21
2
-5
/
+34
|
*
lib/find_bit: introduce FIND_FIRST_BIT() macro
Yury Norov
2022-09-21
1
-25
/
+24
|
*
lib/cpumask: add FORCE_NR_CPUS config option
Yury Norov
2022-09-20
3
-4
/
+17
|
*
powerpc/64: don't refer nr_cpu_ids in asm code when it's undefined
Yury Norov
2022-09-20
1
-0
/
+4
|
*
lib/cpumask: deprecate nr_cpumask_bits
Yury Norov
2022-09-19
1
-6
/
+1
|
*
lib/cpumask: delete misleading comment
Yury Norov
2022-09-19
1
-4
/
+0
|
*
smp: add set_nr_cpu_ids()
Yury Norov
2022-09-19
6
-7
/
+12
|
*
smp: don't declare nr_cpu_ids if NR_CPUS == 1
Yury Norov
2022-09-19
1
-0
/
+2
|
*
drivers/base: Fix unsigned comparison to -1 in CPUMAP_FILE_MAX_BYTES
Phil Auld
2022-09-09
1
-2
/
+3
*
|
Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2022-10-10
34
-486
/
+1299
|
\
\
|
*
|
ftrace: Create separate entry in MAINTAINERS for function hooks
Steven Rostedt (Google)
2022-10-06
1
-5
/
+14
|
*
|
tracing: Update MAINTAINERS to reflect new tracing git repo
Steven Rostedt (Google)
2022-10-06
1
-2
/
+2
|
*
|
tracing: Do not free snapshot if tracer is on cmdline
Steven Rostedt (Google)
2022-10-05
1
-4
/
+6
|
*
|
ftrace: Still disable enabled records marked as disabled
Steven Rostedt (Google)
2022-10-05
1
-4
/
+16
|
*
|
tracing/user_events: Move pages/locks into groups to prepare for namespaces
Beau Belgrave
2022-10-03
1
-72
/
+274
|
*
|
tracing: Add Masami Hiramatsu as co-maintainer
Steven Rostedt (Google)
2022-10-03
1
-2
/
+2
|
*
|
tracing: Remove unused variable 'dups'
Chen Zhongjin
2022-10-03
1
-3
/
+2
|
*
|
MAINTAINERS: add myself as a tracing reviewer
Mark Rutland
2022-10-03
1
-0
/
+1
|
*
|
ring-buffer: Fix race between reset page and reading page
Steven Rostedt (Google)
2022-09-29
1
-0
/
+33
|
*
|
tracing/user_events: Update ABI documentation to align to bits vs bytes
Beau Belgrave
2022-09-29
1
-28
/
+58
|
*
|
tracing/user_events: Use bits vs bytes for enabled status page data
Beau Belgrave
2022-09-29
5
-38
/
+135
|
*
|
tracing/user_events: Use refcount instead of atomic for ref tracking
Beau Belgrave
2022-09-29
1
-29
/
+24
|
*
|
tracing/user_events: Ensure user provided strings are safely formatted
Beau Belgrave
2022-09-29
1
-32
/
+59
|
*
|
tracing/user_events: Use WRITE instead of READ for io vector import
Beau Belgrave
2022-09-29
1
-1
/
+2
|
*
|
tracing/user_events: Use NULL for strstr checks
Beau Belgrave
2022-09-29
1
-3
/
+3
|
*
|
tracing: Fix spelling mistake "preapre" -> "prepare"
Colin Ian King
2022-09-29
1
-1
/
+1
|
*
|
tracing: Wake up waiters when tracing is disabled
Steven Rostedt (Google)
2022-09-29
1
-0
/
+6
|
*
|
tracing: Add ioctl() to force ring buffer waiters to wake up
Steven Rostedt (Google)
2022-09-29
1
-0
/
+22
|
*
|
tracing: Wake up ring buffer waiters on closing of the file
Steven Rostedt (Google)
2022-09-28
2
-0
/
+16
|
*
|
ring-buffer: Add ring_buffer_wake_waiters()
Steven Rostedt (Google)
2022-09-28
2
-1
/
+40
[next]