summaryrefslogtreecommitdiff
path: root/include/linux/percpu.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* percpu: update free path to take advantage of contig hintsDennis Zhou (Facebook)2017-07-26
* percpu: introduce bitmap metadata blocksDennis Zhou (Facebook)2017-07-26
* percpu: replace area map allocator with bitmapDennis Zhou (Facebook)2017-07-26
* percpu: increase minimum percpu allocation size and align first regionsDennis Zhou (Facebook)2017-07-26
* locking/lockdep: Handle statically initialized PER_CPU locks properlyThomas Gleixner2017-03-16
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-20
* percpu: remove PERCPU_ENOUGH_ROOM which is stale definitionJungseok Lee2015-11-16
* printk/percpu: Define printk_func when printk is not definedSteven Rostedt (Red Hat)2014-11-21
* printk: Add per_cpu printk func to allow printk to be divertedSteven Rostedt (Red Hat)2014-11-19
* percpu: implement asynchronous chunk populationTejun Heo2014-09-02
* percpu: implement [__]alloc_percpu_gfp()Tejun Heo2014-09-02
* percpu: move {raw|this}_cpu_*() definitions to include/linux/percpu-defs.hTejun Heo2014-06-17
* percpu: move generic {raw|this}_cpu_*_N() definitions to include/asm-generic/...Tejun Heo2014-06-17
* percpu: only allow sized arch overrides for {raw|this}_cpu_*() opsTejun Heo2014-06-17
* percpu: move accessors from include/linux/percpu.h to percpu-defs.hTejun Heo2014-06-17
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2014-06-09
|\
| * percpu: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter2014-04-15
* | percpu: Fix raw_cpu_inc_return()Paul E. McKenney2014-05-14
|/
* percpu: add preemption checks to __this_cpu opsChristoph Lameter2014-04-07
* percpu: add raw_cpu_opsChristoph Lameter2014-04-07
* mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGESasha Levin2014-01-23
* Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2013-11-13
|\
| * percpu: remove this_cpu_xor() implementationHeiko Carstens2013-10-27
* | percpu: fix this_cpu_sub() subtrahend casting for unsignedsGreg Thelen2013-10-30
|/
* sections: fix section conflicts in mm/percpu.cAndi Kleen2012-10-06
* percpu: remove percpu_xxx() functionsAlex Shi2012-05-14
* percpu: fix __this_cpu_{sub,inc,dec}_return() definitionKonstantin Khlebnikov2012-03-04
* percpu: use raw_local_irq_* in _this_cpu opMing Lei2012-02-21
* percpu: fix generic definition of __this_cpu_add_and_return()Konstantin Khlebnikov2012-02-21
* percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-22
* slub: always align cpu_slab to honor cmpxchg_double requirementChris Metcalf2011-06-03
* slub: Fix the lockless code on 32-bit platforms with no 64-bit cmpxchgThomas Gleixner2011-05-04
* percpu: Generic support for this_cpu_cmpxchg_double()Christoph Lameter2011-02-28
* percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg supportChristoph Lameter2010-12-18
* percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo2010-12-17
* percpu: Generic support for this_cpu_add, sub, dec, inc_returnChristoph Lameter2010-12-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-10-22
|\
| * percpu: use percpu allocator on UP tooTejun Heo2010-09-08
| * percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo2010-09-08
* | percpu: Add {get,put}_cpu_ptrPeter Zijlstra2010-09-21
|/
* percpu: handle __percpu notations in UP accessorsNamhyung Kim2010-08-07
* percpu: allow limited allocation before slab is onlineTejun Heo2010-06-27
* percpu: make @dyn_size always mean min dyn_size in first chunk init functionsTejun Heo2010-06-27
* Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds2010-04-05
|\
| * percpu: don't implicitly include slab.h from percpu.hTejun Heo2010-03-30
* | percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo2010-03-29
|/
* Merge branch 'master' into percpuTejun Heo2010-01-05
|\
| * Merge branch 'for-linus' into for-nextTejun Heo2009-12-08
| |\
| | * percpu: add missing per_cpu_ptr_to_phys() definition for UPTejun Heo2009-12-02