aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-13sata_mv: fix MSI irq race conditionMark Lord1-1/+2
2009-03-13qlge: bugfix: Pad outbound frames smaller than 60 bytes.Ron Mercer1-0/+3
2009-03-13qlge: bugfix: Move netif_napi_del() to common call point.Ron Mercer1-4/+6
2009-03-13qlge: bugfix: Tell hw to strip vlan header.Ron Mercer1-3/+3
2009-03-13qlge: bugfix: Increase filter on inbound csum.Ron Mercer2-12/+27
2009-03-13dnet: replace obsolete *netif_rx_* functions with *napi_*Ilya Yanok1-4/+4
2009-03-13V4L/DVB (10978): Report tuning algorith correctlyMatthias Schwarzzot1-1/+1
2009-03-13V4L/DVB (10977): STB6100 init fix, the call to stb6100_set_bandwidth needs an...Hans Werner1-2/+2
2009-03-13V4L/DVB (10976): Bug fix: For legacy applications stv0899 performs search onl...Igor M. Liplianin1-3/+4
2009-03-13V4L/DVB (10975): Bug: Use signed types, Offsets and range can be negativeManu Abraham2-15/+11
2009-03-13V4L/DVB (10974): Use Diseqc 3/3 mode to send dataSigmund Augdal1-1/+1
2009-03-13genirq: deprecate obsolete typedefs and definesThomas Gleixner1-0/+9
2009-03-13genirq: deprecate __do_IRQThomas Gleixner2-0/+13
2009-03-13numa, cpumask: move numa_node_id default implementation to topology.hRusty Russell3-6/+6
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell1-1/+1
2009-03-13genirq: add doc to struct irqactionThomas Gleixner2-0/+12
2009-03-13genirq: use kzalloc instead of explicit zero initializationThomas Gleixner1-3/+1
2009-03-13genirq: make irqreturn_t an enumThomas Gleixner2-20/+12
2009-03-13genirq: remove redundant if conditionThomas Gleixner1-1/+1
2009-03-13genirq: remove unused hw_irq_controller typedefThomas Gleixner1-1/+0
2009-03-13parisc: update defconfigsKyle McMartin5-831/+1681
2009-03-13parisc: define x->x mmio accessorsKyle McMartin1-0/+9
2009-03-13parisc: dino: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-5/+6
2009-03-13parisc: convert cpu_check_affinity to new cpumask apiKyle McMartin3-8/+13
2009-03-13parisc: convert (read|write)bwlq to inlinesKyle McMartin1-9/+33
2009-03-13parisc: fix use of new cpumask api in irq.cKyle McMartin1-4/+4
2009-03-13parisc: update parisc for new irq_descMike Travis1-4/+4
2009-03-13parisc: update MAINTAINERSGrant Grundler1-4/+2
2009-03-13parisc: fix wrong assumption about bus->selfGrant Grundler3-8/+7
2009-03-13parisc: fix 64bit buildHelge Deller1-0/+1
2009-03-13parisc: add braces around arguments in assembler macrosHelge Deller2-8/+8
2009-03-13parisc: fix dev_printk() compile warnings for accessing a device structHelge Deller2-2/+2
2009-03-13parisc: remove unused local out_putf labelHelge Deller1-1/+0
2009-03-13parisc: fix `struct pt_regs' declared inside parameter list warningHelge Deller1-0/+1
2009-03-13parisc: fix section mismatch warningsHelge Deller1-6/+6
2009-03-13parisc: remove klist iteratorsJames Bottomley3-55/+68
2009-03-13parisc: BUG_ON() cleanupHelge Deller3-24/+9
2009-03-13ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven6-776/+873
2009-03-13Merge branch 'cpus4096' of git://git.kernel.org/pub/scm/linux/kernel/git/rust...Ingo Molnar38-336/+246
2009-03-13Merge commit 'v2.6.29-rc8' into cpus4096Ingo Molnar73-410/+884
2009-03-13cpumask: remove x86 cpumask_t uses.Rusty Russell6-13/+13
2009-03-13cpumask: use cpumask_var_t in uv_flush_tlb_others.Rusty Russell1-2/+7
2009-03-13cpumask: remove cpumask_t assignment from vector_allocation_domain()Rusty Russell4-4/+8
2009-03-13cpumask: make Xen use the new operators.Rusty Russell1-2/+2
2009-03-13cpumask: clean up summit's send_IPI functionsRusty Russell1-7/+3
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell9-27/+26
2009-03-13x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_...Rusty Russell2-30/+0
2009-03-13cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell2-8/+27
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell4-28/+24
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell5-94/+83