aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-14mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGEMuchun Song1-9/+11
2022-07-14Merge tag 'net-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-24/+33
2022-07-14Merge tag 'integrity-v5.19-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-1/+10
2022-07-14PM: Use the enum req_op and blk_opf_t typesBart Van Assche1-16/+13
2022-07-14blktrace: Use the new blk_opf_t typeBart Van Assche1-26/+25
2022-07-14blktrace: Trace remapped requests correctlyBart Van Assche1-1/+1
2022-07-14block: remove bdevnameChristoph Hellwig1-2/+2
2022-07-13bpf: Tidy up verifier check_func_arg()Joanne Koong1-28/+38
2022-07-13Merge tag 'cgroup-for-5.19-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-14/+23
2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu1-1/+10
2022-07-13sysctl: Fix data-races in proc_dointvec_ms_jiffies().Kuniyuki Iwashima1-4/+4
2022-07-13sysctl: Fix data-races in proc_dou8vec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-13swiotlb: split up the global swiotlb lockTianyu Lan1-40/+189
2022-07-13sched/core: Always flush pending blk_plugJohn Keeping1-2/+6
2022-07-13sched/fair: fix case with reduced capacity CPUVincent Guittot1-12/+42
2022-07-13perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra1-14/+31
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie28-680/+267
2022-07-12bpf: Make non-preallocated allocation low priorityYafang Shao4-6/+6
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packSong Liu1-17/+12
2022-07-12Merge tag 'trace-v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-6/+10
2022-07-12bpf: reparent bpf maps on memcg offliningRoman Gushchin1-8/+28
2022-07-12bpf: add a ksym BPF iteratorAlan Maguire1-0/+91
2022-07-12tracing/histograms: Simplify create_hist_fields()Zheng Yejian1-3/+2
2022-07-12tracing/user_events: Fix syntax errors in commentsXiang wangx1-1/+1
2022-07-12ftrace: Be more specific about arch impact when function tracer is enabledSteven Rostedt (Google)1-1/+2
2022-07-12tracing: Fix sleeping while atomic in kdb ftdumpDouglas Anderson1-5/+6
2022-07-12tracing/histograms: Fix memory leak problemZheng Yejian1-0/+2
2022-07-12module: Move module's Kconfig items in kernel/module/Christophe Leroy1-0/+293
2022-07-12swiotlb: fail map correctly with failed io_tlb_default_memRobin Murphy1-1/+1
2022-07-12Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+9
2022-07-11kunit: unify module and builtin suite definitionsJeremy Kerr1-0/+6
2022-07-11module: panic: Taint the kernel when selftest modules loadDavid Gow1-0/+7
2022-07-11Merge tag 'modules-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds3-22/+35
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Xu Kuohai2-0/+6
2022-07-11module: Use vzalloc() instead of vmalloc()/memset(0)Yang Yingliang1-2/+1
2022-07-11module: Increase readability of module_kallsyms_lookup_name()Christophe Leroy1-14/+24
2022-07-11module: Fix ERRORs reported by checkpatch.plChristophe Leroy2-4/+7
2022-07-11module: Add support for default value for module async_probeSaravana Kannan1-1/+10
2022-07-11module: kallsyms: Ensure preemption in add_kallsyms() with PREEMPT_RTAaron Tomlin1-11/+11
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2-6/+15
2022-07-11Merge 5.19-rc6 into char-misc-nextGreg Kroah-Hartman4-72/+52
2022-07-10Merge branch irq/plic-masking into irq/irqchip-nextMarc Zyngier5-20/+18
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski10-207/+869
2022-07-09ptrace: fix clearing of JOBCTL_TRACED in ptrace_unfreeze_traced()Sven Schnelle1-1/+1
2022-07-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-7/+13
2022-07-08bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev1-5/+16
2022-07-08sysctl: Fix data races in proc_dointvec_jiffies().Kuniyuki Iwashima1-2/+5
2022-07-08sysctl: Fix data races in proc_doulongvec_minmax().Kuniyuki Iwashima1-2/+2
2022-07-08sysctl: Fix data races in proc_douintvec_minmax().Kuniyuki Iwashima1-1/+1
2022-07-08sysctl: Fix data races in proc_dointvec_minmax().Kuniyuki Iwashima1-1/+1