summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-07-28tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.cGaosheng Cui-0/+1
2023-07-28ring-buffer: Fix kernel-doc warnings in ring_buffer.cGaosheng Cui-2/+1
2023-07-28ring-buffer: Fix wrong stat of cpu_buffer->readZheng Yejian-10/+12
2023-07-28bpf: Non-atomically allocate freelist during prefillYiFei Zhu-4/+8
2023-07-28bpf: Fix compilation warning with -WparenthesesYonghong Song-4/+4
2023-07-28cpu/SMT: Allow enabling partial SMT states via sysfsMichael Ellerman-16/+44
2023-07-28cpu/SMT: Create topology_smt_thread_allowed()Michael Ellerman-1/+23
2023-07-28cpu/SMT: Remove topology_smt_supported()Laurent Dufour-2/+2
2023-07-28cpu/SMT: Store the current/max number of threadsMichael Ellerman-1/+20
2023-07-28cpu/SMT: Move smt/control simple exit cases earlierMichael Ellerman-6/+6
2023-07-28cpu/SMT: Move SMT prototypes into cpu_smt.hMichael Ellerman-0/+1
2023-07-28cpu/hotplug: Remove dependancy against cpu_primary_thread_maskLaurent Dufour-14/+10
2023-07-27bpf: Add kernel/bpftool asm support for new instructionsYonghong Song-6/+51
2023-07-27bpf: Support new 32bit offset jmp instructionYonghong Song-13/+38
2023-07-27bpf: Fix jit blinding with new sdiv/smov insnsYonghong Song-2/+2
2023-07-27bpf: Support new signed div/mod instructions.Yonghong Song-18/+98
2023-07-27bpf: Support new unconditional bswap instructionYonghong Song-2/+19
2023-07-27bpf: Handle sign-extenstin ctx member accessesYonghong Song-0/+6
2023-07-27bpf: Support new sign-extension mov insnsYonghong Song-28/+157
2023-07-27bpf: Support new sign-extension load insnsYonghong Song-24/+137
2023-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+21
2023-07-27perf: Replace strlcpy with strscpyAzeem Shaikh-3/+3
2023-07-26kunit: time: Mark test as slow using test attributesRae Moar-1/+1
2023-07-26mm: suppress mm fault logging if fatal signal already pendingLinus Torvalds-0/+4
2023-07-26sched/topology: Align group flags when removing degenerate domainChen Yu-2/+1
2023-07-26sched/fair: remove util_est boostingVincent Guittot-3/+0
2023-07-26tracing/probes: Fix to add NULL check for BTF APIsMasami Hiramatsu (Google)-4/+4
2023-07-25bpf: work around -Wuninitialized warningArnd Bergmann-6/+6
2023-07-25bpf: Disable preemption in bpf_event_outputJiri Olsa-1/+5
2023-07-25bpf: Disable preemption in bpf_perf_event_outputJiri Olsa-4/+7
2023-07-25workqueue: Scale up wq_cpu_intensive_thresh_us if BogoMIPS is below 4000Tejun Heo-1/+42
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby-3/+3
2023-07-24modpost, kallsyms: Treat add '$'-prefixed symbols as mapping symbolsPalmer Dabbelt-1/+1
2023-07-24bpf: convert to ctime accessor functionsJeff Layton-4/+2
2023-07-24PM: hibernate: don't store zero pages in the image fileBrian Geffon-38/+149
2023-07-23Merge tag 'trace-v6.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-7/+17
2023-07-23tracing/histograms: Return an error if we fail to add histogram to hist_vars ...Mohamed Khalfella-1/+2
2023-07-23ring-buffer: Do not swap cpu_buffer during resize processChen Lin-2/+15
2023-07-23tracing: Remove unused extern declaration tracing_map_set_field_descr()YueHaibing-4/+0
2023-07-21cgroup: fix obsolete comment above cgroup_create()Miaohe Lin-2/+1
2023-07-21cgroup/misc: Store atomic64_t reads to u64Haitao Huang-1/+1
2023-07-21audit: correct audit_filter_inodes() definitionXiu Jianfeng-1/+1
2023-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-56/+87
2023-07-20Merge tag 'net-6.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-7/+25
2023-07-20audit: include security.h unconditionallyXiu Jianfeng-2/+0
2023-07-20printk: Rename abandon_console_lock_in_panic() to other_cpu_in_panic()John Ogness-7/+10
2023-07-20printk: Add per-console suspended stateJohn Ogness-30/+44
2023-07-20printk: Consolidate console deferred printingJohn Ogness-14/+30
2023-07-20printk: Do not take console lock for console_flush_on_panic()John Ogness-9/+19
2023-07-20printk: Keep non-panic-CPUs out of console lockJohn Ogness-19/+26