summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-11-16wait: Return number of exclusive waiters awakenGabriel Krisman Bertazi
2022-11-16sched: Clear ttwu_pending after enqueue_task()Tianchen Ding
2022-11-15bpf: propagate nullness information for reg to reg comparisonsEduard Zingerman
2022-11-15perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin
2022-11-15perf: Fix IS_ERR() vs NULL check in inherit_event()Gaosheng Cui
2022-11-15perf: Remove unused pointer task_ctxColin Ian King
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen
2022-11-15bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao
2022-11-15kallsyms: Add self-test facilityZhen Lei
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi
2022-11-14bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi
2022-11-14bpf: Rename RET_PTR_TO_ALLOC_MEMKumar Kartikeya Dwivedi
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi
2022-11-14bpf: Remove BPF_MAP_OFF_ARR_MAXKumar Kartikeya Dwivedi
2022-11-14cgroup/cpuset: Optimize cpuset_attach() on v2Waiman Long
2022-11-14cgroup/cpuset: Skip spread flags update on v2Waiman Long
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny
2022-11-14sched: Fix race in task_call_func()Peter Zijlstra
2022-11-14rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encounteredMathieu Desnoyers
2022-11-12livepatch: Use kallsyms_on_each_match_symbol() to improve performanceZhen Lei
2022-11-12kallsyms: Add helper kallsyms_on_each_match_symbol()Zhen Lei
2022-11-12kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei
2022-11-12kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-11-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-11-11bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai
2022-11-11docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapMaryam Tahhan
2022-11-11module: Fix NULL vs IS_ERR checking for module_get_next_pageMiaoqian Lin
2022-11-11kernel/params.c: defer most of param_sysfs_init() to late_initcall timeRasmus Villemoes
2022-11-11module: Remove unused macros module_addr_min/maxChen Zhongjin
2022-11-11module: remove redundant module_sysfs_initialized variableRasmus Villemoes
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-10Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-10kernel/ksysfs.c: export kernel cpu byteorderThomas Weißschuh
2022-11-10resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()Andy Shevchenko
2022-11-09scs: add support for dynamic shadow call stacksArd Biesheuvel
2022-11-08swap: add a limit for readahead page-cluster valueKairui Song
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin
2022-11-08cgroup/cpuset: use hotplug_memory_notifier() directlyLiu Shixin
2022-11-08bpf: Fix memory leaks in __check_func_callWang Yufen
2022-11-08perf: Improve missing SIGTRAP checkingMarco Elver
2022-11-07bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()Nathan Chancellor
2022-11-06Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-04bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)Peter Zijlstra
2022-11-04bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")Peter Zijlstra
2022-11-04bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko
2022-11-04bpf: stop setting precise in current stateAndrii Nakryiko
2022-11-04bpf: allow precision tracking for programs with subprogsAndrii Nakryiko
2022-11-04bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko
2022-11-04bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko