summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-21gpu: ipu-v3: image-convert: Combine rotate/no-rotate irq handlersSteve Longerbeam1-38/+20
2020-08-21USB: serial: ftdi_sio: clean up receive processingJohan Hovold1-10/+9
2020-08-21USB: serial: ftdi_sio: make process-packet buffer unsignedJohan Hovold1-11/+11
2020-08-21RDMA/ipoib: Return void from ipoib_ib_dev_stop()Kamal Heib2-4/+2
2020-08-21mfd: arizona: Ensure 32k clock is put on driver unbind and errorCharles Keepax1-0/+18
2020-08-21drm/imx: imx-ldb: Disable both channels for split mode in enc->disable()Liu Ying1-3/+4
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter1-14/+7
2020-08-21pseries: Fix 64 bit logical memory block panicAnton Blanchard1-1/+1
2020-08-21watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum1-0/+7
2020-08-21watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum1-2/+1
2020-08-21watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum1-1/+2
2020-08-21tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2-4/+4
2020-08-21tracing/hwlat: Honor the tracing_cpumaskKevin Hao1-2/+3
2020-08-21kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song1-0/+7
2020-08-21ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou1-4/+7
2020-08-21ocfs2: change slot number type s16 to u16Junxiao Bi3-6/+6
2020-08-21ext2: fix missing percpu_counter_incMikulas Patocka1-1/+2
2020-08-21MIPS: CPU#0 is not hotpluggableHuacai Chen1-1/+1
2020-08-21mac80211: fix misplaced while instead of ifJohannes Berg1-1/+1
2020-08-21bcache: allocate meta data pages as compound pagesColy Li4-5/+5
2020-08-21md/raid5: Fix Force reconstruct-write io stuck in degraded raid5ChangSyun Peng1-1/+2
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook3-0/+26
2020-08-21net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell1-0/+3
2020-08-21net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell1-0/+1
2020-08-21powerpc: Fix circular dependency between percpu.h and mmu.hMichael Ellerman1-2/+2
2020-08-21xtensa: fix xtensa_pmu_setup prototypeMax Filippov1-1/+1
2020-08-21iio: dac: ad5592r: fix unbalanced mutex unlocks in ad5592r_read_raw()Alexandru Ardelean1-2/+2
2020-08-21dt-bindings: iio: io-channel-mux: Fix compatible string in example codeChristian Eggers1-1/+1
2020-08-21btrfs: fix memory leaks after failure to lookup checksums during inode loggingFilipe Manana1-6/+2
2020-08-21btrfs: only search for left_info if there is no right_info in try_merge_free_...Josef Bacik1-2/+2
2020-08-21btrfs: don't allocate anonymous block device for user invisible rootsQu Wenruo1-3/+10
2020-08-21PCI: hotplug: ACPI: Fix context refcounting in acpiphp_grab_context()Rafael J. Wysocki1-3/+11
2020-08-21smb3: warn on confusing error scenario with sec=krb5Steve French1-0/+2
2020-08-21net: initialize fastreuse on inet_inherit_portTim Froidcoeur1-0/+1
2020-08-21xen/balloon: make the balloon wait interruptibleRoger Pau Monne1-2/+4
2020-08-21xen/balloon: fix accounting in alloc_xenballooned_pages error pathRoger Pau Monne1-0/+6
2020-08-21irqdomain/treewide: Free firmware node after domain removalJon Derrick3-0/+16
2020-08-21ARM: 8992/1: Fix unwind_frame for clang-built kernelsNathan Huckleberry1-0/+24
2020-08-21parisc: mask out enable and reserved bits from sba imaskSven Schnelle1-1/+1
2020-08-21parisc: Implement __smp_store_release and __smp_load_acquire barriersJohn David Anglin1-0/+61
2020-08-21mtd: rawnand: qcom: avoid write to unavailable registerSivaprakash Murugesan1-1/+6
2020-08-21spi: spidev: Align buffers for DMAChristian Eggers1-8/+13
2020-08-219p: Fix memory leak in v9fs_mountZheng Bin1-3/+2
2020-08-21ALSA: usb-audio: work around streaming quirk for MacroSilicon MS2109Hector Martin4-0/+11
2020-08-21fs/minix: reject too-large maximum file sizeEric Biggers1-2/+20
2020-08-21fs/minix: don't allow getting deleted inodesEric Biggers1-0/+14
2020-08-21fs/minix: check return value of sb_getblk()Eric Biggers1-1/+7
2020-08-21bitfield.h: don't compile-time validate _val in FIELD_FITJakub Kicinski1-1/+1
2020-08-21crypto: cpt - don't sleep of CRYPTO_TFM_REQ_MAY_SLEEP was not specifiedMikulas Patocka3-6/+9
2020-08-21crypto: ccp - Fix use of merged scatterlistsJohn Allen2-11/+27