summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-011-37/+17
|\
| * perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2022-12-271-3/+3
| * perf: Fix use-after-free in error pathPeter Zijlstra2022-12-271-1/+3
| * perf/core: Fix cgroup events trackingChengming Zhou2022-12-271-32/+10
| * perf core: Return error pointer if inherit_event() fails to find pmu_ctxRavi Bangoria2022-12-271-1/+1
* | Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2023-01-013-16/+56
|\ \ | |/ |/|
| * futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorMathieu Desnoyers2022-12-271-4/+7
| * rtmutex: Add acquire semantics for rtmutex lock acquisition slow pathMel Gorman2022-12-122-12/+49
* | Merge tag 'hardening-v6.2-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-233-7/+9
|\ \
| * | cfi: Fix CFI failure with KASANSami Tolvanen2022-12-231-3/+0
| * | exit: Use READ_ONCE() for all oops/warn limit readsKees Cook2022-12-162-4/+9
* | | Merge tag 'dma-mapping-2022-12-23' of git://git.infradead.org/users/hch/dma-m...Linus Torvalds2022-12-231-0/+4
|\ \ \
| * | | dma-mapping: reject GFP_COMP for noncoherent allocationsChristoph Hellwig2022-12-211-0/+4
* | | | Merge tag 'mm-hotfixes-stable-2022-12-22-14-34' of git://git.kernel.org/pub/s...Linus Torvalds2022-12-231-0/+5
|\ \ \ \
| * | | | gcov: add support for checksum fieldRickard x Andersson2022-12-211-0/+5
| |/ / /
* | | | Merge tag 'trace-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2022-12-212-2/+2
|\ \ \ \
| * | | | rv/monitors: Move monitor structure in rodataAlessandro Carminati2022-12-202-2/+2
* | | | | Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-216-48/+112
|\ \ \ \ \
| * | | | | tracing/probes: Reject symbol/symstr type for uprobeMasami Hiramatsu (Google)2022-12-153-10/+17
| * | | | | tracing/probes: Add symstr type for dynamic eventsMasami Hiramatsu (Google)2022-12-154-24/+85
| * | | | | kprobes: kretprobe events missing on 2-core KVM guestwuqiang2022-12-151-6/+2
| * | | | | kprobes: Fix check for probe enabled in kill_kprobe()Li Huafei2022-11-281-8/+8
| * | | | | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-241-0/+3
* | | | | | Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-213-5/+11
|\ \ \ \ \ \
| * | | | | | bpf: Resolve fext program type when checking map compatibilityToke Høiland-Jørgensen2022-12-141-2/+3
| * | | | | | bpf: Synchronize dispatcher update with bpf_dispatcher_xdp_funcJiri Olsa2022-12-141-0/+5
| * | | | | | bpf: prevent leak of lsm program after failed attachMilan Landaverde2022-12-141-3/+3
* | | | | | | Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-211-4/+6
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney2022-12-171-4/+6
* | | | | | | Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-12-191-2/+10
|\ \ \ \ \ \ \
| * | | | | | | padata: Mark padata_work_init() as __refNathan Chancellor2022-12-141-2/+10
* | | | | | | | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-12-192-0/+17
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-081-0/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | objtool: Add --mnop as an option to --mcountSathvika Vasireddy2022-11-181-0/+7
| * | | | | | | | | module: add module_elf_check_arch for module-specific checksNicholas Piggin2022-12-021-0/+10
| |/ / / / / / / /
* | | | | | | | | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-175-28/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm/gup: Fix the lockless PMD accessPeter Zijlstra2022-12-151-1/+1
| * | | | | | | | | mm: Introduce set_memory_rox()Peter Zijlstra2022-12-153-8/+4
| * | | | | | | | | x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra2022-12-151-5/+0
| * | | | | | | | | mm: Move mm_cachep initialization to mm_init()Peter Zijlstra2022-12-151-14/+18
* | | | | | | | | | Merge tag 'msi-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-171-3/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | genirq/msi: Return MSI_XA_DOMAIN_SIZE as the maximum MSI index when no domain...Thomas Gleixner2022-12-161-2/+2
| * | | | | | | | | | genirq/msi: Check for the presence of an irq domain when validating msi_ctrlMarc Zyngier2022-12-161-1/+2
* | | | | | | | | | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-163-11/+26
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | kobject: kset_uevent_ops: make filter() callback take a const *Greg Kroah-Hartman2022-11-221-1/+1
| * | | | | | | | | | Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-2132-286/+570
| |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | kernel/ksysfs.c: export kernel cpu byteorderThomas Weißschuh2022-11-101-0/+18
| * | | | | | | | | | resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()Andy Shevchenko2022-11-101-10/+7
* | | | | | | | | | | Merge tag 'trace-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-12-1516-182/+642
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
| * | | | | | | | | | tracing: Improve panic/die notifiersGuilherme G. Piccoli2022-12-141-28/+27