aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-09usb: typec: displayport: Fill the negotiated SVDM Version in the headerKyle Tso
2021-02-09usb: typec: ucsi: Determine common SVDM VersionKyle Tso
2021-02-09usb: typec: tcpm: Determine common SVDM VersionKyle Tso
2021-02-09usb: pd: Make SVDM Version configurable in VDM headerKyle Tso
2021-02-09usb: typec: Manage SVDM versionKyle Tso
2021-02-09usb: dwc3: gadget: Fix dep->interval for fullspeed interruptThinh Nguyen
2021-02-09usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1Thinh Nguyen
2021-02-09Merge tag 'usb-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman
2021-02-07Linux 5.11-rc7Linus Torvalds
2021-02-07Merge tag 'libnvdimm-fixes-5.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-07Merge tag 'dma-mapping-5.11-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2021-02-07Merge tag 'irq_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-07Merge tag 'core_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-02-07Merge tag 'sched_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-02-07Merge tag 'timers_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-02-07Merge tag 'x86_urgent_for_v5.11_rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-07Merge tag 'kbuild-fixes-v5.11-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-06Merge tag '5.11-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-02-06Merge tag 'riscv-for-linus-5.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-06Merge tag 'powerpc-5.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-02-06Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-06Merge tag 'usb-5.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-02-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2021-02-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2021-02-06Merge tag 'block-5.11-2021-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-06Merge tag 'io_uring-5.11-2021-02-05' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-06usb: dwc3: gadget: Remove check for bounded driverThinh Nguyen
2021-02-06usb: dwc3: gadget: Set speed only up to the max supportedThinh Nguyen
2021-02-06usb: dwc3: gadget: Track connected SSP rate and lane countThinh Nguyen
2021-02-06usb: dwc3: gadget: Implement setting of SSP rateThinh Nguyen
2021-02-06usb: dwc3: core: Check maximum_speed SSP genXxYThinh Nguyen
2021-02-06usb: common: Parse for USB SSP genXxYThinh Nguyen
2021-02-06dt-binding: usb: Include USB SSP rates in GenXxYThinh Nguyen
2021-02-06x86/efi: Remove EFI PGD build time checksBorislav Petkov
2021-02-06usb: cdnsp: Removes some useless trace eventsPawel Laszczak
2021-02-06entry: Use different define for selector variable in SUDGabriel Krisman Bertazi
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi
2021-02-05Revert "lib: Restrict cpumask_local_spread to houskeeping CPUs"Thomas Gleixner
2021-02-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-02-05genirq: Prevent [devm_]irq_alloc_desc from returning irq 0Hans de Goede
2021-02-05cifs: report error instead of invalid when revalidating a dentry failsAurelien Aptel
2021-02-05x86/debug: Prevent data breakpoints on cpu_dr7Lai Jiangshan
2021-02-05x86/debug: Prevent data breakpoints on __per_cpu_offsetLai Jiangshan
2021-02-05MAINTAINERS/.mailmap: use my @kernel.org addressNathan Chancellor
2021-02-05mm: hugetlb: fix missing put_page in gather_surplus_pages()Muchun Song
2021-02-05ubsan: implement __ubsan_handle_alignment_assumptionNathan Chancellor
2021-02-05kasan: make addr_has_metadata() return true for valid addressesVincenzo Frascino
2021-02-05kasan: add explicit preconditions to kasan_report()Vincenzo Frascino
2021-02-05mm/filemap: add missing mem_cgroup_uncharge() to __add_to_page_cache_locked()Waiman Long