| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2006-06-29 | 114 | -390/+525 |
|\ |
|
| * | [PATCH] i386: export memory more than 4G through /proc/iomem | Vivek Goyal | 2006-06-27 | 1 | -0/+2 |
| * | [PATCH] 64bit Resource: finally enable 64bit resource sizes | Greg Kroah-Hartman | 2006-06-27 | 4 | -6/+16 |
| * | [PATCH] 64bit Resource: convert a few remaining drivers to use resource_size_... | Greg Kroah-Hartman | 2006-06-27 | 6 | -15/+19 |
| * | [PATCH] 64bit resource: change pnp core to use resource_size_t | Greg Kroah-Hartman | 2006-06-27 | 4 | -15/+23 |
| * | [PATCH] 64bit resource: change pci core and arch code to use resource_size_t | Greg Kroah-Hartman | 2006-06-27 | 31 | -74/+76 |
| * | [PATCH] 64bit resource: change resource core to use resource_size_t | Greg Kroah-Hartman | 2006-06-27 | 3 | -28/+33 |
| * | [PATCH] 64bit resource: introduce resource_size_t for the start and end of st... | Greg Kroah-Hartman | 2006-06-27 | 2 | -1/+5 |
| * | [PATCH] 64bit resource: fix up printks for resources in misc drivers | Greg Kroah-Hartman | 2006-06-27 | 14 | -42/+54 |
| * | [PATCH] 64bit resource: fix up printks for resources in arch and core code | Greg Kroah-Hartman | 2006-06-27 | 10 | -52/+71 |
| * | [PATCH] 64bit resource: fix up printks for resources in pcmcia drivers | Greg Kroah-Hartman | 2006-06-27 | 4 | -9/+16 |
| * | [PATCH] 64bit resource: fix up printks for resources in video drivers | Greg Kroah-Hartman | 2006-06-27 | 6 | -18/+20 |
| * | [PATCH] 64bit resource: fix up printks for resources in ide drivers | Greg Kroah-Hartman | 2006-06-27 | 5 | -7/+9 |
| * | [PATCH] 64bit resource: fix up printks for resources in mtd drivers | Greg Kroah-Hartman | 2006-06-27 | 5 | -12/+16 |
| * | [PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ... | Greg Kroah-Hartman | 2006-06-27 | 8 | -43/+55 |
| * | [PATCH] 64bit resource: fix up printks for resources in networks drivers | Greg Kroah-Hartman | 2006-06-27 | 11 | -33/+38 |
| * | [PATCH] 64bit resource: fix up printks for resources in sound drivers | Greg Kroah-Hartman | 2006-06-27 | 11 | -26/+34 |
| * | [PATCH] 64bit resource: C99 changes for struct resource declarations | Greg Kroah-Hartman | 2006-06-27 | 2 | -12/+42 |
* | | [PATCH] genirq: add chip->eoi(), fastack -> fasteoi | Ingo Molnar | 2006-06-29 | 2 | -16/+15 |
* | | [PATCH] genirq: irq: document what an IRQ is | Eric W. Biederman | 2006-06-29 | 1 | -0/+22 |
* | | [PATCH] genirq: fasteoi handler: handle interrupt disabling | Benjamin Herrenschmidt | 2006-06-29 | 1 | -1/+4 |
* | | [PATCH] genirq: add IRQ_TYPE_SENSE_MASK | Benjamin Herrenschmidt | 2006-06-29 | 1 | -0/+1 |
* | | [PATCH] genirq: more verbose debugging on unexpected IRQ vectors | Ingo Molnar | 2006-06-29 | 2 | -0/+42 |
* | | [PATCH] genirq: cleanup: no_irq_type -> no_irq_chip rename | Ingo Molnar | 2006-06-29 | 3 | -5/+5 |
* | | [PATCH] genirq: add SA_TRIGGER support | Thomas Gleixner | 2006-06-29 | 1 | -4/+27 |
* | | [PATCH] genirq: add irq-wake (power-management) support | Thomas Gleixner | 2006-06-29 | 2 | -0/+35 |
* | | [PATCH] genirq: add handle_bad_irq() | Ingo Molnar | 2006-06-29 | 2 | -0/+9 |
* | | [PATCH] genirq: add irq-chip support | Thomas Gleixner | 2006-06-29 | 4 | -2/+538 |
* | | [PATCH] genirq MSI fixes | Ingo Molnar | 2006-06-29 | 2 | -11/+21 |
* | | [PATCH] genirq: core | Thomas Gleixner | 2006-06-29 | 7 | -22/+182 |
* | | [PATCH] genirq: update copyrights | Ingo Molnar | 2006-06-29 | 2 | -2/+7 |
* | | [PATCH] genirq: add IRQ_NOAUTOEN support | Thomas Gleixner | 2006-06-29 | 3 | -7/+13 |
* | | [PATCH] genirq: add IRQ_NOREQUEST support | Thomas Gleixner | 2006-06-29 | 2 | -1/+4 |
* | | [PATCH] genirq: add IRQ_NOPROBE support | Thomas Gleixner | 2006-06-29 | 3 | -2/+7 |
* | | [PATCH] genirq: add genirq sw IRQ-retrigger | Thomas Gleixner | 2006-06-29 | 4 | -10/+83 |
* | | [PATCH] genirq: doc: add design documentation | Thomas Gleixner | 2006-06-29 | 2 | -1/+476 |
* | | [PATCH] genirq: cleanup: no_irq_type cleanups | Ingo Molnar | 2006-06-29 | 1 | -20/+25 |
* | | [PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() comments | Ingo Molnar | 2006-06-29 | 1 | -4/+16 |
* | | [PATCH] genirq: doc: comment include/linux/irq.h structures | Ingo Molnar | 2006-06-29 | 1 | -7/+37 |
* | | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() | Ingo Molnar | 2006-06-29 | 21 | -74/+45 |
* | | [PATCH] genirq: debug: better debug printout in enable_irq() | Thomas Gleixner | 2006-06-29 | 1 | -0/+1 |
* | | [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPU | Ingo Molnar | 2006-06-29 | 12 | -29/+24 |
* | | [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[] | Ingo Molnar | 2006-06-29 | 4 | -10/+6 |
* | | [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[] | Ingo Molnar | 2006-06-29 | 2 | -13/+12 |
* | | [PATCH] genirq: cleanup: include/linux/irq.h | Ingo Molnar | 2006-06-29 | 1 | -28/+28 |
* | | [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsolete | Ingo Molnar | 2006-06-29 | 6 | -19/+28 |
* | | [PATCH] genirq: cleanup: misc code cleanups | Ingo Molnar | 2006-06-29 | 5 | -60/+66 |
* | | [PATCH] genirq: cleanup: remove fastcall | Ingo Molnar | 2006-06-29 | 2 | -5/+9 |
* | | [PATCH] genirq: cleanup: remove irq_descp() | Ingo Molnar | 2006-06-29 | 9 | -23/+16 |
* | | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[] | Ingo Molnar | 2006-06-29 | 14 | -24/+26 |