aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-11-17genirq/msi: Add missing kernel doc to msi_next_desc()Thomas Gleixner1-0/+1
2022-11-17genirq/msi: Remove filter from msi_free_descs_free_range()Thomas Gleixner1-9/+10
2022-11-17genirq/msi: Use MSI_DESC_ALL in msi_add_simple_msi_descs()Thomas Gleixner1-1/+1
2022-11-17genirq: Remove unused argument force of irq_set_affinity_deactivated()Angus Chen1-2/+2
2022-11-16tracing: Fix memory leak in tracing_read_pipe()Wang Yufen1-0/+1
2022-11-16blk-cgroup: Flush stats at blkgs destruction pathWaiman Long1-0/+20
2022-11-16ring-buffer: Include dropped pages in counting dirty patchesSteven Rostedt (Google)1-0/+12
2022-11-16tracing/ring-buffer: Have polling block on watermarkSteven Rostedt (Google)2-20/+37
2022-11-16wait: Return number of exclusive waiters awakenGabriel Krisman Bertazi1-7/+11
2022-11-16sched: Clear ttwu_pending after enqueue_task()Tianchen Ding1-7/+11
2022-11-15bpf: propagate nullness information for reg to reg comparisonsEduard Zingerman1-2/+33
2022-11-15perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin1-3/+5
2022-11-15perf: Fix IS_ERR() vs NULL check in inherit_event()Gaosheng Cui1-1/+1
2022-11-15perf: Remove unused pointer task_ctxColin Ian King1-2/+0
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen3-5/+5
2022-11-15bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao1-1/+1
2022-11-15kallsyms: Add self-test facilityZhen Lei4-1/+500
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2-9/+14
2022-11-14bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi2-10/+10
2022-11-14bpf: Rename RET_PTR_TO_ALLOC_MEMKumar Kartikeya Dwivedi1-1/+1
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi4-4/+202
2022-11-14bpf: Remove BPF_MAP_OFF_ARR_MAXKumar Kartikeya Dwivedi1-1/+1
2022-11-14cgroup/cpuset: Optimize cpuset_attach() on v2Waiman Long1-1/+23
2022-11-14cgroup/cpuset: Skip spread flags update on v2Waiman Long1-4/+8
2022-11-14PCI: Allow drivers to request exclusive config regionsIra Weiny1-5/+8
2022-11-14sched: Fix race in task_call_func()Peter Zijlstra1-17/+35
2022-11-14rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encounteredMathieu Desnoyers1-2/+17
2022-11-12livepatch: Use kallsyms_on_each_match_symbol() to improve performanceZhen Lei1-1/+19
2022-11-12kallsyms: Add helper kallsyms_on_each_match_symbol()Zhen Lei1-0/+18
2022-11-12kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei2-5/+15
2022-11-12kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei2-11/+76
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski10-600/+782
2022-11-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski3-36/+27
2022-11-11bpf: Initialize same number of free nodes for each pcpu_freelistXu Kuohai1-12/+11
2022-11-11docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapMaryam Tahhan1-3/+6
2022-11-11module: Fix NULL vs IS_ERR checking for module_get_next_pageMiaoqian Lin1-4/+4
2022-11-11kernel/params.c: defer most of param_sysfs_init() to late_initcall timeRasmus Villemoes1-2/+19
2022-11-11module: Remove unused macros module_addr_min/maxChen Zhongjin1-3/+0
2022-11-11module: remove redundant module_sysfs_initialized variableRasmus Villemoes2-3/+1
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-32/+44
2022-11-10Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-4/+13
2022-11-10kernel/ksysfs.c: export kernel cpu byteorderThomas Weißschuh1-0/+18
2022-11-10resource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()Andy Shevchenko1-10/+7
2022-11-09scs: add support for dynamic shadow call stacksArd Biesheuvel1-2/+12
2022-11-08swap: add a limit for readahead page-cluster valueKairui Song1-0/+1
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-11-08cgroup/cpuset: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-11-08bpf: Fix memory leaks in __check_func_callWang Yufen1-5/+9
2022-11-08perf: Improve missing SIGTRAP checkingMarco Elver1-6/+19
2022-11-07bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()Nathan Chancellor1-1/+1