aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/macintosh/windfarm_pid.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-24vmwgfx: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-24tpm: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-12-24sonypi: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-24hvsi: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-12-24xen: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-12-24gdrom: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-24floppy: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-12-24sh: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-24arm/sharpsl: don't use flush_scheduled_work()Tejun Heo1-1/+2
2010-12-24ncpfs: don't use flush_scheduled_work()Tejun Heo1-1/+6
2010-12-24drm/ttm: use cancel_delayed_work_sync() in ttm_boTejun Heo1-2/+1
2010-12-24pcmcia/ipwireless: don't use flush_scheduled_work()Tejun Heo3-3/+4
2010-12-24ocfs2: don't use flush_scheduled_work()Tejun Heo2-3/+4
2010-12-24net/dsa: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-12-24isdn/capi: make kcapi use a separate workqueueTejun Heo1-8/+18
2010-12-24isdn/capi: unregister capictr notifier after init failureTejun Heo1-0/+1
2010-12-20workqueue: allow chained queueing during destructionTejun Heo1-1/+59
2010-12-15workqueue: deprecate cancel_rearming_delayed_work[queue]()Tejun Heo2-2/+12
2010-12-15workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync()Tejun Heo22-32/+27
2010-12-14workqueue: It is likely that WORKER_NOT_RUNNING is trueSteven Rostedt1-2/+2
2010-12-14MAINTAINERS: Add workqueue entryTejun Heo1-0/+9
2010-11-26workqueue: check the allocation of system_unbound_wqHitoshi Mitake1-1/+2
2010-11-25arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inlineAndrew Morton1-2/+2
2010-11-25scripts: fix gfp-translate for recent changes to gfp.hMel Gorman1-1/+6
2010-11-25reiserfs: fix inode mutex - reiserfs lock misorderingFrederic Weisbecker1-4/+3
2010-11-25backlight: grab ops_lock before testing bd->opsUwe Kleine-König1-6/+6
2010-11-25drivers/misc/isl29020.c: remove incorrect kfree in isl29020_remove()Axel Lin1-3/+1
2010-11-25pagemap: set pagemap walk limit to PMD boundaryNaoya Horiguchi1-1/+2
2010-11-25mm: remove call to find_vma in pagewalk for non-hugetlbfsDavid Sterba1-2/+3
2010-11-25mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly called under stop_machine_run()KAMEZAWA Hiroyuki1-9/+5
2010-11-25cgroups: make swap accounting default behavior configurableMichal Hocko3-2/+37
2010-11-25memcg: avoid deadlock between move charge and try_charge()Daisuke Nishimura1-17/+26
2010-11-25drivers/leds/leds-lp5523.c: perform SW reset before detectionSamu Onkalo1-7/+5
2010-11-25drivers/leds/leds-lp5521.c: perform SW reset before detectionSamu Onkalo1-7/+5
2010-11-25drivers/leds/leds-lp5523.c: adjust delays and add comments to themSamu Onkalo1-14/+17
2010-11-25drivers/leds/leds-lp5521.c: adjust delays and add comments to themSamu Onkalo1-9/+16
2010-11-25drivers/leds/leds-lp5523.c: change some macros to functionsSamu Onkalo1-3/+6
2010-11-25drivers/leds/leds-lp5521.c: change some macros to functionsSamu Onkalo1-5/+16
2010-11-25fuse: fix attributes after open(O_TRUNC)Ken Sumrall1-0/+10
2010-11-25sgi-xpc: XPC fails to discover partitions with all nasids above 128Robin@sgi.com1-10/+15
2010-11-25memcg: fix false positive VM_BUG on non-SMPKirill A. Shutemov2-3/+6
2010-11-25uml: disable winch irq before freeing handler dataWill Newton1-2/+3
2010-11-25nommu: yield CPU while disposing VMSteven J. Magnani1-0/+1
2010-11-25include/linux/fs.h: fix userspace buildLoïc Minier1-3/+3
2010-11-25leds: fix bug with reading NAS SS4200 dmi codeSteven Rostedt1-0/+1
2010-11-24ARM: 6482/2: Fix find_next_zero_bit and related assemblyJames Jones1-2/+4
2010-11-24arch/tile: fix memchr() not to dereference memory for zero lengthChris Metcalf1-16/+19
2010-11-24arch/tile: make glibc's sysconf(_SC_NPROCESSORS_CONF) work correctlyChris Metcalf1-1/+1
2010-11-24pci root complex: support for tile architectureChris Metcalf8-187/+705
2010-11-24drivers/net/tile/: on-chip network drivers for the tile architectureChris Metcalf12-2/+6510