summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: add orig_pte field into vm_faultJan Kara2016-12-144-48/+47
* mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara2016-12-141-7/+2
* mm: trim __do_fault() argumentsJan Kara2016-12-141-38/+29
* mm: use passed vm_fault structure in __do_fault()Jan Kara2016-12-141-15/+10
* mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara2016-12-142-17/+19
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-1427-79/+57
* mm: join struct fault_env and vm_faultJan Kara2016-12-1411-422/+423
* mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes2016-12-146-21/+25
* mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes2016-12-1410-14/+18
* ipc/sem: avoid idr tree lookup for interrupted semopDavidlohr Bueso2016-12-141-32/+5
* ipc/sem: simplify wait-wake loopDavidlohr Bueso2016-12-141-56/+52
* ipc/sem: use proper list api for pending_list wakeupsDavidlohr Bueso2016-12-141-25/+13
* ipc/sem: explicitly inline check_restartDavidlohr Bueso2016-12-141-1/+1
* ipc/sem: optimize perform_atomic_semop()Davidlohr Bueso2016-12-141-10/+102
* ipc/sem: rework task wakeupsDavidlohr Bueso2016-12-141-180/+86
* ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should ...Davidlohr Bueso2016-12-141-7/+12
* sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger2016-12-141-1/+43
* kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger2016-12-143-230/+239
* kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2016-12-142-24/+28
* ktest.pl: fix englishPavel Machek2016-12-141-4/+4
* drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton2016-12-141-2/+1
* posix-timers: give lazy compilers some help optimizing code awayNicolas Pitre2016-12-141-1/+2
* ipc/shm.c: coding style fixesShailesh Pandey2016-12-141-3/+10
* ipc: msg, make msgrcv work with LONG_MINJiri Slaby2016-12-141-1/+4
* initramfs: allow again choice of the embedded initram compression algorithmFrancisco Blas Izquierdo Riera (klondike)2016-12-141-0/+117
* initramfs: select builtin initram compression algorithm on KConfig instead of...Francisco Blas Izquierdo Riera (klondike)2016-12-142-19/+11
* kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-143-8/+5
* kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-142-18/+13
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-143-4/+0
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2016-12-141-2/+2
* kcov: add more missing includesKefeng Wang2016-12-141-0/+5
* Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentationAndreas Platschek2016-12-141-1/+2
* Kconfig: lib/Kconfig.debug: fix references to DocumenationAndreas Platschek2016-12-141-4/+4
* relay: check array offset before using itDan Carpenter2016-12-141-2/+2
* igb: update code to better handle incrementing page countAlexander Duyck2016-12-142-8/+23
* igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNCAlexander Duyck2016-12-141-20/+33
* mm: add support for releasing multiple instances of a pageAlexander Duyck2016-12-142-0/+16
* dma: add calls for dma_map_page_attrs and dma_unmap_page_attrsAlexander Duyck2016-12-141-7/+13
* arch/xtensa: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-2/+5
* arch/tile: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-2/+10
* arch/sparc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-142-4/+4
* arch/sh: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-2/+5
* arch/powerpc: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-1/+8
* arch/parisc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-5/+15
* arch/openrisc: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-0/+3
* arch/nios2: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-8/+18
* arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-142-4/+6
* arch/microblaze: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-2/+8
* arch/metag: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-3/+13
* arch/m68k: add option to skip DMA sync as a part of mappingAlexander Duyck2016-12-141-1/+7
OpenPOWER on IntegriCloud