aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-08-12xen: remove XEN_SCRUB_PAGES in xen.configGravatar Lukas Bulwahn 1-1/+0
2022-08-01kernel: remove platform_has() infrastructureGravatar Juergen Gross 2-28/+1
2022-07-31Merge tag 'x86_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-2/+1
2022-07-31Merge tag 'locking_urgent_for_v5.19' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-10/+20
2022-07-30locking/rwsem: Allow slowpath writer to ignore handoff bit if not set by firs...Gravatar Waiman Long 1-10/+20
2022-07-29Merge tag 'wq-for-5.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+4
2022-07-29workqueue: Avoid a false warning in unbind_workers()Gravatar Lai Jiangshan 1-1/+4
2022-07-28watch_queue: Fix missing locking in add_watch_to_object()Gravatar Linus Torvalds 1-22/+36
2022-07-28watch_queue: Fix missing rcu annotationGravatar David Howells 1-1/+1
2022-07-27x86/configs: Update configs in x86_debug.configGravatar Lukas Bulwahn 1-2/+1
2022-07-24Merge tag 'sched_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+4
2022-07-22Merge tag 'rcu-urgent.2022.07.21a' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-24/+74
2022-07-21watch-queue: remove spurious double semicolonGravatar Linus Torvalds 1-1/+1
2022-07-21sched/deadline: Fix BUG_ON condition for deboosted tasksGravatar Juri Lelli 1-1/+4
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyGravatar Linus Torvalds 1-16/+37
2022-07-19srcu: Make expedited RCU grace periods block even less frequentlyGravatar Neeraj Upadhyay 1-19/+63
2022-07-19srcu: Block less aggressively for expedited grace periodsGravatar Paul E. McKenney 1-7/+13
2022-07-17Merge tag 'perf_urgent_for_v5.19_rc7' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-14/+31
2022-07-16Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+11
2022-07-15Merge tag 'sysctl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-9/+11
2022-07-15Merge branch 'rework/kthreads' into for-linusGravatar Petr Mladek 1-2/+11
2022-07-15printk: do not wait for consoles when suspendedGravatar John Ogness 1-2/+11
2022-07-14mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEGravatar Muchun Song 1-9/+11
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 3-24/+33
2022-07-14Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+10
2022-07-13Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-14/+23
2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredGravatar Coiby Xu 1-1/+10
2022-07-13sysctl: Fix data-races in proc_dointvec_ms_jiffies().Gravatar Kuniyuki Iwashima 1-4/+4
2022-07-13sysctl: Fix data-races in proc_dou8vec_minmax().Gravatar Kuniyuki Iwashima 1-2/+2
2022-07-13perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Gravatar Peter Zijlstra 1-14/+31
2022-07-12Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-6/+10
2022-07-12ftrace: Be more specific about arch impact when function tracer is enabledGravatar Steven Rostedt (Google) 1-1/+2
2022-07-12tracing: Fix sleeping while atomic in kdb ftdumpGravatar Douglas Anderson 1-5/+6
2022-07-12tracing/histograms: Fix memory leak problemGravatar Zheng Yejian 1-0/+2
2022-07-11Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-22/+35
2022-07-11module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RTGravatar Aaron Tomlin 1-11/+11
2022-07-11fix race between exit_itimers() and /proc/pid/timersGravatar Oleg Nesterov 2-6/+15
2022-07-09ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()Gravatar Sven Schnelle 1-1/+1
2022-07-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 2-7/+13
2022-07-08sysctl: Fix data races in proc_dointvec_jiffies().Gravatar Kuniyuki Iwashima 1-2/+5
2022-07-08sysctl: Fix data races in proc_doulongvec_minmax().Gravatar Kuniyuki Iwashima 1-2/+2
2022-07-08sysctl: Fix data races in proc_douintvec_minmax().Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-08sysctl: Fix data races in proc_dointvec_minmax().Gravatar Kuniyuki Iwashima 1-1/+1
2022-07-08sysctl: Fix data races in proc_douintvec().Gravatar Kuniyuki Iwashima 1-2/+2
2022-07-08sysctl: Fix data races in proc_dointvec().Gravatar Kuniyuki Iwashima 1-3/+3
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsGravatar Joanne Koong 1-4/+8
2022-07-07bpf: Make sure mac_header was set before using itGravatar Eric Dumazet 1-3/+5
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-66/+47
2022-07-07signal handling: don't use BUG_ON() for debuggingGravatar Linus Torvalds 1-4/+4
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 1-66/+47