summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | x86/boot: Fix memremap of setup_indirect structuresRoss Philipson2022-03-095-47/+166
| * | | | | | | | | | | | | | | x86/module: Fix the paravirt vs alternative orderPeter Zijlstra2022-03-081-5/+8
* | | | | | | | | | | | | | | | Merge tag 'perf-tools-fixes-for-v5.17-2022-03-12' of git://git.kernel.org/pub...Linus Torvalds2022-03-124-5/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | perf parse: Fix event parser error for hybrid systemsZhengjun Xing2022-03-121-2/+4
| * | | | | | | | | | | | | | | | perf bench: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
| * | | | | | | | | | | | | | | | perf parse-events: Fix NULL check against wrong variableWeiguo Li2022-03-121-1/+1
| * | | | | | | | | | | | | | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2022-03-121-1/+1
| * | | | | | | | | | | | | | | | tools kvm headers arm64: Update KVM headers from the kernel sourcesArnaldo Carvalho de Melo2022-03-121-0/+5
* | | | | | | | | | | | | | | | | Merge tag 'drm-fixes-2022-03-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-121-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | drm/panel: Select DRM_DP_HELPER for DRM_PANEL_EDPThomas Zimmermann2022-03-121-0/+1
* | | | | | | | | | | | | | | | | ARM: Spectre-BHB: provide empty stub for non-configRandy Dunlap2022-03-111-0/+6
* | | | | | | | | | | | | | | | | Merge tag 'riscv-for-linus-5.17-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-113-7/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | riscv: Fix auipc+jalr relocation range checksEmil Renner Berthing2022-03-101-5/+16
| * | | | | | | | | | | | | | | | | riscv: alternative only works on !XIP_KERNELJisheng Zhang2022-03-102-2/+3
* | | | | | | | | | | | | | | | | | Merge tag 'powerpc-5.17-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | powerpc: Fix STACKTRACE=n buildMichael Ellerman2022-03-071-1/+1
* | | | | | | | | | | | | | | | | | | ARM: fix Thumb2 regression with Spectre BHBRussell King (Oracle)2022-03-111-2/+2
* | | | | | | | | | | | | | | | | | | Merge tag 'mmc-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2022-03-116-15/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_CONDUlf Hansson2022-03-075-8/+14
| * | | | | | | | | | | | | | | | | | | mmc: meson: Fix usage of meson_mmc_post_req()Rong Chen2022-02-281-7/+8
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'davidh' (fixes from David Howells)Linus Torvalds2022-03-116-20/+50
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | cachefiles: Fix volume coherency attributeDavid Howells2022-03-112-3/+22
| * | | | | | | | | | | | | | | | | | | afs: Fix potential thrashing in afs writebackDavid Howells2022-03-111-1/+8
| * | | | | | | | | | | | | | | | | | | watch_queue: Make comment about setting ->defunct more accurateDavid Howells2022-03-111-1/+1
| * | | | | | | | | | | | | | | | | | | watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells2022-03-112-2/+3
| * | | | | | | | | | | | | | | | | | | watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells2022-03-111-0/+1
| * | | | | | | | | | | | | | | | | | | watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells2022-03-111-1/+2
| * | | | | | | | | | | | | | | | | | | watch_queue: Use the bitmap API when applicableChristophe JAILLET2022-03-111-5/+2
| * | | | | | | | | | | | | | | | | | | watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells2022-03-111-1/+1
| * | | | | | | | | | | | | | | | | | | watch_queue: Fix to release page in ->release()David Howells2022-03-111-0/+1
| * | | | | | | | | | | | | | | | | | | watch_queue, pipe: Free watchqueue state after clearing pipe ringDavid Howells2022-03-111-3/+5
| * | | | | | | | | | | | | | | | | | | watch_queue: Fix filter limit checkDavid Howells2022-03-112-3/+4
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge tag 'drm-fixes-2022-03-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-03-103-6/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge tag 'drm-intel-fixes-2022-03-10' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-03-112-2/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | drm/i915/psr: Set "SF Partial Frame Enable" also on full updateJouni Högander2022-03-072-2/+15
| | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Merge tag 'drm-misc-fixes-2022-03-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-03-111-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | / / / / / / | | | |_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | drm/sun4i: mixer: Fix P010 and P210 format numbersJernej Skrabec2022-03-081-4/+4
* | | | | | | | | | | | | | | | | | Merge tag 'trace-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-102-2/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | ftrace: Fix some W=1 warnings in kernel doc commentsJiapeng Chong2022-03-091-2/+2
| * | | | | | | | | | | | | | | | | tracing/osnoise: Force quiescent states while tracingNicolas Saenz Julienne2022-03-091-0/+20
| * | | | | | | | | | | | | | | | | tracing/osnoise: Do not unregister events twiceDaniel Bristot de Oliveira2022-03-091-0/+11
* | | | | | | | | | | | | | | | | | Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-1057-244/+383
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior2022-03-101-1/+2
| * | | | | | | | | | | | | | | | | | ice: Fix race condition during interface enslaveIvan Vecera2022-03-102-2/+21
| * | | | | | | | | | | | | | | | | | net: phy: meson-gxl: improve link-up behaviorHeiner Kallweit2022-03-101-1/+7
| * | | | | | | | | | | | | | | | | | net: bcmgenet: Don't claim WOL when its not availableJeremy Linton2022-03-101-0/+7
| * | | | | | | | | | | | | | | | | | net: arc_emac: Fix use after free in arc_mdio_probe()Jianglei Nie2022-03-101-2/+3
| * | | | | | | | | | | | | | | | | | sctp: fix kernel-infoleak for SCTP socketsEric Dumazet2022-03-101-6/+3
| * | | | | | | | | | | | | | | | | | net: phy: correct spelling error of media in documentationColin Foster2022-03-101-2/+2
| * | | | | | | | | | | | | | | | | | Merge tag 'mlx5-fixes-2022-03-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-03-106-21/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \