aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: amd-pstate: add driver working mode introductionPerry Yuan2022-11-221-17/+13
* cpufreq: amd-pstate: add amd-pstate driver parameter for mode selectionPerry Yuan2022-11-221-9/+27
* cpufreq: amd-pstate: change amd-pstate driver to be built-in typePerry Yuan2022-11-222-11/+2
* cpufreq: amd-pstate: cpufreq: amd-pstate: reset MSR_AMD_PERF_CTL register at ...Wyes Karny2022-11-221-0/+10
* Revert "cpufreq: schedutil: Move max CPU capacity to sugov_policy"Sam Wu2022-11-221-15/+15
* Linux 6.1-rc6Linus Torvalds2022-11-201-1/+1
* Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-204-20/+45
|\
| * tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)2022-11-181-1/+1
| * tracing/eprobe: Fix warning in filter creationRafael Mendonca2022-11-181-1/+1
| * kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei2022-11-181-1/+7
| * rethook: fix a potential memleak in rethook_alloc()Yi Yang2022-11-181-1/+3
| * tracing/eprobe: Fix memory leak of filter stringRafael Mendonca2022-11-181-0/+1
| * tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing2022-11-181-0/+4
| * tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing2022-11-181-16/+28
* | Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-11-209-46/+74
|\ \
| * | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-201-0/+3
| * | tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian2022-11-171-4/+5
| * | tracing: Remove unused __bad_type_size() methodQiujun Huang2022-11-171-2/+0
| * | tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing2022-11-171-3/+2
| * | tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing2022-11-171-10/+6
| * | ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-171-0/+1
| * | ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-171-2/+2
| * | ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-171-1/+1
| * | ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-171-1/+1
| * | tracing: Fix warning on variable 'struct trace_array'Aashish Sharma2022-11-161-2/+2
| * | tracing: Fix memory leak in tracing_read_pipe()Wang Yufen2022-11-161-0/+1
| |/
| * ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)2022-11-161-0/+12
| * tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2022-11-163-21/+38
* | Merge tag 'x86_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-11-202-1/+4
|\ \
| * | x86/fpu: Drop fpregs lock before inheriting FPU permissionsMel Gorman2022-11-101-1/+1
| * | x86/sgx: Add overflow check in sgx_validate_offset_length()Borys Popławski2022-11-081-0/+3
* | | Merge tag 'sched_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-11-202-19/+52
|\ \ \
| * | | sched: Fix race in task_call_func()Peter Zijlstra2022-11-141-17/+35
| * | | rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encounteredMathieu Desnoyers2022-11-141-2/+17
| | |/ | |/|
* | | Merge tag 'perf_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-11-204-9/+31
|\ \ \
| * | | perf/x86/intel/pt: Fix sampling using single range outputAdrian Hunter2022-11-161-0/+9
| * | | perf/x86/amd: Fix crash due to race between amd_pmu_enable_all, perf NMI and ...Ravi Bangoria2022-11-161-3/+2
| * | | perf/x86/amd/uncore: Fix memory leak for events arraySandipan Das2022-11-091-0/+1
| * | | perf: Improve missing SIGTRAP checkingMarco Elver2022-11-081-6/+19
| | |/ | |/|
* | | Merge tag 'locking_urgent_for_v6.1_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-11-201-1/+1
|\ \ \
| * | | locking: Fix qspinlock/x86 inline asm errorGuo Jin2022-11-161-1/+1
| | |/ | |/|
* | | Merge tag 'powerpc-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-11-201-1/+1
|\ \ \
| * | | powerpc: Fix writable sections being moved into the rodata regionNicholas Piggin2022-11-161-1/+1
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-11-195-19/+26
|\ \ \ \
| * | | | scsi: iscsi: Fix possible memory leak when device_register() failedZhou Guanghui2022-11-171-15/+16
| * | | | scsi: zfcp: Fix double free of FSF request when qdio send failsBenjamin Block2022-11-171-1/+1
| * | | | scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper()Yuan Can2022-11-171-1/+5
| * | | | scsi: target: tcm_loop: Fix possible name leak in tcm_loop_setup_hba_bus()Yang Yingliang2022-11-171-1/+2
| * | | | scsi: mpi3mr: Suppress command reply debug printsShin'ichiro Kawasaki2022-11-171-1/+2
* | | | | Merge tag 'iommu-fixes-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-11-192-7/+6
|\ \ \ \ \