summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-09vfs: change d_manage() to take a struct pathIan Kent
2016-12-09ima: platform-independent hash valueAndreas Steffen
2016-12-09ima: define a canonical binary_runtime_measurements list formatMimi Zohar
2016-12-09ima: support restoring multiple template formatsMimi Zohar
2016-12-09ima: store the builtin/custom template definitions in a listMimi Zohar
2016-12-09ima: on soft reboot, save the measurement listMimi Zohar
2016-12-09powerpc: ima: send the kexec buffer to the next kernelThiago Jung Bauermann
2016-12-09ima: maintain memory size needed for serializing the measurement listMimi Zohar
2016-12-09ima: permit duplicate measurement list entriesMimi Zohar
2016-12-09ima: on soft reboot, restore the measurement listMimi Zohar
2016-12-09powerpc: ima: get the kexec buffer passed by the previous kernelThiago Jung Bauermann
2016-12-09dax: clear dirty entry tags on cache flushJan Kara
2016-12-09dax: protect PTE modification on WP fault by radix tree entry lockJan Kara
2016-12-09dax: make cache flushing protected by entry lockJan Kara
2016-12-09mm: export follow_pte()Jan Kara
2016-12-09mm: change return values of finish_mkwrite_fault()Jan Kara
2016-12-09mm: provide helper for finishing mkwrite faultsJan Kara
2016-12-09mm: move part of wp_page_reuse() into the single call siteJan Kara
2016-12-09mm: use vmf->page during WP faultsJan Kara
2016-12-09mm: pass vm_fault structure into do_page_mkwrite()Jan Kara
2016-12-09mm: factor out common parts of write fault handlingJan Kara
2016-12-09mm: move handling of COW faults into DAX codeJan Kara
2016-12-09mm: factor out functionality to finish page faultsJan Kara
2016-12-09mm: allow full handling of COW faults in ->fault handlersJan Kara
2016-12-09mm: add orig_pte field into vm_faultJan Kara
2016-12-09mm: use passed vm_fault structure for in wp_pfn_shared()Jan Kara
2016-12-09mm: trim __do_fault() argumentsJan Kara
2016-12-09mm: use passed vm_fault structure in __do_fault()Jan Kara
2016-12-09mm: use pgoff in struct vm_fault instead of passing it separatelyJan Kara
2016-12-09mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-12-09mm: join struct fault_env and vm_faultJan Kara
2016-12-09mm-unexport-__get_user_pages_unlocked-checkpatch-fixesAndrew Morton
2016-12-09mm: unexport __get_user_pages_unlocked()Lorenzo Stoakes
2016-12-09vfio iommu type1: merge fix for get_user_pages_remote API changeStephen Rothwell
2016-12-09mm: add locked parameter to get_user_pages_remote()Lorenzo Stoakes
2016-12-09ipc/sem: avoid idr tree lookup for interrupted semopDavidlohr Bueso
2016-12-09ipc-sem-simplify-wait-wake-loop-checkpatch-fixesAndrew Morton
2016-12-09ipc/sem: simplify wait-wake loopDavidlohr Bueso
2016-12-09ipc/sem: use proper list api for pending_list wakeupsDavidlohr Bueso
2016-12-09ipc/sem: explicitly inline check_restartDavidlohr Bueso
2016-12-09ipc-sem-optimize-perform_atomic_semop-checkpatch-fixesAndrew Morton
2016-12-09ipc/sem: ensure we left shift a ULL rather than a 32 bit integerColin Ian King
2016-12-09ipc/sem: optimize perform_atomic_semop()Davidlohr Bueso
2016-12-09ipc-sem-rework-task-wakeups-checkpatch-fixesAndrew Morton
2016-12-09ipc/sem: merge fix for WAKE_Q to DEFINE_WAKE_Q renameStephen Rothwell
2016-12-09ipc/sem: rework task wakeupsDavidlohr Bueso
2016-12-09ipc/sem: do not call wake_sem_queue_do() prematurelyDavidlohr Bueso
2016-12-09sparc: implement watchdog_nmi_enable and watchdog_nmi_disableBabu Moger
2016-12-09kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger
2016-12-09kernel/watchdog.c: move shared definitions to nmi.hBabu Moger