aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-20kernel/numa.c: Move logging out of numa.hKent Overstreet2-0/+27
2023-12-20kernel/fork.c: add missing includeKent Overstreet1-0/+1
2023-12-20crash_core: remove duplicated including of kexec.hWang Jinchao1-1/+0
2023-12-20kexec: use ALIGN macro instead of open-coding itYuntao Wang1-2/+2
2023-12-20fork: remove redundant TASK_UNINTERRUPTIBLEKevin Hao1-1/+1
2023-12-20kexec_file: print out debugging message if requiredBaoquan He2-6/+13
2023-12-20kexec_file: add kexec_file flag to control debug printingBaoquan He2-0/+5
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2-6/+7
2023-12-20kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann1-1/+2
2023-12-20kexec: fix KEXEC_FILE dependenciesArnd Bergmann1-0/+1
2023-12-20bpf: Use c->unit_size to select target cache during freeHou Tao1-94/+11
2023-12-20PM: hibernate: Repair excess function parameter description warningRandy Dunlap1-1/+0
2023-12-20PM: sleep: Remove obsolete comment from unlock_system_sleep()Kevin Hao1-16/+0
2023-12-20tracing/synthetic: fix kernel-doc warningsRandy Dunlap1-2/+2
2023-12-20timers: Fix nextevt calculation when no timers are pendingAnna-Maria Behnsen1-2/+11
2023-12-20timers: Rework idle logicThomas Gleixner1-20/+20
2023-12-20timers: Use already existing function for forwarding timer baseAnna-Maria Behnsen1-8/+2
2023-12-20timers: Split out forward timer base functionalityAnna-Maria Behnsen1-6/+10
2023-12-20timers: Clarify check in forward_timer_base()Anna-Maria Behnsen1-4/+7
2023-12-20timers: Move store of next event into __next_timer_interrupt()Anna-Maria Behnsen1-5/+6
2023-12-20timers: Do not IPI for deferrable timersAnna-Maria Behnsen1-9/+6
2023-12-20tracing/timers: Add tracepoint for tracking timer base is_idle flagAnna-Maria Behnsen1-3/+11
2023-12-20tracing/timers: Enhance timer_start tracepointAnna-Maria Behnsen1-1/+1
2023-12-20tick-sched: Warn when next tick seems to be in the pastAnna-Maria Behnsen1-0/+4
2023-12-20tick/sched: Cleanup confusing variablesAnna-Maria Behnsen1-6/+5
2023-12-20tick-sched: Fix function names in commentsAnna-Maria Behnsen1-5/+5
2023-12-20ring-buffer: Read and write to ring buffers with custom sub buffer sizeTzvetomir Stoyanov (VMware)3-38/+81
2023-12-20ring-buffer: Set new size of the ring buffer sub pageTzvetomir Stoyanov (VMware)1-7/+73
2023-12-20ring-buffer: Add interface for configuring trace sub buffer sizeTzvetomir Stoyanov (VMware)2-0/+121
2023-12-20ring-buffer: Page size per ring bufferTzvetomir Stoyanov (VMware)4-45/+85
2023-12-20ring-buffer: Have ring_buffer_print_page_header() be able to access ring_buffer_iterTzvetomir Stoyanov (VMware)1-30/+30
2023-12-19bpf: add support for passing dynptr pointer to global subprogAndrii Nakryiko2-0/+30
2023-12-19bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog argsAndrii Nakryiko2-7/+42
2023-12-19bpf: reuse subprog argument parsing logic for subprog call checksAndrii Nakryiko1-80/+30
2023-12-19bpf: move subprog call logic back to verifier.cAndrii Nakryiko2-146/+146
2023-12-19bpf: prepare btf_prepare_func_args() for handling static subprogsAndrii Nakryiko2-14/+9
2023-12-19bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko2-60/+15
2023-12-19bpf: abstract away global subprog arg preparation logic from reg state setupAndrii Nakryiko2-34/+47
2023-12-19bpf: make the verifier tracks the "not equal" for regsMenglong Dong1-1/+37
2023-12-19module: Remove redundant TASK_UNINTERRUPTIBLEKevin Hao1-1/+1
2023-12-19Merge tag 'trace-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-55/+24
2023-12-19PM: hibernate: Use kmap_local_page() in copy_data_page()Chen Haonan1-6/+6
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko11-766/+93
2023-12-19ring-buffer: Check if absolute timestamp goes backwardsSteven Rostedt (Google)1-18/+28
2023-12-19ring-buffer: Add interrupt information to dump of data sub-bufferSteven Rostedt (Google)1-4/+75
2023-12-19ring-buffer: Remove 32bit timestamp logicSteven Rostedt (Google)1-167/+9
2023-12-18tracing: Increase size of trace_marker_raw to max ring buffer entrySteven Rostedt (Google)1-9/+5
2023-12-18tracing: Have trace_marker break up by lines by size of trace_seqSteven Rostedt (Google)1-0/+5
2023-12-18trace_seq: Increase the buffer size to almost two pagesSteven Rostedt (Google)2-6/+3
2023-12-18tracing: Allow for max buffer data size trace_marker writesSteven Rostedt (Google)2-7/+39