summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-08-14block: use the right type for stub rq_integrity_vec()Jens Axboe1-1/+1
2024-08-14tracefs: Use generic inode RCU for synchronizing freeingSteven Rostedt1-1/+1
2024-08-14bpf: kprobe: remove unused declaring of bpf_kprobe_overrideMenglong Dong1-1/+0
2024-08-14net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn1-11/+5
2024-08-14profiling: remove profile=sleep supportTetsuo Handa1-1/+0
2024-08-14PCI: Add Edimax Vendor ID to pci_ids.hFUJITA Tomonori1-0/+2
2024-08-14block: change rq_integrity_vec to respect the iteratorMikulas Patocka1-7/+7
2024-08-14Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"Frederic Weisbecker1-2/+0
2024-08-11RISC-V: Enable the IPI before workqueue_online_cpu()Nick Hu1-0/+1
2024-08-11mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand1-0/+7
2024-08-11mm: fix khugepaged activation policyRyan Roberts1-12/+0
2024-08-11mm/huge_memory: mark racy access onhuge_anon_orders_alwaysRan Xiaokai1-2/+2
2024-08-03perf: Fix event leak upon exec and file releaseFrederic Weisbecker1-0/+1
2024-08-03alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan1-15/+1
2024-08-03fbdev: vesafb: Detect VGA compatibility from screen info's VESA attributesThomas Zimmermann1-0/+10
2024-08-03jbd2: precompute number of transaction descriptor blocksJan Kara1-0/+7
2024-08-03jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara1-5/+0
2024-08-03genirq: Set IRQF_COND_ONESHOT in request_irq()Rafael J. Wysocki1-1/+1
2024-08-03task_work: Introduce task_work_cancel() againFrederic Weisbecker1-0/+1
2024-08-03task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker1-1/+1
2024-08-03lsm: fixup the inode xattr capability handlingPaul Moore1-0/+1
2024-08-03Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"Takashi Sakamoto1-3/+2
2024-08-03mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin1-0/+1
2024-08-03mm/huge_memory: avoid PMD-size page cache if neededGavin Shan1-3/+9
2024-08-03sbitmap: fix io hung due to race on sbitmap_word::clearedYang Yang1-0/+5
2024-08-03alloc_tag: fix page_ext_get/page_ext_put sequence during page splittingSuren Baghdasaryan1-2/+3
2024-08-03lib: reuse page_ext_data() to obtain codetag_refSuren Baghdasaryan1-1/+1
2024-08-03lib: add missing newline character in the warning messageSuren Baghdasaryan1-1/+1
2024-08-03net: missing check virtioDenis Arefev1-0/+11
2024-08-03RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is disabledOr Har-Toov1-3/+6
2024-08-03bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXTTengda Wu1-1/+1
2024-08-03mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-1/+0
2024-08-03sched/core: Drop spinlocks on contention iff kernel is preemptibleSean Christopherson1-8/+6
2024-08-03sched/core: Move preempt_model_*() helpers from sched.h to preempt.hSean Christopherson2-41/+41
2024-07-11Merge tag 'spi-fix-v6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+6
2024-07-10Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds5-54/+24
2024-07-10Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-0/+7
2024-07-10closures: fix closure_sync + closure debuggingKent Overstreet1-0/+7
2024-07-09sched.h: always_inline alloc_tag_{save|restore} to fix modpost warningsSuren Baghdasaryan1-2/+2
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner1-0/+4
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner1-0/+6
2024-07-05tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen1-48/+20
2024-07-05tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen1-9/+12
2024-07-04Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-2/+6
2024-07-03mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao1-1/+7
2024-07-03cachestat: do not flush stats in recency checkNhat Pham1-1/+2
2024-07-03mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarrayGavin Shan1-2/+9
2024-07-03mm: prevent derefencing NULL ptr in pfn_section_valid()Waiman Long1-1/+2
2024-07-03mm: page_ref: remove folio_try_get_rcu()Yang Shi1-47/+2