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