summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-07-21watch-queue: remove spurious double semicolonLinus Torvalds-1/+1
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds-16/+37
2022-07-17Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-14/+31
2022-07-16Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+11
2022-07-15Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+11
2022-07-15Merge branch 'rework/kthreads' into for-linusPetr Mladek-2/+11
2022-07-15printk: do not wait for consoles when suspendedJohn Ogness-2/+11
2022-07-14mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song-9/+11
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-24/+33
2022-07-14Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+10
2022-07-13Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-14/+23
2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu-1/+10
2022-07-13sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima-4/+4
2022-07-13sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima-2/+2
2022-07-13perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra-14/+31
2022-07-12Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-6/+10
2022-07-12ftrace: Be more specific about arch impact when function tracer is enabledSteven Rostedt (Google)-1/+2
2022-07-12tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson-5/+6
2022-07-12tracing/histograms: Fix memory leak problemZheng Yejian-0/+2
2022-07-11Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-22/+35
2022-07-11module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RTAaron Tomlin-11/+11
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov-6/+15
2022-07-09ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()Sven Schnelle-1/+1
2022-07-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-7/+13
2022-07-08sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima-2/+5
2022-07-08sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima-2/+2
2022-07-08sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima-1/+1
2022-07-08sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima-1/+1
2022-07-08sysctl: Fix data races in proc_douintvec().Kuniyuki Iwashima-2/+2
2022-07-08sysctl: Fix data races in proc_dointvec().Kuniyuki Iwashima-3/+3
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong-4/+8
2022-07-07bpf: Make sure mac_header was set before using itEric Dumazet-3/+5
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-66/+47
2022-07-07signal handling: don't use BUG_ON() for debuggingLinus Torvalds-4/+4
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-66/+47
2022-07-01module: Fix "warning: variable 'exit' set but not used"Christophe Leroy-4/+5
2022-07-01module: Fix selfAssignment cppcheck warningChristophe Leroy-5/+8
2022-07-01modules: Fix corruption of /proc/kallsymsAdrian Hunter-3/+12
2022-07-01bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsDaniel Borkmann-49/+23
2022-07-01bpf: Fix incorrect verifier simulation around jmp32's jeq/jneDaniel Borkmann-17/+24
2022-06-27tick/nohz: unexport __init-annotated tick_nohz_full_setup()Masahiro Yamada-1/+0
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-7/+7
2022-06-26Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/...Linus Torvalds-3/+2
2022-06-24Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+0
2022-06-24Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-605/+65
2022-06-23Merge tag 'pm-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-1/+1
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+10
2022-06-23Merge branch 'rework/kthreads' into for-linusPetr Mladek-605/+65
2022-06-23Revert "printk: add functions to prefer direct printing"Petr Mladek-65/+2
2022-06-23Revert "printk: add kthread console printers"Petr Mladek-307/+22