aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-09-29pcmcia: split up modify_configuration() into two fixup functionsGravatar Dominik Brodowski 2-14/+3
2010-09-29pcmcia: do not use win_req_t when calling pcmcia_request_window()Gravatar Dominik Brodowski 2-31/+21
2010-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 6-5/+9
2010-09-27tcp: Fix >4GB writes on 64-bit.Gravatar David S. Miller 1-1/+1
2010-09-27tproxy: check for transparent flag in ip_route_newportsGravatar Ulrich Weber 1-0/+2
2010-09-27Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+3
2010-09-26ipv6: add a missing unregister_pernet_subsys callGravatar Neil Horman 1-0/+1
2010-09-26net: reset skb queue mapping when rx'ing over tunnelGravatar Tom Herbert 1-0/+1
2010-09-24Merge branch 'amd-iommu/2.6.36' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Ingo Molnar 1-0/+3
2010-09-23x86/amd-iommu: Work around S3 BIOS bugGravatar Joerg Roedel 1-0/+3
2010-09-22arm: fix "arm: fix pci_set_consistent_dma_mask for dmabounce devices"Gravatar FUJITA Tomonori 1-0/+4
2010-09-22net: Move "struct net" declaration inside the __KERNEL__ macro guardGravatar Ollie Wild 1-2/+2
2010-09-21fs: {lock,unlock}_flocks() stubs to prepare for BKL removalGravatar Sage Weil 1-0/+4
2010-09-20xfrm: Allow different selector family in temporary stateGravatar Thomas Egerer 1-2/+2
2010-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 2-6/+20
2010-09-17netpoll: Disable IRQ around RCU dereference in netpoll_rxGravatar Herbert Xu 1-4/+4
2010-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-0/+4
2010-09-16Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Gravatar Linus Torvalds 1-1/+9
2010-09-15tcp: Prevent overzealous packetization by SWS logic.Gravatar Alexey Kuznetsov 1-2/+16
2010-09-14Merge ssh://master.kernel.org/home/hpa/tree/secGravatar Linus Torvalds 1-0/+3
2010-09-14Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Gravatar Linus Torvalds 1-1/+1
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()Gravatar H. Peter Anvin 1-0/+3
2010-09-14drm: Use a nondestructive mode for output detect when polling (v2)Gravatar Chris Wilson 1-1/+8
2010-09-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-2/+8
2010-09-13Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 2-0/+3
2010-09-13drm: Use a nondestructive mode for output detect when pollingGravatar Chris Wilson 1-1/+2
2010-09-13workqueue: add documentationGravatar Tejun Heo 1-0/+4
2010-09-12SUNRPC: Fix a race in rpc_info_openGravatar Trond Myklebust 1-1/+1
2010-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 4-2/+13
2010-09-10Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+1
2010-09-09Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...Gravatar David S. Miller 1-1/+10
2010-09-09Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+3
2010-09-09libata-sff: Reenable Port Multiplier after libata-sff remodeling.Gravatar Gwendal Grignou 1-1/+2
2010-09-09libata: skip EH autopsy and recovery during suspendGravatar Tejun Heo 1-0/+1
2010-09-09mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...Gravatar Christoph Lameter 2-0/+35
2010-09-09swap: discard while swapping only if SWAP_FLAG_DISCARDGravatar Hugh Dickins 1-1/+2
2010-09-09swap: revert special hibernation allocationGravatar Hugh Dickins 1-7/+1
2010-09-09gpio: doc updatesGravatar David Brownell 1-1/+13
2010-09-09gpio: sx150x: correct and refine reset-on-probe behaviorGravatar Gregory Bean 1-0/+4
2010-09-09mm: fix swapin race conditionGravatar Andrea Arcangeli 1-11/+9
2010-09-09cgroups: fix API thinkoGravatar Michael S. Tsirkin 1-1/+11
2010-09-09kfifo: add parenthesis for macro parameter referenceGravatar Huang Ying 1-29/+29
2010-09-09mmc: avoid getting CID on SDIO-only cardsGravatar David Vrabel 1-0/+2
2010-09-09lglock: make lg_lock_global() actually lock globallyGravatar Jonathan Corbet 1-2/+2
2010-09-09mm: Move vma_stack_continue into mm.hGravatar Stefan Bader 1-0/+6
2010-09-09dquot: do full inode dirty in allocating spaceGravatar Shaohua Li 1-2/+8
2010-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 332-3752/+8706
2010-09-08udp: add rehash on connect()Gravatar Eric Dumazet 2-0/+2
2010-09-08Merge branch 'semaphore-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+3
2010-09-08Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-12/+12