aboutsummaryrefslogtreecommitdiffstats
path: root/fs/freevxfs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-30MAINTAINERS: remove unused nbd.h patternJoe Perches1-1/+0
2015-06-30MAINTAINERS: update brcm gpio filename patternJoe Perches1-1/+1
2015-06-30MAINTAINERS: update brcm dts patternJoe Perches1-1/+1
2015-06-30MAINTAINERS: update sound soc intel patternsJoe Perches1-5/+4
2015-06-30MAINTAINERS: remove website for parideSudip Mukherjee1-1/+0
2015-06-30MAINTAINERS: update Emulex ocrdma email addressesLaurent Navet1-3/+3
2015-06-30bcache: use kvfree() in various placesPekka Enberg2-16/+4
2015-06-30libcxgbi: use kvfree() in cxgbi_free_big_mem()Pekka Enberg1-4/+1
2015-06-30target: use kvfree() in session alloc and freePekka Enberg1-8/+2
2015-06-30IB/ehca: use kvfree() in ipz_queue_{cd}tor()Pekka Enberg1-8/+2
2015-06-30drm/nouveau/gem: use kvfree() in u_free()Pekka Enberg1-4/+1
2015-06-30drm: use kvfree() in drm_free_large()Pekka Enberg1-4/+1
2015-06-30cxgb4: use kvfree() in t4_free_mem()Pekka Enberg1-4/+1
2015-06-30cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg1-4/+1
2015-06-30kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg1-4/+1
2015-06-30printk: improve the description of /dev/kmsg line formatAntonio Ospite1-4/+4
2015-06-30arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERRMasanari Iida1-2/+2
2015-06-30drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon3-11/+10
2015-06-30lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon2-6/+6
2015-06-30lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon1-2/+2
2015-06-30ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso1-1/+1
2015-06-30ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso1-5/+8
2015-06-30ipc: rename ipc_obtain_objectDavidlohr Bueso5-9/+9
2015-06-30ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso1-10/+38
2015-06-30ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso1-5/+5
2015-06-30ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg1-4/+1
2015-06-30arc: use for_each_sg()Akinobu Mita1-5/+7
2015-06-30devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett1-7/+24
2015-06-30scripts/gdb: remove useless global instructionThiébaud Weksteen1-2/+0
2015-06-30scripts/gdb: add ps commandThiébaud Weksteen1-0/+16
2015-06-30scripts/gdb: fix PEP8 complianceThiébaud Weksteen4-7/+7
2015-06-30scripts/gdb: fix typo in exception nameThiébaud Weksteen1-1/+1
2015-06-30scripts/gdb: enable completion for lx-list-check parameterJan Kiszka1-1/+2
2015-06-30scripts/gdb: also allow list_head pointer as lx-list-check paramterJan Kiszka1-2/+4
2015-06-30scripts/gdb: add command to check list consistencyThiébaud Weksteen2-0/+90
2015-06-30memstick: remove deprecated use of pci apiQuentin Lambert2-11/+11
2015-06-30fs/affs/symlink.c: remove unneeded err variableFabian Frederick1-3/+1
2015-06-30fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick1-1/+1
2015-06-30fs/affs/inode.c: remove unneeded initializationFabian Frederick1-1/+1
2015-06-30fs/adfs: remove unneeded castFiro Yang1-1/+1
2015-06-30gcov: add support for GCC 5.1Lorenzo Stoakes2-1/+9
2015-06-30kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke3-1/+15
2015-06-30kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers is enabledHATAYAMA Daisuke1-1/+2
2015-06-30x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel command-line.KarimAllah Ahmed1-5/+6
2015-06-30fs: document seq_open()'s usage of file->private_dataYann Droneaud1-0/+2
2015-06-30fs: allocate structure unconditionally in seq_open()Yann Droneaud1-8/+9
2015-06-30fs: use seq_open_private() for proc_mountsYann Droneaud3-24/+19
2015-06-30mm: meminit: finish initialisation of struct pages before basic setupMel Gorman5-37/+49
2015-06-30mm: meminit: remove mminit_verify_page_linksMel Gorman3-17/+0
2015-06-30mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman1-22/+24