summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2012-07-21Merge tag 'v3.5-rc7' into next/boardsArnd Bergmann12-23/+49
2012-07-21Remove SYSTEM_SUSPEND_DISK system stateRafael J. Wysocki1-1/+0
2012-07-21Merge branch 'anton-kgdb' (kgdb dmesg fixups)Linus Torvalds1-0/+16
2012-07-21printk: Implement some unlocked kmsg_dump functionsAnton Vorontsov1-0/+16
2012-07-21mmc: sdhci: only set 200mA support for 1.8v if 200mA is availablePhilip Rakity1-0/+1
2012-07-21mmc: sh_mmcif: support generic card-detectionGuennadi Liakhovetski1-0/+2
2012-07-21mmc: sh_mobile_sdhi: support caps2 flagsGuennadi Liakhovetski1-0/+1
2012-07-21mmc: tmio: support caps2 flagsGuennadi Liakhovetski1-0/+1
2012-07-21mmc: core: add WP pin handler to slot functionsGuennadi Liakhovetski1-0/+4
2012-07-21mmc: core: convert slot functions to managed allocationGuennadi Liakhovetski1-0/+3
2012-07-21mmc: add CD GPIO polling support to slot functionsGuennadi Liakhovetski1-0/+2
2012-07-21mmc: add two capability flags for CD and WP signal polarityGuennadi Liakhovetski1-0/+2
2012-07-21mmc: core: use a more generic name for slot function types and fieldsGuennadi Liakhovetski1-3/+14
2012-07-21mmc: tmio: add callbacks to enable-update and disable the interface clockGuennadi Liakhovetski1-0/+3
2012-07-21mmc: add a function to get regulators, supplying card's powerGuennadi Liakhovetski1-2/+14
2012-07-20ipv4: Fix neigh lookup keying over loopback/point-to-point devices.David S. Miller1-3/+0
2012-07-20ipv4: Kill rt->fiDavid S. Miller1-1/+0
2012-07-20ipv4: Turn rt->rt_route_iif into rt->rt_is_input.David S. Miller1-3/+3
2012-07-20ipv4: Kill rt->rt_oifDavid S. Miller1-1/+0
2012-07-20ipv4: Kill FLOWI_FLAG_RT_NOCACHE and associated code.David S. Miller2-3/+1
2012-07-20ipv4: Cache input routes in fib_info nexthops.David S. Miller1-0/+1
2012-07-20ipv4: Cache output routes in fib_info nexthops.David S. Miller1-0/+2
2012-07-20ipv4: Kill routes during PMTU/redirect updates.David S. Miller1-0/+1
2012-07-20net: Document dst->obsolete better.David S. Miller1-1/+13
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller1-0/+7
2012-07-20ipv4: Remove 'rt_dst' from 'struct rtable'David S. Miller1-1/+0
2012-07-20ipv4: Remove 'rt_mark' from 'struct rtable'David Miller1-1/+0
2012-07-20ipv4: Kill 'rt_src' from 'struct rtable'David Miller1-1/+0
2012-07-20ipv4: Remove rt_key_{src,dst,tos} from struct rtable.David Miller1-5/+0
2012-07-20ipv4: Kill ip_route_input_noref().David Miller1-14/+2
2012-07-20ipv4: Delete routing cache.David S. Miller1-1/+0
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka1-0/+1
2012-07-20team: add multiqueue supportJiri Pirko1-0/+8
2012-07-20net: rename bond_queue_mapping to slave_dev_queue_mappingJiri Pirko1-1/+1
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko1-0/+2
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko1-4/+6
2012-07-20net: honour netif_set_real_num_tx_queues() retvalJiri Pirko1-1/+6
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet2-1/+5
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet1-1/+1
2012-07-20Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-1/+1
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-68/+316
2012-07-20can: mark bittiming_const pointer in struct can_priv as constMarc Kleine-Budde1-1/+1
2012-07-20Merge branch 'common/pinctrl' into sh-latestPaul Mundt31-52/+133
2012-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-10/+2
2012-07-19xen PVonHVM: move shared_info to MMIO before kexecOlaf Hering1-0/+2
2012-07-19xen/pv-on-hvm kexec: shutdown watches from old kernelOlaf Hering1-1/+2
2012-07-19xen/pcpu: Xen physical cpus online/offline sys interfaceLiu, Jinsong2-0/+9
2012-07-19xen/mce: Add mcelog support for Xen platformLiu, Jinsong2-0/+386
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller21-33/+61