summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-03-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller17-32/+56
2011-03-04drm/core: add ioctl to query device/driver capabilitiesBen Skeggs2-0/+9
2011-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+0
2011-03-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-8/+4
2011-03-04netlink: kill eff_cap from struct netlink_skb_parmsPatrick McHardy1-1/+0
2011-03-04LSM: Pass -o remount options to the LSMEric Paris1-0/+13
2011-03-03net_sched: reduce fifo qdisc sizeEric Dumazet1-0/+1
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy1-3/+0
2011-03-03blktrace: Remove blk_fill_rwbs_rq.Tao Ma2-4/+3
2011-03-03ASoC: Add a late_probe() callback to cardsMark Brown1-0/+1
2011-03-03ASoC: Allow card DAPM widgets and routes to be set up at registrationMark Brown1-0/+8
2011-03-03ASoC: Add a per-card DAPM contextMark Brown1-0/+3
2011-03-03RxRPC: Fix v1 keysAnton Blanchard1-1/+0
2011-03-03dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid2-0/+74
2011-03-03dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid2-0/+34
2011-03-03netdevice: make initial group visible to userspaceVlad Dogaru1-3/+3
2011-03-03Merge branch '/tip/perf/filter' of git://git.kernel.org/pub/scm/linux/kernel/...Frederic Weisbecker1-1/+0
2011-03-03drm/radeon/kms: add cayman pci idsAlex Deucher1-0/+14
2011-03-03Merge branches 'devel-iommu-mailbox', 'devel-mcbsp', 'devel-board' and 'devel...Tony Lindgren1-2/+0
2011-03-03Merge branch 'devel-cleanup' into omap-for-linusTony Lindgren21-50/+107
2011-03-03mfd: twl4030_codec: Remove unused and duplicate audio_mclk fieldsIlkka Koskinen1-2/+0
2011-03-03ACPICA: Update version to 20110211.Bob Moore1-1/+1
2011-03-03ACPICA: Fix unresolved name issue for no-debug and no-error-msg casesBob Moore1-3/+9
2011-03-03ACPICA: Remove use of unreliable FADT revision fieldBob Moore1-0/+16
2011-03-03block: Move blk_throtl_exit() call to blk_cleanup_queue()Vivek Goyal1-2/+0
2011-03-03ipv4: ip_route_output_key() is better as an inline.David S. Miller1-1/+5
2011-03-03ipv4: Make output route lookup return rtable directly.David S. Miller1-29/+29
2011-03-03msm: mdp: Add support for RGBX 8888 image format.Dima Zavin1-0/+1
2011-03-03xfrm: Return dst directly from xfrm_lookup()David S. Miller1-6/+8
2011-03-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller1-1/+17
2011-03-02block: add @force_kblockd to __blk_run_queue()Tejun Heo1-1/+1
2011-03-02mfd: Don't suspend WM8994 if the CODEC is not suspendedMark Brown1-0/+1
2011-03-02libata: remove ATA_FLAG_LPMSergei Shtylyov1-1/+0
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-1/+0
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-1/+0
2011-03-02libata: remove ATA_FLAG_{SRST|SATA_RESET}Sergei Shtylyov1-2/+0
2011-03-02libsas: convert to libata new error handlerJames Bottomley1-0/+22
2011-03-02libata: separate error handler into usable componentsJames Bottomley1-0/+2
2011-03-02ASoC: Add platform data for WM9081 IRQ pin configurationMark Brown1-3/+6
2011-03-02Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson13-34/+52
2011-03-02tracing: don't trace the BKLArnd Bergmann1-61/+0
2011-03-02xfrm: Handle blackhole route creation via afinfo.David S. Miller4-10/+4
2011-03-02ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller1-3/+2
2011-03-02xfrm: Kill XFRM_LOOKUP_WAIT flag.David S. Miller1-2/+1
2011-03-02ipv6: Change final dst lookup arg name to "can_sleep"David S. Miller1-2/+2
2011-03-02ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-3/+3
2011-03-02net: Add FLOWI_FLAG_CAN_SLEEP.David S. Miller2-0/+3
2011-03-02ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-3/+3
2011-03-02ipv4: Can final ip_route_connect() arg to boolean "can_sleep".David S. Miller1-2/+2
2011-03-02ipv6: Consolidate route lookup sequences.David S. Miller1-3/+8