summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-02s390/mem_detect: limit memory detection loop to "mem=" parameterHeiko Carstens6-9/+25
2013-05-02s390/kdump,bootmem: fix bootmem allocator bitmap sizeHeiko Carstens1-1/+5
2013-05-02s390: get rid of odd global real_memory_sizeHeiko Carstens2-9/+11
2013-05-02s390/kvm: Change the virtual memory mapping location for Virtio devicesNick Wang1-5/+6
2013-05-02s390/zcore: calculate real memory size using own get_mem_size functionHeiko Carstens1-15/+15
2013-05-02s390/mem_detect: add DAT sanity checkHeiko Carstens1-1/+13
2013-05-02s390/mem_detect: fix lockdep irq tracingHeiko Carstens1-3/+5
2013-05-02s390/mem_detect: move memory detection code to mm folderHeiko Carstens3-2/+2
2013-05-02s390/zfcpdump: exploit new cio_ignore keywordsSebastian Ott1-12/+4
2013-05-02s390/cio: add condev keyword to cio_ignoreSebastian Ott2-5/+13
2013-05-02s390/cio: add ipldev keyword to cio_ignoreSebastian Ott2-8/+26
2013-05-02s390/uaccess: add "fallthrough" commentsHeiko Carstens1-0/+3
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-05-02Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds22-2190/+2796
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 Viro2-67/+2
2013-05-02Merge branch 'vfree' into for-nextAl Viro1-5/+40
2013-05-02proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells3-218/+230
2013-05-02proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells4-17/+28
2013-05-02proc: Supply a function to remove a proc entry by PDEDavid Howells14-73/+33
2013-05-02take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro5-31/+35
2013-05-02ppc: Clean up scanlogDavid Howells1-18/+11
2013-05-02ppc: Clean up rtas_flash driver somewhatDavid Howells1-248/+204
2013-05-02hostap: proc: Use remove_proc_subtree()David Howells1-19/+1
2013-05-02drm: proc: Use remove_proc_subtree()David Howells1-15/+7
2013-05-02drm: proc: Use minor->index to label things, not PDE->nameDavid Howells3-11/+7
2013-05-02drm: Constify drm_proc_list[]David Howells2-4/+4
2013-05-02zoran: Don't print proc_dir_entry data in debugDavid Howells1-1/+1
2013-05-02reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show()David Howells1-11/+18
2013-05-02proc: Supply an accessor for getting the data from a PDE's parentDavid Howells5-3/+11
2013-05-02airo: Use remove_proc_subtree()David Howells1-36/+13
2013-05-02rtl8192u: Don't need to save device proc dir PDEDavid Howells2-13/+6
2013-05-02rtl8187se: Use a dir under /proc/net/r8180/David Howells2-19/+8
2013-05-02proc: Add proc_mkdir_data()David Howells6-33/+28
2013-05-02proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells5-37/+38
2013-05-02proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells2-5/+4
2013-05-02proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells15-92/+109
2013-05-02proc: Move proc_fd() to fs/proc/fd.hDavid Howells2-5/+5
2013-05-02proc: Uninline pid_delete_dentry()David Howells2-9/+14
2013-05-02proc: Supply PDE attribute setting accessor functionsDavid Howells14-35/+40
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1506-37021/+86321
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 Torvalds49-444/+2917
2013-05-01af_unix: fix a fatal race with bit fieldsEric Dumazet2-8/+9
2013-05-01Merge branch 'bnx2x'David S. Miller1-2/+6
2013-05-01bnx2x: Prevent memory leak when cnic is absentYuval Mintz1-0/+2
2013-05-01bnx2x: correct reading of speed capabilitiesYaniv Rosner1-2/+4
2013-05-01net: sctp: attribute printl with __printf for gcc fmt checksDaniel Borkmann1-1/+1
2013-05-01netlink: kconfig: move mmap i/o into netlink kconfigDaniel Borkmann2-9/+9
2013-05-01netpoll: convert mutex into a semaphoreNeil Horman2-8/+8