summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-12-11io-mapping: move some code within the include guarded sectionChristophe JAILLET
2022-12-11eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFDZhang Qilong
2022-12-11mm: fix typo in struct pglist_data code commentWang Yong
2022-12-11mm: add nodes= arg to memory.reclaimMina Almasry
2022-12-11mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed
2022-12-11fsdax,xfs: port unshare to fsdaxShiyang Ruan
2022-12-11fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan
2022-12-11mm: add folio dtor and order setter functionsSidhartha Kumar
2022-12-11folio-compat: remove lru_cache_add()Vishal Moola (Oracle)
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)
2022-12-11mm/sparse-vmemmap: generalise vmemmap_populate_hugepages()Feiyang Chen
2022-12-11LoongArch: add sparse memory vmemmap supportFeiyang Chen
2022-12-11include/linux/pgtable.h: : remove redundant pte variablezhang songyi
2022-12-11mm/gup: remove FOLL_MIGRATIONDavid Hildenbrand
2022-12-11mm/pagewalk: add walk_page_range_vma()David Hildenbrand
2022-12-11mm: remove VM_FAULT_WRITEDavid Hildenbrand
2022-12-11mm/pagewalk: don't trigger test_walk() in walk_page_vma()David Hildenbrand
2022-12-11i3c: export SETDASA methodJack Chen
2022-12-11i3c: Correct the macro module_i3c_i2c_driverNaveen Krishna Chatradhi
2022-12-10Merge tag 'mm-hotfixes-stable-2022-12-10-1' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-12-10bpf: states_equal() must build idmap for all function framesEduard Zingerman
2022-12-10tracing: Fix some checker warningsDavid Howells
2022-12-10NFSD: add delegation reaper to react to low memory conditionDai Ngo
2022-12-10sunrpc: svc: Remove an unused static function svc_ungetu32()Li zeming
2022-12-09Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2022-12-09skbuff: Introduce slab_build_skb()Kees Cook
2022-12-09Merge tag 'mlx5-updates-2022-12-08' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-12-09Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton
2022-12-09memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-09mm/swap: fix SWP_PFN_BITS with CONFIG_PHYS_ADDR_T_64BIT on 32bitDavid Hildenbrand
2022-12-09regmap-irq: Add handle_mask_sync() callbackWilliam Breathitt Gray
2022-12-09lsm: Fix description of fs_context_parse_paramRoberto Sassu
2022-12-09rhashtable: Allow rhashtable to be used from irq-safe contextsTejun Heo
2022-12-09Merge tag 'kvmarm-6.2' of https://git.kernel.org/pub/scm/linux/kernel/git/kvm...Paolo Bonzini
2022-12-08jbd2: switch jbd2_submit_inode_data() to use fs-provided hook for data writeoutJan Kara
2022-12-08ext4: fix deadlock due to mbcache entry corruptionJan Kara
2022-12-08bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi
2022-12-08bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-09Merge tag 'drm-misc-next-fixes-2022-12-08' of git://anongit.freedesktop.org/d...Dave Airlie
2022-12-08net/mlx5: fs, add match on ranges APIYevgeny Kliteynik
2022-12-08net/mlx5: mlx5_ifc updates for MATCH_DEFINER general objectYevgeny Kliteynik
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-12-08tpm: st33zp24: drop support for platform dataDmitry Torokhov
2022-12-08block: sed-opal: Don't include <linux/kernel.h>Christophe JAILLET
2022-12-08regulator: core: Use different devices for resource allocation and DT lookupChiYuan Huang
2022-12-07net/mlx5: Add generic getters for other functions capsShay Drory
2022-12-07net/mlx5: Introduce IFC bits for migratableYishai Hadas
2022-12-07clk: Store clk_core for clk_rate_requestMaxime Ripard
2022-12-07Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-nextAlexei Starovoitov