VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-05-06
lib/percpu_counter: tame kernel-doc compile warning
Alex Shi
2020-10-16
lib/percpu_counter.c: use helper macro abs()
Miaohe Lin
2020-09-24
treewide: Make all debug_obj_descriptors const
Stephen Boyd
2020-08-07
percpu_counter: add percpu_counter_sync()
Feng Tang
2018-08-30
notifier: Remove notifier header file wherever not used
Mukesh Ojha
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-12
writeback: rework wb_[dec|inc]_stat family of functions
Nikolay Borisov
2017-06-20
percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batch
Nikolay Borisov
2017-01-20
percpu_counter: percpu_counter_hotcpu_callback() cleanup
Eric Dumazet
2016-11-09
lib/percpu_counter: Convert to hotplug state machine
Sebastian Andrzej Siewior
2016-05-19
percpu_counter: update debugobjects fixup callbacks return type
Du, Changbin
2015-05-29
percpu_counter: batch size aware __percpu_counter_compare()
Dave Chinner
2014-09-08
percpu_counter: add @gfp to percpu_counter_init()
Tejun Heo
2014-09-08
percpu_counter: make percpu_counters_lock irq-safe
Tejun Heo
2014-04-08
lib/percpu_counter.c: fix bad percpu counter state during suspend
Jens Axboe
2014-01-17
percpu_counter: unbreak __percpu_counter_add()
Hugh Dickins
2014-01-15
lib/percpu_counter.c: fix __percpu_counter_add()
Ming Lei
2013-10-25
percpu_counter: make APIs irq safe
Shaohua Li
2013-07-14
kernel: delete __cpuinit usage from all core kernel files
Paul Gortmaker
2013-07-03
lib/percpu_counter.c: __this_cpu_write() doesn't need to be protected by spinlock
Fan Du
2012-07-31
switch the protection of percpu_counter list to spinlock
Al Viro
2011-10-31
lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdef
Glauber Costa
2011-09-13
locking, percpu_counter: Annotate ::lock as raw
Thomas Gleixner
2010-12-17
percpucounter: Optimize __percpu_counter_add a bit through the use of this_cpu() options.
Christoph Lameter
2010-10-26
percpu_counter: use this_cpu_ptr() instead of per_cpu_ptr()
Christoph Lameter
2010-10-26
percpu_counter: add debugobj support
Tejun Heo
2010-10-26
percpu: fix list_head init bug in __percpu_counter_init()
Masanori ITOH
2010-08-09
tmpfs: add accurate compare function to percpu_counter library
Tim Chen
2009-01-06
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2009-01-06
percpu_counter: FBC_BATCH should be a variable
Eric Dumazet
2009-01-06
Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into core/urgent
Ingo Molnar
2008-12-29
locking, percpu counters: introduce separate lock classes
Peter Zijlstra
2008-12-10
revert "percpu_counter: new function percpu_counter_sum_and_set"
Andrew Morton
2008-12-10
revert "percpu counter: clean up percpu_counter_sum_and_set()"
Andrew Morton
2008-12-10
percpu_counter: fix CPU unplug race in percpu_counter_destroy()
Eric Dumazet
2008-10-09
percpu counter: clean up percpu_counter_sum_and_set()
Mingming Cao
2008-07-11
percpu_counter: new function percpu_counter_sum_and_set
Mingming Cao
2008-04-30
mm: bdi: export BDI attributes in sysfs
Peter Zijlstra
2007-10-19
Add irq protection in the percpu-counters cpu-hotplug-callback path
Gautham R Shenoy
2007-10-17
lib: percpu_counter_init_irq
Peter Zijlstra
2007-10-17
lib: percpu_counter_init error handling
Peter Zijlstra
2007-10-17
lib: percpu_count_sum()
Peter Zijlstra
2007-10-17
lib: percpu_counter_sum_positive
Peter Zijlstra
2007-10-17
lib: percpu_counter_set
Peter Zijlstra
2007-10-17
lib: make percpu_counter_add take s64
Peter Zijlstra
2007-10-17
lib: percpu_counter variable batch
Peter Zijlstra
2007-10-17
lib: percpu_counter_add
Peter Zijlstra
2007-07-16
percpu_counters: use for_each_online_cpu()
Andrew Morton
2007-07-16
percpu_counters(): use cpu notifiers
Andrew Morton
2006-06-23
[PATCH] percpu counter data type changes to suppport more than 2**31 ext3 free blocks counter
Mingming Cao
2006-06-23
[PATCH] percpu_counters: create lib/percpu_counter.c
Ravikiran G Thirumalai