summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+16
2021-08-26signal/seccomp: Dump core when there is only one live threadEric W. Biederman-1/+1
2021-08-26Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+6
2021-08-26sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior-0/+3
2021-08-26signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman-38/+32
2021-08-26sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar-1/+1
2021-08-26perf/hw_breakpoint: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior-2/+2
2021-08-25bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu-2/+2
2021-08-25bpf: tcp: Allow bpf-tcp-cc to call bpf_(get|set)sockoptMartin KaFai Lau-1/+21
2021-08-25bpf: Add bpf_task_pt_regs() helperDaniel Xu-0/+22
2021-08-25bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu-1/+4
2021-08-25bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu-15/+10
2021-08-25Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds-10/+10
2021-08-25cgroup/cpuset: Avoid memory migration when nodemasks matchNicolas Saenz Julienne-0/+5
2021-08-25locking/rtmutex: Dequeue waiter on ww_mutex deadlockThomas Gleixner-1/+6
2021-08-25locking/rtmutex: Dont dereference waiter locklessThomas Gleixner-2/+16
2021-08-24audit: move put_tree() to avoid trim_trees refcount underflow and UAFRichard Guy Briggs-1/+1
2021-08-24bpf: Fix possible out of bound write in narrow load handlingAndrey Ignatov-0/+4
2021-08-24genirq/msi: Move MSI sysfs handling from PCI to MSI coreBarry Song-0/+134
2021-08-24genirq/cpuhotplug: Demote debug printk to KERN_DEBUGLee Jones-1/+1
2021-08-23bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enumDave Marchevsky-63/+93
2021-08-23ucounts: Increase ucounts reference counter before the security hookAlexey Gladkov-6/+6
2021-08-23ucounts: Fix regression preventing increasing of rlimits in init_user_nsEric W. Biederman-4/+4
2021-08-23bpf: Fix ringbuf helper function compatibilityDaniel Borkmann-2/+6
2021-08-23io_uring: remove files pointer in cancellation functionsHao Xu-1/+1
2021-08-23Merge back cpufreq changes for v5.15.Rafael J. Wysocki-5/+11
2021-08-23irqdomain: Export irq_domain_disconnect_hierarchy()Maulik Shah-0/+1
2021-08-20tracing: Add a probe that attaches to trace eventsTzvetomir Stoyanov (VMware)-13/+958
2021-08-20locking/semaphore: Add might_sleep() to down_*() familyXiaoming Ni-0/+4
2021-08-20sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon-17/+29
2021-08-20sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon-18/+181
2021-08-20sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon-48/+57
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon-0/+22
2021-08-20sched: Reject CPU affinity changes based on task_cpu_possible_mask()Will Deacon-1/+8
2021-08-20cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon-4/+9
2021-08-20cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon-17/+26
2021-08-20cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon-2/+6
2021-08-20sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon-6/+3
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don-25/+208
2021-08-20sched/topology: Skip updating masks for non-online nodesValentin Schneider-0/+65
2021-08-20sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra-27/+118
2021-08-20locking/ww_mutex: Initialize waiter.ww_ctx properlySebastian Andrzej Siewior-1/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-53/+116
2021-08-20bpf: Add support for {set|get} socket options from setsockopt BPFPrankur Gupta-0/+8
2021-08-20bpf: Use kvmalloc for map keys in syscallsStanislav Fomichev-17/+17
2021-08-20bpf: Use kvmalloc for map values in syscallStanislav Fomichev-17/+11
2021-08-19Merge tag 'net-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-6/+17
2021-08-19bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song-1/+4
2021-08-19bpf: Undo off-by-one in interpreter tail call count limitDaniel Borkmann-1/+1
2021-08-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-6/+17