summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-04-27rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batchingJoel Fernandes (Google)
2020-04-27rcuperf: Add ability to increase object allocation sizeJoel Fernandes (Google)
2020-04-27rcu: Convert rcu_nohz_full_cpu() ULONG_CMP_LT() to time_before()Paul E. McKenney
2020-04-27rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after()Paul E. McKenney
2020-04-27rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparisonPaul E. McKenney
2020-04-27rcu: Replace 1 by trueJules Irenge
2020-04-27rcu: Replace assigned pointer ret value by corresponding boolean valueJules Irenge
2020-04-27rcu: Mark rcu_state.gp_seq to detect more concurrent writesPaul E. McKenney
2020-04-27rcu: Get rid of some doc warnings in update.cMauro Carvalho Chehab
2020-04-27rcu: Fix the (t=0 jiffies) false positiveZhaolong Zhang
2020-04-27rcu: Expedite first two FQS scans under callback-overload conditionsPaul E. McKenney
2020-04-27rcu: Use data_race() for RCU CPU stall-warning printsPaul E. McKenney
2020-04-27rcu: Add WRITE_ONCE() to rcu_node ->boost_tasksPaul E. McKenney
2020-04-27srcu: Add data_race() to ->srcu_lock_count and ->srcu_unlock_count arraysPaul E. McKenney
2020-04-27rcu: Add READ_ONCE and data_race() to rcu_node ->boost_tasksPaul E. McKenney
2020-04-27rcu: Add *_ONCE() and data_race() to rcu_node ->exp_tasks plus lockingPaul E. McKenney
2020-04-27rcu: Mark rcu_state.ncpus to detect concurrent writesPaul E. McKenney
2020-04-27srcu: Add KCSAN stubsPaul E. McKenney
2020-04-27rcu: Add KCSAN stubsPaul E. McKenney
2020-04-27locking/rtmutex: Remove unused rt_mutex_cmpxchg_relaxed()Alex Shi
2020-04-27PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-27sysctl: avoid forward declarationsChristoph Hellwig
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig
2020-04-27mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig
2020-04-26bpf: Make verifier log more relevant by defaultAndrii Nakryiko
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev
2020-04-26bpf: Remove set but not used variable 'dst_known'Mao Wenan
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-25compat sysinfo(2): don't bother with field-by-field copyoutAl Viro
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-25dma-contiguous: fix comment for dma_release_from_contiguousPeter Collingbourne
2020-04-25dma-pool: scale the default DMA coherent pool size with memory capacityDavid Rientjes
2020-04-25dma-pool: add pool sizes to debugfsDavid Rientjes
2020-04-25dma-direct: atomic allocations must come from atomic coherent poolsDavid Rientjes
2020-04-25dma-pool: dynamically expanding atomic poolsDavid Rientjes
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-24bpf: Make bpf_link_fops staticZou Wei
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman
2020-04-24Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-22xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei
2020-04-22tracing: Convert local functions in tracing_map.c to staticJason Yan