summaryrefslogtreecommitdiffstats
path: root/mm/slab.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-15headers/deps: mm: Split <linux/gfp_types.h> out of <linux/gfp.h>Ingo Molnar2-343/+350
2022-07-15headers/deps: mm: Optimize <linux/gfp.h> header dependenciesIngo Molnar1-3/+0
2022-07-15lib/cpumask: move trivial wrappers around find_bit to the headerYury Norov2-58/+54
2022-07-15lib/cpumask: change return types to unsigned where appropriateYury Norov2-16/+16
2022-07-15cpumask: change return types to bool where appropriateYury Norov1-12/+12
2022-07-15lib/bitmap: change type of bitmap_weight to unsigned longYury Norov12-19/+19
2022-07-15lib/bitmap: change return types to bool where appropriateYury Norov4-11/+11
2022-07-15arm: align find_bit declarations with generic kernelYury Norov1-8/+10
2022-07-13iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE)Alexander Lobakin1-1/+1
2022-07-12lib/test_bitmap: test the tail after bitmap_to_arr64()Alexander Lobakin1-0/+6
2022-07-12lib/bitmap: fix off-by-one in bitmap_to_arr64()Alexander Lobakin1-1/+1
2022-07-01lib: test_bitmap: add compile-time optimization/evaluations assertionsAlexander Lobakin1-0/+62
2022-07-01bitmap: don't assume compiler evaluates small mem*() builtins callsAlexander Lobakin1-3/+19
2022-07-01net/ice: fix initializing the bitmap in the switch codeAlexander Lobakin1-1/+1
2022-07-01bitops: let optimize out non-atomic bitops on compile-time constantsAlexander Lobakin1-1/+17
2022-07-01bitops: wrap non-atomic bitops with a transparent macroAlexander Lobakin7-49/+81
2022-07-01bitops: define const_*() versions of the non-atomicsAlexander Lobakin2-0/+32
2022-07-01bitops: unify non-atomic bitops prototypes across architecturesAlexander Lobakin13-150/+229
2022-07-01bitops: always define asm-generic non-atomic bitopsAlexander Lobakin2-102/+138
2022-07-01ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()Alexander Lobakin1-1/+1
2022-06-24lib: bitmap: fix the duplicated comments on bitmap_to_arr64()Qu Wenruo1-1/+1
2022-06-19Linux 5.19-rc3v5.19-rc3Linus Torvalds1-1/+1
2022-06-19ext4: fix a doubled word "need" in a commentXiang wangx1-1/+1
2022-06-19ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-06-19ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-19ext4: correct the judgment of BUG in ext4_mb_normalize_requestBaokun Li1-1/+16
2022-06-19ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9
2022-06-19ext4: fix up test_dummy_encryption handling for new mount APIEric Biggers1-63/+71
2022-06-19ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang1-2/+1
2022-06-19ext4: fix super block checksum incorrect after mountYe Bin1-8/+8
2022-06-18cifs: when a channel is not found for server, log its connection idShyam Prasad N1-0/+3
2022-06-18x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared pageKirill A. Shutemov1-1/+14
2022-06-17x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"Hans de Goede4-17/+18
2022-06-17arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transferWill Deacon1-2/+0
2022-06-17docs/zh_CN/LoongArch: Fix notes rendering by using reST directivesYanteng Si2-12/+16
2022-06-17docs/LoongArch: Fix notes rendering by using reST directivesYanteng Si2-15/+22
2022-06-17LoongArch: vmlinux.lds.S: Add missing ELF_DETAILSYouling Tang1-0/+1
2022-06-17io_uring: recycle provided buffer if we punt to io-wqJens Axboe1-0/+1
2022-06-17dm mirror log: round up region bitmap size to BITS_PER_LONGMikulas Patocka1-2/+1
2022-06-17dm: fix narrow race for REQ_NOWAIT bios being issued despite no supportMikulas Patocka1-1/+6
2022-06-17dm: fix use-after-free in dm_put_live_table_bioMikulas Patocka1-6/+7
2022-06-17smb3: add trace point for SMB2_set_eofSteve French2-0/+40
2022-06-17block/bfq: Enable I/O statisticsBart Van Assche1-0/+3
2022-06-17riscv: Improve description for RISCV_ISA_SVPBMT Kconfig symbolHeiko Stuebner1-2/+7
2022-06-17riscv: drop cpufeature_apply_feature tracking variableHeiko Stuebner1-4/+1
2022-06-17riscv: fix dependency for t-head errataHeiko Stuebner1-0/+1
2022-06-16blk-mq: don't clear flush_rq from tags->rqs[]Ming Lei1-2/+3
2022-06-16blk-mq: avoid to touch q->elevator without any protectionMing Lei6-19/+13
2022-06-16blk-mq: protect q->elevator by ->sysfs_lock in blk_mq_elv_switch_noneMing Lei1-1/+3
2022-06-16block: Fix handling of offline queues in blk_mq_alloc_request_hctx()Bart Van Assche1-0/+2