aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-41/+75
2021-12-16Merge tag 'audit-pr-20211216' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-11/+10
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-17/+36
2021-12-16add missing bpf-cgroup.h includesJakub Kicinski6-0/+6
2021-12-16genirq/msi: Convert storage to xarrayThomas Gleixner1-92/+77
2021-12-16genirq/msi: Simplify sysfs handlingThomas Gleixner1-107/+91
2021-12-16genirq/msi: Mop up old interfacesThomas Gleixner1-16/+15
2021-12-16genirq/msi: Convert to new functionsThomas Gleixner1-9/+14
2021-12-16genirq/msi: Make interrupt allocation less convolutedThomas Gleixner1-60/+69
2021-12-16platform-msi: Simplify platform device MSI codeThomas Gleixner1-24/+21
2021-12-16genirq/msi: Provide domain flags to allocate/free MSI descriptors automaticallyThomas Gleixner1-0/+48
2021-12-16genirq/msi: Provide msi_alloc_msi_desc() and a simple allocatorThomas Gleixner1-0/+59
2021-12-16genirq/msi: Provide a set of advanced MSI accessors and iteratorsThomas Gleixner1-0/+96
2021-12-16genirq/msi: Provide msi_domain_alloc/free_irqs_descs_locked()Thomas Gleixner1-16/+58
2021-12-16genirq/msi: Add mutex for MSI list protectionThomas Gleixner1-0/+21
2021-12-16genirq/msi: Move descriptor list to struct msi_device_dataThomas Gleixner1-1/+4
2021-12-16genirq/msi: Provide interface to retrieve Linux interrupt numberThomas Gleixner1-0/+36
2021-12-16genirq/msi: Remove the original sysfs interfacesThomas Gleixner1-33/+20
2021-12-16genirq/msi: Provide msi_device_populate/destroy_sysfs()Thomas Gleixner1-2/+40
2021-12-16device: Add device:: Msi_data pointer and struct msi_device_dataThomas Gleixner1-0/+32
2021-12-16genirq/msi: Use PCI device propertyThomas Gleixner1-15/+2
2021-12-16bpf: Make 32->64 bounds propagation slightly more robustDaniel Borkmann1-9/+15
2021-12-16bpf: Fix signed bounds propagation after mov32Daniel Borkmann1-0/+4
2021-12-15audit: improve robustness of the audit queue handlingPaul Moore1-11/+10
2021-12-15audit: ensure userspace is penalized the same as the kernel when under pressurePaul Moore1-1/+17
2021-12-14bpf: Fix kernel address leakage in atomic cmpxchg's r0 aux regDaniel Borkmann1-1/+8
2021-12-14bpf: Fix kernel address leakage in atomic fetchDaniel Borkmann1-3/+9
2021-12-14audit: use struct_size() helper in kmalloc()Xiu Jianfeng3-3/+3
2021-12-14signal: Skip the altstack update when not neededChang S. Bae1-0/+9
2021-12-14cgroup: return early if it is already on preloaded listWei Yang1-2/+2
2021-12-14arm64: Enable KCSANKefeng Wang1-0/+1
2021-12-14exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exitEric W. Biederman1-1/+1
2021-12-14Merge branch 'irq/urgent' into irq/msiThomas Gleixner6-23/+32
2021-12-14perf: Add a counter for number of user access events in contextRob Herring1-0/+4
2021-12-13bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2-4/+4
2021-12-13cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchyWaiman Long1-11/+3
2021-12-13exit/kthread: Move the exit code for kernel threads into struct kthreadEric W. Biederman1-2/+5
2021-12-13kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman3-25/+26
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2-9/+21
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-3/+3
2021-12-13exit: Implement kthread_exitEric W. Biederman1-4/+19
2021-12-13exit: Stop exporting do_exitEric W. Biederman1-1/+0
2021-12-13exit: Stop poorly open coding do_task_dead in make_task_deadEric W. Biederman1-2/+1
2021-12-13exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman3-41/+41
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-0/+9
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa3-6/+134
2021-12-13bpf: Allow access to int pointer arguments in tracing programsJiri Olsa1-4/+3
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar29-198/+335
2021-12-11bpf: Silence coverity false positive warning.Alexei Starovoitov1-4/+4
2021-12-11bpf: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong1-2/+1