summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* hung_task: ignore hung_task_warnings when hung_task_panic is enabledYongliang Gao2024-06-251-1/+1
* crash: remove header files which are included more than onceWenchao Hao2024-06-251-1/+0
* kernel/panic: add verbose logging of kernel taints in backtracesJani Nikula2024-06-251-11/+34
* kernel/panic: initialize taint_flags[] using a macroJani Nikula2024-06-251-19/+27
* kernel/panic: convert print_tainted() to use struct seq_buf internallyJani Nikula2024-06-251-14/+24
* kernel/panic: return early from print_tainted() when not taintedJani Nikula2024-06-251-12/+13
* lib min_heap: rename min_heapify() to min_heap_sift_down()Kuan-Wei Chiu2024-06-251-1/+1
* lib min_heap: add args for min_heap_callbacksKuan-Wei Chiu2024-06-251-5/+5
* lib min_heap: add type safe interfaceKuan-Wei Chiu2024-06-251-5/+6
* perf/core: fix several typosKuan-Wei Chiu2024-06-251-4/+4
* fork: use this_cpu_try_cmpxchg() in try_release_thread_stack_to_cache()Uros Bizjak2024-06-251-3/+4
* backtracetest: add MODULE_DESCRIPTION()Jeff Johnson2024-06-251-0/+1
* Merge tag 'net-6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-201-9/+16
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-06-151-9/+16
| |\
| | * bpf: fix UML x86_64 compile failureMaciej Żenczykowski2024-06-131-1/+1
| | * bpf: Reduce stack consumption in check_stack_write_fixed_offDaniel Borkmann2024-06-131-4/+5
| | * bpf: Fix reg_set_min_max corruption of fake_regDaniel Borkmann2024-06-131-4/+10
* | | Merge tag 'probes-fixes-v6.10-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-06-191-2/+2
|\ \ \
| * | | tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)2024-06-121-2/+2
| |/ /
* | | Merge tag 'lsm-pr-20240617' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-06-181-2/+3
|\ \ \
| * | | ima: Avoid blocking in RCU read-side critical sectionGUO Zihua2024-06-131-2/+3
| |/ /
* | | Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds2024-06-173-1/+5
|\ \ \
| * | | kcov: don't lose track of remote references during softirqsAleksandr Nogikh2024-06-151-0/+1
| * | | gcov: add support for GCC 14Peter Oberparleiter2024-06-151-1/+3
| * | | zap_pid_ns_processes: clear TIF_NOTIFY_SIGNAL along with TIF_SIGPENDINGOleg Nesterov2024-06-151-0/+1
| |/ /
* / / tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()Oleg Nesterov2024-06-101-28/+14
|/ /
* | Merge tag 'perf-urgent-2024-06-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-06-081-0/+13
|\ \ | |/ |/|
| * perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu2024-06-051-0/+13
* | Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-064-10/+10
|\ \ | |/ |/|
| * bpf: Fix a potential use-after-free in bpf_link_free()Cong Wang2024-06-031-5/+6
| * bpf, devmap: Remove unnecessary if check in for loopThorsten Blum2024-06-031-3/+0
| * bpf: Fix bpf_session_cookie BTF_ID in special_kfunc_set listJiri Olsa2024-05-312-2/+4
* | Merge tag 'kbuild-fixes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-06-011-2/+7
|\ \
| * | kheaders: use `command -v` to test for existence of `cpio`Miguel Ojeda2024-05-291-1/+6
| * | kheaders: explicitly define file modes for archived headersMatthias Maennich2024-05-291-1/+1
* | | Merge tag 'dma-mapping-6.10-2024-05-31' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-311-9/+16
|\ \ \ | |_|/ |/| |
| * | dma-mapping: benchmark: handle NUMA_NO_NODE correctlyFedor Pchelkin2024-05-231-2/+1
| * | dma-mapping: benchmark: fix node id validationFedor Pchelkin2024-05-231-1/+2
| * | dma-mapping: benchmark: avoid needless copy_to_user if benchmark failsFedor Pchelkin2024-05-231-0/+3
| * | dma-mapping: benchmark: fix up kthread-related error handlingFedor Pchelkin2024-05-231-6/+10
* | | Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-302-9/+11
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-282-9/+11
| |\ \ \
| | * | | bpf: Allow delete from sockmap/sockhash only if update is allowedJakub Sitnicki2024-05-271-3/+7
| | * | | bpf: remove unnecessary rcu_read_{lock,unlock}() in multi-uprobe attach logicAndrii Nakryiko2024-05-251-2/+0
| | * | | bpf: fix multi-uprobe PID filtering logicAndrii Nakryiko2024-05-251-4/+4
* | | | | Merge tag 'probes-fixes-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-282-5/+13
|\ \ \ \ \
| * | | | | tracing/probes: fix error check in parse_btf_field()Carlos López2024-05-271-0/+4
| * | | | | uprobes: prevent mutex_lock() under rcu_read_lock()Andrii Nakryiko2024-05-241-5/+9
| |/ / / /
* | | | | Merge tag 'vfs-6.10-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-271-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | swap: yield device immediatelyChristian Brauner2024-05-241-1/+1