summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-11-01string: Add __realloc_size hint to kmemdup()Kees Cook
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra
2022-10-31rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2022-10-31cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo
2022-10-31fs: introduce dedicated idmap type for mountsChristian Brauner
2022-10-31block: simplify blksize_bits() implementationDawei Li
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller
2022-10-31ptp: add missing documentation for parametersJacob Keller
2022-10-30net: remove unused netdev_unregistering()Juhee Kang
2022-10-30Merge tag 'fbdev-for-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-30Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-30sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou
2022-10-30sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan
2022-10-30sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou
2022-10-29Merge tag 'block-6.1-2022-10-28' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-28net: sfp: move field definitions along side register indexRussell King (Oracle)
2022-10-28net: sfp: convert register indexes from hex to decimalRussell King (Oracle)
2022-10-28net: phylink: add phylink_get_link_timer_ns() helperRussell King (Oracle)
2022-10-28Kalle Valo says:Jakub Kicinski
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook
2022-10-28fortify: Capture __bos() results in const temp varsKees Cook
2022-10-28cgroup: Implement DEBUG_CGROUP_REFTejun Heo
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko
2022-10-28mm/uffd: fix vma check on userfault for wpPeter Xu
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi
2022-10-28Merge branch 'fs.acl.rework' into for-nextChristian Brauner
2022-10-28acl: make vfs_posix_acl_to_xattr() staticChristian Brauner
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-10-27perf: Rewrite core context handlingPeter Zijlstra
2022-10-27net/mlx5: Fix possible use-after-free in async command interfaceTariq Toukan
2022-10-27blk-mq: don't add non-pt request with ->end_io to batchMing Lei
2022-10-27phy: dphy: add support to calculate the timing based on hs_clk_rateMarco Felsch
2022-10-27ice: Add support Flex RXDMichal Jaron
2022-10-27KVM: Initialize gfn_to_pfn_cache locks in dedicated helperMichal Luczaj
2022-10-26Merge tag 'spi-fix-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller
2022-10-26Merge branch 'fs.vfsuid.conversion' into for-nextChristian Brauner
2022-10-26fs: remove unused idmapping helpersChristian Brauner
2022-10-26mnt_idmapping: add missing helpersChristian Brauner
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song
2022-10-25bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song
2022-10-25bpf: Make struct cgroup btf id globalYonghong Song
2022-10-25bpf: Add new bpf_task_storage_delete proto with no deadlock detectionMartin KaFai Lau
2022-10-25bpf: Add new bpf_task_storage_get proto with no deadlock detectionMartin KaFai Lau
2022-10-25bpf: Append _recur naming to the bpf_task_storage helper protoMartin KaFai Lau
2022-10-25bpf: Remove prog->active check for bpf_lsm and bpf_iterMartin KaFai Lau