aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-5/+4
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+20
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size changeAneesh Kumar K.V1-0/+12
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V1-1/+7
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+3
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+2
2016-06-22um: track 'parent' device in a local variableDan Williams1-2/+3
2016-06-14um/ptrace: run seccomp after ptraceKees Cook1-5/+4
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie1-1/+1
2016-05-27Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds3-9/+23
2016-05-23arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov2-2/+0
2016-05-21um: add extended processor state save/restore supportEli Cooper2-1/+3
2016-05-21um: extend fpstate to _xstate to support YMM registersEli Cooper1-8/+20
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-4/+0
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-04-12um: switch to using blk_queue_write_cache()Jens Axboe1-1/+1
2016-03-22fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn1-1/+1
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+14
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov1-1/+1
2016-03-05um: Export pm_power_offRichard Weinberger1-0/+1
2016-03-05Revert "um: Fix get_signal() usage"Richard Weinberger1-1/+1
2016-02-18um, pkeys: Add UML arch_*_access_permitted() methodsDave Hansen1-0/+14
2016-02-05um: asm/page.h: remove the pte_high member from struct pte_tNicolai Stange1-13/+10
2016-01-15um: kill pfn_tDan Williams3-7/+6
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-18/+6
2016-01-10um: Use race-free temporary file creationMickaël Salaün1-0/+11
2016-01-10um: Do not set unsecure permission for temporary fileMickaël Salaün1-6/+0
2016-01-10um: Add seccomp supportMickaël Salaün4-0/+24
2016-01-10um: Add full asm/syscall.h supportMickaël Salaün1-0/+138
2016-01-10um: Fix ptrace GETREGS/SETREGS bugsMickaël Salaün3-20/+14
2016-01-10um: Update UBD to use pread/pwrite family of functionsAnton Ivanov3-22/+26
2016-01-10um: Do not change hard IRQ flags in soft IRQ processingAnton Ivanov1-0/+23
2016-01-10um: Prevent IRQ handler reentrancyAnton Ivanov1-1/+15
2016-01-10uml: flush stdout before forkingVegard Nossum1-0/+2
2016-01-04[um] mconsole: don't open-code memdup_user_nul()Al Viro1-11/+3
2016-01-04[um] hostaudio: don't open-code memdup_user()Al Viro1-7/+3
2015-12-08um: fix returns without va_endGeyslan G. Bem1-4/+6
2015-12-08arch: um: fix error when linking vmlinux.Lorenzo Colitti1-1/+1
2015-12-08um: Fix get_signal() usageRichard Weinberger1-1/+1
2015-11-06um: Switch clocksource to hrtimersAnton Ivanov14-224/+255
2015-11-06um: net: replace GFP_KERNEL with GFP_ATOMIC when spinlock is heldSaurabh Sengar1-8/+9
2015-11-06um: Report host OOM more nicelyRichard Weinberger1-1/+15
2015-11-06um: Get rid of open coded NR_SYSCALLSRichard Weinberger1-5/+3
2015-11-06um: Store syscall number after syscall_trace_enter()Richard Weinberger3-13/+11
2015-11-06um: Define PTRACE_OLDSETOPTIONSRichard Weinberger1-0/+2
2015-10-19um: Fix kernel mode fault conditionRichard Weinberger1-1/+1