aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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_buff...Tzvetomir 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/t...Linus 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-767/+94
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
2023-12-18ring-buffer: Add offset of events in dump on mismatchSteven Rostedt (Google)1-4/+9
2023-12-18tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)4-8/+66
2023-12-18ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)1-55/+24
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski22-458/+1497
2023-12-18bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko1-18/+11
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar1-0/+3
2023-12-18bpf: Fail uprobe multi link with negative offsetJiri Olsa1-2/+6
2023-12-17Merge tag 'perf_urgent_for_v6.7_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+10
2023-12-17Merge tag 'cxl-fixes-6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2023-12-17trace/kprobe: Display the actual notrace function when rejecting a probeNaveen N Rao1-2/+2