Age | Commit message (Expand) | Author |
2016-09-05 | Merge 4.8-rc5 into char-misc-next | Greg Kroah-Hartman |
2016-08-31 | miscdevice: Use module_misc_device() macro | PrasannaKumar Muralidharan |
2016-08-23 | um: Don't discard .text.exit section | Andrey Ryabinin |
2016-08-04 | Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-08-04 | um: Support kcov | Vegard Nossum |
2016-08-04 | um: Enable TRACE_IRQFLAGS_SUPPORT | Richard Weinberger |
2016-08-04 | um: Use asm-generic/irqflags.h | Daniel Wagner |
2016-08-04 | um: Fix possible deadlock in sig_handler_common() | Richard Weinberger |
2016-08-04 | um: Select HAVE_DEBUG_KMEMLEAK | Richard Weinberger |
2016-08-04 | um: Setup physical memory in setup_arch() | Richard Weinberger |
2016-08-04 | um: Eliminate null test after alloc_bootmem | Amitoj Kaur Chawla |
2016-08-02 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds |
2016-07-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds |
2016-07-26 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov |
2016-07-26 | mm/mmu_gather: track page size with mmu gather and force flush if page size c... | Aneesh Kumar K.V |
2016-07-26 | mm: change the interface for __tlb_remove_page() | Aneesh Kumar K.V |
2016-07-26 | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-07-26 | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2016-07-18 | Kbuild: arch: look for generated headers in obtree | Arnd Bergmann |
2016-06-24 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko |
2016-06-22 | um: track 'parent' device in a local variable | Dan Williams |
2016-06-14 | um/ptrace: run seccomp after ptrace | Kees Cook |
2016-06-14 | seccomp: Add a seccomp_data parameter secure_computing() | Andy Lutomirski |
2016-06-07 | GCC plugin infrastructure | Emese Revfy |
2016-06-07 | block, drivers: add REQ_OP_FLUSH operation | Mike Christie |
2016-05-27 | Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2016-05-23 | arch/defconfig: remove CONFIG_RESOURCE_COUNTERS | Konstantin Khlebnikov |
2016-05-21 | um: add extended processor state save/restore support | Eli Cooper |
2016-05-21 | um: extend fpstate to _xstate to support YMM registers | Eli Cooper |
2016-05-20 | exit_thread: remove empty bodies | Jiri Slaby |
2016-05-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal |
2016-04-12 | um: switch to using blk_queue_write_cache() | Jens Axboe |
2016-03-22 | fs/coredump: prevent fsuid=0 dumps into user-controlled directories | Jann Horn |
2016-03-20 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2016-03-17 | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov |
2016-03-05 | um: Export pm_power_off | Richard Weinberger |
2016-03-05 | Revert "um: Fix get_signal() usage" | Richard Weinberger |
2016-02-18 | um, pkeys: Add UML arch_*_access_permitted() methods | Dave Hansen |
2016-02-05 | um: asm/page.h: remove the pte_high member from struct pte_t | Nicolai Stange |
2016-01-15 | um: kill pfn_t | Dan Williams |
2016-01-12 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-01-10 | um: Use race-free temporary file creation | Mickaël Salaün |
2016-01-10 | um: Do not set unsecure permission for temporary file | Mickaël Salaün |
2016-01-10 | um: Add seccomp support | Mickaël Salaün |
2016-01-10 | um: Add full asm/syscall.h support | Mickaël Salaün |
2016-01-10 | um: Fix ptrace GETREGS/SETREGS bugs | Mickaël Salaün |
2016-01-10 | um: Update UBD to use pread/pwrite family of functions | Anton Ivanov |
2016-01-10 | um: Do not change hard IRQ flags in soft IRQ processing | Anton Ivanov |