summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.12.69v3.12.69Jiri Slaby2016-12-131-1/+1
* sparc64: fix compile warning section mismatch in find_node()Thomas Tai2016-12-131-3/+3
* sparc64: Fix find_node warning if numa node cannot be foundThomas Tai2016-12-131-4/+61
* sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson2016-12-131-2/+2
* net: ping: check minimum size on ICMP header lengthKees Cook2016-12-131-0/+4
* net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-131-2/+2
* packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-131-6/+12
* net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet2016-12-131-5/+7
* net/sched: pedit: make sure that offset is validAmir Vadai2016-12-131-4/+20
* l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2016-12-132-4/+6
* net: sky2: Fix shutdown crashJeremy Linton2016-12-131-0/+13
* ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2016-12-131-2/+11
* ALSA: pcm : Call kill_fasync() in stream lockTakashi Iwai2016-12-131-1/+1
* ipv4: Set skb->protocol properly for local outputEli Cooper2016-12-121-0/+3
* ipv6: Set skb->protocol properly for local outputEli Cooper2016-12-121-0/+2
* pwm: Fix device reference leakJohan Hovold2016-12-121-0/+2
* mwifiex: printk() overflow with 32-byte SSIDsBrian Norris2016-12-121-6/+7
* PCI: Export pcie_find_root_portJohannes Thumshirn2016-12-122-14/+14
* rcu: Fix soft lockup for rcu_nocb_kthreadDing Tianhong2016-12-121-0/+1
* x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski2016-12-121-1/+1
* drm/radeon: Ensure vblank interrupt is enabled on DPMS transition to onMichel Dänzer2016-12-122-0/+4
* mpi: Fix NULL ptr dereference in mpi_powm() [ver #3]Andrey Ryabinin2016-12-121-1/+6
* apparmor: fix change_hat not finding hat after policy replacementJohn Johansen2016-12-121-2/+4
* cfg80211: limit scan results cache sizeJohannes Berg2016-12-122-0/+70
* tile: avoid using clocksource_cyc2ns with absolute cycle countChris Metcalf2016-12-121-2/+2
* scsi: mpt3sas: Fix secure erase premature terminationAndrey Grodzovsky2016-12-121-0/+14
* Fix USB CB/CBI storage devices with CONFIG_VMAP_STACK=yPetr Vandrovec2016-12-121-1/+6
* USB: serial: ftdi_sio: add support for TI CC3200 LaunchPadDoug Brown2016-12-122-0/+8
* USB: serial: cp210x: add ID for the Zone DPMXPaul Jakma2016-12-121-0/+1
* usb: chipidea: move the lock initialization to core filePeter Chen2016-12-122-2/+1
* KVM: x86: drop error recovery in em_jmp_far and em_ret_farRadim Krčmář2016-12-121-25/+11
* Revert "drivers/net: Disable UFO through virtio"Vlad Yasevich2016-12-013-30/+26
* tty: audit: Fix audit sourcePeter Hurley2016-11-283-5/+5
* kernel/panic.c: turn off locks debug before releasing console lockVitaly Kuznetsov2016-11-281-1/+4
* mtd: blkdevs: fix potential deadlock + lockdep warningsBrian Norris2016-11-281-5/+5
* i2c: at91: fix write transfers by clearing pending interrupt firstCyrille Pitchen2016-11-281-8/+50
* PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson2016-11-282-24/+18
* PCI: Fix devfn for VPD access through function 0Alex Williamson2016-11-281-3/+6
* x86/idle: Restore trace_cpu_idle to mwait_idle() callsJisheng Zhang2016-11-281-0/+2
* Linux 3.12.68v3.12.68Jiri Slaby2016-11-281-1/+1
* ALSA: usb-audio: Fix runtime PM unbalanceTakashi Iwai2016-11-281-1/+1
* xen-pciback: Add name prefix to global 'permissive' variableBen Hutchings2016-11-283-5/+5
* PCI: Handle read-only BARs on AMD CS553x devicesMyron Stowe2016-11-281-4/+37
* perf: Tighten (and fix) the grouping conditionPeter Zijlstra2016-11-282-8/+13
* usb: musb: musb_cppi41: recognize HS devices in hostmodeSebastian Andrzej Siewior2016-11-281-1/+9
* drivers/net: Disable UFO through virtioBen Hutchings2016-11-283-26/+30
* KVM: check for !is_zero_pfn() in kvm_is_mmio_pfn()Ard Biesheuvel2016-11-281-1/+1
* mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel2016-11-283-0/+4
* mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner2016-11-283-37/+40
* sparc64: Handle extremely large kernel TLB range flushes more gracefully.David S. Miller2016-11-281-55/+228