aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* auxdisplay: lcd2s: Fix multi-line comment styleAndy Shevchenko2022-03-181-11/+10
* Linux 5.17-rc8Linus Torvalds2022-03-131-1/+1
* Merge tag 'x86_urgent_for_v5.17_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-03-138-63/+254
|\
| * x86/sgx: Free backing memory after faulting the enclave pageJarkko Sakkinen2022-03-111-9/+48
| * x86/traps: Mark do_int3() NOKPROBE_SYMBOLLi Huafei2022-03-111-0/+1
| * x86/boot: Add setup_indirect support in early_memremap_is_setup_data()Ross Philipson2022-03-091-2/+31
| * 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