Age | Commit message (Expand) | Author |
2016-12-14 | mm: factor out common parts of write fault handling | Jan Kara |
2016-12-14 | mm: move handling of COW faults into DAX code | Jan Kara |
2016-12-14 | mm: factor out functionality to finish page faults | Jan Kara |
2016-12-14 | mm: allow full handling of COW faults in ->fault handlers | Jan Kara |
2016-12-14 | mm: add orig_pte field into vm_fault | Jan Kara |
2016-12-14 | mm: use passed vm_fault structure for in wp_pfn_shared() | Jan Kara |
2016-12-14 | mm: trim __do_fault() arguments | Jan Kara |
2016-12-14 | mm: use passed vm_fault structure in __do_fault() | Jan Kara |
2016-12-14 | mm: use pgoff in struct vm_fault instead of passing it separately | Jan Kara |
2016-12-14 | mm: use vmf->address instead of of vmf->virtual_address | Jan Kara |
2016-12-14 | mm: join struct fault_env and vm_fault | Jan Kara |
2016-12-14 | mm: unexport __get_user_pages_unlocked() | Lorenzo Stoakes |
2016-12-14 | mm: add locked parameter to get_user_pages_remote() | Lorenzo Stoakes |
2016-12-14 | ipc/sem: avoid idr tree lookup for interrupted semop | Davidlohr Bueso |
2016-12-14 | ipc/sem: simplify wait-wake loop | Davidlohr Bueso |
2016-12-14 | ipc/sem: use proper list api for pending_list wakeups | Davidlohr Bueso |
2016-12-14 | ipc/sem: explicitly inline check_restart | Davidlohr Bueso |
2016-12-14 | ipc/sem: optimize perform_atomic_semop() | Davidlohr Bueso |
2016-12-14 | ipc/sem: rework task wakeups | Davidlohr Bueso |
2016-12-14 | ipc/sem: do not call wake_sem_queue_do() prematurely ... as this call should ... | Davidlohr Bueso |
2016-12-14 | sparc: implement watchdog_nmi_enable and watchdog_nmi_disable | Babu Moger |
2016-12-14 | kernel/watchdog.c: move hardlockup detector to separate file | Babu Moger |
2016-12-14 | kernel/watchdog.c: move shared definitions to nmi.h | Babu Moger |
2016-12-14 | ktest.pl: fix english | Pavel Machek |
2016-12-14 | drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expression | Andrew Morton |
2016-12-14 | posix-timers: give lazy compilers some help optimizing code away | Nicolas Pitre |
2016-12-14 | ipc/shm.c: coding style fixes | Shailesh Pandey |
2016-12-14 | ipc: msg, make msgrcv work with LONG_MIN | Jiri Slaby |
2016-12-14 | initramfs: allow again choice of the embedded initram compression algorithm | Francisco Blas Izquierdo Riera (klondike) |
2016-12-14 | initramfs: select builtin initram compression algorithm on KConfig instead of... | Francisco Blas Izquierdo Riera (klondike) |
2016-12-14 | kdb: call vkdb_printf() from vprintk_default() only when wanted | Petr Mladek |
2016-12-14 | kdb: properly synchronize vkdb_printf() calls with other CPUs | Petr Mladek |
2016-12-14 | kdb: remove unused kdb_event handling | Petr Mladek |
2016-12-14 | kernel/debug/debug_core.c: more properly delay for secondary CPUs | Douglas Anderson |
2016-12-14 | kcov: add more missing includes | Kefeng Wang |
2016-12-14 | Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation | Andreas Platschek |
2016-12-14 | Kconfig: lib/Kconfig.debug: fix references to Documenation | Andreas Platschek |
2016-12-14 | relay: check array offset before using it | Dan Carpenter |
2016-12-14 | igb: update code to better handle incrementing page count | Alexander Duyck |
2016-12-14 | igb: update driver to make use of DMA_ATTR_SKIP_CPU_SYNC | Alexander Duyck |
2016-12-14 | mm: add support for releasing multiple instances of a page | Alexander Duyck |
2016-12-14 | dma: add calls for dma_map_page_attrs and dma_unmap_page_attrs | Alexander Duyck |
2016-12-14 | arch/xtensa: add option to skip DMA sync as a part of mapping | Alexander Duyck |
2016-12-14 | arch/tile: add option to skip DMA sync as a part of map and unmap | Alexander Duyck |
2016-12-14 | arch/sparc: add option to skip DMA sync as a part of map and unmap | Alexander Duyck |
2016-12-14 | arch/sh: add option to skip DMA sync as a part of mapping | Alexander Duyck |
2016-12-14 | arch/powerpc: add option to skip DMA sync as a part of mapping | Alexander Duyck |
2016-12-14 | arch/parisc: add option to skip DMA sync as a part of map and unmap | Alexander Duyck |
2016-12-14 | arch/openrisc: add option to skip DMA sync as a part of mapping | Alexander Duyck |
2016-12-14 | arch/nios2: add option to skip DMA sync as a part of map and unmap | Alexander Duyck |