summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-05-06Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds16-15/+2601
2013-05-06Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-54/+112
2013-05-06Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+49
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-26/+25
2013-05-05Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+4
2013-05-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-1/+7
2013-05-04Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-0/+134
2013-05-04fs: Fix hang with BSD accounting on frozen filesystemJan Kara1-0/+7
2013-05-04nubus: Kill nubus_proc_detach_device()Geert Uytterhoeven1-1/+0
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker1-0/+1
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-0/+11
2013-05-03Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2013-05-03Merge tag 'sound-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds3-0/+52
2013-05-03Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds1-4/+10
2013-05-03Merge branch 'for_next' into for_linusJan Kara1-1/+1
2013-05-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-5/+38
2013-05-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-18/+1
2013-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds3-27/+22
2013-05-03Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-32/+45
2013-05-03Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-0/+342
2013-05-03Merge tag 'vfio-for-v3.10' of git://github.com/awilliam/linux-vfioLinus Torvalds1-0/+3
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-42/+162
2013-05-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-3/+0
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-54/+92
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker165-737/+2765
2013-05-02net: Restore NETIF_F_* bit ordering.David Miller1-6/+6
2013-05-02KVM: PPC: Book3S: Add API for in-kernel XICS emulationPaul Mackerras1-0/+1
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds16-298/+208
2013-05-02Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-8/+82
2013-05-02linkage.h: fix build breakage due to symbol prefix handlingJames Hogan1-5/+2
2013-05-02don't bother with deferred freeing of fdtablesAl Viro1-1/+0
2013-05-02proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells1-107/+33
2013-05-02proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells1-15/+2
2013-05-02proc: Supply a function to remove a proc entry by PDEDavid Howells1-0/+2
2013-05-02take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro2-3/+2
2013-05-02proc: Supply an accessor for getting the data from a PDE's parentDavid Howells1-0/+1
2013-05-02proc: Add proc_mkdir_data()David Howells1-3/+10
2013-05-02proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells4-37/+22
2013-05-02proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells1-5/+0
2013-05-02proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2-66/+76
2013-05-02proc: Supply PDE attribute setting accessor functionsDavid Howells1-0/+5
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds46-1891/+933
2013-05-02filter: fix va_list build errorXi Wang1-0/+1
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-3/+19
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman1-1/+1
2013-05-01Merge branch 'ipc-scalability'Linus Torvalds1-1/+1
2013-05-01ipc: sysv shared memory limited to 8TiBRobin Holt1-1/+1
2013-05-01Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-10/+9
2013-05-01Merge tag 'tag-for-linus-3.10' of git://git.linaro.org/people/sumitsemwal/lin...Linus Torvalds1-3/+13