summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-22Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s...Richard Weinberger17-299/+174
2012-05-22um: missing checks of __put_user()/__get_user() return valuesAl Viro2-8/+8
2012-05-22um: stub_rt_sigsuspend isn't needed these days anymoreAl Viro1-1/+0
2012-05-22um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro13-279/+150
2012-05-21irq: Remove irq_chip->release()Richard Weinberger2-11/+0
2012-05-21um: Remove CONFIG_IRQ_RELEASE_METHODRichard Weinberger2-6/+0
2012-05-21um: Remove usage of irq_chip->release()Richard Weinberger1-2/+0
2012-05-21um: Implement um_free_irq()Richard Weinberger7-10/+18
2012-05-21um: Fix __swp_type()Richard Weinberger1-2/+2
2012-05-21um: Implement a custom pte_same() functionRichard Weinberger1-0/+6
2012-05-21um: Add BUG() to do_ops()'s error pathRichard Weinberger1-0/+1
2012-05-21um: Remove unused variablesRichard Weinberger1-10/+0
2012-05-21um: bury unused _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-05-21um: wrong sigmask saved in case of multiple sigframesAl Viro1-6/+5
2012-05-21um: add TIF_NOTIFY_RESUMEAl Viro2-1/+8
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnAl Viro2-3/+3
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds137-10772/+2242
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1503-69579/+63544
2012-05-21Merge branch 'dentry-cleanups' (dcache access cleanups and optimizations)Linus Torvalds19-103/+167
2012-05-21Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds3-48/+35
2012-05-21Merge branch 'stat-cleanups' (clean up copying of stat info to user space)Linus Torvalds2-20/+45
2012-05-21Merge branch 'vm-cleanups' (unmap_vma() interface cleanup)Linus Torvalds3-27/+25
2012-05-21drivers/net/stmmac: seq_file fix memory leakDjalal Harouni1-2/+2
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller60-260/+514
2012-05-21Linux 3.4v3.4Linus Torvalds1-1/+1
2012-05-21ipv6/exthdrs: strict Pad1 and PadN checkEldad Zack1-1/+14
2012-05-21USB: qmi_wwan: Add ZTE (Vodafone) K3520-ZAndrew Bird (Sphere Systems)1-0/+18
2012-05-21USB: qmi_wwan: Add ZTE (Vodafone) K3765-ZAndrew Bird (Sphere Systems)1-0/+9
2012-05-21USB: qmi_wwan: Make forced int 4 whitelist genericAndrew Bird (Sphere Systems)1-2/+2
2012-05-21sparc32: use flushi when run-time patching in per_cpu_patchSam Ravnborg3-13/+10
2012-05-21sparc32: fix cpuid_patch run-time patchingSam Ravnborg1-0/+2
2012-05-20net/ipv4: replace simple_strtoul with kstrtoulEldad Zack3-3/+21
2012-05-20net/ipv4/ipconfig: neaten __setup placementEldad Zack1-3/+2
2012-05-20sparc32: drop unused inline functions in srmmu.cSam Ravnborg1-26/+0
2012-05-20sparc32: drop unused functions in pgtsrmmu.hSam Ravnborg2-52/+14
2012-05-20sparc32,leon: move leon mmu functions to leon_mm.cSam Ravnborg3-81/+85
2012-05-20sparc32,leon: remove duplicate definitions in leon.hSam Ravnborg1-15/+2
2012-05-20sparc32,leon: remove duplicate UART register definitionsSam Ravnborg1-25/+0
2012-05-20sparc32,leon: move leon ASI definitions to asi.hSam Ravnborg2-13/+14
2012-05-20sparc32: move trap table to a separate fileSam Ravnborg2-324/+419
2012-05-20sparc64: renamed ttable.S to ttable_64.SSam Ravnborg2-1/+1
2012-05-20sparc32: Remove asm/sysen.h header.David S. Miller1-15/+0
2012-05-20sparc32: Delete asm/smpprim.hDavid S. Miller1-54/+0
2012-05-20sparc32: Remove unused empty_bad_page{,_table} declarations.David S. Miller1-2/+0
2012-05-20sparc32: Kill boot_cpu_id4David S. Miller3-6/+1
2012-05-20sparc32: Move GET_PROCESSOR*_ID() out of asm/asmmacro.hDavid S. Miller2-10/+5
2012-05-20sparc32: Remove completely unused code from asm/cache.hDavid S. Miller1-114/+0
2012-05-20net: qmi_wwan: Add Vodafone/Huawei K5005 supportBjørn Mork1-0/+8
2012-05-20net: cdc_ether: Add ZTE WWAN matches before generic EthernetAndrew Bird (Sphere Systems)1-0/+56
2012-05-20ipv6: use skb coalescing in reassemblyEric Dumazet1-6/+20