summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-17bus: mhi: core: Fix race while handling SYS_ERR at power upManivannan Sadhasivam1-23/+12
2021-12-17bus: mhi: core: Fix reading wake_capable channel configurationBhaumik Bhatt1-0/+1
2021-12-17bus: mhi: pci_generic: Simplify code and axe the use of a deprecated APIChristophe JAILLET1-7/+1
2021-12-17bus: mhi: core: Minor style and comment fixesManivannan Sadhasivam2-2/+3
2021-12-17bus: mhi: core: Use macros for execution environment featuresBhaumik Bhatt3-3/+4
2021-12-17bus: mhi: pci_generic: Graceful shutdown on freezeLoic Poulain1-1/+1
2021-12-17bus: mhi: pci_generic: Add new device ID support for T99W175Slark Xiao1-0/+3
2021-12-17Merge tag 'lkdtm-v5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman4-10/+30
2021-12-17selftest/lkdtm: Skip stack-entropy test if lkdtm is not availableMisono Tomohiro1-1/+15
2021-12-17lkdtm: Fix content of section containing lkdtm_rodata_do_nothing()Christophe Leroy1-1/+1
2021-12-17lkdtm: avoid printk() in recursive_loop()Ard Biesheuvel1-7/+9
2021-12-17lkdtm: Note that lkdtm_kernel_info should be removed in the futureKees Cook1-1/+5
2021-12-13Merge v5.15-rc5 into char-misc-nextGreg Kroah-Hartman635-3182/+7175
2021-12-13Linux 5.16-rc5v5.16-rc5Linus Torvalds1-1/+1
2021-12-12Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-33/+61
2021-12-12Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds34-102/+136
2021-12-12Merge tag 'timers-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-3/+8
2021-12-12Merge tag 'irq-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-17/+14
2021-12-12Merge tag 'sched-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+14
2021-12-12Merge tag 'csky-for-linus-5.16-rc5' of git://github.com/c-sky/csky-linuxLinus Torvalds1-2/+2
2021-12-12usb: core: config: using bit mask instead of individual bitsPavel Hofman1-2/+2
2021-12-12usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman1-1/+1
2021-12-12USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman2-2/+2
2021-12-12USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman3-1/+40
2021-12-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-29/+23
2021-12-12Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+11
2021-12-12Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2021-12-12Merge tag 'perf-tools-fixes-for-v5.16-2021-12-11' of git://git.kernel.org/pub...Linus Torvalds5-32/+64
2021-12-11Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds8-12/+40
2021-12-11Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+27
2021-12-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-21/+13
2021-12-11Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-6/+29
2021-12-11Merge tag 'devicetree-fixes-for-5.16-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-22/+43
2021-12-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds23-207/+322
2021-12-11Merge tag 'timers-v5.16-rc4' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2-3/+8
2021-12-11perf python: Fix NULL vs IS_ERR_OR_NULL() checkingMiaoqian Lin1-1/+1
2021-12-11perf intel-pt: Fix error timestamp setting on the decoder error pathAdrian Hunter1-0/+1
2021-12-11perf intel-pt: Fix missing 'instruction' events with 'q' optionAdrian Hunter1-3/+8
2021-12-11perf intel-pt: Fix next 'err' value, walking traceAdrian Hunter1-0/+1
2021-12-11perf intel-pt: Fix state setting when receiving overflow (OVF) packetAdrian Hunter1-4/+28
2021-12-11perf intel-pt: Fix intel_pt_fup_event() assumptions about setting state typeAdrian Hunter1-19/+13
2021-12-11perf intel-pt: Fix sync state when a PSB (synchronization) packet is foundAdrian Hunter1-1/+1
2021-12-11perf intel-pt: Fix some PGE (packet generation enable/control flow packets) u...Adrian Hunter1-3/+4
2021-12-11perf tools: Prevent out-of-bounds access to registersGerman Gomez2-1/+7
2021-12-11Merge tag 'irqchip-fixes-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner7-17/+14
2021-12-11Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-10/+35
2021-12-11Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-31/+36
2021-12-11Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-9/+15
2021-12-11mm: bdi: initialize bdi_min_ratio when bdi is unregisteredManjong Lee1-0/+7
2021-12-11hugetlbfs: fix issue of preallocation of gigantic pages can't workZhenguo Yao1-1/+1