summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-12-20kexec_file: add kexec_file flag to control debug printingBaoquan He
2023-12-20sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton
2023-12-20kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann
2023-12-20kexec: fix KEXEC_FILE dependenciesArnd Bergmann
2023-12-20bpf: Use c->unit_size to select target cache during freeHou Tao
2023-12-20PM: hibernate: Repair excess function parameter description warningRandy Dunlap
2023-12-20PM: sleep: Remove obsolete comment from unlock_system_sleep()Kevin Hao
2023-12-20tracing/synthetic: fix kernel-doc warningsRandy Dunlap
2023-12-20timers: Fix nextevt calculation when no timers are pendingAnna-Maria Behnsen
2023-12-20timers: Rework idle logicThomas Gleixner
2023-12-20timers: Use already existing function for forwarding timer baseAnna-Maria Behnsen
2023-12-20timers: Split out forward timer base functionalityAnna-Maria Behnsen
2023-12-20timers: Clarify check in forward_timer_base()Anna-Maria Behnsen
2023-12-20timers: Move store of next event into __next_timer_interrupt()Anna-Maria Behnsen
2023-12-20timers: Do not IPI for deferrable timersAnna-Maria Behnsen
2023-12-20tracing/timers: Add tracepoint for tracking timer base is_idle flagAnna-Maria Behnsen
2023-12-20tracing/timers: Enhance timer_start tracepointAnna-Maria Behnsen
2023-12-20tick-sched: Warn when next tick seems to be in the pastAnna-Maria Behnsen
2023-12-20tick/sched: Cleanup confusing variablesAnna-Maria Behnsen
2023-12-20tick-sched: Fix function names in commentsAnna-Maria Behnsen
2023-12-20ring-buffer: Read and write to ring buffers with custom sub buffer sizeTzvetomir Stoyanov (VMware)
2023-12-20ring-buffer: Set new size of the ring buffer sub pageTzvetomir Stoyanov (VMware)
2023-12-20ring-buffer: Add interface for configuring trace sub buffer sizeTzvetomir Stoyanov (VMware)
2023-12-20ring-buffer: Page size per ring bufferTzvetomir Stoyanov (VMware)
2023-12-20ring-buffer: Have ring_buffer_print_page_header() be able to access ring_buff...Tzvetomir Stoyanov (VMware)
2023-12-19bpf: add support for passing dynptr pointer to global subprogAndrii Nakryiko
2023-12-19bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog argsAndrii Nakryiko
2023-12-19bpf: reuse subprog argument parsing logic for subprog call checksAndrii Nakryiko
2023-12-19bpf: move subprog call logic back to verifier.cAndrii Nakryiko
2023-12-19bpf: prepare btf_prepare_func_args() for handling static subprogsAndrii Nakryiko
2023-12-19bpf: reuse btf_prepare_func_args() check for main program BTF validationAndrii Nakryiko
2023-12-19bpf: abstract away global subprog arg preparation logic from reg state setupAndrii Nakryiko
2023-12-19bpf: make the verifier tracks the "not equal" for regsMenglong Dong
2023-12-19module: Remove redundant TASK_UNINTERRUPTIBLEKevin Hao
2023-12-19Merge tag 'trace-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-19PM: hibernate: Use kmap_local_page() in copy_data_page()Chen Haonan
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-19ring-buffer: Check if absolute timestamp goes backwardsSteven Rostedt (Google)
2023-12-19ring-buffer: Add interrupt information to dump of data sub-bufferSteven Rostedt (Google)
2023-12-19ring-buffer: Remove 32bit timestamp logicSteven Rostedt (Google)
2023-12-18tracing: Increase size of trace_marker_raw to max ring buffer entrySteven Rostedt (Google)
2023-12-18tracing: Have trace_marker break up by lines by size of trace_seqSteven Rostedt (Google)
2023-12-18trace_seq: Increase the buffer size to almost two pagesSteven Rostedt (Google)
2023-12-18tracing: Allow for max buffer data size trace_marker writesSteven Rostedt (Google)
2023-12-18ring-buffer: Add offset of events in dump on mismatchSteven Rostedt (Google)
2023-12-18tracing: Allow creating instances with specified system eventsSteven Rostedt (Google)
2023-12-18ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko
2023-12-18kunit: add KUNIT_INIT_TABLE to init linker sectionRae Moar