summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * tracing/user_events: Rename link fields for clarityBeau Belgrave2023-05-232-19/+23
| | * tracing/user_events: Remove RCU lock while pinning pagesLinus Torvalds2023-05-231-6/+7
| | * tracing/user_events: Split up mm alloc and attachLinus Torvalds2023-05-231-11/+18
| | * tracing/timerlat: Always wakeup the timerlat threadDaniel Bristot de Oliveira2023-05-231-0/+2
| | * tracing/user_events: Use long vs int for atomic bit opsBeau Belgrave2023-05-231-7/+8
| * | Merge tag 'v6.4-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-05-291-2/+0
| |\ \
| | * | crypto: x86/aria - Use 16 byte alignment for GFNI constant vectorsArd Biesheuvel2023-05-241-2/+0
| * | | Revert "module: error out early on concurrent load of the same module file"Linus Torvalds2023-05-292-49/+15
| * | | Merge tag 'phy-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds2023-05-285-11/+13
| |\ \ \
| | * | | phy: qcom-snps: correct struct qcom_snps_hsphy kerneldocKrzysztof Kozlowski2023-05-161-1/+1
| | * | | phy: amlogic: phy-meson-g12a-mipi-dphy-analog: fix CNTL2_DIF_TX_CTL0 valueNeil Armstrong2023-05-161-1/+1
| | * | | phy: mediatek: rework the floating point comparisons to fixed pointTom Rix2023-05-161-5/+5
| | * | | phy: qcom-qmp-pcie-msm8996: fix init-count imbalanceJohan Hovold2023-05-081-2/+3
| | * | | phy: qcom-qmp-combo: fix init-count imbalanceJohan Hovold2023-05-081-2/+3
| * | | | Merge tag 'dmaengine-fix-6.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-05-285-16/+21
| |\ \ \ \
| | * | | | dmaengine: at_hdmac: Extend the Flow Controller bitfield to three bitsPeter Rosin2023-05-241-1/+1
| | * | | | dmaengine: at_hdmac: Repair bitfield macros for peripheral ID handlingPeter Rosin2023-05-241-6/+9
| | * | | | dmaengine: pl330: rename _start to prevent build errorRandy Dunlap2023-05-241-4/+4
| | * | | | dmaengine: at_xdmac: fix potential Oops in at_xdmac_prep_interleaved()Dan Carpenter2023-05-191-2/+5
| | * | | | dmaengine: ti: k3-udma: annotate pm function with __maybe_unusedVinod Koul2023-05-171-2/+2
| | * | | | dmaengine: idxd: Fix passing freed memory in idxd_cdev_open()Harshit Mogalapalli2023-05-171-1/+0
| | |/ / /
* | | | | mm: page_alloc: make compound_page_dtors staticMiaohe Lin2023-06-192-2/+1
* | | | | Docs/admin-guide/mm/damon/usage: update the ways for getting monitoring resultsSeongJae Park2023-06-191-8/+12
* | | | | Docs/admin-guide/mm/damon/usage: clarify quotas and watermarks sysfs interfaceSeongJae Park2023-06-191-2/+9
* | | | | Docs/admin-guide/mm/damon/usage: link design document for DAMOSSeongJae Park2023-06-192-67/+51
* | | | | Docs/admin-guide/mm/damon/usage: remove unnecessary sentences about supported...SeongJae Park2023-06-191-7/+5
* | | | | Docs/admin-guide/mm/damon/usage: fix typos in references and commasSeongJae Park2023-06-191-4/+3
* | | | | Docs/admin-guide/mm/damon/start: update DAMOS example commandSeongJae Park2023-06-191-5/+5
* | | | | Docs/mm/damon/design: document 'age' of regionSeongJae Park2023-06-191-0/+14
* | | | | mm: move mm_count into its own cache lineMathieu Desnoyers2023-06-191-8/+15
* | | | | mm/memcg: remove return value of mem_cgroup_scan_tasks()ZhangPeng2023-06-192-9/+7
* | | | | mm/damon/core-test: add a test for damon_set_attrs()SeongJae Park2023-06-191-0/+24
* | | | | mm: remove is_longterm_pinnable_page() and reimplement folio_is_longterm_pinn...Vishal Moola (Oracle)2023-06-191-13/+9
* | | | | mm/gup.c: reorganize try_get_folio()Vishal Moola (Oracle)2023-06-191-43/+43
* | | | | mm/gup_test.c: convert verify_dma_pinned() to us foliosVishal Moola (Oracle)2023-06-191-6/+7
* | | | | mmzone: introduce folio_migratetype()Vishal Moola (Oracle)2023-06-191-0/+3
* | | | | mmzone: introduce folio_is_zone_movable()Vishal Moola (Oracle)2023-06-191-0/+5
* | | | | kasan: add support for kasan.fault=panic_on_writeMarco Elver2023-06-192-8/+30
* | | | | zram: further limit recompression thresholdSergey Senozhatsky2023-06-191-1/+1
* | | | | mm: zswap: invaldiate entry after writebackDomenico Cerasuolo2023-06-191-16/+17
* | | | | mm: kill lock|unlock_page_memcg()Kefeng Wang2023-06-195-30/+10
* | | | | mm/page_owner/cma: show pfn in cma/page_owner with hex formatKassey Li2023-06-192-3/+3
* | | | | buffer: convert block_truncate_page() to use a folioMatthew Wilcox (Oracle)2023-06-191-14/+16
* | | | | buffer: use a folio in __find_get_block_slow()Matthew Wilcox (Oracle)2023-06-191-6/+6
* | | | | buffer: convert link_dev_buffers to take a folioMatthew Wilcox (Oracle)2023-06-191-4/+4
* | | | | buffer: convert init_page_buffers() to folio_init_buffers()Matthew Wilcox (Oracle)2023-06-191-10/+8
* | | | | buffer: convert grow_dev_page() to use a folioMatthew Wilcox (Oracle)2023-06-191-19/+15
* | | | | buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()Matthew Wilcox (Oracle)2023-06-194-19/+21
* | | | | buffer: convert __block_commit_write() to take a folioMatthew Wilcox (Oracle)2023-06-191-19/+19
* | | | | buffer: convert block_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2023-06-191-14/+13