summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | r8169: allow multicast packets on sub-8168f chipset.Nathan Walp2012-11-031-0/+3
| * | | r8169: Fix WoL on RTL8168d/8111d.Cyril Brulebois2012-11-031-0/+2
| * | | drivers/net: use tasklet_kill in device remove/close processXiaotian Feng2012-11-035-9/+9
| * | | tipc: do not use tasklet_disable before tasklet_killXiaotian Feng2012-11-031-1/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-11-1038-97/+291
|\ \ \ \
| * | | | sparc64: Fix build with mix of modular vs. non-modular crypto drivers.David S. Miller2012-11-109-8/+24
| * | | | sparc: Support atomic64_dec_if_positive properly.David S. Miller2012-11-104-2/+20
| * | | | of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson2012-11-102-0/+7
| * | | | sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson2012-11-101-2/+4
| * | | | sparc: Add sparc support for platform_get_irq()Andreas Larsson2012-11-101-0/+7
| * | | | sparc: Allow OF_GPIO on sparc.David S. Miller2012-11-071-1/+1
| * | | | qlogicpti: Fix build warning.David S. Miller2012-10-281-12/+1Star
| * | | | sparc: Wire up sys_kcmp.David S. Miller2012-10-283-3/+5
| * | | | sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller2012-10-285-10/+55
| * | | | sparc64: Use pause instruction when available.David S. Miller2012-10-285-16/+62
| * | | | sparc64: Fix cpu strand yielding.David S. Miller2012-10-282-2/+8
| * | | | sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller2012-10-2713-61/+117
* | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-11-102-30/+30
|\ \ \ \ \
| * | | | | cifs: Do not lookup hashed negative dentry in cifs_atomic_openSachin Prabhu2012-11-051-1/+10
| * | | | | cifs: fix potential buffer overrun in cifs.idmap handling codeJeff Layton2012-11-031-29/+20Star
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2012-11-1011-47/+20Star
|\ \ \ \ \
| * | | | | arm64: mm: fix booting on systems with no memory below 4GBWill Deacon2012-11-082-1/+3
| * | | | | arm64: smp: add missing completion for secondary bootWill Deacon2012-11-081-2/+1Star
| * | | | | arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSIONWill Deacon2012-11-082-1/+1
| | |_|_|/ | |/| | |
| * | | | arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon2012-11-083-25/+3Star
| * | | | arm64: perf: use architected event for CPU cycle counterWill Deacon2012-11-081-8/+2Star
| * | | | Merge tag 'v3.7-rc4' into upstream-masterCatalin Marinas2012-11-05626-5016/+7780
| |\ \ \ \
| * | | | | arm64: Move PCI_IOBASE closer to MODULES_VADDRCatalin Marinas2012-10-232-7/+7
| * | | | | arm64: Use pgprot_t as the last argument when invoking __ioremap()Catalin Marinas2012-10-231-3/+3
* | | | | | Merge tag 'stable/for-linus-3.7-rc5-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2012-11-106-17/+132
|\ \ \ \ \ \
| * | | | | | xen/arm: Fix compile errors when drivers are compiled as modules (export more).Stefano Stabellini2012-11-091-0/+6
| * | | | | | xen/arm: Fix compile errors when drivers are compiled as modules.Konrad Rzeszutek Wilk2012-11-071-0/+5
| * | | | | | xen/generic: Disable fallback build on ARM.Konrad Rzeszutek Wilk2012-11-071-1/+2
| * | | | | | xen/events: fix RCU warning, or Call idle notifier after irq_enter()Mojiong Qiu2012-11-071-1/+1
| * | | | | | xen/hvm: If we fail to fetch an HVM parameter print out which flag it is.Konrad Rzeszutek Wilk2012-11-071-2/+32
| * | | | | | xen/hypercall: fix hypercall fallback code for very old hypervisorsJan Beulich2012-11-043-15/+88
* | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-11-092-1/+6
|\ \ \ \ \ \ \
| * | | | | | | drm/vmwgfx: Fix a case where the code would BUG when trying to pin GMR memoryThomas Hellstrom2012-11-091-1/+1
| * | | | | | | drm/vmwgfx: Fix hibernation device resetThomas Hellstrom2012-11-091-0/+5
* | | | | | | | Merge tag '3.7-pci-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/he...Linus Torvalds2012-11-098-52/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | PCI/portdrv: Don't create hotplug slots unless port supports hotplugTaku Izumi2012-11-061-1/+2
| * | | | | | | | Merge branch 'pci/huang-d3cold-fixes' into for-linusBjorn Helgaas2012-11-067-51/+60
| |\ \ \ \ \ \ \ \
| | * | | | | | | | PCI/PM: Fix proc config reg access for D3cold and bridge suspendingHuang Ying2012-11-054-34/+42
| | * | | | | | | | PCI/PM: Resume device before shutdownHuang Ying2012-11-021-10/+2Star
| | * | | | | | | | PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying2012-11-022-7/+16
| |/ / / / / / / /
* | | | | | | | | Merge tag 'mmc-fixes-for-3.7-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-11-0916-97/+144
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mmc: sdhci-s3c: fix the card detection in runtime-pmSeungwon Jeon2012-11-071-2/+4
| * | | | | | | | | mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepareThomas Abraham2012-11-071-14/+14
| * | | | | | | | | mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-endArnd Bergmann2012-11-075-8/+8
| * | | | | | | | | mmc: dw_mmc: fix modular build for exynos back-endArnd Bergmann2012-11-071-1/+1