summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton2023-06-238-104/+177
|\
| * kexec: support purgatories with .text.hot sectionsRicardo Ribalda2023-06-121-1/+13
| * Merge tag 'trace-v6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-05-296-60/+149
| |\
| | * tracing: Have function_graph selftest call cond_resched()Steven Rostedt (Google)2023-05-281-0/+10
| | * tracing: Only make selftest conditionals affect the global_traceSteven Rostedt (Google)2023-05-281-2/+8
| | * tracing: Make tracing_selftest_running/delete nops when not usedSteven Rostedt (Google)2023-05-281-1/+4
| | * tracing: Have tracer selftests call cond_resched() before runningSteven Rostedt (Google)2023-05-281-0/+7
| | * tracing: Move setting of tracing_selftest_running out of register_tracer()Steven Rostedt (Google)2023-05-281-4/+16
| | * tracing: Rename stacktrace field to common_stacktraceSteven Rostedt (Google)2023-05-233-7/+13
| | * tracing/histograms: Allow variables to have some modifiersSteven Rostedt (Google)2023-05-231-7/+16
| | * tracing/user_events: Document user_event_mm one-shot list usageBeau Belgrave2023-05-231-1/+22
| | * tracing/user_events: Rename link fields for clarityBeau Belgrave2023-05-231-18/+22
| | * tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds2023-05-231-6/+7
| | * tracing/user_events: Split up mm alloc and attachLinus Torvalds2023-05-231-11/+18
| | * tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira2023-05-231-0/+2
| | * tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave2023-05-231-7/+8
| * | Revert "module: error out early on concurrent load of the same module file"Linus Torvalds2023-05-291-43/+15
* | | kernel: pid_namespace: remove unused set_memfd_noexec_scope()YueHaibing2023-06-191-1/+0
* | | mm: ptep_get() conversionRyan Roberts2023-06-191-1/+1
* | | dma-mapping: force bouncing if the kmalloc() size is not cache-line-alignedCatalin Marinas2023-06-192-1/+6
* | | dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy2023-06-191-1/+1
* | | scatterlist: add dedicated config for DMA flagsRobin Murphy2023-06-191-0/+3
* | | perf/core: allow pte_offset_map() to failHugh Dickins2023-06-191-0/+4
* | | mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes2023-06-091-8/+5
* | | mm/gup: remove unused vmas parameter from pin_user_pages_remote()Lorenzo Stoakes2023-06-091-1/+1
* | | mm: page_alloc: move sysctls into it own filsKefeng Wang2023-06-091-67/+0
* | | mm: page_alloc: move pm_* function into powerKefeng Wang2023-06-092-0/+32
* | | mm: page_alloc: move mark_free_page() into snapshot.cKefeng Wang2023-06-091-0/+52
* | | cachestat: implement cachestat syscallNhat Pham2023-06-091-0/+1
* | | cgroup: remove cgroup_rstat_flush_atomic()Yosry Ahmed2023-06-091-21/+5
|/ /
* | Merge tag 'core-debugobjects-2023-05-28' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2023-05-281-7/+21
|\ \
| * | debugobjects,locking: Annotate debug_object_fill_pool() wait type violationPeter Zijlstra2023-05-021-7/+21
* | | Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-271-2/+2
|\ \ \
| * | | x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne2023-05-241-2/+2
* | | | module: error out early on concurrent load of the same module fileLinus Torvalds2023-05-251-15/+43
* | | | Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-253-4/+6
|\ \ \ \
| * \ \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-243-4/+6
| |\ \ \ \
| | * | | | bpf: fix a memory leak in the LRU and LRU_PERCPU hash mapsAnton Protopopov2023-05-221-2/+4
| | * | | | bpf: Fix mask generation for 32-bit narrow loads of 64-bit fieldsWill Deacon2023-05-191-1/+1
| | * | | | bpf: netdev: init the offload table earlierJakub Kicinski2023-05-151-1/+1
* | | | | | module: Fix use-after-free bug in read_file_mod_stats()Harshit Mogalapalli2023-05-221-1/+3
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-05-182-17/+60
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fprobe: add recursion detection in fprobe_exit_handlerZe Gao2023-05-181-0/+14
| * | | | fprobe: make fprobe_kprobe_handler recursion freeZe Gao2023-05-181-15/+44
| * | | | rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handlerZe Gao2023-05-181-2/+2
| * | | | tracing: fprobe: Initialize ret valiable to fix smatch errorMasami Hiramatsu (Google)2023-05-171-1/+1
| |/ / /
* | | | Merge tag 'locking_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-05-141-4/+4
|\ \ \ \
| * | | | locking/rwsem: Add __always_inline annotation to __down_read_common() and inl...John Stultz2023-05-081-4/+4
| |/ / /
* | | | Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-05-141-1/+13
|\ \ \ \
| * | | | perf/core: Fix perf_sample_data not properly initialized for different sweven...Yang Jihong2023-05-081-1/+13
| |/ / /