summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-16net: clear local_df when passing skb between namespacesHannes Frederic Sowa1-0/+1
2014-01-16rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra1-3/+2
2014-01-16net: do not pretend FRAGLIST supportEric Dumazet4-4/+3
2014-01-16IPv6: Fixed support for blackhole and prohibit routesKamala R1-12/+10
2014-01-10Linux 3.12.7v3.12.7Greg Kroah-Hartman1-1/+1
2014-01-10sh: add EXPORT_SYMBOL(min_low_pfn) and EXPORT_SYMBOL(max_low_pfn) to sh_ksyms...Nobuhiro Iwamatsu1-0/+5
2014-01-10ext4: fix bigalloc regressionEric Whitney1-1/+1
2014-01-10ACPIPHP / radeon / nouveau: Fix VGA switcheroo problem related to hotplugRafael J. Wysocki5-8/+64
2014-01-10nouveau_acpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-5/+2
2014-01-10aio/migratepages: make aio migrate pages saneBenjamin LaHaise3-15/+53
2014-01-10aio: clean up and fix aio_setup_ring page mappingLinus Torvalds1-35/+23
2014-01-10clocksource: dw_apb_timer_of: Fix support for dts binding "snps,dw-apb-timer"Dinh Nguyen1-2/+3
2014-01-10clocksource: dw_apb_timer_of: Fix read_sched_clockDinh Nguyen1-1/+1
2014-01-10selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore1-7/+36
2014-01-10selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore3-16/+48
2014-01-10sh: always link in helper functions extracted from libgccGeert Uytterhoeven1-1/+1
2014-01-10gpio: msm: Fix irq mask/unmask by writing bits instead of numbersStephen Boyd1-2/+2
2014-01-10gpio: twl4030: Fix regression for twl gpio LED outputRoger Quadros1-3/+12
2014-01-10sh-pfc: Fix PINMUX_GPIO macroLaurent Pinchart1-1/+1
2014-01-10jbd2: don't BUG but return ENOSPC if a handle runs out of spaceTheodore Ts'o1-2/+4
2014-01-10s390/3270: fix allocation of tty3270_screen structureMartin Schwidefsky1-1/+1
2014-01-10ARM: sun7i: dt: Fix interrupt trigger typesMaxime Ripard1-16/+16
2014-01-10memcg: fix memcg_size() calculationVladimir Davydov1-1/+1
2014-01-10GFS2: Fix incorrect invalidation for DIO/buffered I/OSteven Whitehouse1-0/+30
2014-01-10GFS2: Fix slab memory leak in gfs2_bufdataBob Peterson1-0/+5
2014-01-10GFS2: Fix use-after-free race when calling gfs2_remove_from_ailBob Peterson1-2/+2
2014-01-10GFS2: don't hold s_umount over blkdev_putSteven Whitehouse1-1/+11
2014-01-10Input: allocate absinfo data when setting ABS capabilityDmitry Torokhov1-0/+4
2014-01-10mm/memory-failure.c: transfer page count from head page to tail page after sp...Naoya Horiguchi1-0/+10
2014-01-10mm: fix use-after-free in sys_remap_file_pagesRik van Riel1-3/+5
2014-01-10mm: munlock: fix deadlock in __munlock_pagevec()Vlastimil Babka1-5/+10
2014-01-10mm: munlock: fix a bug where THP tail page is encounteredVlastimil Babka1-7/+22
2014-01-10mm: page_alloc: revert NUMA aspect of fair allocation policyJohannes Weiner1-10/+9
2014-01-10mm/hugetlb: check for pte NULL pointer in __page_check_address()Jianguo Wu1-0/+4
2014-01-10mm/memory-failure.c: recheck PageHuge() after hugetlb page migrate successfullyJianguo Wu1-4/+10
2014-01-10mm/compaction: respect ignore_skip_hint in update_pageblock_skipJoonsoo Kim1-0/+4
2014-01-10mm/mempolicy: correct putback method for isolate pages if failedJoonsoo Kim1-1/+1
2014-01-10mm: numa: defer TLB flush for THP migration as long as possibleMel Gorman2-7/+3
2014-01-10mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...Mel Gorman1-1/+6
2014-01-10mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel8-7/+69
2014-01-10mm: numa: avoid unnecessary disruption of NUMA hinting during migrationMel Gorman3-7/+37
2014-01-10mm: numa: clear numa hinting information on mprotectMel Gorman2-0/+4
2014-01-10sched: numa: skip inaccessible VMAsMel Gorman1-0/+7
2014-01-10mm: numa: avoid unnecessary work on the failure pathMel Gorman1-1/+3
2014-01-10mm: numa: ensure anon_vma is locked to prevent parallel THP splitsMel Gorman1-0/+7
2014-01-10mm: numa: do not clear PTE for pte_numa updateMel Gorman1-2/+7
2014-01-10mm: numa: do not clear PMD during PTE update scanMel Gorman1-2/+4
2014-01-10mm: clear pmd_numa before invalidatingMel Gorman1-0/+3
2014-01-10mm: numa: call MMU notifiers on THP migrationMel Gorman1-8/+14
2014-01-10mm: numa: serialise parallel get_user_page against THP migrationMel Gorman3-15/+60