aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-05bpf, samples: Add -fno-asynchronous-unwind-tables to BPF Clang invocationToke Høiland-Jørgensen1-0/+1
2021-07-05Merge tag 'backlight-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds5-39/+250
2021-07-05Merge tag 'mfd-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds68-1063/+1749
2021-07-05Merge tag 'dmaengine-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds21-313/+333
2021-07-05Merge tag 'mmc-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds6-6/+31
2021-07-05Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds52-939/+1237
2021-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds39-391/+833
2021-07-05Merge tag 'mtd/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds82-1158/+4456
2021-07-05Merge tag 'm68knommu-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommuLinus Torvalds2-0/+805
2021-07-05tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo5-5/+6
2021-07-05ALSA: emux: fix spelling mistakesgushengxian2-4/+4
2021-07-05ALSA: usb-audio: fix spelling mistakesgushengxian5-6/+6
2021-07-05ALSA: bebob: correct duplicated entries with TerraTec OUITakashi Sakamoto1-3/+2
2021-07-05tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo1-0/+3
2021-07-05ALSA: usx2y: fix spelling mistakesgushengxian2-2/+2
2021-07-05ALSA: x86: fix spelling mistakesgushengxian2-4/+4
2021-07-05ALSA: hda/realtek: fix mute led of the HP Pavilion 15-eh1xxx seriesFrank Schäfer1-0/+1
2021-07-05tools headers UAPI: Update tools's copy of drm/drm.h headerArnaldo Carvalho de Melo1-4/+24
2021-07-05tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo1-34/+359
2021-07-05tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo1-2/+28
2021-07-05perf stat: Enable BPF counter with --for-each-cgroupNamhyung Kim7-1/+523
2021-07-05perf report: Fix --task and --stat with pipe inputNamhyung Kim1-0/+6
2021-07-05Merge branch 'stmmac-ptp'David S. Miller4-16/+86
2021-07-05net: stmmac: ptp: update tas basetime after ptp adjustXiaoliang Yang3-2/+46
2021-07-05net: stmmac: add mutex lock to protect est parametersXiaoliang Yang2-1/+12
2021-07-05net: stmmac: separate the tas basetime calculation functionXiaoliang Yang2-13/+28
2021-07-05ptp: fix format string mismatch in ptp_sysfs.cYangbo Lu1-2/+2
2021-07-05ptp: fix NULL pointer dereference in ptp_clock_registerYangbo Lu1-1/+1
2021-07-05PM: domains: Shrink locking area of the gpd_list_lockStephen Boyd1-21/+17
2021-07-05smb3: fix typo in header fileSteve French1-1/+1
2021-07-05mips: disable branch profiling in boot/decompress.oRandy Dunlap1-0/+2
2021-07-05mips: always link byteswap helpers into decompressorArnd Bergmann1-2/+2
2021-07-05powerpc/xive: Fix error handling when allocating an IPICédric Le Goater1-4/+3
2021-07-05powerpc/bpf: Reject atomic ops in ppc32 JITNaveen N. Rao1-3/+11
2021-07-05powerpc/bpf: Fix detecting BPF atomic instructionsNaveen N. Rao1-2/+2
2021-07-05powerpc/mm: Fix lockup on kernel exec faultChristophe Leroy1-3/+1
2021-07-05ARM: 9098/1: ftrace: MODULE_PLT: Fix build problem without DYNAMIC_FTRACEAlex Sverdlin1-1/+1
2021-07-05s390/AP: support new dynamic AP bus size limitHarald Freudenberger10-66/+116
2021-07-05s390/lib,string: fix strcat() inline asm constraint modifierHeiko Carstens1-1/+1
2021-07-05s390/cpumf: Allow concurrent access for CPU Measurement Counter FacilityThomas Richter6-1223/+1016
2021-07-05s390/mcck: move register validation to C codeAlexander Gordeev4-54/+78
2021-07-05s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov3-1/+6
2021-07-05s390/mcck: keep machine check interruption codes sortedAlexander Gordeev1-1/+1
2021-07-05s390/mcck: move storage error checks to assemblerAlexander Gordeev3-26/+36
2021-07-05s390/mcck: always enter C handler with DAT enabledAlexander Gordeev2-32/+32
2021-07-05s390/mcck: optimize user mode check in case of !CONFIG_KVMAlexander Gordeev1-2/+4
2021-07-05s390/entry.S: factor out SIEEXIT macroAlexander Gordeev1-16/+12
2021-07-05s390/lib,uaccess: fix copy_in_user_mvcos() inline asm clobber listHeiko Carstens1-1/+1
2021-07-05s390: mm: Fix secure storage access exception handlingJanosch Frank4-1/+44
2021-07-05s390/kprobes: use is_kernel() helperKefeng Wang1-7/+2