summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/amd/ibs: Extend PERF_PMU_CAP_NO_EXCLUDE to IBS OpKim Phillips2021-08-261-0/+1
* perf/x86/amd/ibs: Work around erratum #1197Kim Phillips2021-08-261-0/+8
* perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32Colin Ian King2021-08-261-1/+1
* perf/x86/intel/pt: Fix mask of num_address_rangesXiaoyao Li2021-08-251-1/+1
* Linux 5.14-rc7v5.14-rc7Linus Torvalds2021-08-221-1/+1
* Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-08-223-14/+31
|\
| * powerpc/mm: Fix set_memory_*() against concurrent accessesMichael Ellerman2021-08-191-13/+10
| * powerpc/32s: Fix random crashes by adding isync() after locking/unlocking KUEPChristophe Leroy2021-08-191-0/+20
| * powerpc/xive: Do not mark xive_request_ipi() as __initNathan Chancellor2021-08-181-1/+1
* | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-08-212-19/+37
|\ \
| * | clk: qcom: gdsc: Ensure regulator init state matches GDSC stateBjorn Andersson2021-08-061-18/+36
| * | clk: imx6q: fix uart earlycon unworkDong Aisheng2021-08-061-1/+1
* | | Merge tag 'char-misc-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-08-214-45/+54
|\ \ \
| * \ \ Merge tag 'icc-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dja...Greg Kroah-Hartman2021-08-151-5/+5
| |\ \ \
| | * | | Revert "interconnect: qcom: icc-rpmh: Add BCMs to commit list in pre_aggregate"Georgi Djakov2021-08-121-5/+5
| * | | | ipack: tpci200: fix memory leak in the tpci200_registerDongliang Mu2021-08-131-10/+14
| * | | | ipack: tpci200: fix many double free issues in tpci200_pci_probeDongliang Mu2021-08-131-18/+18
| * | | | slimbus: ngd: reset dma setup during runtime pmSrinivas Kandagatla2021-08-131-1/+4
| * | | | slimbus: ngd: set correct device for pmSrinivas Kandagatla2021-08-131-8/+9
| * | | | slimbus: messaging: check for valid transaction idSrinivas Kandagatla2021-08-131-2/+3
| * | | | slimbus: messaging: start transaction ids from 1 instead of zeroSrinivas Kandagatla2021-08-131-1/+1
| |/ / /
* | | | Merge tag 'usb-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-08-211-6/+7
|\ \ \ \
| * | | | usb: typec: tcpm: Fix VDMs sometimes not being forwarded to alt-mode driversHans de Goede2021-08-181-6/+7
* | | | | Merge tag 'riscv-for-linus-5.14-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-212-6/+6
|\ \ \ \ \
| * | | | | riscv: Fix a number of free'd resources in init_resources()Petr Pavlu2021-08-201-2/+2
| * | | | | dt-bindings: sifive-l2-cache: Fix 'select' matchingRob Herring2021-08-201-4/+4
* | | | | | Merge tag 's390-5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-212-0/+11
|\ \ \ \ \ \
| * | | | | | s390/pci: fix use after free of zpci_devNiklas Schnelle2021-08-182-0/+11
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds2021-08-211-1/+5
|\ \ \ \ \ \
| * | | | | | fs: warn about impending deprecation of mandatory locksJeff Layton2021-08-211-1/+5
* | | | | | | Merge tag 'block-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-214-32/+20
|\ \ \ \ \ \ \
| * | | | | | | blk-mq: fix is_flush_rqMing Lei2021-08-183-6/+7
| * | | | | | | blk-mq: fix kernel panic during iterating over flush requestMing Lei2021-08-172-1/+8
| * | | | | | | blk-mq: don't grab rq's refcount in blk_mq_check_expired()Ming Lei2021-08-171-25/+5
* | | | | | | | Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-211-6/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | io_uring: fix xa_alloc_cycle() error return value checkJens Axboe2021-08-201-4/+5
| * | | | | | | | io_uring: pin ctx on fallback executionPavel Begunkov2021-08-181-0/+2
| * | | | | | | | io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe2021-08-141-2/+3
* | | | | | | | | Merge tag 'acpi-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-08-202-2/+8
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'acpi-pm'Rafael J. Wysocki2021-08-201-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ACPI: PM: s2idle: Invert Microsoft UUID entry and exitMario Limonciello2021-08-161-2/+2
| | | |_|_|/ / / / / | | |/| | | | | | |
| * / | | | | | | | ACPI: PRM: Deal with table not present or no module foundAubrey Li2021-08-161-0/+6
| |/ / / / / / / /
* | | | | | | | | Merge tag 'pm-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-08-205-19/+11
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'pm-opp'Rafael J. Wysocki2021-08-202-17/+3
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'opp/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Rafael J. Wysocki2021-08-162-17/+3
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | opp: Drop empty-table checks from _put functionsDmitry Osipenko2021-08-161-15/+0
| | | * | | | | | | | opp: remove WARN when no valid OPPs remainMichał Mirosław2021-08-041-2/+3
| * | | | | | | | | | Merge branch 'cpufreq/arm/fixes' of git://git.kernel.org/pub/scm/linux/kernel...Rafael J. Wysocki2021-08-173-2/+8
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | cpufreq: armada-37xx: forbid cpufreq for 1.2 GHz variantMarek Behún2021-08-091-1/+5
| | * | | | | | | | | cpufreq: blocklist Qualcomm sm8150 in cpufreq-dt-platdevThara Gopinath2021-08-051-0/+1