summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2022-01-19bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann
2022-01-19bpf: Fix out of bounds access for ringbuf helpersDaniel Borkmann
2022-01-19bpf: Generally fix helper register offset checkDaniel Borkmann
2022-01-19bpf: Mark PTR_TO_FUNC register initially with zero offsetDaniel Borkmann
2022-01-19bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann
2022-01-18sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra
2022-01-18sched/fair: Fix all kernel-doc warningsRandy Dunlap
2022-01-18sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao
2022-01-18sched/pelt: Relax the sync of load_sum with load_avgVincent Guittot
2022-01-18sched/pelt: Relax the sync of runnable_sum with runnable_avgVincent Guittot
2022-01-18sched/pelt: Continue to relax the sync of util_sum with util_avgVincent Guittot
2022-01-18sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot
2022-01-18psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan
2022-01-18perf: Fix perf_event_read_local() timePeter Zijlstra
2022-01-17Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-16Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-16Merge tag 'livepatching-for-5.17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2022-01-15dma/pool: create dma atomic pool only if dma zone has managed pagesBaoquan He
2022-01-15mm/pagealloc: sysctl: change watermark_scale_factor max limit to 30%Suren Baghdasaryan
2022-01-15mm: move anon_vma declarations to linux/mm_inline.hArnd Bergmann
2022-01-15mm: add a field to store names for private anonymous memoryColin Cross
2022-01-15trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-15trace/osnoise: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-15rcutorture: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-15ring-buffer: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-15kthread: add the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-15bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao
2022-01-14module: fix signature check failures when using in-kernel decompressionDmitry Torokhov
2022-01-14Merge branch 'for-5.17/kallsyms' into for-linusPetr Mladek
2022-01-14tracing: Add ustring operation to filtering string pointersSteven Rostedt
2022-01-13tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko
2022-01-13tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang
2022-01-13tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang
2022-01-13tracing: Add test for user space strings when filtering on string pointersSteven Rostedt
2022-01-13tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt
2022-01-13ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initYinan Liu
2022-01-13tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang
2022-01-13tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang
2022-01-13tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-13Merge tag 'timers-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds