aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-04iommu/amd: Update event log pointer as soon as processing is completeVasant Hegde1-1/+3
2024-09-04Merge tag 'integrator-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-0/+2
2024-09-04iommu: Use of_property_present()Rob Herring (Arm)2-4/+2
2024-09-04soc: fsl: cpm1: qmc: Fix dependency on fsl_soc.hChristophe Leroy1-2/+1
2024-09-04dt-bindings: can: rockchip_canfd: add rockchip CAN-FD controllerMarc Kleine-Budde2-0/+81
2024-09-04ARM: dts: rockchip: Add pwm node for RV1126Karthikeyan Krishnasamy2-0/+238
2024-09-04ARM: dts: rockchip: Add i2s0 node for RV1126Karthikeyan Krishnasamy2-0/+128
2024-09-04ARM: dts: rockchip: Add i2c3 node for RV1126Karthikeyan Krishnasamy2-0/+41
2024-09-04usb: gadget: dummy_hcd: execute hrtimer callback in softirq contextAndrey Konovalov1-6/+8
2024-09-03sched_ext: Remove sched_class->switch_class()Tejun Heo2-13/+1
2024-09-03sched_ext: Remove switch_class_scx()Tejun Heo1-5/+4
2024-09-03sched_ext: Relocate functions in kernel/sched/ext.cTejun Heo1-78/+78
2024-09-03sched_ext: Unify regular and core-sched pick task pathsTejun Heo1-67/+11
2024-09-03sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEPTejun Heo3-12/+10
2024-09-03sched_ext: Don't call put_prev_task_scx() before picking the next taskTejun Heo2-72/+80
2024-09-04IB/core: Fix ib_cache_setup_one error flow cleanupPatrisious Haddad1-1/+3
2024-09-04IB/mlx5: Fix UMR pd cleanup on error flow of driver initChris Mi1-0/+3
2024-09-04drm/xe: Use xe_pm_runtime_get in xe_bo_move() if reclaim-safe.Thomas Hellström3-2/+19
2024-09-04gpio: mpc8xxx: order headers alphabeticallyBartosz Golaszewski1-8/+8
2024-09-04gpio: davinci: use devm_clk_get_enabled()Bartosz Golaszewski1-11/+2
2024-09-04gpio: davinci: drop platform data supportBartosz Golaszewski2-85/+25
2024-09-04gpio: stmpe: Sort headersAndy Shevchenko1-4/+4
2024-09-04gpio: stmpe: Make use of device propertiesAndy Shevchenko1-4/+2
2024-09-04gpio: stmpe: Utilise temporary variable for struct deviceAndy Shevchenko1-10/+9
2024-09-04gpio: stmpe: Remove unused 'dev' member of struct stmpe_gpioAndy Shevchenko1-2/+0
2024-09-04gpio: stmpe: Fix IRQ related error messagesAndy Shevchenko1-8/+3
2024-09-03mm: memory_hotplug: unify Huge/LRU/non-LRU movable folio isolationKefeng Wang1-28/+15
2024-09-03mm: migrate: add isolate_folio_to_list()Kefeng Wang3-35/+42
2024-09-03mm: memory_hotplug: check hwpoisoned page firstly in do_migrate_range()Kefeng Wang1-10/+10
2024-09-03mm: memory-failure: add unmap_poisoned_folio()Kefeng Wang2-17/+35
2024-09-03mm: memory_hotplug: remove head variable in do_migrate_range()Kefeng Wang1-8/+14
2024-09-03mm/damon/tests: add .kunitconfig file for DAMON kunit testsSeongJae Park1-0/+22
2024-09-03mm/damon: move kunit tests to tests/ subdirectory with _kunit suffixSeongJae Park8-4/+4
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_init_regions() test if PADDR is not regis...SeongJae Park1-0/+5
2024-09-03mm/damon/dbgfs-test: skip dbgfs_set_targets() test if PADDR is not registeredSeongJae Park1-0/+5
2024-09-03mm/damon/core-test: fix damon_test_ops_registration() for DAMON_VADDR unset caseSeongJae Park1-1/+16
2024-09-03mm/damon/core-test: test only vaddr case on ops registration testSeongJae Park1-6/+2
2024-09-03selftests/damon: add execute permissions to test scriptsSeongJae Park9-0/+0
2024-09-03selftests/damon: cleanup __pycache__/ with 'make clean'SeongJae Park1-0/+2
2024-09-03selftests/damon: add access_memory_even to .gitignoreSeongJae Park1-0/+1
2024-09-03sched/numa: Fix the vma scan starving issueYujie Liu1-0/+9
2024-09-03memory tier: fix deadlock warning while onlining pagesYanfei Xu1-1/+2
2024-09-03mm: vmalloc: refactor vm_area_alloc_pages() functionUladzislau Rezki (Sony)1-20/+17
2024-09-03mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes2-59/+164
2024-09-03mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes2-253/+264
2024-09-03mm: introduce commit_merge(), abstracting final commit of mergeLorenzo Stoakes1-12/+27
2024-09-03mm: make vma_prepare() and friends static and internal to vma.cLorenzo Stoakes2-185/+158
2024-09-03mm: avoid using vma_merge() for new VMAsLorenzo Stoakes5-100/+279
2024-09-03mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes4-35/+27
2024-09-03mm: remove duplicated open-coded VMA policy checkLorenzo Stoakes2-10/+7