summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm: multi-gen LRU: improve design docT.J. Alumbaugh2023-03-282-6/+40
* mm: multi-gen LRU: clean up sysfs codeT.J. Alumbaugh2023-03-282-14/+10
* x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng2023-03-284-8/+14
* mm/userfaultfd: support WP on multiple VMAsMuhammad Usama Anjum2023-03-281-17/+24
* mm, page_alloc: reduce page alloc/free sanity checksVlastimil Babka2023-03-281-135/+52
* mm: reduce lock contention of pcp buffer refillAlexander Halbuer2023-03-281-4/+18
* mm: cma: make kobj_type structure constantThomas Weißschuh2023-03-281-1/+1
* mm/khugepaged: alloc_charge_hpage() take care of mem charge errorsPeter Xu2023-03-281-1/+8
* mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bitMuchun Song2023-03-281-8/+6
* mailmap: add an entry for Leonard CrestezFlorian Fainelli2023-03-281-0/+1
* mm: kfence: fix handling discontiguous pageMuchun Song2023-03-281-2/+2
* mm: kfence: fix PG_slab and memcg_data clearingMuchun Song2023-03-281-15/+15
* fsdax: dedupe should compare the min of two iters' lengthShiyang Ruan2023-03-281-2/+2
* fsdax: unshare: zero destination if srcmap is HOLE or UNWRITTENShiyang Ruan2023-03-281-3/+8
* lib/Kconfig.debug: correct help info of LOCKDEP_STACK_TRACE_HASH_BITSTiezhu Yang2023-03-281-1/+1
* Kconfig.debug: fix SCHED_DEBUG dependencyye xingchen2023-03-281-1/+1
* .mailmap: add entry for Leonard GöhrsLeonard Göhrs2023-03-281-0/+1
* Linux 6.3-rc4v6.3-rc4Linus Torvalds2023-03-261-1/+1
* Merge tag 'usb-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-03-2631-130/+625
|\
| * usb: dwc2: fix a race, don't power off/on phy for dual-role modeFabrice Gasnier2023-03-232-6/+3
| * usb: dwc2: fix a devres leak in hw_enable upon suspend resumeFabrice Gasnier2023-03-231-14/+2
| * usb: chipidea: core: fix possible concurrent when switch roleXu Yang2023-03-233-2/+13
| * usb: chipdea: core: fix return -EINVAL if request role is the same with curre...Xu Yang2023-03-231-1/+4
| * Merge tag 'thunderbolt-for-v6.3-rc4' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-03-229-41/+166
| |\
| | * thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix2023-03-201-8/+9
| | * thunderbolt: Disable interrupt auto clear for ringsMario Limonciello2023-03-202-17/+29
| | * thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello2023-03-201-1/+1
| | * thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg2023-03-131-5/+17
| | * thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine2023-03-133-2/+49
| | * thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg2023-03-131-2/+2
| | * thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine2023-03-134-2/+37
| | * thunderbolt: Fix memory leak in marginingMika Westerberg2023-03-131-6/+6
| | * thunderbolt: Add quirk to disable CLxSanjay R Mehta2023-03-062-3/+21
| * | usb: gadget: Use correct endianness of the wLength field for WebUSBAndy Shevchenko2023-03-161-4/+3
| * | uas: Add US_FL_NO_REPORT_OPCODES for JMicron JMS583Gen 2Yaroslav Furman2023-03-161-0/+7
| * | usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driverPawel Laszczak2023-03-161-16/+11
| * | usb: cdns3: Fix issue with using incorrect PCI device functionPawel Laszczak2023-03-161-0/+5
| * | usb: cdnsp: Fixes issue with redundant Status StagePawel Laszczak2023-03-161-18/+1
| * | MAINTAINERS: make me a reviewer of USB/IPHongren Zheng2023-03-161-0/+1
| * | usb: dwc2: drd: fix inconsistent mode if role-switch-default-mode="host"Ziyang Huang2023-03-091-1/+2
| * | docs: usb: Add documentation for the UVC GadgetDaniel Scally2023-03-092-0/+353
| * | usb: typec: tcpm: fix warning when handle discover_identity messageXu Yang2023-03-091-4/+15
| * | usb: typec: tcpm: fix create duplicate source-capabilities fileXu Yang2023-03-091-0/+9
| * | usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga2023-03-091-1/+1
| * | usb: misc: onboard-hub: add support for Microchip USB2517 USB 2.0 hubAlexander Stein2023-03-092-0/+2
| * | usb: dwc3: gadget: Add 1ms delay after end transfer command without IOCWesley Cheng2023-03-091-3/+11
| * | usb: dwc3: Fix a typo in field nameVincenzo Palazzo2023-03-091-1/+1
| * | usb: ucsi_acpi: Increase the command completion timeoutHans de Goede2023-03-091-1/+1
| * | usb: ucsi: Fix ucsi->connector raceHans de Goede2023-03-091-13/+9
| * | usb: ucsi: Fix NULL pointer deref in ucsi_connector_change()Hans de Goede2023-03-091-5/+6
| |/