summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rcu: Track laziness during boot and suspendJoel Fernandes (Google)2023-01-173-1/+47
* rcu: Remove redundant call to rcu_boost_kthread_setaffinity()Zqiang2023-01-121-5/+0
* rcu: Allow expedited RCU CPU stall warnings to dump task stacksPaul E. McKenney2023-01-033-0/+44
* rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney2023-01-032-0/+3
* rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()Zqiang2023-01-031-2/+3
* rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney2023-01-031-0/+2
* rcu: Upgrade header comment for poll_state_synchronize_rcu()Paul E. McKenney2023-01-031-1/+9
* rcu: Throttle callback invocation based on number of ready callbacksPaul E. McKenney2023-01-033-2/+4
* rcu: Consolidate initialization and CPU-hotplug codePaul E. McKenney2023-01-031-156/+158
* 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
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |