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