summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-11crypto: picoxcell - adjust the position of tasklet_init and fix missed taskle...Chuhong Yuan1-2/+13
2020-02-11crypto: api - Fix race condition in crypto_spawn_algHerbert Xu3-14/+6
2020-02-11crypto: atmel-aes - Fix counter overflow in CTR modeTudor Ambarus1-25/+12
2020-02-11crypto: pcrypt - Do not clear MAY_SLEEP flag in original requestHerbert Xu1-1/+0
2020-02-11crypto: arm64/ghash-neon - bump priority to 150Ard Biesheuvel1-1/+1
2020-02-11crypto: ccp - set max RSA modulus size for v3 platform devices as wellArd Biesheuvel1-0/+1
2020-02-11crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatt...Jonathan Cameron3-70/+27
2020-02-11crypto: api - fix unexpectedly getting generic implementationHerbert Xu2-4/+24
2020-02-11selftests: bpf: Ignore FIN packets for reuseport testsLorenz Bauer1-0/+6
2020-02-11selftests: bpf: Use a temporary file in test_sockmapLorenz Bauer1-10/+5
2020-02-11selftests/bpf: Skip perf hw events test if the setup disabled itHangbin Liu1-2/+6
2020-02-11selftests/bpf: Fix test_attach_probeAlexei Starovoitov1-3/+4
2020-02-11samples/bpf: Xdp_redirect_cpu fix missing tracepoint attachJesper Dangaard Brouer1-4/+55
2020-02-11samples/bpf: Don't try to remove user's homedir on cleanToke Høiland-Jørgensen1-1/+1
2020-02-11tc-testing: fix eBPF tests failure on linux fresh clonesDavide Caratti1-1/+1
2020-02-11libbpf: Fix realloc usage in bpf_core_find_candsAndrii Nakryiko1-1/+3
2020-02-11bpf, devmap: Pass lockdep expression to RCU listsAmol Grover1-1/+2
2020-02-11selftests/bpf: Fix perf_buffer test on systems w/ offline CPUsAndrii Nakryiko1-5/+24
2020-02-11riscv, bpf: Fix broken BPF tail callsBjörn Töpel1-2/+11
2020-02-11btrfs: Handle another split brain scenario with metadata uuid featureNikolay Borisov1-3/+14
2020-02-11btrfs: fix improper setting of scanned for range cyclic write cache pagesJosef Bacik1-2/+10
2020-02-11crypto: pcrypt - Avoid deadlock by using per-instance padata queuesHerbert Xu3-79/+227
2020-02-11ftrace: Protect ftrace_graph_hash with ftrace_syncSteven Rostedt (VMware)2-2/+11
2020-02-11ftrace: Add comment to why rcu_dereference_sched() is open codedSteven Rostedt (VMware)1-0/+10
2020-02-11tracing: Annotate ftrace_graph_notrace_hash pointer with __rcuAmol Grover2-3/+7
2020-02-11tracing: Annotate ftrace_graph_hash pointer with __rcuAmol Grover2-4/+7
2020-02-11ASoC: SOF: core: release resources on errors in probe_continuePierre-Louis Bossart2-21/+15
2020-02-11ASoC: SOF: Introduce state machine for FW bootRanjani Sridharan7-24/+99
2020-02-11scsi: qla2xxx: Fix stuck login session using prli_pend_timerQuinn Tran3-8/+32
2020-02-11dm: fix potential for q->make_request_fn NULL pointerMike Snitzer1-2/+7
2020-02-11dm thin metadata: use pool locking at end of dm_pool_metadata_closeMike Snitzer1-4/+6
2020-02-11dm crypt: fix benbi IV constructor crash if used in authenticated modeMilan Broz1-2/+8
2020-02-11dm crypt: fix GFP flags passed to skcipher_request_alloc()Mikulas Patocka1-1/+1
2020-02-11dm writecache: fix incorrect flush sequence when doing SSD mode commitMikulas Patocka1-21/+21
2020-02-11dm space map common: fix to ensure new block isn't already in useJoe Thornber4-3/+37
2020-02-11dm zoned: support zone sizes smaller than 128MiBDmitry Fomichev1-9/+14
2020-02-11ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()Chen-Yu Tsai1-1/+1
2020-02-11of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman3-1/+10
2020-02-11cpufreq: Avoid creating excessively large stack framesRafael J. Wysocki11-120/+119
2020-02-11PM: core: Fix handling of devices deleted during system-wide resumeRafael J. Wysocki1-5/+37
2020-02-11f2fs: fix race conditions in ->d_compare() and ->d_hash()Eric Biggers1-3/+6
2020-02-11f2fs: fix dcache lookup of !casefolded directoriesEric Biggers1-1/+1
2020-02-11f2fs: code cleanup for f2fs_statfs_project()Chengguang Xu1-12/+4
2020-02-11f2fs: fix miscounted block limit in f2fs_statfs_project()Chengguang Xu1-0/+2
2020-02-11f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs...Chengguang Xu1-6/+14
2020-02-11ovl: fix lseek overflow on 32bitMiklos Szeredi1-1/+1
2020-02-11ovl: fix wrong WARN_ON() in ovl_cache_update_ino()Amir Goldstein1-1/+7
2020-02-11power: supply: ltc2941-battery-gauge: fix use-after-freeSven Van Asbroeck1-1/+1
2020-02-11power: supply: axp20x_ac_power: Fix reporting online statusSamuel Holland1-6/+25
2020-02-11cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3eThomas Renninger3-23/+87