summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2012-04-13Merge tag 'tty-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+24
2012-04-13Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+2
2012-04-12Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-8/+15
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely1-2/+4
2012-04-11tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet1-0/+13
2012-04-11vgaarb.h: fix build warningsRandy Dunlap1-0/+2
2012-04-11irq: Kill pointless irqd_to_hw exportGrant Likely3-6/+11
2012-04-11Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2012-04-10Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller1-1/+11
2012-04-09serial/8250_pci: add a "force background timer" flag and use it for the "kt" ...Dan Williams1-0/+1
2012-04-09Revert "serial/8250_pci: setup-quirk workaround for the kt serial controller"Dan Williams1-1/+0
2012-04-09netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso1-1/+11
2012-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-7/+4
2012-04-06ethtool: Remove exception to the requirement of holding RTNL lockBen Hutchings1-2/+1
2012-04-06tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet1-1/+1
2012-04-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2-7/+8
2012-04-06netdma: adding alignment check for NETDMA opsDave Jiang1-0/+1
2012-04-06memcg swap: use mem_cgroup_uncharge_swap fixMichal Hocko1-7/+7
2012-04-06libfs: add simple_open()Stephen Boyd1-0/+1
2012-04-05Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+5
2012-04-05Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+4
2012-04-05Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2-4/+11
2012-04-05Merge tag 'pm-for-3.4-part-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+26
2012-04-04Merge branch 'selinux' ("struct common_audit_data" sanitizer)Linus Torvalds1-71/+25
2012-04-04Merge tag 'regulator-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds1-5/+3
2012-04-04Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller1-2/+2
2012-04-04net: fix /proc/net/dev regressionEric Dumazet1-2/+0
2012-04-03lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit...Linus Torvalds1-4/+3
2012-04-03LSM: shrink the common_audit_data data unionEric Paris1-17/+18
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris1-50/+4
2012-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-04-03Merge branch 'paul' (Fixups from Paul Gortmaker)Linus Torvalds2-5/+4
2012-04-03firewire: restore the device.h include in linux/firewire.hPaul Gortmaker1-2/+1
2012-04-03avr32: fix build failures from mis-naming of atmel_nand.hPaul Gortmaker1-3/+3
2012-04-02Merge branch 'for-next' of git://gitorious.org/kernel-hsi/kernel-hsiLinus Torvalds4-0/+475
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2012-04-02Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-6/+0
2012-04-01CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky1-0/+5
2012-04-01Merge branch 's3-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/am...Linus Torvalds1-1/+0
2012-04-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds7-2137/+10
2012-04-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-16/+94
2012-04-01Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds1-0/+1
2012-04-01ext3: move headers to fs/ext3/Al Viro4-1451/+0
2012-04-01migrate ext2_fs.h guts to fs/ext2/ext2.hAl Viro2-646/+1
2012-04-01new helper: ext2_image_size()Al Viro1-0/+22
2012-04-01ext2: No longer export ext2_fs.h to user spaceThierry Reding2-63/+10
2012-03-31virtio: drop thaw PM operationAmit Shah1-1/+0
2012-03-31Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds9-378/+319
2012-03-31Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds4-4/+55