summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar2022-03-151-8/+7
|\
| * sched: Define and initialize a flag to identify valid PASID in the taskPeter Zijlstra2022-02-151-0/+4
| * iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu2022-02-151-0/+1
| * kernel/fork: Initialize mm's PASIDFenghua Yu2022-02-141-8/+2
| * mm: Change CONFIG option for mm->pasid fieldFenghua Yu2022-02-141-1/+1
* | x86: Mark __invalid_creds() __noreturnPeter Zijlstra2022-03-151-1/+1
* | exit: Mark do_group_exit() __noreturnPeter Zijlstra2022-03-151-1/+1
* | x86/ibt,kprobes: Cure sym+0 equals fentry woesPeter Zijlstra2022-03-151-14/+52
* | x86/livepatch: Validate __fentry__ locationPeter Zijlstra2022-03-151-17/+2
* | x86/ibt,ftrace: Search for __fentry__ locationPeter Zijlstra2022-03-153-30/+46
* | Merge branch 'davidh' (fixes from David Howells)Linus Torvalds2022-03-111-11/+11
|\ \
| * | watch_queue: Make comment about setting ->defunct more accurateDavid Howells2022-03-111-1/+1
| * | watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells2022-03-111-1/+1
| * | watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells2022-03-111-0/+1
| * | watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells2022-03-111-1/+2
| * | watch_queue: Use the bitmap API when applicableChristophe JAILLET2022-03-111-5/+2
| * | watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells2022-03-111-1/+1
| * | watch_queue: Fix to release page in ->release()David Howells2022-03-111-0/+1
| * | watch_queue: Fix filter limit checkDavid Howells2022-03-111-2/+2
* | | Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-102-2/+33
|\ \ \
| * | | ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong2022-03-091-2/+2
| * | | tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne2022-03-091-0/+20
| * | | tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira2022-03-091-0/+11
* | | | Merge tag 'x86_bugs_for_v5.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-071-0/+7
|\ \ \ \
| * | | | x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-02-211-0/+7
* | | | | swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic2022-03-071-8/+15
| |_|/ / |/| | |
* | | | Merge tag 'trace-v5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-063-6/+6
|\ \ \ \ | | |/ / | |/| |
| * | | tracing: Fix return value of __setup handlersRandy Dunlap2022-03-042-3/+3
| * | | tracing/histogram: Fix sorting on old "cpu" valueSteven Rostedt (Google)2022-03-011-3/+3
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-053-10/+15
|\ \ \ \
| * | | | configs/debug: set CONFIG_DEBUG_INFO=y properlyQian Cai2022-03-051-1/+1
| * | | | mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2022-03-052-9/+14
* | | | | Merge tag 'block-5.17-2022-03-04' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-041-8/+18
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | blktrace: fix use after free for struct blk_traceYu Kuai2022-02-281-8/+18
* | | | | Merge branch 'ucount-rlimit-fixes-for-v5.17' of git://git.kernel.org/pub/scm/...Linus Torvalds2022-03-021-1/+13
|\ \ \ \ \
| * | | | | ucounts: Fix systemd LimitNPROC with private users regressionEric W. Biederman2022-02-251-1/+13
* | | | | | Merge tag 'dma-mapping-5.17-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-02-271-1/+2
|\ \ \ \ \ \
| * | | | | | swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-02-141-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'trace-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-269-53/+118
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | tracing: Fix selftest config check for function graph start up testChristophe Leroy2022-02-251-4/+2
| * | | | | tracing/osnoise: Make osnoise_main to sleep for microsecondsDaniel Bristot de Oliveira2022-02-251-21/+32
| * | | | | ftrace: Remove unused ftrace_startup_enable() stubNathan Chancellor2022-02-251-1/+0
| * | | | | tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-02-251-4/+6
| * | | | | tracing: Uninline trace_trigger_soft_disabled() partlyChristophe Leroy2022-02-251-0/+14
| * | | | | eprobes: Remove redundant event type informationSteven Rostedt (Google)2022-02-254-16/+12
| * | | | | tracing: Have traceon and traceoff trigger honor the instanceSteven Rostedt (Google)2022-02-251-6/+46
| * | | | | tracing: Dump stacktrace trigger to the corresponding instanceDaniel Bristot de Oliveira2022-02-241-1/+6
* | | | | | Merge tag 'net-5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-02-243-2/+8
|\ \ \ \ \ \
| * \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-02-173-2/+8
| |\ \ \ \ \ \
| | * | | | | | bpf: Add schedule points in batch opsEric Dumazet2022-02-171-0/+3