summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/qcom-wdt.c
stat options
Period:
Authors:

Commits per author per week (path 'drivers/watchdog/qcom-wdt.c')

AuthorW49 2024W50 2024W51 2024W52 2024Total
Total00000
ss='insertions'>+7 * bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu2011-02-241-170/+3 * x86, memblock: Replace e820_/_early string with memblock_Yinghai Lu2010-08-271-2/+2 * x86: Use memblock to replace early_resYinghai Lu2010-08-271-0/+3 * bootmem, x86: Add weak version of reserve_bootmem_genericYinghai Lu2010-08-271-0/+6 * x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...Yinghai Lu2010-07-201-4/+20 * Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-04-071-2/+15 |\ | * bootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu2010-04-011-1/+7 | * nobootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu2010-04-011-1/+8 * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1 |/ * x86: Remove excessive early_res debug outputJiri Kosina2010-03-241-13/+0 * x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-121-3/+192 * mm/bootmem.c: properly __init-annotate helper functionsJan Beulich2009-12-151-4/+4 * bootmem: Add free_bootmem_late()FUJITA Tomonori2009-11-101-0/+24 * kmemleak: Do not report alloc_bootmem blocks as leaksCatalin Marinas2009-08-271-1/+5 * kmemleak: Add callbacks to the bootmem allocatorCatalin Marinas2009-07-081-0/+6 * bootmem.c: avoid c90 declaration warningJoe Perches2009-06-191-5/+9 * bootmem: fix slab fallback on numaPekka Enberg2009-06-111-0/+9 * bootmem: use slab if bootmem is no longer availablePekka Enberg2009-06-111-0/+3 * bootmem, x86: further fixes for arch-specific bootmem wrappingTejun Heo2009-03-011-15/+30 * bootmem: clean up arch-specific bootmem wrappingTejun Heo2009-02-241-3/+11 * bootmem: print request details before BUG_ON(them)Johannes Weiner2009-01-061-4/+4 * misc: replace __FUNCTION__ with __func__Harvey Harrison2008-10-16