summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg2015-06-30
* kernel/relay.c: use kvfree() in relay_free_page_array()Pekka Enberg2015-06-30
* printk: improve the description of /dev/kmsg line formatAntonio Ospite2015-06-30
* arch/unicore32/kernel/fpu-ucf64.c: remove unnecessary KERN_ERRMasanari Iida2015-06-30
* drivers/scsi/scsi_debug.c: resolve sg buffer const-ness issueDave Gordon2015-06-30
* lib/scatterlist: mark input buffer parameters as 'const'Dave Gordon2015-06-30
* lib/scatterlist.c: fix kerneldoc for sg_pcopy_{to,from}_buffer()Dave Gordon2015-06-30
* ipc,sysv: return -EINVAL upon incorrect id/seqnumDavidlohr Bueso2015-06-30
* ipc,sysv: make return -EIDRM when racing with RMID consistentDavidlohr Bueso2015-06-30
* ipc: rename ipc_obtain_objectDavidlohr Bueso2015-06-30
* ipc,msg: provide barrier pairings for lockless receiveDavidlohr Bueso2015-06-30
* ipc,shm: move BUG_ON check into shm_lockDavidlohr Bueso2015-06-30
* ipc/util.c: use kvfree() in ipc_rcu_free()Pekka Enberg2015-06-30
* arc: use for_each_sg()Akinobu Mita2015-06-30
* devpts: if initialization failed, don't crash when opening /dev/ptmxJosh Triplett2015-06-30
* scripts/gdb: remove useless global instructionThiébaud Weksteen2015-06-30
* scripts/gdb: add ps commandThiébaud Weksteen2015-06-30
* scripts/gdb: fix PEP8 complianceThiébaud Weksteen2015-06-30
* scripts/gdb: fix typo in exception nameThiébaud Weksteen2015-06-30
* scripts/gdb: enable completion for lx-list-check parameterJan Kiszka2015-06-30
* scripts/gdb: also allow list_head pointer as lx-list-check paramterJan Kiszka2015-06-30
* scripts/gdb: add command to check list consistencyThiébaud Weksteen2015-06-30
* memstick: remove deprecated use of pci apiQuentin Lambert2015-06-30
* fs/affs/symlink.c: remove unneeded err variableFabian Frederick2015-06-30
* fs/affs/amigaffs.c: remove unneeded initializationFabian Frederick2015-06-30
* fs/affs/inode.c: remove unneeded initializationFabian Frederick2015-06-30
* fs/adfs: remove unneeded castFiro Yang2015-06-30
* gcov: add support for GCC 5.1Lorenzo Stoakes2015-06-30
* kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke2015-06-30
* kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke2015-06-30
* x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed2015-06-30
* fs: document seq_open()'s usage of file->private_dataYann Droneaud2015-06-30
* fs: allocate structure unconditionally in seq_open()Yann Droneaud2015-06-30
* fs: use seq_open_private() for proc_mountsYann Droneaud2015-06-30
* mm: meminit: finish initialisation of struct pages before basic setupMel Gorman2015-06-30
* mm: meminit: remove mminit_verify_page_linksMel Gorman2015-06-30
* mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman2015-06-30
* mm: meminit: free pages in large chunks where possibleMel Gorman2015-06-30
* x86: mm: enable deferred struct page initialisation on x86-64Mel Gorman2015-06-30
* mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman2015-06-30
* mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman2015-06-30
* mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman2015-06-30
* mm: meminit: inline some helper functionsMel Gorman2015-06-30
* mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman2015-06-30
* mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman2015-06-30
* mm: meminit: only set page reserved in the memblock regionNathan Zimmer2015-06-30
* mm: meminit: move page initialization into a separate functionRobin Holt2015-06-30
* memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2015-06-30
* Merge tag 'md/4.2' of git://neil.brown.name/mdLinus Torvalds2015-06-29
|\
| * md: clear Blocked flag on failed devices when array is read-only.Neil Brown2015-06-25