| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | cbq: incorrectly low bandwidth setting blocks limited traffic | Vasily Averin | 2014-08-19 | 1 | -24/+13 |
| |/ |
|
| * | tipc: fix message importance range check | Erik Hugne | 2014-08-16 | 2 | -2/+4 |
| * | net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset function | Gwenhael Goavec-Merou | 2014-08-16 | 1 | -12/+21 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2014-08-16 | 2 | -13/+33 |
| |\ |
|
| | * | i40e: fix PTP bug | Jesse Brandeburg | 2014-08-15 | 1 | -1/+1 |
| | * | i40e: Fix a few potential VF dereferences | Anjali Singhai Jain | 2014-08-15 | 1 | -11/+19 |
| | * | i40e: Fix for recent kernel panic | Anjali Singhai Jain | 2014-08-15 | 1 | -3/+15 |
| * | | batman-adv: Fix parameter order of hlist_add_behind | Sven Eckelmann | 2014-08-16 | 1 | -1/+1 |
| * | | Merge branch 'bcm7xxx' | David S. Miller | 2014-08-16 | 2 | -22/+21 |
| |\ \
| | |/
| |/| |
|
| | * | net: phy: bcm7xxx: remove suspend callback for 28nm PHYs | Florian Fainelli | 2014-08-16 | 1 | -4/+1 |
| | * | net: phy: bcm7xxx: re-advertise all supported modes out of suspend | Florian Fainelli | 2014-08-16 | 1 | -3/+20 |
| | * | net: phy: bcm7xxx: remove 28nm wildcard entry | Florian Fainelli | 2014-08-16 | 2 | -15/+0 |
| |/ |
|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2014-08-22 | 11 | -14/+24 |
|\ \ |
|
| * | | Revert "arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL" | Will Deacon | 2014-08-19 | 1 | -4/+0 |
| * | | arm64: mm: update max pa bits to 48 | Ganapatrao Kulkarni | 2014-08-19 | 1 | -1/+1 |
| * | | arm64: ignore DT memreserve entries when booting in UEFI mode | Leif Lindholm | 2014-08-19 | 2 | -1/+5 |
| * | | arm64: configs: Enable X-Gene SATA and ethernet in defconfig | Mark Brown | 2014-08-19 | 1 | -0/+3 |
| * | | arm64: align randomized TEXT_OFFSET on 4 kB boundary | Ard Biesheuvel | 2014-08-19 | 2 | -5/+5 |
| * | | asm-generic: add memfd_create system call to unistd.h | Will Deacon | 2014-08-18 | 1 | -1/+3 |
| * | | arm64: compat: wire up memfd_create and getrandom syscalls for aarch32 | Will Deacon | 2014-08-18 | 2 | -1/+6 |
| * | | arm64: fix typo in I-cache policy detection | Ard Biesheuvel | 2014-08-18 | 1 | -1/+1 |
* | | | Merge tag 'iommu-fixes-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-08-22 | 3 | -5/+15 |
|\ \ \ |
|
| * | | | iommu/core: Check for the right function pointer in iommu_map() | Joerg Roedel | 2014-08-19 | 1 | -1/+1 |
| * | | | iommu/amd: Fix cleanup_domain for mass device removal | Joerg Roedel | 2014-08-18 | 1 | -4/+6 |
| * | | | iommu/vt-d: Defer domain removal if device is assigned to a driver | Joerg Roedel | 2014-08-18 | 1 | -0/+8 |
| |/ / |
|
* | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-08-21 | 5 | -13/+12 |
|\ \ \ |
|
| * | | | libata: widen Crucial M550 blacklist matching | Tejun Heo | 2014-08-18 | 1 | -1/+1 |
| * | | | pata_scc: propagate return value of scc_wait_after_reset | Arjun Sreedharan | 2014-08-18 | 1 | -8/+7 |
| * | | | ata: ahci_tegra: Change include to fix compilation | Mikko Perttunen | 2014-08-17 | 1 | -1/+1 |
| * | | | pata_samsung_cf: change ret type to signed | Arjun Sreedharan | 2014-08-17 | 1 | -1/+1 |
| * | | | ahci_xgene: Removing NCQ support from the APM X-Gene SoC AHCI SATA Host Contr... | Suman Tripathi | 2014-08-17 | 1 | -2/+2 |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-08-21 | 11 | -93/+114 |
|\ \ \ \ |
|
| * | | | | HID: fix a couple of off-by-ones | Jiri Kosina | 2014-08-21 | 6 | -7/+7 |
| * | | | | HID: logitech: perform bounds checking on device_id early enough | Jiri Kosina | 2014-08-21 | 1 | -7/+6 |
| * | | | | HID: logitech: fix bounds checking on LED report size | Jiri Kosina | 2014-08-21 | 1 | -1/+1 |
| * | | | | HID: logitech: Prevent possibility of infinite loop when using /sys interface | Simon Wood | 2014-08-15 | 1 | -2/+2 |
| * | | | | HID: rmi: print an error if F11 is not found instead of stopping the device | Andrew Duggan | 2014-08-14 | 1 | -4/+9 |
| * | | | | HID: hid-sensor-hub: use devm_ functions consistently | Himangi Saraogi | 2014-08-12 | 1 | -22/+11 |
| * | | | | HID: huion: Use allocated buffer for DMA | Nikolai Kondrashov | 2014-08-12 | 1 | -12/+38 |
| * | | | | HID: huion: Fail on parameter retrieval errors | Nikolai Kondrashov | 2014-08-12 | 1 | -47/+49 |
* | | | | | Merge tag 'sound-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2014-08-21 | 14 | -68/+74 |
|\ \ \ \ \ |
|
| * | | | | | ALSA: hda/hdmi - apply Valleyview fix-ups to Cherryview display codec | Libin Yang | 2014-08-19 | 1 | -4/+7 |
| * | | | | | ALSA: hda/hdmi - set depop_delay for haswell plus | Libin Yang | 2014-08-19 | 1 | -2/+1 |
| * | | | | | ALSA: hda - restore the gpio led after resume | Hui Wang | 2014-08-19 | 1 | -0/+9 |
| * | | | | | ALSA: hda/realtek - Avoid setting wrong COEF on ALC269 & co | Takashi Iwai | 2014-08-16 | 1 | -5/+12 |
| * | | | | | Merge tag 'asoc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Takashi Iwai | 2014-08-16 | 12 | -58/+46 |
| |\ \ \ \ \ |
|
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | | \ \ \ \ | |
| | *---------. \ \ \ \ | Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/fsl', 'asoc/fix/... | Mark Brown | 2014-08-15 | 10 | -51/+37 |
| | |\ \ \ \ \ \ \ \ \ \ |
|
| | | | | | | | * | | | | | ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LE | Daniel Mack | 2014-08-13 | 1 | -3/+1 |
| | | | | | | * | | | | | | ASoC: mcasp: Fix implicit BLCK divider setting | Jyri Sarha | 2014-08-12 | 1 | -3/+11 |
| | | | | | | |/ / / / / |
|
| | | | | | * | | | | | | ASoC: Intel: Restore Baytrail ADSP streams only when ADSP was in reset | Jarkko Nikula | 2014-08-11 | 1 | -1/+11 |