summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi2022-01-104-28/+20
| * | | | tracing: Change event_trigger_ops func() to trigger()Tom Zanussi2022-01-104-26/+37
| * | | | tracing: Change event_command func() to parse()Tom Zanussi2022-01-104-39/+44
| * | | | tracing: Use trace_iterator_reset() in tracing_read_pipe()Steven Rostedt (VMware)2021-12-111-2/+1
| * | | | tracing: Use memset_startat helper in trace_iterator_reset()Xiu Jianfeng2021-12-111-8/+1
| * | | | tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave2021-12-111-6/+7
| * | | | tracing: Iterate trace_[ku]probe objects directlyJiri Olsa2021-12-112-24/+12
| * | | | tracing: Make trace_marker{,_raw} stream-likeJohn Keeping2021-12-071-10/+8
| * | | | tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)2021-12-062-4/+2
| * | | | tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang2021-12-061-1/+1
| * | | | tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)2021-12-061-7/+4
| * | | | tracing/kprobes: Do not open code event reserve logicSteven Rostedt (VMware)2021-12-061-18/+7
| * | | | tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)2021-12-061-11/+5
| * | | | tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)2021-12-062-27/+36
| * | | | tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()Steven Rostedt (VMware)2021-12-061-1/+1
| * | | | tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu2021-12-061-0/+3
| * | | | tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu2021-12-064-6/+59
| * | | | tracing: Fix spelling mistake "aritmethic" -> "arithmetic"Colin Ian King2021-12-061-1/+1
* | | | | Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-164-19/+19
|\ \ \ \ \
| * \ \ \ \ Merge branch 'for-5.17/kallsyms' into for-linusPetr Mladek2022-01-142-0/+3
| |\ \ \ \ \
| | * | | | | livepatch: Avoid CPU hogging with cond_reschedDavid Vernet2022-01-072-0/+3
| * | | | | | livepatch: Fix missing unlock on error in klp_enable_patch()Yang Yingliang2022-01-041-1/+3
| * | | | | | livepatch: Fix kobject refcount bug on klp_init_patch_early failure pathDavid Vernet2022-01-041-18/+13
| * | | | | | Documentation: livepatch: Add livepatch API pageDavid Vernet2021-12-231-3/+3
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-1510-20/+78
|\ \ \ \ \ \
| * | | | | | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
| * | | | | | dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He2022-01-151-2/+2
| * | | | | | mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan2022-01-151-1/+2
| * | | | | | mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann2022-01-151-0/+1
| * | | | | | mm: add a field to store names for private anonymous memoryColin Cross2022-01-152-0/+65
| * | | | | | trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-5/+1
| * | | | | | trace/osnoise: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-2/+1
| * | | | | | rcutorture: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-5/+2
| * | | | | | ring-buffer: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-5/+2
| * | | | | | kthread: add the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-0/+1
* | | | | | | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-223/+569
|\ \ \ \ \ \ \
| * | | | | | | genirq/msi: Populate sysfs entry only onceThomas Gleixner2022-01-101-6/+5
| * | | | | | | genirq/msi: Convert storage to xarrayThomas Gleixner2021-12-161-92/+77
| * | | | | | | genirq/msi: Simplify sysfs handlingThomas Gleixner2021-12-161-107/+91
| * | | | | | | genirq/msi: Mop up old interfacesThomas Gleixner2021-12-161-16/+15
| * | | | | | | genirq/msi: Convert to new functionsThomas Gleixner2021-12-161-9/+14
| * | | | | | | genirq/msi: Make interrupt allocation less convolutedThomas Gleixner2021-12-161-60/+69
| * | | | | | | platform-msi: Simplify platform device MSI codeThomas Gleixner2021-12-161-24/+21
| * | | | | | | genirq/msi: Provide domain flags to allocate/free MSI descriptors automaticallyThomas Gleixner2021-12-161-0/+48
| * | | | | | | genirq/msi: Provide msi_alloc_msi_desc() and a simple allocatorThomas Gleixner2021-12-161-0/+59
| * | | | | | | genirq/msi: Provide a set of advanced MSI accessors and iteratorsThomas Gleixner2021-12-161-0/+96
| * | | | | | | genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()Thomas Gleixner2021-12-161-16/+58
| * | | | | | | genirq/msi: Add mutex for MSI list protectionThomas Gleixner2021-12-161-0/+21
| * | | | | | | genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner2021-12-161-1/+4
| * | | | | | | genirq/msi: Provide interface to retrieve Linux interrupt numberThomas Gleixner2021-12-161-0/+36