summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [PARISC] Move os_id_to_string() inside #ifndef __ASSEMBLY__Kyle McMartin2006-06-271-13/+12
| * | | | | | [PARISC] Add os_id_to_string helperKyle McMartin2006-06-271-0/+13
| * | | | | | [PARISC] OS_ID_LINUX == 0x0006Kyle McMartin2006-06-271-2/+1
| * | | | | | [PARISC] Ensure Space ID hashing is turned offKyle McMartin2006-06-271-0/+1
| * | | | | | [PARISC] Match show_cache_info with realityKyle McMartin2006-06-271-2/+2
| * | | | | | [PARISC] Add is_compat_task() helperKyle McMartin2006-06-271-0/+11
| * | | | | | [PARISC] PDC_CHASSIS is implemented on all machinesThibaut Varene2006-06-271-0/+1
| * | | | | | [PARISC] Remove unconditional #define PIC in syscall macrosCarlos O'Donell2006-06-271-5/+0
| * | | | | | [PARISC] Use MFIA in current_text_addr on pa2.0 processorsKyle McMartin2006-06-271-8/+6
| * | | | | | [PARISC] Use FIXUP_BRANCH_CLOBBER to asm clobber listCarlos O'Donell2006-06-271-2/+7
| * | | | | | [PARISC] Whitespace clean up in asm/pgtable.hKyle McMartin2006-06-271-4/+4
| * | | | | | [PARISC] Ensure all ldcw uses are ldcw,co on pa2.0Kyle McMartin2006-06-272-12/+16
* | | | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2006-06-296-49/+12
|\ \ \ \ \ \ \
| * | | | | | | [S390] rework of channel measurement facility.Cornelia Huck2006-06-291-4/+0
| * | | | | | | [S390] add PAV support to the dasd driver.Horst Hummel2006-06-291-3/+5
| * | | | | | | [S390] preempt_count initialization.Heiko Carstens2006-06-291-0/+1
| * | | | | | | [S390] __syscall_return error check.Heiko Carstens2006-06-291-3/+1
| * | | | | | | [S390] cio async subchannel reprobe.Peter Oberparleiter2006-06-291-0/+2
| * | | | | | | [S390] cleanup bitops.h.Heiko Carstens2006-06-291-39/+3
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-297-22/+38
|\ \ \ \ \ \ \
| * | | | | | | [PATCH] 64bit Resource: finally enable 64bit resource sizesGreg Kroah-Hartman2006-06-271-1/+6
| * | | | | | | [PATCH] 64bit resource: change pnp core to use resource_size_tGreg Kroah-Hartman2006-06-271-2/+5
| * | | | | | | [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-274-9/+10
| * | | | | | | [PATCH] 64bit resource: change resource core to use resource_size_tGreg Kroah-Hartman2006-06-271-10/+13
| * | | | | | | [PATCH] 64bit resource: introduce resource_size_t for the start and end of st...Greg Kroah-Hartman2006-06-272-1/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | [PATCH] genirq: add chip->eoi(), fastack -> fasteoiIngo Molnar2006-06-291-2/+4
* | | | | | | [PATCH] genirq: add IRQ_TYPE_SENSE_MASKBenjamin Herrenschmidt2006-06-291-0/+1
* | | | | | | [PATCH] genirq: add irq-wake (power-management) supportThomas Gleixner2006-06-291-0/+14
* | | | | | | [PATCH] genirq: add irq-chip supportThomas Gleixner2006-06-291-0/+11
* | | | | | | [PATCH] genirq MSI fixesIngo Molnar2006-06-291-11/+16
* | | | | | | [PATCH] genirq: coreThomas Gleixner2006-06-291-19/+141
* | | | | | | [PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner2006-06-291-0/+1
* | | | | | | [PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner2006-06-291-0/+1
* | | | | | | [PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner2006-06-291-0/+1
* | | | | | | [PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner2006-06-291-0/+3
* | | | | | | [PATCH] genirq: doc: comment include/linux/irq.h structuresIngo Molnar2006-06-291-7/+37
* | | | | | | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend()Ingo Molnar2006-06-2915-63/+10
* | | | | | | [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar2006-06-296-27/+1
* | | | | | | [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2006-06-291-1/+1
* | | | | | | [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar2006-06-291-0/+5
* | | | | | | [PATCH] genirq: cleanup: include/linux/irq.hIngo Molnar2006-06-291-28/+28
* | | | | | | [PATCH] genirq: cleanup: reduce irq_desc_t use, mark it obsoleteIngo Molnar2006-06-291-5/+13
* | | | | | | [PATCH] genirq: cleanup: misc code cleanupsIngo Molnar2006-06-291-22/+32
* | | | | | | [PATCH] genirq: cleanup: remove fastcallIngo Molnar2006-06-291-3/+7
* | | | | | | [PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar2006-06-291-7/+0
* | | | | | | [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-291-3/+4
* | | | | | | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-292-8/+8
* | | | | | | [PATCH] i4l: remove unneeded include/linux/isdn/tpam.hKarsten Keil2006-06-291-55/+0
* | | | | | | [PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcallerDavid Howells2006-06-291-1/+7
* | | | | | | [PATCH] fix sgivwfb compileAdrian Bunk2006-06-291-0/+3
| |/ / / / / |/| | | | |