summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: Do not allocate percpu memory at init stageYonghong Song2023-11-152-7/+21
* bpf: fix control-flow graph checking in privileged modeAndrii Nakryiko2023-11-091-15/+8
* bpf: fix precision backtracking instruction iterationAndrii Nakryiko2023-11-091-2/+19
* bpf: handle ldimm64 properly in check_cfg()Andrii Nakryiko2023-11-091-7/+20
* 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
| | * | | | | | printk: nbcon: Add sequence handlingThomas Gleixner2023-09-183-7/+132
| | * | | | | | printk: nbcon: Add ownership state functionsThomas Gleixner2023-09-181-1/+122
| | * | | | | | printk: nbcon: Add buffer managementThomas Gleixner2023-09-183-15/+92
| | * | | | | | printk: Make static printk buffers available to nbconJohn Ogness2023-09-182-4/+11
| | * | | | | | printk: nbcon: Add acquire/release logicThomas Gleixner2023-09-181-0/+497