aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-12-06dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig2-13/+6
2018-12-06kexec_file: kexec_walk_memblock() only walks a dedicated region at kdumpAKASHI Takahiro1-3/+6
2018-12-06powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro1-4/+57
2018-12-06s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro1-0/+4
2018-12-06kexec_file: make kexec_image_post_load_cleanup_default() globalAKASHI Takahiro1-1/+1
2018-12-05Uprobes: Fix kernel oops with delayed_uprobe_remove()Ravi Bangoria1-0/+2
2018-12-05stackleak: Mark stackleak_track_stack() as notraceAnders Roxell1-1/+1
2018-12-05bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau1-9/+9
2018-12-05bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau2-26/+20
2018-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+171
2018-12-05bpf: add __weak hook for allocating executable memoryArd Biesheuvel1-2/+12
2018-12-05dma-mapping: fix lack of DMA address assignment in generic remap allocatorMarek Szyprowski1-1/+7
2018-12-05timekeeping: Use proper seqcount initializerBart Van Assche1-1/+3
2018-12-04Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe20-75/+218
2018-12-04bpf: add per-insn complexity limitAlexei Starovoitov1-1/+6
2018-12-04bpf: improve verifier branch analysisAlexei Starovoitov1-13/+80
2018-12-04bpf: check pending signals while verifying programsAlexei Starovoitov1-0/+3
2018-12-04Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar28-583/+824
2018-12-03audit: shorten PATH cap values when zeroRichard Guy Briggs1-4/+6
2018-12-03cpuset: Remove set but not used variable 'cs'YueHaibing1-2/+0
2018-12-03sched: Fix various typos in commentsIngo Molnar6-16/+16
2018-12-03Merge tag 'v4.20-rc5' into irq/core, to pick up fixesIngo Molnar32-188/+380
2018-12-03Merge tag 'v4.20-rc5' into sched/core, to pick up fixesIngo Molnar67-1301/+1932
2018-12-03perf: Fix typos in commentsIngo Molnar2-2/+2
2018-12-02bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau1-0/+2
2018-12-01rcutorture: Don't do busted forward-progress testingPaul E. McKenney1-1/+2
2018-12-01rcutorture: Use 100ms buckets for forward-progress callback histogramsPaul E. McKenney1-3/+5
2018-12-01rcutorture: Recover from OOM during forward-progress testsPaul E. McKenney1-11/+49
2018-12-01rcutorture: Print forward-progress test age upon failurePaul E. McKenney1-1/+2
2018-12-01rcutorture: Print time since GP end upon forward-progress failurePaul E. McKenney2-1/+6
2018-12-01rcutorture: Print histogram of CB invocation at OOM timePaul E. McKenney1-8/+16
2018-12-01rcutorture: Print GP age upon forward-progress failurePaul E. McKenney1-0/+2
2018-12-01rcu: Print per-CPU callback counts for forward-progress failuresPaul E. McKenney1-0/+18
2018-12-01rcu: Account for nocb-CPU callback counts in RCU CPU stall warningsPaul E. McKenney3-9/+35
2018-12-01rcutorture: Dump grace-period diagnostics upon forward-progress OOMPaul E. McKenney3-3/+50
2018-12-01rcutorture: Prepare for asynchronous access to rcu_fwd_startatPaul E. McKenney1-2/+2
2018-12-01torture: Remove unnecessary "ret" variablesPierce Griffiths1-14/+8
2018-12-01rcutorture: Affinity forward-progress test to avoid housekeeping CPUsPaul E. McKenney3-0/+14
2018-12-01rcutorture: Break up too-long rcu_torture_fwd_prog() functionPaul E. McKenney1-119/+135
2018-12-01rcutorture: Remove cbflood facilityPaul E. McKenney1-85/+1
2018-12-01torture: Bring any extra CPUs online during kernel startupPaul E. McKenney1-0/+12
2018-12-01rcutorture: Add call_rcu() flooding forward-progress testsPaul E. McKenney1-2/+127
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEADPaul E. McKenney25-418/+430
2018-12-01livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2-4/+4
2018-12-01cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-1/+1
2018-12-01Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-27/+21
2018-12-01dma-remap: support DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig1-2/+9
2018-12-01dma-mapping: support highmem in the generic remap allocatorChristoph Hellwig1-7/+7
2018-12-01dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2-1/+162
2018-12-01dma-mapping: move the remap helpers to a separate fileChristoph Hellwig4-85/+93