summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Show message when reset gpio is not presentMichal Simek2013-09-041-1/+5
* microblaze: Add linux.bin.ub targetJason Wu2013-09-032-4/+6
* microblaze: Add PVR version string for MB v9.0 and v9.1Michal Simek2013-09-031-0/+2
* microblaze: timer: Replace microblaze_ prefix by xilinx_Michal Simek2013-09-031-39/+39
* microblaze: timer: Update headerMichal Simek2013-09-031-1/+2
* microblaze: timer: Remove unused headerMichal Simek2013-09-031-13/+0Star
* microblaze: timer: Clear driver init functionMichal Simek2013-09-031-13/+15
* microblaze: timer: Use CLKSRC_OF initializationMichal Simek2013-09-033-13/+11Star
* microblaze: intc: Remove unused headerMichal Simek2013-09-031-3/+0Star
* microblaze: intc: Clean driver init functionMichal Simek2013-09-031-10/+19
* microblaze: intc: Using irqchipMichal Simek2013-09-032-5/+14
* microblaze: intc: Update headerMichal Simek2013-09-031-1/+2
* microblaze: intc: Remove unused headersMichal Simek2013-09-031-3/+0Star
* microblaze: Remove selfmodified featureMichal Simek2013-09-037-192/+24Star
* of/pci: Use of_pci_range_parserAndrew Murray2013-09-031-68/+38Star
* Linux 3.11Linus Torvalds2013-09-021-1/+1
* Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2013-09-022-4/+4
|\
| * [SCSI] pm80xx: fix Adaptec 71605H hangHans Verkuil2013-08-262-4/+4
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-021-2/+2
|\ \
| * | x86/mm: Fix boot crash with DEBUG_PAGE_ALLOC=y and more than 512G RAMYinghai Lu2013-08-201-2/+2
* | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-09-021-1/+1
|\ \ \
| * | | dma/Kconfig: TI_EDMA needs to be booleanGuenter Roeck2013-08-251-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-3159-260/+590
|\ \ \ \
| * | | | net: fec: fix time stamping logic after napi conversionRichard Cochran2013-08-311-2/+1Star
| * | | | net: bridge: convert MLDv2 Query MRC into msecs_to_jiffies for max_delayDaniel Borkmann2013-08-301-1/+2
| * | | | mISDN: return -EINVAL on error in dsp_control_req()Dan Carpenter2013-08-301-1/+3
| * | | | net: revert 8728c544a9c ("net: dev_pick_tx() fix")Eric Dumazet2013-08-301-8/+3Star
| * | | | Revert "ipv6: Don't depend on per socket memory for neighbour discovery messa...David S. Miller2013-08-301-3/+7
| * | | | ipv4 tunnels: fix an oops when using ipip/sit with IPsecLi Hongjun2013-08-302-7/+4Star
| * | | | tipc: set sk_err correctly when connection failsErik Hugne2013-08-301-2/+2
| * | | | tcp: tcp_make_synack() should use sock_wmallocPhil Oester2013-08-301-1/+1
| * | | | bridge: separate querier and query timer into IGMP/IPv4 and MLD/IPv6 onesLinus Lüssing2013-08-305-93/+240
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-08-2915-32/+86
| |\ \ \ \
| | * | | | xfrm: Fix potential null pointer dereference in xdst_queue_outputSteffen Klassert2013-08-281-8/+1Star
| | * | | | ipv6: set skb->protocol on tcp, raw and ip6_append_data genereated skbsHannes Frederic Sowa2013-08-262-0/+4
| | * | | | xfrm: revert ipv4 mtu determination to dst_mtuHannes Frederic Sowa2013-08-263-16/+6Star
| | * | | | xfrm: choose protocol family by skb protocolHannes Frederic Sowa2013-08-192-3/+11
| | * | | | ipv6: xfrm: dereference inner ipv6 header if encapsulatedHannes Frederic Sowa2013-08-191-1/+3
| | * | | | ipv6: wire up skb->encapsulationHannes Frederic Sowa2013-08-193-0/+16
| | * | | | xfrm: introduce helper for safe determination of mtuHannes Frederic Sowa2013-08-145-12/+25
| | * | | | xfrm: make local error reporting more robustHannes Frederic Sowa2013-08-147-11/+39
| * | | | | ipv6: Don't depend on per socket memory for neighbour discovery messagesThomas Graf2013-08-291-7/+3Star
| * | | | | ipv4: sendto/hdrincl: don't use destination address found in headerChris Clark2013-08-291-1/+2
| * | | | | tcp: don't apply tsoffset if rcv_tsecr is zeroAndrew Vagin2013-08-291-3/+6
| * | | | | tcp: initialize rcv_tstamp for restored socketsAndrew Vagin2013-08-291-0/+2
| * | | | | net: xilinx: fix memleakLibo Chen2013-08-291-0/+1
| * | | | | net: usb: Add HP hs2434 device to ZLP exception tableRob Gardner2013-08-291-0/+4
| * | | | | net: add cpu_relax to busy poll loopEliezer Tamir2013-08-281-0/+1
| * | | | | net: stmmac: fixed the pbl setting with DTByungho An2013-08-281-8/+12
| * | | | | genl: Hold reference on correct module while netlink-dump.Pravin B Shelar2013-08-282-11/+29