summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...Patrick Wang2022-06-166-33/+14
* lib/test_hmm: avoid accessing uninitialized pagesMiaohe Lin2022-06-161-2/+8
* mm/memremap: fix wrong function name above memremap_pages()Miaohe Lin2022-06-161-2/+2
* mm/mempool: use might_alloc()Daniel Vetter2022-06-161-1/+1
* mm/slab: delete cache_alloc_debugcheck_before()Daniel Vetter2022-06-161-10/+0
* mm/page_alloc: use might_alloc()Daniel Vetter2022-06-161-4/+1
* mm/highmem: delete memmove_page()Fabio M. De Francesco2022-06-161-13/+0
* mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...Qi Zheng2022-06-162-34/+45
* mm/vmalloc: add code comment for find_vmap_area_exceed_addr()Baoquan He2022-06-161-2/+3
* mm/vmalloc: fix typo in local variable nameBaoquan He2022-06-161-6/+6
* mm/vmalloc: remove the redundant boundary checkBaoquan He2022-06-161-4/+2
* mm/vmalloc: invoke classify_va_fit_type() in adjust_va_to_fit_type()Baoquan He2022-06-161-17/+6
* mm/damon: remove obsolete comments of kdamond_stopChengming Zhou2022-06-161-9/+8
* mm/memory_hotplug: drop 'reason' argument from check_pfn_span()Anshuman Khandual2022-06-161-11/+9
* mm/shmem.c: clean up comment of shmem_swapin_folioMiaohe Lin2022-06-161-5/+5
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-1626-2/+139
* tools/vm/slabinfo: use alphabetic order when two values are equalYuanzheng Song2022-06-161-10/+22
* mm: use PAGE_ALIGNED instead of IS_ALIGNEDFanjun Kong2022-06-161-2/+2
* mm/x86: remove dead code for hugetlbpage.cPeter Xu2022-06-161-39/+0
* Linux 5.19-rc2v5.19-rc2Linus Torvalds2022-06-121-1/+1
* Merge tag 'platform-drivers-x86-v5.19-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-06-128-14/+35
|\
| * platform/x86/intel: hid: Add Surface Go to VGBS allow listDuke Lee2022-06-121-0/+6
| * platform/x86: hp-wmi: Use zero insize parameter only when supportedBedant Patnaik2022-06-121-8/+15
| * platform/x86: hp-wmi: Resolve WMI query failures on some devicesJorge Lopez2022-06-121-2/+4
| * platform/x86: gigabyte-wmi: Add support for B450M DS3H-CFAugust Wikerfors2022-06-101-0/+1
| * platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 supportPiotr Chmura2022-06-101-0/+1
| * platform/x86: barco-p50-gpio: Add check for platform_driver_registerJiasheng Jiang2022-06-101-1/+4
| * platform/x86/intel: pmc: Support Intel Raptorlake PGeorge D Sworo2022-06-101-0/+1
| * platform/x86/intel: Fix pmt_crashlog array referenceDavid Arcari2022-06-101-1/+1
| * platform/mellanox: Add static in struct declaration.Michael Shych2022-06-101-1/+1
| * platform/mellanox: Spelling s/platfom/platform/Geert Uytterhoeven2022-06-101-1/+1
* | Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-123-17/+73
|\ \
| * | workqueue: Switch to new kerneldoc syntax for named variable macro argumentJonathan Neuschäfer2022-06-111-1/+1
| * | workqueue: Fix type of cpu in trace eventWonhyuk Yang2022-06-071-4/+4
| * | workqueue: Wrap flush_workqueue() using a macroTetsuo Handa2022-06-072-12/+68
* | | Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-125-23/+40
|\ \ \
| * | | scripts/gdb: change kernel config dumping methodKuan-Ying Lee2022-06-111-3/+3
| * | | scripts/check-local-export: avoid 'wait $!' for process substitutionMasahiro Yamada2022-06-102-15/+33
| * | | scripts/nsdeps: adjust to the format change of *.mod filesMasahiro Yamada2022-06-081-3/+2
| * | | kbuild: avoid regex RS for POSIX awkKevin Locke2022-06-081-2/+2
| | |/ | |/|
* | | Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-06-126-14/+29
|\ \ \
| * | | cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-102-1/+8
| * | | cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-061-0/+3
| * | | cifs: fix reconnect on smb3 mount typesPaulo Alcantara2022-06-063-13/+18
| |/ /
* | | Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-06-129-62/+71
|\ \ \
| * | | wireguard: selftests: use maximum cpu features and allow rng seedingJason A. Donenfeld2022-06-113-15/+19
| * | | random: remove rng_has_arch_random()Jason A. Donenfeld2022-06-103-16/+1
| * | | random: credit cpu and bootloader seeds by defaultJason A. Donenfeld2022-06-101-19/+31
| * | | random: do not use jump labels before they are initializedJason A. Donenfeld2022-06-101-1/+10
| * | | random: account for arch randomness in bitsJason A. Donenfeld2022-06-101-5/+5