aboutsummaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'android-4.9-q' of https://android.googlesource.com/kernel/commo...Michael Bestas2023-02-086-7/+30
|\
| * Merge 4.9.337 into android-4.9-qGreg Kroah-Hartman2023-01-076-7/+30
| |\
| | * tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong2023-01-071-1/+14
| | * gcov: add support for checksum fieldRickard x Andersson2023-01-071-0/+5
| | * acct: fix potential integer overflow in encode_comp_t()Zheng Yejian2023-01-071-0/+2
| | * blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong2023-01-071-1/+2
| | * perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin2023-01-071-3/+5
| | * PM: hibernate: Fix mistake in kerneldoc commentxiongxin2023-01-071-2/+2
* | | Merge remote-tracking branch 'common/android-4.9-q' into android-msm-pixel-4.9Michael Bestas2022-12-213-17/+17
|\| |
| * | Merge 4.9.335 into android-4.9-qGreg Kroah-Hartman2022-12-081-13/+13
| |\|
| | * proc: proc_skip_spaces() shouldn't think it is working on C stringsLinus Torvalds2022-12-081-10/+11
| | * proc: avoid integer type confusion in get_proc_longLinus Torvalds2022-12-081-3/+2
| * | Merge 4.9.334 into android-4.9-qGreg Kroah-Hartman2022-11-282-4/+4
| |\|
| | * ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-251-2/+2
| | * ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-251-1/+1
| | * ftrace: Fix the possible incorrect kernel messageWang Wensheng2022-11-251-1/+1
* | | Merge remote-tracking branch 'common/android-4.9-q' into android-msm-pixel-4.9Michael Bestas2022-11-092-4/+60
|\| |
| * | Merge 4.9.331 into android-4.9-qGreg Kroah-Hartman2022-10-262-4/+60
| |\|
| | * gcov: support GCC 12.1 and newer compilersMartin Liska2022-10-261-2/+16
| | * ring-buffer: Fix race between reset page and reading pageSteven Rostedt (Google)2022-10-261-0/+33
| | * ring-buffer: Check pending waiters when doing wake ups as wellSteven Rostedt (Google)2022-10-261-1/+2
| | * ring-buffer: Allow splice to read previous partially read pagesSteven Rostedt (Google)2022-10-261-1/+9
* | | Merge remote-tracking branch 'common/android-4.9-q' into android-msm-pixel-4.9Michael Bestas2022-09-064-15/+57
|\| |
| * | Merge 4.9.327 into android-4.9-qGreg Kroah-Hartman2022-09-052-4/+16
| |\|
| | * kprobes: don't call disarm_kprobe() for disabled kprobesKuniyuki Iwashima2022-09-051-4/+6
| | * ftrace: Fix NULL pointer dereference in is_ftrace_trampoline when ftrace is deadYang Jihong2022-09-051-0/+10
| * | Merge 4.9.326 into android-4.9-qGreg Kroah-Hartman2022-08-252-11/+41
| |\|
| | * bpf: fix overflow in prog accountingDaniel Borkmann2022-08-252-11/+41
* | | Merge remote-tracking branch 'common/android-4.9-q' into android-msm-pixel-4.9Michael Bestas2022-09-063-21/+40
|\| |
| * | Merge 4.9.325 into android-4.9-qGreg Kroah-Hartman2022-07-293-34/+38
| |\|
| | * bpf: Make sure mac_header was set before using itEric Dumazet2022-07-291-3/+5
| | * perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-291-14/+31
| | * security,selinux,smack: kill security_task_wait hookStephen Smalley2022-07-291-17/+2
| * | Merge 4.9.324 into android-4.9-qGreg Kroah-Hartman2022-07-211-4/+4
| |\|
| | * signal handling: don't use BUG_ON() for debuggingLinus Torvalds2022-07-211-4/+4
* | | fork,random: use get_random_canary() to set tsk->stack_canaryRik van Riel2022-09-061-1/+1
* | | Merge remote-tracking branch 'common/android-4.9-q' into android-msm-pixel-4.9Michael Bestas2022-08-098-62/+74
|\| |
| * | Merge 4.9.321 into android-4.9-qGreg Kroah-Hartman2022-07-031-18/+0
| |\|
| | * kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-07-021-18/+0
| * | Merge 4.9.320 into android-4.9-qEric Biggers2022-06-283-1/+28
| |\|
| | * timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld2022-06-251-0/+16
| | * random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2022-06-251-0/+11
| | * workqueue: make workqueue available early during bootTejun Heo2022-06-251-16/+60
| | * random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior2022-06-251-1/+1
| * | Merge 4.9.318 into android-4.9-qGreg Kroah-Hartman2022-06-142-3/+9
| |\|
| | * tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai2022-06-141-0/+7
| | * ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman2022-06-141-3/+2
| * | BACKPORT: psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-06-102-40/+37
* | | cpu/hotplug: Fix qcom mismergeMichael Bestas2022-08-081-1/+0
* | | Merge remote-tracking branch 'common/android-4.9-q' into android-msm-pixel-4.9Michael Bestas2022-06-121-0/+14
|\| |