aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+7
2011-07-28Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-4/+10
2011-07-27net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman1-0/+2
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds2-2/+124
2011-07-28md: load/store badblock list from v1.x metadataNeilBrown1-4/+10
2011-07-27Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-57/+81
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-8/+60
2011-07-27proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells1-3/+3
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6Linus Torvalds3-12/+45
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds3-11/+78
2011-07-27gro: Only reset frag0 when skb can be pulledHerbert Xu1-1/+4
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+2
2011-07-26Merge branch 'next/devel2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds3-14/+255
2011-07-26Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-0/+62
2011-07-26Merge branch 'next/fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-socLinus Torvalds1-0/+27
2011-07-26asm-generic/atomic.h: allow SMP peeps to leverage thisMike Frysinger1-1/+15
2011-07-26asm-generic/atomic.h: add atomic_set_mask() helperMike Frysinger1-0/+16
2011-07-26asm-generic/atomic.h: fix type used in atomic_clear_maskMike Frysinger1-2/+9
2011-07-26asm-generic/atomic.h: simplify inc/dec test helpersMike Frysinger1-2/+2
2011-07-26atomic: Update comments in atomic.hArun Sharma2-1/+4
2011-07-26atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2-2/+4
2011-07-26atomic: move atomic_add_unless to generic codeArun Sharma2-2/+16
2011-07-26atomic: use <linux/atomic.h>Arun Sharma75-75/+82
2011-07-26asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2-0/+15
2011-07-26fault-injection: use debugfs_remove_recursiveAkinobu Mita1-17/+1
2011-07-26fault-injection: remove nonexistent function externAkinobu Mita1-1/+0
2011-07-26ramoops: make record_size a module parameterSergiu Iordache1-0/+1
2011-07-26ramoops: move dump_oops into platform dataSergiu Iordache1-0/+1
2011-07-26panic, vt: do not force oops output when panic_timeout < 0Mandeep Singh Baines1-1/+1
2011-07-26include/linux/dma-mapping.h: remove DMA_xxBIT_MASK macrosWANG Cong1-21/+0
2011-07-26ipc: introduce shm_rmid_forced sysctlVasiliy Kulikov2-0/+11
2011-07-26cpumask: add cpumask_var_t documentationKOSAKI Motohiro1-0/+14
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko2-0/+14
2011-07-26memcg: add memory.vmscan_statKAMEZAWA Hiroyuki2-6/+19
2011-07-26memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki2-4/+9
2011-07-26memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki1-4/+9
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-0/+1
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds7-14/+1072
2011-07-26libceph: don't time out osd requests that haven't been receivedSage Weil1-0/+1
2011-07-26Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+60
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writebackLinus Torvalds5-34/+224
2011-07-26vfs: dont chain pipe/anon/socket on superblock s_inodes listEric Dumazet1-1/+2
2011-07-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds9-17/+19
2011-07-26Merge branch 'fix/asoc' into for-linusTakashi Iwai1-0/+6
2011-07-26ALSA: Make pcm.h self-containedTakashi Iwai2-12/+27
2011-07-26kernel.h: Add DIV_ROUND_UP_ULL and DIV_ROUND_UP_SECTOR_T macro usageNicholas Bellinger1-0/+8
2011-07-25Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds4-19/+36
2011-07-25Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds5-30/+117
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds3-0/+243
2011-07-25Merge branch 'for-3.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-26/+7