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
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linux
Linus Torvalds
2022-10-10
2
-6
/
+5
|
\
|
*
sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()
Valentin Schneider
2022-10-06
1
-4
/
+1
|
*
lib/cpumask: add FORCE_NR_CPUS config option
Yury Norov
2022-09-20
1
-1
/
+1
|
*
smp: add set_nr_cpu_ids()
Yury Norov
2022-09-19
1
-2
/
+2
|
*
smp: don't declare nr_cpu_ids if NR_CPUS == 1
Yury Norov
2022-09-19
1
-0
/
+2
*
|
Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2022-10-10
17
-358
/
+1114
|
\
\
|
*
|
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: Remove unused variable 'dups'
Chen Zhongjin
2022-10-03
1
-3
/
+2
|
*
|
ring-buffer: Fix race between reset page and reading page
Steven Rostedt (Google)
2022-09-29
1
-0
/
+33
|
*
|
tracing/user_events: Use bits vs bytes for enabled status page data
Beau Belgrave
2022-09-29
1
-8
/
+67
|
*
|
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
1
-0
/
+15
|
*
|
ring-buffer: Add ring_buffer_wake_waiters()
Steven Rostedt (Google)
2022-09-28
1
-0
/
+39
|
*
|
ring-buffer: Check pending waiters when doing wake ups as well
Steven Rostedt (Google)
2022-09-27
1
-1
/
+2
|
*
|
ring-buffer: Have the shortest_full queue be the shortest not longest
Steven Rostedt (Google)
2022-09-27
1
-1
/
+1
|
*
|
ring-buffer: Allow splice to read previous partially read pages
Steven Rostedt (Google)
2022-09-27
1
-1
/
+9
|
*
|
ftrace: Fix recursive locking direct_mutex in ftrace_modify_direct_caller
Song Liu
2022-09-27
1
-1
/
+5
|
*
|
ftrace: Properly unset FTRACE_HASH_FL_MOD
Zheng Yejian
2022-09-27
1
-2
/
+6
|
*
|
tracing/eprobe: Fix alloc event dir failed when event name no set
Tao Chen
2022-09-27
1
-2
/
+1
|
*
|
tracing: Disable interrupt or preemption before acquiring arch_spinlock_t
Waiman Long
2022-09-27
1
-0
/
+23
|
*
|
rv/monitor: Add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
2022-09-26
2
-4
/
+4
|
*
|
tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads
Nico Pache
2022-09-26
1
-1
/
+2
|
*
|
tracing: kprobe: Make gen test module work in arm and riscv
Yipeng Zou
2022-09-26
1
-4
/
+43
|
*
|
tracing: kprobe: Fix kprobe event gen test module on exit
Yipeng Zou
2022-09-26
1
-1
/
+1
|
*
|
tracepoint: Optimize the critical region of mutex_lock in tracepoint_module_c...
Zhen Lei
2022-09-26
1
-8
/
+6
|
*
|
tracing/filter: Call filter predicate functions directly via a switch statement
Steven Rostedt (Google)
2022-09-26
1
-73
/
+157
|
*
|
tracing: Move struct filter_pred into trace_events_filter.c
Steven Rostedt (Google)
2022-09-26
2
-13
/
+13
|
*
|
tracing/hist: Call hist functions directly via a switch statement
Steven Rostedt (Google)
2022-09-26
1
-77
/
+169
|
*
|
tracing: Add numeric delta time to the trace event benchmark
Steven Rostedt (Google)
2022-09-26
2
-4
/
+6
|
*
|
rv/monitors: add 'static' qualifier for local symbols
Zeng Heng
2022-09-26
2
-4
/
+4
|
*
|
tracing/eprobe: Add eprobe filter support
Masami Hiramatsu (Google)
2022-09-26
2
-9
/
+98
*
|
|
Merge tag 'sysctl-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2022-10-10
2
-33
/
+32
|
\
\
\
|
*
|
|
kernel/sysctl-test: use SYSCTL_{ZERO/ONE_HUNDRED} instead of i_{zero/one_hund...
Liu Shixin
2022-09-08
1
-23
/
+20
|
*
|
|
kernel/sysctl.c: move sysctl_vals and sysctl_long_vals to sysctl.c
Liu Shixin
2022-09-08
1
-1
/
+8
|
*
|
|
sysctl: remove max_extfrag_threshold
Liu Shixin
2022-09-08
1
-6
/
+1
|
*
|
|
kernel/sysctl.c: remove unnecessary (void*) conversions
Dong Chuanjian
2022-09-08
1
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
module: tracking: Keep a record of tainted unloaded modules only
Aaron Tomlin
2022-10-10
1
-0
/
+3
*
|
|
Merge tag 'modules-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-10-10
2
-1
/
+69
|
\
\
\
|
*
|
|
module/decompress: generate sysfs string at compile time
David Disseldorp
2022-09-08
1
-1
/
+1
|
*
|
|
module: Add debugfs interface to view unloaded tainted modules
Aaron Tomlin
2022-09-08
1
-0
/
+68
|
|
/
/
*
|
|
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
2022-10-10
1
-3
/
+3
|
\
\
\
|
*
|
|
kbuild: build init/built-in.a just once
Masahiro Yamada
2022-09-29
1
-3
/
+3
|
|
|
/
|
|
/
|
[next]