summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Linux 3.10.58-rt62v3.10.58-rt62Steven Rostedt (Red Hat)2014-10-301-1/+1
* rtmutex: Fix up failed merge updateSteven Rostedt (Red Hat)2014-10-301-1/+0
* Linux 3.10.58-rt61v3.10.58-rt61Steven Rostedt (Red Hat)2014-10-291-1/+1
* Merge tag 'v3.10.58' into v3.10-rtSteven Rostedt (Red Hat)2014-10-2823-57/+162
|\
| * Linux 3.10.58v3.10.58Greg Kroah-Hartman2014-10-151-1/+1
| * USB: cp210x: add support for Seluxit USB dongleAndreas Bomholtz2014-10-151-0/+1
| * USB: serial: cp210x: added Ketra N1 wireless interface supportJoe Savage2014-10-151-0/+1
| * USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu2014-10-153-2/+11
| * ipv6: reallocate addrconf router for ipv6 address when lo device upGao feng2014-10-151-2/+12
| * tcp: fixing TLP's FIN recoveryPer Hurtig2014-10-151-3/+1
| * sctp: handle association restarts when the socket is closed.Vlad Yasevich2014-10-152-4/+17
| * ip6_gre: fix flowi6_proto value in xmit pathNicolas Dichtel2014-10-151-2/+2
| * hyperv: Fix a bug in netvsc_start_xmit()KY Srinivasan2014-10-151-1/+2
| * tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich2014-10-151-1/+2
| * tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich2014-10-151-2/+18
| * l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault2014-10-151-1/+2
| * openvswitch: fix panic with multiple vlan headersJiri Benc2014-10-151-0/+5
| * packet: handle too big packets for PACKET_V3Eric Dumazet2014-10-152-0/+18
| * tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2014-10-156-5/+8
| * sit: Fix ipip6_tunnel_lookup device matching criteriaShmulik Ladkani2014-10-151-3/+3
| * myri10ge: check for DMA mapping errorsStanislaw Gruszka2014-10-151-30/+58
* | Linux 3.10.57-rt60v3.10.57-rt60Steven Rostedt (Red Hat)2014-10-281-1/+1
* | Merge tag 'v3.10.57' into v3.10-rtSteven Rostedt (Red Hat)2014-10-2818-105/+122
|\ \ | |/
| * Linux 3.10.57v3.10.57Greg Kroah-Hartman2014-10-091-1/+1
| * cpufreq: ondemand: Change the calculation of target frequencyStratos Karafotis2014-10-093-42/+8
| * cpufreq: Fix wrong time unit conversionAndreas Schwab2014-10-091-1/+1
| * nl80211: clear skb cb before passing to netlinkJohannes Berg2014-10-091-0/+6
| * drbd: fix regression 'out of mem, failed to invoke fence-peer helper'Lars Ellenberg2014-10-091-0/+6
| * jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-10-092-36/+30
| * md/raid5: disable 'DISCARD' by default due to safety concerns.NeilBrown2014-10-091-1/+17
| * media: vb2: fix VBI/poll regressionHans Verkuil2014-10-092-2/+17
| * mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman2014-10-091-2/+5
| * mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long2014-10-091-2/+2
| * ring-buffer: Fix infinite spin in reading bufferSteven Rostedt (Red Hat)2014-10-091-1/+1
| * init/Kconfig: Fix HAVE_FUTEX_CMPXCHG to not break up the EXPERT menuJosh Triplett2014-10-091-0/+1
| * perf: fix perf bug in fork()Peter Zijlstra2014-10-092-3/+6
| * udf: Avoid infinite loop when processing indirect ICBsJan Kara2014-10-091-14/+21
* | Linux 3.10.56-rt59v3.10.56-rt59Steven Rostedt (Red Hat)2014-10-281-1/+1
* | Merge tag 'v3.10.56' into v3.10-rtSteven Rostedt (Red Hat)2014-10-28148-479/+1167
|\ \ | |/
| * Linux 3.10.56v3.10.56Greg Kroah-Hartman2014-10-051-1/+1
| * vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov2014-10-051-6/+3
| * oom_kill: add rcu_read_lock() into find_lock_task_mm()Oleg Nesterov2014-10-051-4/+8
| * oom_kill: has_intersects_mems_allowed() needs rcu_read_lock()Oleg Nesterov2014-10-051-8/+11
| * oom_kill: change oom_kill.c to use for_each_thread()Oleg Nesterov2014-10-051-10/+10
| * introduce for_each_thread() to replace the buggy while_each_thread()Oleg Nesterov2014-10-054-0/+22
| * kernel/fork.c:copy_process(): unify CLONE_THREAD-or-thread_group_leader codeOleg Nesterov2014-10-051-8/+7
| * arm: multi_v7_defconfig: Enable Zynq UART driverSoren Brinkmann2014-10-051-0/+2
| * ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2014-10-052-0/+3
| * serial: 8250_dma: check the result of TX buffer mappingHeikki Krogerus2014-10-051-5/+12
| * ARM: 7748/1: oabi: handle faults when loading swi instruction from userspaceWill Deacon2014-10-051-13/+29