summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-15dax: protect PTE modification on WP fault by radix tree entry lockJan Kara2-7/+17
2016-12-15dax: make cache flushing protected by entry lockJan Kara1-22/+39
2016-12-15mm: export follow_pte()Jan Kara2-2/+4
2016-12-15mm: change return values of finish_mkwrite_fault()Jan Kara1-4/+3
2016-12-15mm: provide helper for finishing mkwrite faultsJan Kara2-27/+41
2016-12-15mm: move part of wp_page_reuse() into the single call siteJan Kara1-15/+12
2016-12-15mm: use vmf->page during WP faultsJan Kara1-29/+29
2016-12-15mm: pass vm_fault structure into do_page_mkwrite()Jan Kara1-12/+10
2016-12-15mm: factor out common parts of write fault handlingJan Kara1-41/+37
2016-12-15mm: move handling of COW faults into DAX codeJan Kara4-56/+34
2016-12-15mm: factor out functionality to finish page faultsJan Kara2-9/+36
2016-12-15mm: allow full handling of COW faults in ->fault handlersJan Kara2-8/+10
2016-12-15mm: add orig_pte field into vm_faultJan Kara4-48/+47
2016-12-15mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara1-7/+2
2016-12-15mm: trim __do_fault() argumentsJan Kara1-38/+29
2016-12-15mm: use passed vm_fault structure in __do_fault()Jan Kara1-15/+10
2016-12-15mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara2-17/+19
2016-12-15mm: use vmf->address instead of of vmf->virtual_addressJan Kara27-79/+57
2016-12-15mm: join struct fault_env and vm_faultJan Kara11-422/+423
2016-12-15mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes6-21/+25
2016-12-15mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes10-14/+18
2016-12-15ipc/sem: avoid idr tree lookup for interrupted semopDavidlohr Bueso1-32/+5
2016-12-15ipc/sem: simplify wait-wake loopDavidlohr Bueso1-56/+52
2016-12-15ipc/sem: use proper list api for pending_list wakeupsDavidlohr Bueso1-25/+13
2016-12-15ipc/sem: explicitly inline check_restartDavidlohr Bueso1-1/+1
2016-12-15ipc/sem: optimize perform_atomic_semop()Davidlohr Bueso1-10/+102
2016-12-15ipc/sem: rework task wakeupsDavidlohr Bueso1-180/+86
2016-12-15ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should ...Davidlohr Bueso1-7/+12
2016-12-15sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger1-1/+43
2016-12-15kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger3-230/+239
2016-12-15kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2-24/+28
2016-12-15ktest.pl: fix englishPavel Machek1-4/+4
2016-12-15drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton1-2/+1
2016-12-15posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre1-1/+2
2016-12-15ipc/shm.c: coding style fixesShailesh Pandey1-3/+10
2016-12-15ipc: msg, make msgrcv work with LONG_MINJiri Slaby1-1/+4
2016-12-15initramfs: allow again choice of the embedded initram compression algorithmFrancisco Blas Izquierdo Riera (klondike)1-0/+117
2016-12-15initramfs: select builtin initram compression algorithm on KConfig instead of...Francisco Blas Izquierdo Riera (klondike)2-19/+11
2016-12-15kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek3-8/+5
2016-12-15kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2-18/+13
2016-12-15kdb: remove unused kdb_event handlingPetr Mladek3-4/+0
2016-12-15kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson1-2/+2
2016-12-15kcov: add more missing includesKefeng Wang1-0/+5
2016-12-15Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentationAndreas Platschek1-1/+2
2016-12-15Kconfig: lib/Kconfig.debug: fix references to DocumenationAndreas Platschek1-4/+4
2016-12-15relay: check array offset before using itDan Carpenter1-2/+2
2016-12-15igb: update code to better handle incrementing page countAlexander Duyck2-8/+23
2016-12-15igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck1-20/+33
2016-12-15mm: add support for releasing multiple instances of a pageAlexander Duyck2-0/+16
2016-12-15dma: add calls for dma_map_page_attrs and dma_unmap_page_attrsAlexander Duyck1-7/+13