summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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
* bpf: fix overflow in prog accountingDaniel Borkmann2022-08-252-11/+41
* 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
* signal handling: don't use BUG_ON() for debuggingLinus Torvalds2022-07-211-4/+4
* kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao2022-07-021-18/+0
* 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
* 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
* perf: Fix sys_perf_event_open() race against selfPeter Zijlstra2022-05-251-0/+14
* smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit2022-04-201-1/+1
* printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap2022-04-201-2/+4
* perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-04-201-0/+3
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-04-201-10/+0
* PM: suspend: fix return value of __setup handlerRandy Dunlap2022-04-201-4/+4
* PM: hibernate: fix __setup handler error handlingRandy Dunlap2022-04-201-1/+1
* ptrace: Check PTRACE_O_SUSPEND_SECCOMP permission on PTRACE_SEIZEJann Horn2022-04-201-15/+32
* tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle2022-03-161-4/+6
* x86/speculation: Include unprivileged eBPF status in Spectre v2 mitigation re...Josh Poimboeuf2022-03-111-0/+8
* tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo2022-02-231-0/+4
* taskstats: Cleanup the use of task->exit_codeEric W. Biederman2022-02-231-4/+3
* bpf: Add kconfig knob for disabling unpriv bpf by defaultDaniel Borkmann2022-02-162-5/+27
* cgroup-v1: Require capabilities to set release_agentEric W. Biederman2022-02-111-0/+26
* PM: wakeup: simplify the output logic of pm_show_wakelocks()Greg Kroah-Hartman2022-02-081-8/+4
* tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-111-2/+2
* tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-111-1/+1
* timekeeping: Really make sure wall_to_monotonic isn't positiveYu Liao2021-12-221-2/+1
* tracing: Fix a kmemleak false positive in tracing_mapChen Jun2021-12-221-0/+3
* wait: add wake_up_pollfree()Eric Biggers2021-12-141-0/+8
* kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu2021-12-081-0/+3