summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2022-07-11module: panic: Taint the kernel when selftest modules loadDavid Gow-0/+7
2022-07-11Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-22/+35
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai-0/+6
2022-07-11module: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang-2/+1
2022-07-11module: Increase readability of module_kallsyms_lookup_name()Christophe Leroy-14/+24
2022-07-11module: Fix ERRORs reported by checkpatch.plChristophe Leroy-4/+7
2022-07-11module: Add support for default value for module async_probeSaravana Kannan-1/+10
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-11Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman-72/+52
2022-07-10Merge branch irq/plic-masking into irq/irqchip-nextMarc Zyngier-20/+18
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-207/+869
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-08bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev-5/+16
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-07Documentation: update watch_queue.rst referencesMauro Carvalho Chehab-1/+1
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-70/+51
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-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland-11/+15
2022-07-07genirq: Drop redundant irq_init_effective_affinitySamuel Holland-9/+1
2022-07-07genirq: GENERIC_IRQ_EFFECTIVE_AFF_MASK depends on SMPSamuel Holland-0/+1
2022-07-07genirq: GENERIC_IRQ_IPI depends on SMPSamuel Holland-0/+1
2022-07-07genirq: Don't return error on missing optional irq_request_resources()Antonio Borneo-1/+2
2022-07-05bpf, libbpf: Add type match supportDaniel Müller-0/+9
2022-07-05MAINTAINERS: Add Paul as context tracking maintainerFrederic Weisbecker-5/+7
2022-07-05context_tracking: Convert state to atomic_tFrederic Weisbecker-58/+102
2022-07-05rcu/context-tracking: Remove unused and/or unecessary middle functionsFrederic Weisbecker-71/+27
2022-07-05rcu/context-tracking: Move RCU-dynticks internal functions to context_trackingFrederic Weisbecker-362/+341
2022-07-05rcu/context-tracking: Move deferred nocb resched to context trackingFrederic Weisbecker-13/+10
2022-07-05rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker-33/+23
2022-07-05rcu/context_tracking: Move dynticks_nesting to context trackingFrederic Weisbecker-17/+18
2022-07-05rcu/context_tracking: Move dynticks counter to context trackingFrederic Weisbecker-36/+37
2022-07-05rcu/context-tracking: Remove rcu_irq_enter/exit()Frederic Weisbecker-87/+67
2022-07-05context_tracking: Take NMI eqs entrypoints over RCUFrederic Weisbecker-5/+15
2022-07-05context_tracking: Take IRQ eqs entrypoints over RCUFrederic Weisbecker-19/+39
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker-9/+31
2022-07-04sched/core: Use try_cmpxchg in set_nr_{and_not,if}_pollingUros Bizjak-15/+9
2022-07-04sched/core: add forced idle accounting for cgroupsJosh Don-7/+58
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin-1/+1
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-66/+47
2022-07-01panic: Taint kernel if tests are runDavid Gow-0/+1