aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2021-07-26printk: Move the printk() kerneldoc comment to its new homeJonathan Corbet1-24/+0
2021-07-26printk/index: Fix warning about missing prototypesPetr Mladek1-2/+2
2021-07-25smpboot: fix duplicate and misplaced inlining directiveLinus Torvalds1-1/+1
2021-07-25Merge tag 'timers-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-8/+10
2021-07-25Merge tag 'core-urgent-2021-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2021-07-25Merge tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+10
2021-07-23swiotlb: Free tbl memory in swiotlb_exit()Will Deacon1-6/+15
2021-07-23swiotlb: Emit diagnostic in swiotlb_exit()Will Deacon1-0/+1
2021-07-23swiotlb: Convert io_default_tlb_mem to static allocationWill Deacon1-30/+36
2021-07-23bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2-1/+28
2021-07-23Merge tag 'trace-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds7-19/+52
2021-07-23signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman1-5/+5
2021-07-23signal: Remove the generic __ARCH_SI_TRAPNO supportEric W. Biederman1-14/+0
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman1-0/+21
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman1-0/+19
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-16/+16
2021-07-23tracepoints: Update static_call before tp_funcs when adding a tracepointSteven Rostedt (VMware)1-1/+1
2021-07-23ftrace: Remove redundant initialization of variable retColin Ian King1-1/+1
2021-07-23ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne1-1/+2
2021-07-23tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)1-5/+3
2021-07-23tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2-6/+20
2021-07-23tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)1-1/+1
2021-07-22bpf: Remove redundant intiialization of variable stypeColin Ian King1-1/+1
2021-07-22bpf: Fix pointer cast warningArnd Bergmann1-1/+1
2021-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2021-07-22tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo1-4/+24
2021-07-21workqueue: fix UAF in pwq_unbound_release_workfn()Yang Yingliang1-7/+13
2021-07-21cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker1-3/+1
2021-07-20kcsan: permissive: Ignore data-racy 1-bit value changesMarco Elver2-1/+80
2021-07-20kcsan: Print if strict or non-strict during initMarco Elver1-0/+9
2021-07-20kcsan: Rework atomic.h into permissive.hMarco Elver3-32/+71
2021-07-20kcsan: Reduce get_ctx() uses in kcsan_found_watchpoint()Marco Elver1-10/+16
2021-07-20kcsan: Remove CONFIG_KCSAN_DEBUGMarco Elver1-9/+0
2021-07-20rcu: Fix macro name CONFIG_TASKS_RCU_TRACEZhouyi Zhou1-4/+4
2021-07-20rcu-tasks: Fix synchronize_rcu_rude() typo in commentPaul E. McKenney1-2/+2
2021-07-20rcu-tasks: Mark ->trc_reader_special.b.need_qs data racesPaul E. McKenney1-4/+4
2021-07-20rcu-tasks: Mark ->trc_reader_nesting data racesPaul E. McKenney1-5/+6
2021-07-20rcu-tasks: Add comments explaining task_struct strategyPaul E. McKenney1-1/+10
2021-07-20rcu/nocb: Remove NOCB deferred wakeup from rcutree_dead_cpu()Frederic Weisbecker1-3/+0
2021-07-20rcu/nocb: Start moving nocb code to its own plugin fileFrederic Weisbecker3-1487/+1497
2021-07-20Merge branch 'timers/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgentThomas Gleixner2-8/+10
2021-07-19audit: add header protection to kernel/audit.hMaYuming1-0/+5
2021-07-19printk: Userspace format indexing supportChris Down4-5/+209
2021-07-19printk: Rework parse_prefix into printk_parse_prefixChris Down2-4/+6
2021-07-19printk: Straighten out log_flags into printk_info_flagsChris Down2-23/+26
2021-07-17Merge tag 'trace-v5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+3
2021-07-16bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko3-14/+6
2021-07-16Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds4-12/+10
2021-07-16locking/rwsem: Remove an unused parameter of rwsem_wake()xuyehan1-3/+3
2021-07-16perf: Refactor permissions check into perf_check_permission()Marco Elver1-26/+32