summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | xen: Add RING_COPY_REQUEST()David Vrabel2015-12-181-0/+14
| | * | | | | | | | xen/x86/pvh: Use HVM's flush_tlb_others opBoris Ostrovsky2015-12-141-7/+2
| | * | | | | | | | xen: Resume PMU from non-atomic contextBoris Ostrovsky2015-12-021-10/+10
| | * | | | | | | | xen/events/fifo: Consume unprocessed events when a CPU diesRoss Lagerwall2015-12-021-5/+18
| * | | | | | | | | Merge tag 'arc-fixes-for-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-12-1814-68/+97
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | ARC: smp: Rename platform hook @init_cpu_smp -> @init_per_cpuVineet Gupta2015-12-173-6/+6
| | * | | | | | | | | ARC: rename smp operation init_irq_cpu() to init_per_cpu()Noam Camus2015-12-174-7/+7
| | * | | | | | | | | ARC: dw2 unwind: Ignore CIE version !=1 gracefully instead of bailingVineet Gupta2015-12-171-4/+9
| | * | | | | | | | | ARC: dw2 unwind: Reinstante unwinding out of modulesVineet Gupta2015-12-173-19/+26
| | * | | | | | | | | ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASEVineet Gupta2015-12-173-2/+6
| | * | | | | | | | | ARC: intc: Document arc_request_percpu_irq() betterVineet Gupta2015-12-121-0/+12
| | * | | | | | | | | ARCv2: perf: Ensure perf intr gets enabled on all coresVineet Gupta2015-12-121-23/+9
| | * | | | | | | | | ARC: intc: No need to clear IRQ_NOAUTOENVineet Gupta2015-12-121-5/+8
| | * | | | | | | | | ARCv2: intc: Fix random perf irq disabling in SMP setupVineet Gupta2015-12-121-2/+13
| | * | | | | | | | | ARC: [axs10x] cap ethernet phy to 100 Mbit/secAlexey Brodkin2015-12-071-0/+1
| * | | | | | | | | | Merge tag 'sound-4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2015-12-186-31/+81
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ALSA: hda - Add a fixup for Thinkpad X1 Carbon 2ndTakashi Iwai2015-12-151-0/+1
| | * | | | | | | | | | ALSA: hda - Set codec to D3 at reboot/shutdown on ThinkpadsTakashi Iwai2015-12-151-1/+22
| | * | | | | | | | | | ALSA: hda - Apply click noise workaround for Thinkpads genericallyTakashi Iwai2015-12-151-13/+2
| | * | | | | | | | | | ALSA: hda - Fix headphone mic input on a few Dell ALC293 machinesDavid Henningsson2015-12-151-5/+12
| | * | | | | | | | | | ALSA: usb-audio: Add sample rate inquiry quirk for AudioQuest DragonFlyAnssi Hannula2015-12-141-0/+1
| | * | | | | | | | | | ALSA: usb-audio: Add a more accurate volume quirk for AudioQuest DragonFlyAnssi Hannula2015-12-144-12/+43
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'for-linus-20151217' of git://git.infradead.org/linux-mtdLinus Torvalds2015-12-182-3/+16
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | doc: dt: mtd: partitions: add compatible property to "partitions" nodeBrian Norris2015-12-082-1/+9
| | * | | | | | | | | mtd: ofpart: don't complain about missing 'partitions' node too loudlyBrian Norris2015-12-031-2/+7
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-17115-671/+1045
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | net: check both type and procotol for tcp socketsWANG Cong2015-12-172-2/+4
| | * | | | | | | | | | drivers: net: xgene: fix Tx flow controlIyappan Subramanian2015-12-172-18/+24
| | * | | | | | | | | | tcp: restore fastopen with no data in SYN packetEric Dumazet2015-12-171-11/+12
| | * | | | | | | | | | af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat2015-12-171-10/+3
| | * | | | | | | | | | fou: clean up socket with kfree_rcuHannes Frederic Sowa2015-12-161-1/+2
| | * | | | | | | | | | Merge tag 'mac80211-for-davem-2015-12-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-12-169-74/+92
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | mac80211: handle width changes from opmode notification IE in beaconEyal Shapira2015-12-155-14/+8
| | | * | | | | | | | | | mac80211: suppress unchanged "limiting TX power" messagesJohannes Berg2015-12-151-5/+10
| | | * | | | | | | | | | mac80211: reprogram in interface orderJohannes Berg2015-12-151-39/+37
| | | * | | | | | | | | | mac80211: run scan completed work on reconfig failureJohannes Berg2015-12-151-11/+26
| | | * | | | | | | | | | nl80211: Fix potential memory leak in nl80211_connectOla Olsson2015-12-151-1/+3
| | | * | | | | | | | | | nl80211: Fix potential memory leak in nl80211_set_wowlanOla Olsson2015-12-151-0/+1
| | | * | | | | | | | | | nl80211: fix a few memory leaks in reg.cOla Olsson2015-12-151-1/+4
| | | * | | | | | | | | | rfkill: copy the name into the rfkill structJohannes Berg2015-12-101-3/+3
| | * | | | | | | | | | | 82xx: FCC: Fixing a bug causing to FCC port lock-upMartin Roth2015-12-161-1/+1
| | * | | | | | | | | | | gianfar: Don't enable RX Filer if not supportedHamish Martin2015-12-162-3/+6
| | * | | | | | | | | | | net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa2015-12-161-1/+1
| | * | | | | | | | | | | rhashtable: Fix walker list corruptionHerbert Xu2015-12-161-9/+7
| | * | | | | | | | | | | rhashtable: Enforce minimum size on initial hash tableHerbert Xu2015-12-161-3/+3
| | * | | | | | | | | | | inet: tcp: fix inetpeer_set_addr_v4()Eric Dumazet2015-12-161-0/+1
| | * | | | | | | | | | | ipv6: automatically enable stable privacy mode if stable_secret setHannes Frederic Sowa2015-12-151-0/+6
| | * | | | | | | | | | | net: fix uninitialized variable issuetadeusz.struk@intel.com2015-12-151-0/+1
| | * | | | | | | | | | | bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2015-12-151-0/+3
| | * | | | | | | | | | | net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet2015-12-151-1/+1
OpenPOWER on IntegriCloud