summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | ACPI/PCI: Reorder checks in acpi_pci_osc_control_set()Rafael J. Wysocki2010-08-241-4/+4
| | | * | PCI: PCIe: Introduce commad line switch for disabling port servicesRafael J. Wysocki2010-08-244-0/+24
| | | * | PCI: PCIe AER: Introduce pci_aer_available()Rafael J. Wysocki2010-08-242-3/+8
| | | * | x86/PCI: only define pci_domain_nr if PCI and PCI_DOMAINS are setJesse Barnes2010-08-171-2/+4
| | | * | PCI: provide stub pci_domain_nr function for !CONFIG_PCI configsDave Airlie2010-08-131-0/+3
| | * | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-09-077-14/+35
| | |\ \ \
| | | * \ \ Merge branch '2.6.36-xfs-misc' of git://git.kernel.org/pub/scm/linux/kernel/g...Alex Elder2010-09-033-11/+11
| | | |\ \ \
| | | | * | | xfs: prevent 32bit overflow in space reservationDave Chinner2010-09-031-3/+10
| | | | * | | xfs: improve buffer cache hash scalabilityDave Chinner2010-09-022-8/+1
| | | * | | | xfs: Make fiemap work with sparse filesTao Ma2010-09-033-3/+17
| | | * | | | xfs: Disallow 32bit project quota idArkadiusz Mi?kiewicz2010-09-021-0/+7
| | | |/ / /
| | * | | | Merge branch 'for-linus' of git://android.kernel.org/kernel/tegraLinus Torvalds2010-09-071-0/+1
| | |\ \ \ \
| | | * | | | [ARM] tegra: Add ZRELADDR default for ARCH_TEGRAErik Gilling2010-09-011-0/+1
| | | |/ / /
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2010-09-076-21/+37
| | |\ \ \ \
| | | * | | | alpha: Fix printk format errorsMichael Cree2010-09-011-3/+3
| | | * | | | alpha: convert perf_event to use local_tMichael Cree2010-08-311-9/+9
| | | * | | | Fix call to replaced SuperIO functionsMorten H. Larsen2010-08-313-8/+25
| | | * | | | alpha: remove homegrown L1_CACHE_ALIGN macroFUJITA Tomonori2010-08-311-1/+0
| | | |/ / /
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-09-071-1/+2
| | |\ \ \ \
| | | * | | | 9p: potential ERR_PTR() dereferenceDan Carpenter2010-08-301-1/+2
| | | |/ / /
| | * | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2010-09-075-22/+16
| | |\ \ \ \
| | | * | | | md: resolve confusion of MD_CHANGE_CLEANNeilBrown2010-08-303-18/+11
| | | * | | | md: don't clear MD_CHANGE_CLEAN in md_update_sb() for external arraysDan Williams2010-08-301-2/+3
| | | * | | | Move .gitignore from drivers/md to lib/raid6NeilBrown2010-08-302-4/+4
| | | |/ / /
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2010-09-075-13/+16
| | |\ \ \ \
| | | * | | | Revert "hwrng: n2-drv - remove casts from void*"Herbert Xu2010-08-091-1/+1
| | | * | | | crypto: testmgr - Default to no testsHerbert Xu2010-08-061-1/+2
| | | * | | | crypto: testmgr - Fix test disabling optionHerbert Xu2010-08-063-12/+11
| | | * | | | crypto: hash - Fix handling of small unaligned buffersSzilveszter Ördög2010-08-061-2/+5
| | * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2010-09-0711-34/+71
| | |\ \ \ \ \
| | | * | | | | powerpc/pseries: Correct rtas_data_buf locking in dlpar codeNathan Fontenot2010-09-021-13/+29
| | | * | | | | powerpc/85xx: Add P1021 PCI IDs and quirksAnton Vorontsov2010-08-312-0/+4
| | | * | | | | arch/powerpc/sysdev/qe_lib/qe.c: Add of_node_put to avoid memory leakJulia Lawall2010-08-311-0/+1
| | | * | | | | arch/powerpc/platforms/83xx/mpc837x_mds.c: Add missing iounmapJulia Lawall2010-08-311-3/+6
| | | * | | | | fsl_rio: fix compile errorsLi Yang2010-08-311-1/+5
| | | * | | | | powerpc/85xx: Fix compile issue with p1022_ds due to lmb rename to memblockKumar Gala2010-08-311-2/+2
| | | * | | | | powerpc/85xx: Fix compilation of mpc85xx_mds.cAlexander Graf2010-08-311-0/+1
| | | * | | | | powerpc: Don't use kernel stack with translation offMichael Neuling2010-08-311-3/+9
| | | * | | | | powerpc/perf_event: Reduce latency of calling perf_event_do_pendingPaul Mackerras2010-08-311-12/+11
| | | * | | | | powerpc/kexec: Adds correct calling convention for kexec purgatoryMatthew McClintock2010-08-311-0/+3
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-09-074-10/+17
| | |\ \ \ \ \
| | | * | | | | percpu: fix a mismatch between code and commentNamhyung Kim2010-08-271-1/+1
| | | * | | | | percpu: fix a memory leak in pcpu_extend_area_map()Huang Shijie2010-08-271-1/+3
| | | * | | | | percpu: add __percpu notations to UP allocatorNamhyung Kim2010-08-071-2/+2
| | | * | | | | percpu: handle __percpu notations in UP accessorsNamhyung Kim2010-08-072-6/+11
| | * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-09-073-22/+54
| | |\ \ \ \ \ \
| | | * | | | | | workqueue: use zalloc_cpumask_var() for gcwq->mayday_maskTejun Heo2010-08-311-1/+1
| | | * | | | | | workqueue: fix GCWQ_DISASSOCIATED initializationTejun Heo2010-08-311-2/+3
| | | * | | | | | workqueue: Add a workqueue chapter to the tracepoint docbookJason Baron2010-08-271-0/+5
| | | * | | | | | workqueue: fix cwq->nr_active underflowTejun Heo2010-08-252-17/+29