summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-07-22target: More core cleanups from AGrover (round 2)Andy Grover
2011-07-22target: Core cleanups from AGrover (round 1)Andy Grover
2011-07-22target: Remove unnecessary *cdb transport_get_lun_for_cmd parameterNicholas Bellinger
2011-07-22lguest: use a special 1:1 linear pagetable mode until first switch.Rusty Russell
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet
2011-07-21net: Kobj and queues_kset should be used when CONFIG_XPS is enabledChoi, Jong-Hwan
2011-07-21stmmac: unify MAC and PHY configuration parameters (V2)Giuseppe CAVALLARO
2011-07-21vlan: move vlan_group_[gs]et_device to public headerJiri Pirko
2011-07-21vlan: kill ndo_vlan_rx_registerJiri Pirko
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko
2011-07-21vlan: kill vlan_hwaccel_receive_skbJiri Pirko
2011-07-21lro: do vlan cleanupJiri Pirko
2011-07-21lro: kill lro_vlan_hwaccel_receive_fragsJiri Pirko
2011-07-21lro: kill lro_vlan_hwaccel_receive_skbJiri Pirko
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko
2011-07-21vlan: finish removing vlan_find_dev from public headerJiri Pirko
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-21clocksource: Change __ARCH_HAS_CLOCKSOURCE_DATA to a CONFIG optionH. Peter Anvin
2011-07-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2011-07-21Merge branch 'linus' into sched/coreIngo Molnar
2011-07-21netfilter: ipset: fix compiler warnings "'hash_ip4_data_next' declared inline...Chris Friesen
2011-07-21netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind diff...Jozsef Kadlecsik
2011-07-21netfilter: ipset: make possible to hash some part of the data element onlyJozsef Kadlecsik
2011-07-21mutex: Make mutex_destroy() an inline functionJean Delvare
2011-07-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2011-07-21Merge branch 'perf/urgent' into perf/coreIngo Molnar
2011-07-20fs:update the NOTE of the file_operations structureWanlong Gao
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik
2011-07-20fs: add SEEK_HOLE and SEEK_DATA flagsJosef Bacik
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers
2011-07-20fs: simplify the blockdev_direct_IO prototypeChristoph Hellwig
2011-07-20rw_semaphore: remove up/down_read_non_ownerChristoph Hellwig
2011-07-20fs: kill i_alloc_semChristoph Hellwig
2011-07-20anonfd: fix missing declarationTomasz Stanislawski
2011-07-20superblock: add filesystem shrinker operationsDave Chinner
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner
2011-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-07-20mmc: core: Set non-default Drive Strength via platform hookPhilip Rakity
2011-07-20mmc: core: add non-blocking mmc request functionPer Forlin
2011-07-20mmc: dw_mmc: fix stop when fallen back to PIOJames Hogan
2011-07-20mmc: queue: let host controllers specify maximum discard timeoutAdrian Hunter
2011-07-20mmc: dw_mmc: handle unaligned buffers and sizesJames Hogan
2011-07-20mmc: dw_mmc: don't hard code fifo depth, fix usageJames Hogan
2011-07-20mmc: dw_mmc: convert card tasklet to workqueueJames Hogan
2011-07-20mmc: sdhi: Add write16_hookSimon Horman
2011-07-20mmc: tmio: name 0xd8 as CTL_DMA_ENABLESimon Horman
2011-07-20mmc: block: allow get_card_status() to return error statusRussell King - ARM Linux
2011-07-20mmc: sdhci-pxa: move platform data to include/linux/platform_dataZhangfei Gao
2011-07-20mmc: Standardize header file inclusion checks.Robert P. J. Day