summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-01gcov: add support for GCC 5.1Lorenzo Stoakes2-1/+9
2015-07-01kernel/panic/kexec: fix "crash_kexec_post_notifiers" option issue in oops pathHATAYAMA Daisuke3-1/+15
2015-07-01kernel/panic: call the 2nd crash_kexec() only if crash_kexec_post_notifiers i...HATAYAMA Daisuke1-1/+2
2015-07-01x86/kexec: prepend elfcorehdr instead of appending it to the crash-kernel com...KarimAllah Ahmed1-5/+6
2015-07-01fs: document seq_open()'s usage of file->private_dataYann Droneaud1-0/+2
2015-07-01fs: allocate structure unconditionally in seq_open()Yann Droneaud1-8/+9
2015-07-01fs: use seq_open_private() for proc_mountsYann Droneaud3-24/+19
2015-07-01mm: meminit: finish initialisation of struct pages before basic setupMel Gorman5-37/+49
2015-07-01mm: meminit: remove mminit_verify_page_linksMel Gorman3-17/+0
2015-07-01mm: meminit: reduce number of times pageblocks are set during struct page initMel Gorman1-22/+24
2015-07-01mm: meminit: free pages in large chunks where possibleMel Gorman1-6/+49
2015-07-01x86: mm: enable deferred struct page initialisation on x86-64Mel Gorman1-0/+1
2015-07-01mm: meminit: minimise number of pfn->page lookups during initialisationMel Gorman1-5/+24
2015-07-01mm: meminit: initialise remaining struct pages in parallel with kswapdMel Gorman4-6/+130
2015-07-01mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA...Mel Gorman5-4/+124
2015-07-01mm: meminit: inline some helper functionsMel Gorman2-46/+52
2015-07-01mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nidMel Gorman4-30/+51
2015-07-01mm: page_alloc: pass PFN to __free_pages_bootmemMel Gorman5-11/+14
2015-07-01mm: meminit: only set page reserved in the memblock regionNathan Zimmer3-1/+21
2015-07-01mm: meminit: move page initialization into a separate functionRobin Holt1-33/+46
2015-07-01memblock: introduce a for_each_reserved_mem_region iteratorRobin Holt2-0/+50
2015-07-01rbd: use GFP_NOIO in rbd_obj_request_create()Ilya Dryomov1-2/+2
2015-07-01crush: fix a bug in tree bucket decodeIlya Dryomov1-1/+1
2015-07-01Btrfs: fix fsync xattr loss in the fast fsync pathFilipe Manana1-0/+104
2015-07-01Btrfs: fix fsync data loss after append writeFilipe Manana1-5/+9
2015-07-01Btrfs: fix crash on close_ctree() if cleaner starts new transactionFilipe Manana1-0/+29
2015-07-01Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana1-4/+11
2015-07-01Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-07-01Btrfs: fix race between balance and unused block group deletionFilipe Manana4-6/+58
2015-06-30btrfs: add error handling for scrub_workers_get()Zhao Lei1-19/+20
2015-06-30btrfs: cleanup noused initialization of dev in btrfs_end_bio()Zhao Lei1-1/+1
2015-06-30btrfs: qgroup: allow user to clear the limitation on qgroupYang Dongsheng1-8/+41
2015-06-30nfit: fix smatch "use after null check" reportDan Williams1-2/+2
2015-06-30Bluetooth: Reinitialize the list after deletion for session user listTedd Ho-Jeong An1-2/+2
2015-06-30nvdimm: Fix return value of nvdimm_bus_init() if class_create() failsAxel Lin1-1/+3
2015-06-30libnvdimm: smatch cleanups in __nd_ioctlDan Williams1-7/+0
2015-06-30arm64: perf: fix unassigned cpu_pmu->plat_device when probing PMU PPIsShannon Zhao1-1/+2
2015-06-30arm64: perf: Don't use of_node after putting itStephen Boyd1-1/+2
2015-06-30arm64: fix incorrect use of pgprot_t variableArd Biesheuvel1-1/+1
2015-06-30sock_diag: don't broadcast kernel socketsCraig Gallek1-1/+1
2015-06-30Merge branch 'mvneta-jumbo-frames'David S. Miller7-7/+46
2015-06-30net: mvneta: disable IP checksum with jumbo frames for Armada 370Simon Guinot1-1/+25
2015-06-30ARM: mvebu: update Ethernet compatible string for Armada XPSimon Guinot5-5/+19
2015-06-30net: mvneta: introduce compatible string "marvell, armada-xp-neta"Simon Guinot2-1/+2
2015-06-30sparse: fix misplaced __pmem definitionDan Williams1-1/+1
2015-06-30of/irq: Rename "intc_desc" to "of_intc_desc" to fix OF on shGeert Uytterhoeven1-3/+3
2015-06-30xen/gntdevt: Fix race condition in gntdev_release()Marek Marczykowski-Górecki1-0/+2
2015-06-30of/irq: Fix pSeries boot failureJeremy Linton1-2/+1
2015-06-30drm/i915: Clear pipe's pll hw state in hsw_dp_set_ddi_pll_sel()Ander Conselvan de Oliveira1-0/+3
2015-06-30drm/radeon: only check the sink type on DP connectorsAlex Deucher1-9/+9