summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-11mm: migrate: check page_count of THP before migratingMel Gorman1-1/+13
2013-01-11drivers/rtc/rtc-da9055.c: fix cross-section referenceAndrew Morton1-1/+1
2013-01-11lib: cpu_rmap: avoid flushing all workqueuesDavid Decotigny3-19/+53
2013-01-10seq_file: fix new kernel-doc warningsRandy Dunlap1-1/+1
2013-01-10pci: fix iov.c kernel-doc warningsRandy Dunlap1-1/+1
2013-01-10audit: fix auditfilter.c kernel-doc warningsRandy Dunlap1-1/+0
2013-01-10nfs: fix sunrpc/clnt.c kernel-doc warningsRandy Dunlap1-1/+1
2013-01-10Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds5-48/+62
2013-01-10Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-9/+33
2013-01-10Merge tag 'trace-3.8-rc2-regression-fix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+2
2013-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds40-164/+207
2013-01-09Linux 3.8-rc3v3.8-rc3Linus Torvalds1-1/+1
2013-01-09tracing: Fix regression of trace_options file settingSteven Rostedt1-0/+2
2013-01-09Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds7-22/+40
2013-01-09Merge tag 'edac_fixes_for_3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-18/+9
2013-01-09mm: reinstante dropped pmd_trans_splitting() checkLinus Torvalds1-0/+8
2013-01-09cred: Remove tgcred pointer from struct credMarc Dionne1-1/+0
2013-01-08Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds53-183/+351
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds48-828/+447
2013-01-08Merge tag 'omap-for-v3.8-rc2/fixes-signed-v2' of git://git.kernel.org/pub/scm...Olof Johansson11-38/+132
2013-01-08Merge branch 'v3.8-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson6-4/+13
2013-01-08Merge tag 'mxs-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Olof Johansson2-5/+6
2013-01-08Merge tag 'imx-fixes-3.8' of git://git.linaro.org/people/shawnguo/linux-2.6 i...Olof Johansson6-20/+2
2013-01-08Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds8-17/+67
2013-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-115/+353
2013-01-08KVM: x86: use dynamic percpu allocations for shared msrs areaMarcelo Tosatti1-6/+18
2013-01-08s390/pci: define read*_relaxed functionsHeiko Carstens1-0/+5
2013-01-08s390/topology: export cpu_topologyHeiko Carstens1-0/+2
2013-01-08s390/pm: export pm_power_offHeiko Carstens1-1/+2
2013-01-08s390/pci: define isa_dma_bridge_buggyHeiko Carstens1-0/+6
2013-01-08s390/3215: partially revert tty close handling fixHeiko Carstens1-1/+5
2013-01-08s390/irq: count cpu restart eventsHeiko Carstens3-0/+3
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens31-121/+162
2013-01-08s390/irq: enable irq sum accounting for /proc/stat againHeiko Carstens2-2/+2
2013-01-08s390/syscalls: wire up finit_module syscallHeiko Carstens3-1/+9
2013-01-08s390/pci: remove dead codeHeiko Carstens2-31/+0
2013-01-08s390/smp: fix section mismatch for smp_add_present_cpu()Heiko Carstens1-3/+4
2013-01-08s390/debug: Fix s390dbf lockdep problem in debug_(un)register_view()Michael Holzheu1-4/+7
2013-01-08drm/ttm: fix fence locking in ttm_buffer_object_transferDaniel Vetter1-1/+3
2013-01-07Merge tag 'mvebu_fixes_for_v3.8' of git://git.infradead.org/users/jcooper/lin...Olof Johansson17-47/+101
2013-01-07ARM: clps711x: Fix bad merge of clockevents setupOlof Johansson1-1/+0
2013-01-07Merge tag 'nomadik-fixes-for-arm-soc' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2-40/+39
2013-01-07ARM: highbank: save and restore L2 cache and GIC on suspendRob Herring1-1/+18
2013-01-07ARM: highbank: add a power request clearRob Herring1-0/+15
2013-01-07ARM: highbank: fix secondary boot and hotplugRob Herring2-12/+2
2013-01-07ARM: highbank: fix typos with hignbank in power request functionsRob Herring4-8/+8
2013-01-07ARM: dts: fix highbank cpu mpidr valuesRob Herring1-8/+8
2013-01-07ARM: dts: add device_type prop to cpu nodes on Calxeda platformsRob Herring2-0/+8
2013-01-08Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie6-16/+135
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim5-0/+17