aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/workqueue.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03ALSA: hda - Add ALC661/259, ALC892/888VD supportKailang Yang1-2/+42
2009-12-03include/linux/compiler-gcc4.h: Fix build bug - gcc-4.0.2 doesn't understand __builtin_object_sizeAndrew Morton1-0/+2
2009-12-02Linux 2.6.32Linus Torvalds1-1/+1
2009-12-02VIDEO: Correct use of request_region/request_mem_regionJulia Lawall1-1/+1
2009-12-02SPI: spi_txx9: Fix bit rate calculationAtsushi Nemoto1-7/+6
2009-12-02Input: i8042 - add Dell Vostro 1320, 1520 and 1720 to the reset listAnisse Astier1-0/+21
2009-12-02param: don't complain about unused module parameters.Rusty Russell1-8/+3
2009-12-02modules: don't export section names of empty sections via sysfsHelge Deller1-1/+4
2009-12-02ALSA: opti9xx: remove snd_opti9xx fieldsKrzysztof Helt1-67/+43
2009-12-02regulator: Initialise wm831x structure pointor for ISINK driverMark Brown1-0/+2
2009-12-02MIPS: RB532: Fix devices.c compilation.Florian Fainelli1-1/+2
2009-12-02MIPS: Fix MIPS I build.Ralf Baechle1-0/+4
2009-12-02sched, cputime: Introduce thread_group_times()Hidetoshi Seto6-25/+69
2009-12-02sched, cputime: Cleanups related to task_times()Hidetoshi Seto3-10/+10
2009-12-02[ARM] pxamci: call mmc_remove_host() before freeing resourcesDaniel Mack1-2/+2
2009-12-02[PATCH] rc32434_wdt: fix compilation failureFlorian Fainelli1-1/+1
2009-12-02Revert "sched, x86: Optimize branch hint in __switch_to()"Tim Blechmann1-2/+3
2009-12-02x86/alternatives: No need for alternatives-asm.h to re-invent stuff already in asm.hJan Beulich1-7/+3
2009-12-02x86/alternatives: Check replacementlen <= instrlen at build timeJan Beulich1-0/+1
2009-12-02[WATCHDOG] rc32434_wdt.c: use resource_size()H Hartley Sweeten1-1/+1
2009-12-02sched: Fix isolcpus boot optionRusty Russell1-1/+4
2009-12-02locking, task_struct: Reduce size on TRACE_IRQFLAGS and 64bitHiroshi Shimamoto1-5/+5
2009-12-02x86: Fix comments of register/stack access functionsMasami Hiramatsu1-4/+4
2009-12-02perf tools: Replace %m with %a in sscanfLiming Wang1-3/+3
2009-12-02x86: Remove unnecessary mdelay() from cpu_disable_common()Suresh Siddha1-9/+0
2009-12-02x86, ioapic: Document another case when level irq is seen as an edgeSuresh Siddha1-1/+20
2009-12-02x86, ioapic: Fix the EOI register detection mechanismSuresh Siddha1-54/+61
2009-12-02x86, io-apic: Move the effort of clearing remoteIRR explicitly before migrating the irqMaciej W. Rozycki1-14/+14
2009-12-02hw-breakpoints: Keep track of user disabled breakpointsFrederic Weisbecker1-4/+12
2009-12-02tracing/syscalls: Make syscall events print callbacks staticFrederic Weisbecker1-2/+2
2009-12-02tracing: Add DEFINE_EVENT(), DEFINE_SINGLE_EVENT() support to docbookJason Baron1-3/+12
2009-12-02sched: Revert 498657a478c60be092208422fefa9c7b248729c2Tejun Heo2-1/+6
2009-12-02perf: Don't free perf_mmap_data until work has been doneKristian Høgsberg1-1/+2
2009-12-02perf_event: Fix compile errorXiao Guangrong1-1/+4
2009-12-02perf tools: Fix _GNU_SOURCE macro related strndup() build errorLiming Wang1-2/+0
2009-12-01sysfs: fix SYSFS_DEPRECATED_V2 promptRandy Dunlap1-1/+1
2009-12-01rtc-x1205: reset clock to sane state after power failureJohannes Weiner1-2/+2
2009-12-01rtc-x1205: fix rtc_time to y2k register value conversionJohannes Weiner1-1/+1
2009-12-01aoe: prevent cache aliasesPeter Horton1-2/+21
2009-12-01gpio: Langwell GPIO driver bugfixesAlek Du1-10/+1
2009-12-01kbuild: stepping down as maintainerSam Ravnborg1-4/+1
2009-12-01davinci: fb: fix frame buffer driver issuesSudhakar Rajashekhara1-4/+7
2009-12-01drivers/rtc/rtc-pcf50633.c: fix use after free in pcf50633_rtc_probe()Dan Carpenter1-1/+2
2009-12-01drivers/media/dvb/dvb-core/dvb_frontend.c: needs semaphore.hAndrew Morton1-0/+1
2009-12-01trace_syscalls: Remove unused syscall_name_to_nr()Lai Jiangshan1-16/+0
2009-12-01trace_syscalls: Simplify syscall profileLai Jiangshan3-47/+16
2009-12-01trace_syscalls: Remove duplicate init_enter_##sname()Lai Jiangshan3-28/+15
2009-12-01trace_syscalls: Add syscall_nr field to struct syscall_metadataLai Jiangshan3-16/+13
2009-12-01trace_syscalls: Remove enter_id exit_idLai Jiangshan3-28/+10
2009-12-01trace_syscalls: Set event_enter_##sname->data to its metadataLai Jiangshan3-28/+16