Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | drm/radeon: don't share plls if monitors differ in audio support | Alex Deucher | 2015-05-26 | 1 | -1/+3 | |
| |/ / / / / / / / | ||||||
| * | / / / / / / | drm/vgem: drop DRIVER_PRIME (v2) | Rob Clark | 2015-05-26 | 4 | -116/+2 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'sound-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2015-05-29 | 6 | -4/+15 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ALSA: hda - Fix lost sound due to stream_pm ops cleanup | Takashi Iwai | 2015-05-29 | 2 | -0/+2 | |
| * | | | | | | | | ALSA: hda - Disable Headphone Mic boost for ALC662 | David Henningsson | 2015-05-28 | 1 | -0/+5 | |
| * | | | | | | | | ALSA: hda - Disable power_save_node for IDT92HD71bxx | Takashi Iwai | 2015-05-27 | 1 | -1/+2 | |
| * | | | | | | | | ALSA: hda - Fix noise on AMD radeon 290x controller | Takashi Iwai | 2015-05-27 | 1 | -0/+2 | |
| * | | | | | | | | ALSA: hda - Set stream_pm ops automatically by generic parser | Takashi Iwai | 2015-05-27 | 4 | -4/+4 | |
| * | | | | | | | | ALSA: hda/realtek - Add ALC256 alias name for Dell | Kailang Yang | 2015-05-26 | 1 | -0/+1 | |
| * | | | | | | | | Revert "ALSA: hda - Add mute-LED mode control to Thinkpad" | Takashi Iwai | 2015-05-24 | 1 | -1/+0 | |
| * | | | | | | | | ALSA: usb-audio: Add quirk for MS LifeCam HD-3000 | Vittorio G (VittGam) | 2015-05-24 | 1 | -0/+1 | |
* | | | | | | | | | Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/md | Linus Torvalds | 2015-05-29 | 3 | -67/+98 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | md: fix race when unfreezing sync_action | NeilBrown | 2015-05-28 | 1 | -6/+8 | |
| * | | | | | | | | | md/raid5: break stripe-batches when the array has failed. | NeilBrown | 2015-05-28 | 1 | -0/+1 | |
| * | | | | | | | | | md/raid5: call break_stripe_batch_list from handle_stripe_clean_event | NeilBrown | 2015-05-28 | 1 | -57/+4 | |
| * | | | | | | | | | md/raid5: be more selective about distributing flags across batch. | NeilBrown | 2015-05-28 | 2 | -12/+45 | |
| * | | | | | | | | | md/raid5: add handle_flags arg to break_stripe_batch_list. | NeilBrown | 2015-05-28 | 1 | -4/+8 | |
| * | | | | | | | | | md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_... | NeilBrown | 2015-05-28 | 1 | -3/+16 | |
| * | | | | | | | | | md/raid5: remove condition test from check_break_stripe_batch_list. | NeilBrown | 2015-05-28 | 1 | -8/+4 | |
| * | | | | | | | | | md/raid5: Ensure a batch member is not handled prematurely. | NeilBrown | 2015-05-28 | 1 | -1/+5 | |
| * | | | | | | | | | md/raid5: close race between STRIPE_BIT_DELAY and batching. | NeilBrown | 2015-05-28 | 2 | -3/+25 | |
| * | | | | | | | | | md/raid5: ensure whole batch is delayed for all required bitmap updates. | NeilBrown | 2015-05-28 | 1 | -0/+9 | |
* | | | | | | | | | | Merge tag 'xtensa-20150526' of git://github.com/czankel/xtensa-linux | Linus Torvalds | 2015-05-28 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | xtensa: Provide dummy dma_alloc_attrs() and dma_free_attrs() | Guenter Roeck | 2015-05-25 | 1 | -0/+13 | |
| | |_|/ / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'platform-drivers-x86-v4.1-3' of git://git.infradead.org/users/dvha... | Linus Torvalds | 2015-05-28 | 1 | -18/+19 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | thinkpad_acpi: Revert unintentional device attribute renaming | Bjørn Mork | 2015-05-20 | 1 | -18/+19 | |
* | | | | | | | | | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2015-05-27 | 13 | -74/+194 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | CIFS: Fix race condition on RFC1002_NEGATIVE_SESSION_RESPONSE | Federico Sauter | 2015-05-20 | 1 | -1/+2 | |
| * | | | | | | | | | | Fix to convert SURROGATE PAIR | Nakajima Akira | 2015-05-20 | 1 | -46/+136 | |
| * | | | | | | | | | | cifs: potential missing check for posix_lock_file_wait | Chengyu Song | 2015-05-20 | 1 | -2/+2 | |
| * | | | | | | | | | | Fix to check Unique id and FileType when client refer file directly. | Nakajima Akira | 2015-05-20 | 1 | -0/+25 | |
| * | | | | | | | | | | CIFS: remove an unneeded NULL check | Dan Carpenter | 2015-05-20 | 1 | -1/+1 | |
| * | | | | | | | | | | [cifs] fix null pointer check | Steve French | 2015-05-20 | 1 | -1/+1 | |
| * | | | | | | | | | | Fix that several functions handle incorrect value of mapchars | Nakajima Akira | 2015-05-10 | 9 | -23/+25 | |
| * | | | | | | | | | | cifs: Don't replace dentries for dfs mounts | Sachin Prabhu | 2015-05-10 | 1 | -0/+2 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-05-27 | 37 | -170/+351 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | sctp: Fix mangled IPv4 addresses on a IPv6 listening socket | Jason Gunthorpe | 2015-05-27 | 1 | -2/+5 | |
| * | | | | | | | | | | net_sched: invoke ->attach() after setting dev->qdisc | WANG Cong | 2015-05-27 | 1 | -4/+6 | |
| * | | | | | | | | | | xen-netfront: properly destroy queues when removing device | David Vrabel | 2015-05-27 | 1 | -13/+2 | |
| * | | | | | | | | | | mlx4_core: Fix fallback from MSI-X to INTx | Benjamin Poirier | 2015-05-27 | 1 | -2/+7 | |
| * | | | | | | | | | | xen/netback: Properly initialize credit_bytes | Ross Lagerwall | 2015-05-27 | 1 | -0/+1 | |
| * | | | | | | | | | | net: netxen: correct sysfs bin attribute return code | Vladimir Zapolskiy | 2015-05-27 | 1 | -3/+3 | |
| * | | | | | | | | | | tools: bpf_jit_disasm: fix segfault on disabled debugging log output | Daniel Borkmann | 2015-05-27 | 1 | -0/+2 | |
| * | | | | | | | | | | unix/caif: sk_socket can disappear when state is unlocked | Mark Salyzyn | 2015-05-26 | 2 | -0/+16 | |
| * | | | | | | | | | | amd-xgbe-phy: Fix initial mode when autoneg is disabled | Lendacky, Thomas | 2015-05-26 | 1 | -3/+42 | |
| * | | | | | | | | | | Merge tag 'mac80211-for-davem-2015-05-26' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2015-05-26 | 7 | -65/+100 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | mac80211: fix AP_VLAN crypto tailroom calculation | Michal Kazior | 2015-05-20 | 4 | -9/+83 | |
| | * | | | | | | | | | | mac80211: don't split remain-on-channel for coalescing | Johannes Berg | 2015-05-20 | 2 | -54/+11 | |
| | * | | | | | | | | | | mac80211: don't use napi_gro_receive() outside NAPI context | Johannes Berg | 2015-05-19 | 2 | -2/+6 | |
| * | | | | | | | | | | | Merge branch 'phyter-bug-fixes' | David S. Miller | 2015-05-25 | 1 | -4/+19 | |
| |\ \ \ \ \ \ \ \ \ \ \ |