summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: update sound soc intel patternsJoe Perches2015-07-011-5/+4Star
* MAINTAINERS: remove website for parideSudip Mukherjee2015-07-011-1/+0Star
* MAINTAINERS: update Emulex ocrdma email addressesLaurent Navet2015-07-011-3/+3
* bcache: use kvfree() in various placesPekka Enberg2015-07-012-16/+4Star
* libcxgbi: use kvfree() in cxgbi_free_big_mem()Pekka Enberg2015-07-011-4/+1Star
* target: use kvfree() in session alloc and freePekka Enberg2015-07-011-8/+2Star
* IB/ehca: use kvfree() in ipz_queue_{cd}tor()Pekka Enberg2015-07-011-8/+2Star
* drm/nouveau/gem: use kvfree() in u_free()Pekka Enberg2015-07-011-4/+1Star
* drm: use kvfree() in drm_free_large()Pekka Enberg2015-07-011-4/+1Star
* cxgb4: use kvfree() in t4_free_mem()Pekka Enberg2015-07-011-4/+1Star
* cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg2015-07-011-4/+1Star
* kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg2015-07-011-4/+1Star
* printk: improve the description of /dev/kmsg line formatAntonio Ospite2015-07-011-4/+4
* arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERRMasanari Iida2015-07-011-2/+2
* drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon2015-07-013-11/+10Star
* lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon2015-07-012-6/+6
* lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon2015-07-011-2/+2
* ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso2015-07-011-1/+1
* ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso2015-07-011-5/+8
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-07-015-9/+9
* ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso2015-07-011-10/+38
* ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso2015-07-011-5/+5
* ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg2015-07-011-4/+1Star
* arc: use for_each_sg()Akinobu Mita2015-07-011-5/+7
* devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett2015-07-011-7/+24
* scripts/gdb: remove useless global instructionThiébaud Weksteen2015-07-011-2/+0Star
* scripts/gdb: add ps commandThiébaud Weksteen2015-07-011-0/+16
* scripts/gdb: fix PEP8 complianceThiébaud Weksteen2015-07-014-7/+7
* scripts/gdb: fix typo in exception nameThiébaud Weksteen2015-07-011-1/+1
* scripts/gdb: enable completion for lx-list-check parameterJan Kiszka2015-07-011-1/+2
* scripts/gdb: also allow list_head pointer as lx-list-check paramterJan Kiszka2015-07-011-2/+4
* scripts/gdb: add command to check list consistencyThiébaud Weksteen2015-07-012-0/+90
* memstick: remove deprecated use of pci apiQuentin Lambert2015-07-012-11/+11
* fs/affs/symlink.c: remove unneeded err variableFabian Frederick2015-07-011-3/+1Star
* fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick2015-07-011-1/+1
* fs/affs/inode.c: remove unneeded initializationFabian Frederick2015-07-011-1/+1
* fs/adfs: remove unneeded castFiro Yang2015-07-011-1/+1
* gcov: add support for GCC 5.1Lorenzo Stoakes2015-07-012-1/+9
* kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-07-013-1/+15
* kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke2015-07-011-1/+2
* x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed2015-07-011-5/+6
* fs: document seq_open()'s usage of file->private_dataYann Droneaud2015-07-011-0/+2
* fs: allocate structure unconditionally in seq_open()Yann Droneaud2015-07-011-8/+9
* fs: use seq_open_private() for proc_mountsYann Droneaud2015-07-013-24/+19Star
* mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-07-015-37/+49
* mm: meminit: remove mminit_verify_page_linksMel Gorman2015-07-013-17/+0Star
* mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman2015-07-011-22/+24
* mm: meminit: free pages in large chunks where possibleMel Gorman2015-07-011-6/+49
* x86: mm: enable deferred struct page initialisation on x86-64Mel Gorman2015-07-011-0/+1
* mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman2015-07-011-5/+24