aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-05Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2021-03-05Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-blockLinus Torvalds2-1/+3
2021-03-05Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2021-03-05Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-9/+2
2021-03-04kernel: provide create_io_thread() helperJens Axboe1-0/+2
2021-03-04Merge tag 'sound-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-0/+2
2021-03-04tracing: Fix comment about the trace_event_call flagsSteven Rostedt (VMware)1-9/+2
2021-03-04io_uring: destroy io-wq on execPavel Begunkov1-1/+1
2021-03-03ACPI: bus: Constify is_acpi_node() and friends (part 2)Andy Shevchenko1-3/+3
2021-03-02swap: fix swapfile read/write offsetJens Axboe1-0/+1
2021-03-02ALSA: hda: move Intel SoundWire ACPI scan to dedicated modulePierre-Louis Bossart1-0/+2
2021-03-01Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-0/+56
2021-03-01block: Drop leftover references to RQF_SORTEDJean Delvare1-2/+0
2021-02-28Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds1-0/+1
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds3-5/+7
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds3-23/+5
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-1/+6
2021-02-26Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-48/+102
2021-02-26Merge tag 's390-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+1
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds3-0/+18
2021-02-26Merge tag 'leds-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-ledsLinus Torvalds3-43/+53
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+11
2021-02-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+2
2021-02-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+24
2021-02-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-343/+652
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei1-8/+0
2021-02-26kgdb: fix to kill breakpoints on initmem after bootSumit Garg1-0/+2
2021-02-26init: clean up early_param_on_off() macroMasahiro Yamada1-2/+2
2021-02-26include/linux/bitops.h: spelling s/synomyn/synonym/Geert Uytterhoeven1-1/+1
2021-02-26lib: stackdepot: add support to disable stack depotVijayanand Jitta1-0/+9
2021-02-26string.h: move fortified functions definitions in a dedicated header.Francis Laniel2-281/+303
2021-02-26groups: use flexible-array member in struct group_infoHubert Jasudowicz1-1/+1
2021-02-26treewide: Miguel has movedMiguel Ojeda2-2/+2
2021-02-26include/linux: remove repeated wordsRandy Dunlap2-2/+2
2021-02-26kasan: unify large kfree checksAndrey Konovalov1-8/+8
2021-02-26kasan, mm: don't save alloc stacks twiceAndrey Konovalov1-0/+9
2021-02-26kfence: add test suiteMarco Elver1-2/+7
2021-02-26mm, kfence: insert KFENCE hooks for SLUBAlexander Potapenko1-0/+3
2021-02-26mm, kfence: insert KFENCE hooks for SLABAlexander Potapenko1-0/+3
2021-02-26kfence: use pt_regs to generate stack trace on faultsMarco Elver1-2/+3
2021-02-26mm: add Kernel Electric-Fence infrastructureAlexander Potapenko1-0/+216
2021-02-26mm: page-flags.h: Typo fix (It -> If)Guo Ren1-2/+2
2021-02-26zsmalloc: account the number of compacted pages correctlyRokudo Yan1-1/+1
2021-02-26mm/zswap: add the flag can_sleep_mappedTian Tao1-0/+3
2021-02-26mm/rmap: fix potential pte_unmap on an not mapped pteMiaohe Lin1-1/+2
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual1-0/+10
2021-02-26drivers/base/memory: don't store phys_device in memory blocksDavid Hildenbrand1-2/+1
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand1-1/+1
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual1-2/+2