summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: determine potential physical address limitPetr Tesarik2023-08-011-0/+14
* swiotlb: if swiotlb is full, fall back to a transient memory poolPetr Tesarik2023-08-012-9/+309
* swiotlb: add a flag whether SWIOTLB is allowed to growPetr Tesarik2023-08-012-0/+26
* swiotlb: separate memory pool data from other allocator dataPetr Tesarik2023-08-011-64/+111
* swiotlb: add documentation and rename swiotlb_do_find_slots()Petr Tesarik2023-08-011-6/+55
* swiotlb: make io_tlb_default_mem local to swiotlb.cPetr Tesarik2023-08-011-1/+38
* swiotlb: bail out of swiotlb_init_late() if swiotlb is already allocatedPetr Tesarik2023-08-011-0/+3
* dma-contiguous: check for memory region overlapBinglei Wang2023-07-311-0/+5
* dma-contiguous: support numa CMA for specified nodeYajun Deng2023-07-312-26/+84
* dma-contiguous: support per-numa CMA for all architecturesYajun Deng2023-07-312-4/+10
* dma-mapping: move arch_dma_set_mask() declaration to headerArnd Bergmann2023-07-311-6/+0
* swiotlb: unexport is_swiotlb_activeChristoph Hellwig2023-07-311-1/+0
* Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-302-5/+17
|\
| * kprobes: Prohibit probing on CFI preamble symbolMasami Hiramatsu (Google)2023-07-291-1/+13
| * tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)2023-07-261-4/+4
* | Merge tag 'locking_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-07-304-76/+155
|\ \
| * | locking/rtmutex: Fix task->pi_waiters integrityPeter Zijlstra2023-07-174-76/+155
* | | Merge tag 'trace-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-07-295-22/+21
|\ \ \
| * | | tracing: Fix warning in trace_buffered_event_disable()Zheng Yejian2023-07-281-10/+4
| * | | tracing: Fix kernel-doc warnings in trace_seq.cGaosheng Cui2023-07-281-0/+1
| * | | tracing: Fix kernel-doc warnings in trace_events_trigger.cGaosheng Cui2023-07-281-0/+2
| * | | tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui2023-07-281-0/+1
| * | | ring-buffer: Fix kernel-doc warnings in ring_buffer.cGaosheng Cui2023-07-281-2/+1
| * | | ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian2023-07-281-10/+12
* | | | mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds2023-07-261-0/+4
| |_|/ |/| |
* | | Merge tag 'trace-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-07-234-7/+17
|\| |
| * | tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella2023-07-231-1/+2
| * | ring-buffer: Do not swap cpu_buffer during resize processChen Lin2023-07-232-2/+15
| * | tracing: Remove unused extern declaration tracing_map_set_field_descr()YueHaibing2023-07-231-4/+0
| |/
* | Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-07-201-7/+25
|\ \
| * | bpf: Repeat check_max_stack_depth for async callbacksKumar Kartikeya Dwivedi2023-07-181-2/+19
| * | bpf: Fix subprog idx logic in check_max_stack_depthKumar Kartikeya Dwivedi2023-07-181-5/+6
* | | Merge tag 'mm-hotfixes-stable-2023-07-18-12-28' of git://git.kernel.org/pub/s...Linus Torvalds2023-07-181-5/+5
|\ \ \ | |_|/ |/| |
| * | prctl: move PR_GET_AUXV out of PR_MCE_KILLMiguel Ojeda2023-07-171-5/+5
* | | Merge tag 'sched_urgent_for_v6.5_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-07-163-10/+23
|\ \ \
| * | | sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan2023-07-102-9/+22
| * | | sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin2023-07-101-1/+1
| |/ /
* | | Merge tag 'hardening-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-07-161-3/+2
|\ \ \
| * | | kallsyms: strip LTO-only suffixes from promoted global functionsYonghong Song2023-07-121-3/+2
| |/ /
* | | Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-07-166-29/+24
|\ \ \
| * | | tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...Masami Hiramatsu (Google)2023-07-143-12/+14
| * | | Revert "tracing: Add "(fault)" name injection to kernel probes"Masami Hiramatsu (Google)2023-07-143-26/+9
| * | | tracing/probes: Fix to update dynamic data counter if fetcharg uses itMasami Hiramatsu (Google)2023-07-141-5/+7
| * | | tracing/probes: Fix not to count error code to total lengthMasami Hiramatsu (Google)2023-07-141-0/+2
| * | | tracing/probes: Fix to avoid double count of the string length on the arrayMasami Hiramatsu (Google)2023-07-141-2/+2
| * | | fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is runningMasami Hiramatsu (Google)2023-07-141-0/+6
* | | | Merge tag 'pm-6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-07-142-2/+8
|\ \ \ \ | |_|_|/ |/| | |
| | | |
| | \ \
| *-. \ \ Merge branches 'pm-sleep' and 'pm-qos'Rafael J. Wysocki2023-07-142-2/+8
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | * | PM: QoS: Restore support for default value on frequency QoSChungkai Yang2023-07-111-2/+7
| | |/ / | |/| |
| | * | PM: hibernate: Fix writing maj:min to /sys/power/resumeAzat Khuzhin2023-07-111-0/+1
| |/ /