aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/modules/hwmon.mk
Commit message (Expand)AuthorAgeFilesLines
* kernel: Add hwmon-lm63 packageLars-Peter Clausen2010-10-041-0/+14
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-121-8/+8
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-261-1/+0
* hwmon: fix depends definitionClaudio Mignanti2010-05-161-4/+2
* package/kernel: move AddDepends calls at the end of package definitions, move...Nicolas Thill2010-04-291-5/+10
* package/kernel: rename KernelPackage/*/Depends to AddDepends/*Nicolas Thill2010-04-241-7/+7
* kernel: fix typoHauke Mehrtens2010-03-211-1/+1
* kernel: specify kmod packages dependencies in a uniform wayNicolas Thill2010-01-221-10/+11
* kernel/modules: package driver for the LM75 sensorGabor Juhos2009-07-221-4/+20
* package the Winbond w83627hf super i/o controllerFlorian Fainelli2009-05-061-0/+18
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
* add lm sensor and clean up dependency, fixes #3821John Crispin2008-07-291-1/+15
* Fix compilation of lm77 module (#3447)Florian Fainelli2008-05-241-1/+1
* only build kmod-hwmon-pc87360 for x86Andy Boyett2008-04-231-1/+1
* This patch fixes missing hwmon-vid module error on LM77 package build. hwmon-...Travis Kemen2008-03-251-7/+9
* add LM77 sensors support (closes: #2419)Nicolas Thill2007-09-231-1/+17
* move hardware monitoring support in a separate hwmon.mk (before adding other ...Nicolas Thill2007-09-231-0/+46
k">struct vcpu *v) { /* * NB1. 'vcpu_flags' and 'processor' must be checked /after/ update of * pending flag. These values may fluctuate (after all, we hold no * locks) but the key insight is that each change will cause * evtchn_upcall_pending to be polled. * * NB2. We save VCPUF_running across the unblock to avoid a needless * IPI for domains that we IPI'd to unblock. */ int running = test_bit(_VCPUF_running, &v->vcpu_flags); vcpu_unblock(v); if ( running ) smp_send_event_check_cpu(v->processor); if(!VMX_DOMAIN(v)) vcpu_pend_interrupt(v, v->vcpu_info->arch.evtchn_vector); } /* Note: Bitwise operations result in fast code with no branches. */ #define event_pending(v) \ (!!(v)->vcpu_info->evtchn_upcall_pending & \ !(v)->vcpu_info->evtchn_upcall_mask) #endif