summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-22entry: Move syscall_enter_from_user_mode() to header fileSven Schnelle1-31/+1
2023-12-22entry: Move enter_from_user_mode() to header fileSven Schnelle1-23/+3
2023-12-22entry: Move exit to usermode functions to header fileSven Schnelle1-43/+9
2023-12-22bpf: Avoid unnecessary use of comma operator in verifierSimon Horman1-1/+1
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni13-413/+144
2023-12-21Merge tag 'trace-v6.7-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+13
2023-12-21ring-buffer: Use subbuf_order for buffer page maskingSteven Rostedt (Google)1-8/+11
2023-12-21tracing: Update subbuffer with kilobytes not page orderSteven Rostedt (Google)1-13/+25
2023-12-21ring-buffer: Just update the subbuffers when changing their allocation orderSteven Rostedt (Google)1-17/+71
2023-12-21ring-buffer: Keep the same size when updating the orderSteven Rostedt (Google)1-1/+4
2023-12-21tracing: Stop the tracing while changing the ring buffer subbuf sizeSteven Rostedt (Google)1-3/+10
2023-12-21tracing: Update snapshot order along with main buffer orderSteven Rostedt (Google)1-2/+43
2023-12-21ring-buffer: Make sure the spare sub buffer used for reads has same sizeSteven Rostedt (Google)1-0/+11
2023-12-21ring-buffer: Do no swap cpu buffers if order is differentSteven Rostedt (Google)1-0/+3
2023-12-21ring-buffer: Clear pages on error in ring_buffer_subbuf_order_set() failureSteven Rostedt (Google)1-0/+1
2023-12-21tracing / synthetic: Disable events after testing in synth_event_gen_test_init()Steven Rostedt (Google)1-0/+11
2023-12-21bpf: Re-support uid and gid when mounting bpffsDaniel Borkmann1-2/+51
2023-12-21Merge branch 'vfs.file'Christian Brauner2-2/+2
2023-12-21watch_queue: fix kcalloc() arguments orderDmitry Antipov1-1/+1
2023-12-21posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds2-45/+14
2023-12-21wait: Remove uapi header file from main header fileMatthew Wilcox (Oracle)2-1/+4
2023-12-21plist: Split out plist_types.hKent Overstreet3-0/+3
2023-12-21sched.h: move pid helpers to pid.hKent Overstreet2-2/+4
2023-12-21kernel/numa.c: Move logging out of numa.hKent Overstreet2-0/+27
2023-12-21kernel/fork.c: add missing includeKent Overstreet1-0/+1
2023-12-21crash_core: remove duplicated including of kexec.hWang Jinchao1-1/+0
2023-12-21kexec: use ALIGN macro instead of open-coding itYuntao Wang1-2/+2
2023-12-21fork: remove redundant TASK_UNINTERRUPTIBLEKevin Hao1-1/+1
2023-12-21kexec_file: print out debugging message if requiredBaoquan He2-6/+13
2023-12-21kexec_file: add kexec_file flag to control debug printingBaoquan He2-0/+5
2023-12-21sync mm-stable with mm-hotfixes-stable to pick up depended-upon changesAndrew Morton2-6/+7
2023-12-21kexec: select CRYPTO from KEXEC_FILE instead of depending on itArnd Bergmann1-1/+2
2023-12-21kexec: fix KEXEC_FILE dependenciesArnd Bergmann1-0/+1
2023-12-21bpf: 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