summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-09-011-9/+9
| | * | | | Fix call to replaced SuperIO functionsMorten H. Larsen2010-09-013-8/+25
| | * | | | alpha: remove homegrown L1_CACHE_ALIGN macroFUJITA Tomonori2010-09-011-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
| | * | | | | | workqueue: improve destroy_workqueue() debuggabilityTejun Heo2010-08-242-1/+8
| | * | | | | | workqueue: mark lock acquisition on worker_maybe_bind_and_lock()Namhyung Kim2010-08-231-0/+1
| | * | | | | | workqueue: annotate lock context changeNamhyung Kim2010-08-231-0/+6
| | * | | | | | workqueue: free rescuer on destroy_workqueueXiaotian Feng2010-08-161-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-09-0725-48/+114
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-09-0711-12/+59
| |\ \ \ \ \ \ \
| | * | | | | | | Staging: wlan-ng: Explicitly set some fields in cfg80211 interfaceKarl Relton2010-09-041-0/+3
| | * | | | | | | Staging: octeon: depends on NETDEVICESRandy Dunlap2010-09-041-1/+1
| | * | | | | | | Staging: spectra: depend on X86_MRSTJeff Mahoney2010-09-041-0/+1
| | * | | | | | | Staging: zram: free device memory when init failsShahar Havivi2010-09-041-0/+1
| | * | | | | | | Staging: rt2870sta: Add more device IDs from vendor driversBen Hutchings2010-09-041-2/+39