aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] genirq: add irq-chip supportThomas Gleixner2006-06-294-2/+538
* [PATCH] genirq MSI fixesIngo Molnar2006-06-292-11/+21
* [PATCH] genirq: coreThomas Gleixner2006-06-297-22/+182
* [PATCH] genirq: update copyrightsIngo Molnar2006-06-292-2/+7
* [PATCH] genirq: add IRQ_NOAUTOEN supportThomas Gleixner2006-06-293-7/+13
* [PATCH] genirq: add IRQ_NOREQUEST supportThomas Gleixner2006-06-292-1/+4
* [PATCH] genirq: add IRQ_NOPROBE supportThomas Gleixner2006-06-293-2/+7
* [PATCH] genirq: add genirq sw IRQ-retriggerThomas Gleixner2006-06-294-10/+83
* [PATCH] genirq: doc: add design documentationThomas Gleixner2006-06-292-1/+476
* [PATCH] genirq: cleanup: no_irq_type cleanupsIngo Molnar2006-06-291-20/+25
* [PATCH] genirq: doc: handle_IRQ_event() and __do_IRQ() commentsIngo Molnar2006-06-291-4/+16
* [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-2921-74/+45
* [PATCH] genirq: debug: better debug printout in enable_irq()Thomas Gleixner2006-06-291-0/+1
* [PATCH] genirq: cleanup: turn ARCH_HAS_IRQ_PER_CPU into CONFIG_IRQ_PER_CPUIngo Molnar2006-06-2912-29/+24
* [PATCH] genirq: cleanup: merge pending_irq_cpumask[] into irq_desc[]Ingo Molnar2006-06-294-10/+6
* [PATCH] genirq: cleanup: merge irq_dir[], smp_affinity_entry[] into irq_desc[]Ingo Molnar2006-06-292-13/+12
* [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-296-19/+28
* [PATCH] genirq: cleanup: misc code cleanupsIngo Molnar2006-06-295-60/+66
* [PATCH] genirq: cleanup: remove fastcallIngo Molnar2006-06-292-5/+9
* [PATCH] genirq: cleanup: remove irq_descp()Ingo Molnar2006-06-299-23/+16
* [PATCH] genirq: cleanup: merge irq_affinity[] into irq_desc[]Ingo Molnar2006-06-2914-24/+26
* [PATCH] genirq: sem2mutex probe_sem -> probing_activeIngo Molnar2006-06-291-4/+5
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-29151-380/+384
* [PATCH] drivers/md/raid5.c: remove an unused variableAdrian Bunk2006-06-291-1/+0
* [PATCH] SKB leak in drivers/isdn/i4l/isdn_x25iface.cEric Sesterhenn2006-06-291-1/+3
* [PATCH] i4l: remove unneeded include/linux/isdn/tpam.hKarsten Keil2006-06-291-55/+0
* [PATCH] GPIO for SCx200 & PC-8736x: x86-onlyDave Jones2006-06-291-0/+1
* [PATCH] Deref in drivers/block/paride/pf.cEric Sesterhenn2006-06-291-1/+1
* [PATCH] remove devinit from ioc4 pci_driverDave Jones2006-06-291-1/+1
* [PATCH] re-add CONFIG_SOUND_SSCAPEAdrian Bunk2006-06-291-0/+13
* [PATCH] arch/i386/mach-visws/setup.c: remove dummy function callsAdrian Bunk2006-06-291-4/+0
* [PATCH] ufs: printk() fixAndrew Morton2006-06-291-2/+4
* [PATCH] Keys: Allow in-kernel key requestor to pass auxiliary data to upcallerDavid Howells2006-06-296-30/+108
* [PATCH] sparc: register_cpu() build fixAndrew Morton2006-06-291-1/+1
* [PATCH] solve config broken: undefined reference to `online_page'Yasunori Goto2006-06-295-1/+12
* [PATCH] generic_file_buffered_write(): handle zero-length iovec segmentsAndrew Morton2006-06-292-3/+10
* [PATCH] fix sgivwfb compileAdrian Bunk2006-06-293-6/+7
* Fix vsnprintf off-by-one bugLinus Torvalds2006-06-281-1/+1
* Merge branch 'nommu' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-06-2837-172/+675
|\
| * [ARM] nommu: backtrace code must not reference a discarded sectionRussell King2006-06-281-4/+1
| * [ARM] nommu: Initial uCLinux support for MMU-based CPUsHyok S. Choi2006-06-2813-0/+129
| * [ARM] nommu: prevent Xscale-based machines being selectedRussell King2006-06-281-0/+5
| * [ARM] nommu: export flush_dcache_page()Hyok S. Choi2006-06-281-0/+1
| * [ARM] nommu: remove fault-armv, mmap and mm-armv files from nommu buildRussell King2006-06-282-4/+8
| * [ARM] Remove TABLE_SIZE, and several unused function prototypesRussell King2006-06-282-7/+0
| * [ARM] nommu: Provide a simple flush_dcache_page implementationRussell King2006-06-282-2/+10
| * [ARM] nommu: add arch/arm/Kconfig-nommu to Kconfig filesHyok S. Choi2006-06-281-0/+4
| * [ARM] nommu: add stubs for ioremap and friendsRussell King2006-06-284-48/+92