summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-03-29UPSTREAM: Do not hash userspace addresses in fault handlersKees Cook4-4/+4
2019-02-12um: Avoid marking pages with "changed protection"Anton Ivanov1-1/+8
2018-11-27um: Give start_idle_thread() a return codeRichard Weinberger1-0/+5
2018-04-24um: Use POSIX ucontext_t instead of struct ucontextKrzysztof Mazur2-2/+2
2018-04-24um: Compile with modern headersJason A. Donenfeld3-0/+3
2018-01-31um: link vmlinux with -no-pieThomas Meyer1-1/+1
2017-05-25um: Fix to call read_initrd after init_bootmemMasami Hiramatsu2-3/+7
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf49-22/+93
2016-10-04Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds129-2805/+4040
2016-09-07um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün3-5/+7
2016-09-07um/ptrace: Fix the syscall_trace_leave callMickaël Salaün1-2/+3
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman812-4628/+8965
2016-08-31miscdevice: Use module_misc_device() macroPrasannaKumar Muralidharan4-96/+4
2016-08-23um: Don't discard .text.exit sectionAndrey Ryabinin1-1/+1
2016-08-04Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-24/+32
2016-08-03um: Support kcovVegard Nossum4-0/+12
2016-08-03um: Enable TRACE_IRQFLAGS_SUPPORTRichard Weinberger1-2/+1
2016-08-03um: Use asm-generic/irqflags.hDaniel Wagner1-11/+7
2016-08-03um: Fix possible deadlock in sig_handler_common()Richard Weinberger1-2/+3
2016-08-03um: Select HAVE_DEBUG_KMEMLEAKRichard Weinberger1-0/+1
2016-08-03um: Setup physical memory in setup_arch()Richard Weinberger1-4/+4
2016-08-03um: Eliminate null test after alloc_bootmemAmitoj Kaur Chawla1-2/+0
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds43-54/+2252
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds126-2131/+7281
2016-07-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds186-4134/+7363
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov36-51/+48
2016-07-26mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V9-9/+93
2016-07-26mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V7-30/+94
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds129-1279/+11613
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds199-1523/+1918
2016-07-18Kbuild: arch: look for generated headers in obtreeArnd Bergmann7-9/+9
2016-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko27-52/+47
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 Lutomirski11-15/+15
2016-06-07GCC plugin infrastructureEmese Revfy22-5/+1872
2016-06-07block, drivers: add REQ_OP_FLUSH operationMike Christie20-31/+40
2016-05-28Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-50/+95
2016-05-24arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov18-18/+0
2016-05-21um: add extended processor state save/restore supportEli Cooper6-16/+62
2016-05-21um: extend fpstate to _xstate to support YMM registersEli Cooper3-21/+32
2016-05-21exit_thread: remove empty bodiesJiri Slaby36-140/+24
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1516-34039/+76286
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal156-232/+232
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 Horn6-12/+32
2016-03-21Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds85-241/+1406
2016-03-17mm: cleanup *pte_alloc* interfacesKirill A. Shutemov16-32/+27
2016-03-05um: Export pm_power_offRichard Weinberger1-0/+1
2016-03-05Revert "um: Fix get_signal() usage"Richard Weinberger1-1/+1
[next]