summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* userns: eliminate many kernel-doc warningsRandy Dunlap2023-11-181-8/+8
* Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-11-102-5/+6
|\
| * tracing/kprobes: Fix the order of argument descriptionsYujie Liu2023-11-111-1/+1
| * tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)2023-11-101-4/+5
* | Merge tag 'dma-mapping-6.7-2023-11-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-11-104-10/+81
|\ \ | |/ |/|
| * swiotlb: fix out-of-bounds TLB allocations with CONFIG_SWIOTLB_DYNAMICPetr Tesarik2023-11-081-1/+2
| * dma-mapping: fix dma_addressing_limited() if dma_range_map can't cover all sy...Jia He2023-11-063-2/+50
| * dma-mapping: move dma_addressing_limited() out of lineJia He2023-11-061-0/+15
| * swiotlb: do not free decrypted pages if dynamicPetr Tesarik2023-11-031-9/+16
* | Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-11-099-62/+75
|\ \
| * | bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2023-11-072-2/+2
| * | bpf: Fix precision tracking for BPF_ALU | BPF_TO_BE | BPF_ENDShung-Hsi Yu2023-11-011-1/+6
| * | bpf: Relax allowlist for css_task iterChuyi Zhou2023-11-011-4/+12
| * | bpf: Check map->usercnt after timer->timer is assignedHou Tao2023-11-011-9/+16
| * | bpf: Add __bpf_hook_{start,end} macrosDave Marchevsky2023-11-011-6/+3
| * | bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky2023-11-017-36/+18
| * | bpf: Fix check_stack_write_fixed_off() to correctly spill immHao Sun2023-11-011-1/+1
| * | bpf: fix compilation error without CGROUPSMatthieu Baerts2023-11-013-3/+17
* | | Merge tag 'rcu-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Linus Torvalds2023-11-083-14/+63
|\ \ \
| * | | rcu/tasks-trace: Handle new PF_IDLE semanticsFrederic Weisbecker2023-11-011-1/+1
| * | | rcu/tasks: Handle new PF_IDLE semanticsFrederic Weisbecker2023-11-011-2/+28
| * | | rcu: Introduce rcu_cpu_online()Frederic Weisbecker2023-11-012-0/+9
| * | | rcu: Break rcu_node_0 --> &rq->__lock orderPeter Zijlstra2023-11-011-11/+25
* | | | Merge tag 'kgdb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds2023-11-082-4/+6
|\ \ \ \
| * | | | kdb: Corrects comment for kdballocenvYuran Pereira2023-11-061-4/+3
| * | | | kgdb: Flush console before entering kgdb on panicDouglas Anderson2023-10-151-0/+3
* | | | | Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-11-031-2/+10
|\ \ \ \ \
| * | | | | printk: Constify name for add_preferred_console()Tony Lindgren2023-10-171-2/+2
| * | | | | printk: Check valid console index for preferred consoleTony Lindgren2023-10-171-2/+10
* | | | | | Merge tag 'driver-core-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-11-031-27/+24
|\ \ \ \ \ \
| * | | | | | resource: Unify next_resource() and next_resource_skip_children()Andy Shevchenko2023-10-051-13/+6
| * | | | | | resource: Reuse for_each_resource() macroAndy Shevchenko2023-10-051-15/+19
* | | | | | | Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-11-039-182/+352
|\ \ \ \ \ \ \
| * | | | | | | tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)2023-11-011-1/+1
| * | | | | | | tracing: Have trace_event_file have ref countersSteven Rostedt (Google)2023-11-014-4/+48
| * | | | | | | seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook2023-10-281-10/+1
| * | | | | | | tracing/histograms: Simplify last_cmd_set()Christophe JAILLET2023-10-231-9/+2
| * | | | | | | tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)2023-10-202-6/+10
| * | | | | | | tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter2023-10-201-1/+1
| * | | | | | | tracing: Make system_callback() function staticSteven Rostedt (Google)2023-10-051-1/+1
| * | | | | | | eventfs: Use eventfs_remove_events_dir()Steven Rostedt (Google)2023-10-051-1/+1
| * | | | | | | eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)2023-10-043-103/+221
| * | | | | | | tracing/user_events: Allow events to persist for perfmon_capable usersBeau Belgrave2023-10-031-14/+22
| * | | | | | | ring_buffer: Use try_cmpxchg instead of cmpxchg in rb_insert_pagesUros Bizjak2023-10-031-4/+4
| * | | | | | | tracing: Expand all ring buffers individuallyZheng Yejian2023-10-033-33/+45
| |/ / / / / /
* | | | | | | Merge tag 'printk-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2023-11-034-65/+1147
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'rework/nbcon-base' into for-linusPetr Mladek2023-11-024-50/+1134
| |\ \ \ \ \ \ \
| | * | | | | | | printk: fix illegal pbufs access for !CONFIG_PRINTKJohn Ogness2023-09-211-26/+18
| | * | | | | | | printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner2023-09-181-0/+75
| | * | | | | | | printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner2023-09-183-8/+113