summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Linux 3.6v3.6Linus Torvalds1-1/+1
2012-09-30vfs: dcache: fix deadlock in tree traversalMiklos Szeredi1-0/+6
2012-09-29efi: Fix the ACPI BGRT driver for images located in EFI boot services memoryJosh Triplett8-70/+120
2012-09-29efi: Add a function to look up existing IO memory mappingsJosh Triplett2-0/+29
2012-09-29efi: Defer freeing boot services memory until after ACPI initJosh Triplett3-13/+26
2012-09-29Merge tag 'iommu-fixes-v3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-20/+28
2012-09-29Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2-50/+105
2012-09-29Merge tag 'please-pull-naveen' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar4-3/+50
2012-09-28mtdchar: fix offset overflow detectionLinus Torvalds1-6/+42
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-26/+54
2012-09-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+9
2012-09-28Merge branch 'for-linus-3.6-rc-final' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds15-106/+53
2012-09-28Merge tag 'dm-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds6-78/+209
2012-09-28thp: avoid VM_BUG_ON page_count(page) false positives in __collapse_huge_page...Andrea Arcangeli1-1/+0
2012-09-28iommu/amd: Fix wrong assumption in iommu-group specific codeJoerg Roedel1-2/+4
2012-09-28Merge remote-tracking branches 'regulator/topic/core', 'regulator/topic/bypas...Mark Brown43-563/+1417
2012-09-28regulator: arizona-ldo: Remove top voltageMark Brown1-1/+1
2012-09-28Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar22-90/+683
2012-09-28x86: Distinguish TLB shootdown interrupts from other functions call interruptsTomoki Sekiyama3-2/+8
2012-09-28netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun1-3/+1
2012-09-28Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds6-4/+14
2012-09-28Merge tag 'usb-3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-6/+5
2012-09-28ALSA: snd-usb: fix next_packet_size calls for pause caseDaniel Mack1-1/+7
2012-09-28Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-1/+1
2012-09-28inetpeer: fix token initializationNicolas Dichtel1-1/+4
2012-09-28qlcnic: Fix scheduling while atomic bugNarendra K1-2/+2
2012-09-28bnx2: Clean up remaining iounmapNeil Horman1-1/+1
2012-09-28Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+7
2012-09-28Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds1-0/+2
2012-09-28Merge tag 'gpio-fixes-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2012-09-28Merge tag 'md-3.6-fixes' of git://neil.brown.name/mdLinus Torvalds2-3/+6
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds3-4/+9
2012-09-28trivial select_parent documentation fixJ. Bruce Fields1-1/+1
2012-09-28net: phy: smsc: Implement PHY config_init for LAN87xxMarek Vasut1-1/+27
2012-09-28smsc75xx: fix resume after device resetSteve Glendinning1-0/+1
2012-09-27um: Preinclude include/linux/kern_levels.hGeert Uytterhoeven4-14/+12
2012-09-27um: Fix IPC on umRichard Weinberger1-0/+1
2012-09-27netdev: pasemi: fix return value check in pasemi_mac_phy_init()Wei Yongjun1-2/+2
2012-09-27team: fix return value checkWei Yongjun1-6/+6
2012-09-27l2tp: fix return value checkWei Yongjun1-6/+6
2012-09-27Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-4/+4
2012-09-27x86/mce: Provide boot argument to honour bios-set CMCI thresholdNaveen N. Rao4-3/+50
2012-09-27staging: comedi: jr3_pci: fix iomem dereferenceIan Abbott1-1/+1
2012-09-27perf trace: Add aliases for some syscallsArnaldo Carvalho de Melo1-8/+18
2012-09-27USB: Fix race condition when removing host controllersAlan Stern2-5/+3
2012-09-27USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irqJoachim Eastwood1-1/+2
2012-09-27um: kill thread->forkingAl Viro7-66/+29
2012-09-27um: let signal_delivered() do SIGTRAP on singlestepping into handlerAl Viro2-7/+5
2012-09-27um: don't leak floating point state and segment registers on execve()Al Viro1-0/+1
2012-09-27um: take cleaning singlestep to start_thread()Al Viro1-19/+5