summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fs: move ramfs_aops to libfsChristoph Hellwig2021-06-291-4/+1
* writeback, cgroup: release dying cgwbs by switching attached inodesRoman Gushchin2021-06-292-0/+2
* writeback, cgroup: support switching multiple inodes at onceRoman Gushchin2021-06-291-2/+16
* writeback, cgroup: keep list of inodes attached to bdi_writebackRoman Gushchin2021-06-291-0/+1
* mm/page_reporting: allow driver to specify reporting orderGavin Shan2021-06-291-0/+3
* slub: force on no_hash_pointers when slub_debug is enabledStephen Boyd2021-06-291-0/+2
* mm, slub: change run-time assertion in kmalloc_index() to compile-timeHyeonggon Yoo2021-06-291-3/+14
* kunit: make test->lock irq safeVlastimil Babka2021-06-291-2/+3
* kthread: switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer2021-06-291-1/+1
* mm/page_alloc: fix memory map initialization for descending nodesMike Rapoport2021-06-291-1/+0
* Revert "signal: Allow tasks to cache one sigqueue struct"Linus Torvalds2021-06-272-2/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-253-22/+8
|\
| * mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins2021-06-242-22/+7
| * mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda2021-06-241-0/+1
* | userfaultfd: uapi: fix UFFDIO_CONTINUE ioctl request definitionGleb Fotengauer-Malinovskiy2021-06-251-2/+2
* | Merge tag 'ceph-for-5.13-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds2021-06-251-1/+3
|\ \ | |/ |/|
| * libceph: set global_id as soon as we get an auth ticketIlya Dryomov2021-06-241-1/+3
| * libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov2021-06-241-1/+1
* | locking/lockdep: Improve noinstr vs errorsPeter Zijlstra2021-06-221-0/+2
|/
* Merge tag 'net-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-06-188-10/+42
|\
| * icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-181-0/+3
| * net/mlx5e: Don't create devices during unload flowDmytro Linkin2021-06-161-0/+4
| * net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du2021-06-151-1/+6
| * ptp: improve max_adj check against unreasonable valuesJakub Kicinski2021-06-151-1/+1
| * net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-122-2/+7
| * inet: annotate date races around sk->sk_txhashEric Dumazet2021-06-101-3/+7
| * net: annotate data race in sock_error()Eric Dumazet2021-06-101-1/+6
| * net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak2021-06-091-0/+1
| * Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux...David S. Miller2021-06-091-2/+7
| |\
| | * mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef2021-05-311-1/+6
| | * mac80211: correct ieee80211_iterate_active_interfaces_mtx() locking commentsBrian Norris2021-05-311-1/+1
* | | Merge tag 'pm-5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-06-181-1/+0
|\ \ \
| * | | Revert "cpufreq: CPPC: Add support for frequency invariance"Viresh Kumar2021-06-141-1/+0
* | | | Merge tag 'fixes_for_v5.13-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-171-2/+1
|\ \ \ \
| * | | | quota: finish disable quotactl_path syscallMarcin Juszkiewicz2021-06-151-2/+1
* | | | | mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()Hugh Dickins2021-06-161-0/+3
* | | | | mm/thp: try_to_unmap() use TTU_SYNC for safe splittingHugh Dickins2021-06-161-0/+1
* | | | | mm/thp: make is_huge_zero_pmd() safe and quickerHugh Dickins2021-06-161-1/+7
* | | | | mm/hugetlb: expand restore_reserve_on_error functionalityMike Kravetz2021-06-161-0/+2
* | | | | mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when comparePeter Xu2021-06-161-4/+11
* | | | | mm,hwpoison: fix race with hugetlb page allocationNaoya Horiguchi2021-06-161-0/+6
| |/ / / |/| | |
* | | | mm: relocate 'write_protect_seq' in struct mm_structFeng Tang2021-06-121-7/+20
* | | | Merge tag 'usb-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-06-123-18/+77
|\ \ \ \
| * | | | usb: typec: tcpm: Properly handle Alert and Status MessagesKyle Tso2021-06-041-4/+0
| * | | | dt-bindings: connector: Add PD rev 2.0 VDO definitionKyle Tso2021-06-041-3/+66
| * | | | dt-bindings: connector: Replace BIT macro with generic bit opsKyle Tso2021-06-041-10/+10
| * | | | usb: pd: Set PD_T_SINK_WAIT_CAP to 310msKyle Tso2021-06-021-1/+1
* | | | | Merge tag 'char-misc-5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-06-121-0/+2
|\ \ \ \ \
| * | | | | misc: rtsx: separate aspm mode into MODE_REG and MODE_CFGRicky Wu2021-06-091-0/+2
| |/ / / /
* | | | | Merge tag 'io_uring-5.13-2021-06-12' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-121-9/+10
|\ \ \ \ \