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 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2021-09-05
22
-174
/
+1596
|
\
|
*
tracing: Add a probe that attaches to trace events
Tzvetomir Stoyanov (VMware)
2021-08-20
8
-13
/
+958
|
*
tracing/probes: Reject events which have the same name of existing one
Masami Hiramatsu
2021-08-19
4
-2
/
+36
|
*
tracing/probes: Have process_fetch_insn() take a void * instead of pt_regs
Steven Rostedt (VMware)
2021-08-19
3
-5
/
+7
|
*
tracing/probe: Change traceprobe_set_print_fmt() to take a type
Steven Rostedt (VMware)
2021-08-19
4
-11
/
+31
|
*
tracing/probes: Use struct_size() instead of defining custom macros
Steven Rostedt (VMware)
2021-08-18
2
-10
/
+2
|
*
tracing/probes: Allow for dot delimiter as well as slash for system names
Steven Rostedt (VMware)
2021-08-18
1
-0
/
+3
|
*
tracing/probe: Have traceprobe_parse_probe_arg() take a const arg
Steven Rostedt (VMware)
2021-08-18
4
-36
/
+31
|
*
tracing: Have dynamic events have a ref counter
Steven Rostedt (VMware)
2021-08-18
8
-23
/
+80
|
*
tracing: Add DYNAMIC flag for dynamic events
Steven Rostedt (VMware)
2021-08-18
4
-6
/
+8
|
*
tracing: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-17
3
-26
/
+26
|
*
tracepoint: Fix kerneldoc comments
zhaoxiao
2021-08-16
1
-2
/
+2
|
*
tracing/boot: Show correct histogram error command
Masami Hiramatsu
2021-08-16
1
-4
/
+10
|
*
tracing/boot: Support multiple histograms for each event
Masami Hiramatsu
2021-08-16
1
-9
/
+32
|
*
tracing/boot: Support multiple handlers for per-event histogram
Masami Hiramatsu
2021-08-16
1
-8
/
+35
|
*
tracing/boot: Add per-event histogram action options
Masami Hiramatsu
2021-08-16
1
-0
/
+231
|
*
tracing: Simplify the Kconfig dependency of FTRACE
Masahiro Yamada
2021-08-16
1
-5
/
+1
|
*
tracing: Allow execnames to be passed as args for synthetic events
Steven Rostedt (VMware)
2021-08-16
1
-4
/
+42
|
*
tracing: Have histogram types be constant when possible
Steven Rostedt (VMware)
2021-08-16
1
-18
/
+14
|
*
tracing/histogram: Update the documentation for the buckets modifier
Steven Rostedt (VMware)
2021-08-16
1
-0
/
+1
|
*
tracing: Add linear buckets to histogram logic
Steven Rostedt (VMware)
2021-08-16
1
-7
/
+58
|
*
tracing/boot: Fix a hist trigger dependency for boot time tracing
Masami Hiramatsu
2021-08-16
1
-6
/
+9
*
|
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
2021-09-04
3
-45
/
+85
|
\
\
|
*
|
mm: remove VM_DENYWRITE
David Hildenbrand
2021-09-03
2
-5
/
+0
|
*
|
kernel/fork: always deny write access to current MM exe_file
David Hildenbrand
2021-09-03
1
-6
/
+44
|
*
|
kernel/fork: factor out replacing the current MM exe_file
David Hildenbrand
2021-09-03
2
-35
/
+42
*
|
|
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-03
1
-1
/
+0
|
\
\
\
|
*
|
|
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
2021-08-19
1
-1
/
+0
*
|
|
|
Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-09-03
1
-0
/
+1
|
\
\
\
\
|
*
|
|
|
KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interrupts
Cédric Le Goater
2021-08-10
1
-0
/
+1
*
|
|
|
|
Merge tag 'livepatching-for-5.15' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-09-03
1
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
livepatch: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-19
1
-2
/
+2
*
|
|
|
|
|
Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-03
4
-111
/
+319
|
\
\
\
\
\
\
|
*
|
|
|
|
|
swiotlb: use depends on for DMA_RESTRICTED_POOL
Claire Chang
2021-08-31
1
-2
/
+1
|
*
|
|
|
|
|
swiotlb: Free tbl memory in swiotlb_exit()
Will Deacon
2021-07-23
1
-6
/
+15
|
*
|
|
|
|
|
swiotlb: Emit diagnostic in swiotlb_exit()
Will Deacon
2021-07-23
1
-0
/
+1
|
*
|
|
|
|
|
swiotlb: Convert io_default_tlb_mem to static allocation
Will Deacon
2021-07-23
1
-30
/
+36
|
*
|
|
|
|
|
swiotlb: add overflow checks to swiotlb_bounce
Dominique Martinet
2021-07-13
1
-3
/
+17
|
*
|
|
|
|
|
swiotlb: fix implicit debugfs declarations
Claire Chang
2021-07-13
1
-5
/
+16
|
*
|
|
|
|
|
swiotlb: Add restricted DMA pool initialization
Claire Chang
2021-07-13
2
-0
/
+90
|
*
|
|
|
|
|
swiotlb: Add restricted DMA alloc/free support
Claire Chang
2021-07-13
2
-14
/
+73
|
*
|
|
|
|
|
swiotlb: Refactor swiotlb_tbl_unmap_single
Claire Chang
2021-07-13
1
-15
/
+20
|
*
|
|
|
|
|
swiotlb: Move alloc_size to swiotlb_find_slots
Claire Chang
2021-07-13
1
-8
/
+9
|
*
|
|
|
|
|
swiotlb: Use is_swiotlb_force_bounce for swiotlb data bouncing
Claire Chang
2021-07-13
3
-2
/
+6
|
*
|
|
|
|
|
swiotlb: Update is_swiotlb_active to add a struct device argument
Claire Chang
2021-07-13
2
-3
/
+3
|
*
|
|
|
|
|
swiotlb: Update is_swiotlb_buffer to add a struct device argument
Claire Chang
2021-07-13
2
-6
/
+6
|
*
|
|
|
|
|
swiotlb: Set dev->dma_io_tlb_mem to the swiotlb pool used
Claire Chang
2021-07-13
1
-4
/
+4
|
*
|
|
|
|
|
swiotlb: Refactor swiotlb_create_debugfs
Claire Chang
2021-07-13
1
-7
/
+14
|
*
|
|
|
|
|
swiotlb: Refactor swiotlb init functions
Claire Chang
2021-07-13
1
-25
/
+25
*
|
|
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
9
-11
/
+13
|
\
\
\
\
\
\
\
[next]