summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2024-08-14block: use the right type for stub rq_integrity_vec()Jens Axboe
2024-08-14tracefs: Use generic inode RCU for synchronizing freeingSteven Rostedt
2024-08-14bpf: kprobe: remove unused declaring of bpf_kprobe_overrideMenglong Dong
2024-08-14net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn
2024-08-14profiling: remove profile=sleep supportTetsuo Handa
2024-08-14PCI: Add Edimax Vendor ID to pci_ids.hFUJITA Tomonori
2024-08-14block: change rq_integrity_vec to respect the iteratorMikulas Patocka
2024-08-14Revert "rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()"Frederic Weisbecker
2024-08-11RISC-V: Enable the IPI before workqueue_online_cpu()Nick Hu
2024-08-11mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand
2024-08-11mm: fix khugepaged activation policyRyan Roberts
2024-08-11mm/huge_memory: mark racy access onhuge_anon_orders_alwaysRan Xiaokai
2024-08-03perf: Fix event leak upon exec and file releaseFrederic Weisbecker
2024-08-03alloc_tag: outline and export free_reserved_page()Suren Baghdasaryan
2024-08-03fbdev: vesafb: Detect VGA compatibility from screen info's VESA attributesThomas Zimmermann
2024-08-03jbd2: precompute number of transaction descriptor blocksJan Kara
2024-08-03jbd2: make jbd2_journal_get_max_txn_bufs() internalJan Kara
2024-08-03genirq: Set IRQF_COND_ONESHOT in request_irq()Rafael J. Wysocki
2024-08-03task_work: Introduce task_work_cancel() againFrederic Weisbecker
2024-08-03task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker
2024-08-03lsm: fixup the inode xattr capability handlingPaul Moore
2024-08-03Revert "firewire: Annotate struct fw_iso_packet with __counted_by()"Takashi Sakamoto
2024-08-03mm/hugetlb: fix possible recursive locking detected warningMiaohe Lin
2024-08-03mm/huge_memory: avoid PMD-size page cache if neededGavin Shan
2024-08-03sbitmap: fix io hung due to race on sbitmap_word::clearedYang Yang
2024-08-03alloc_tag: fix page_ext_get/page_ext_put sequence during page splittingSuren Baghdasaryan
2024-08-03lib: reuse page_ext_data() to obtain codetag_refSuren Baghdasaryan
2024-08-03lib: add missing newline character in the warning messageSuren Baghdasaryan
2024-08-03net: missing check virtioDenis Arefev
2024-08-03RDMA/mlx5: Use sq timestamp as QP timestamp when RoCE is disabledOr Har-Toov
2024-08-03bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXTTengda Wu
2024-08-03mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel
2024-08-03sched/core: Drop spinlocks on contention iff kernel is preemptibleSean Christopherson
2024-08-03sched/core: Move preempt_model_*() helpers from sched.h to preempt.hSean Christopherson
2024-07-11Merge tag 'spi-fix-v6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-11Merge tag 'vfs-6.10-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-10Merge tag 'mm-hotfixes-stable-2024-07-10-13-19' of git://git.kernel.org/pub/s...Linus Torvalds
2024-07-10Merge tag 'bcachefs-2024-07-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-07-10closures: fix closure_sync + closure debuggingKent Overstreet
2024-07-09sched.h: always_inline alloc_tag_{save|restore} to fix modpost warningsSuren Baghdasaryan
2024-07-09spi: add defer_optimize_message controller flagDavid Lechner
2024-07-05Merge patch series "cachefiles: random bugfixes"Christian Brauner
2024-07-05tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen
2024-07-05tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen
2024-07-04Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-03mm/hugetlb_vmemmap: fix race with speculative PFN walkersYu Zhao
2024-07-03cachestat: do not flush stats in recency checkNhat Pham
2024-07-03mm/filemap: make MAX_PAGECACHE_ORDER acceptable to xarrayGavin Shan
2024-07-03mm: prevent derefencing NULL ptr in pfn_section_valid()Waiman Long
2024-07-03mm: page_ref: remove folio_try_get_rcu()Yang Shi