summaryrefslogtreecommitdiffstats
path: root/arch/um
Commit message (Expand)AuthorAgeFilesLines
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2410-10/+10
* Merge branch 'for-linus-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-163-27/+167
|\
| * um: UBD ImprovementsAnton Ivanov2016-12-143-27/+167
* | mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-121-6/+0
* | mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-121-0/+6
* | mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-121-0/+3
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-12-121-1/+0
|\ \
| * | locking/mutex: Kill arch specific codePeter Zijlstra2016-10-251-1/+0
| |/
* | net: use core MTU range checking in misc driversJarod Wilson2016-10-201-8/+0
|/
* nmi_backtrace: generate one-line reports for idle cpusChris Metcalf2016-10-072-0/+2
* Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-10-031-24/+1
|\
| * Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2016-09-051-1/+1
| |\
| * | miscdevice: Use module_misc_device() macroPrasannaKumar Muralidharan2016-08-311-24/+1
* | | um/ptrace: Fix the syscall number update after a ptraceMickaël Salaün2016-09-071-5/+0
* | | um/ptrace: Fix the syscall_trace_leave callMickaël Salaün2016-09-071-2/+3
| |/ |/|
* | um: Don't discard .text.exit sectionAndrey Ryabinin2016-08-231-1/+1
|/
* Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-08-047-21/+25
|\
| * um: Support kcovVegard Nossum2016-08-043-0/+9
| * um: Enable TRACE_IRQFLAGS_SUPPORTRichard Weinberger2016-08-041-2/+1
| * um: Use asm-generic/irqflags.hDaniel Wagner2016-08-041-11/+7
| * um: Fix possible deadlock in sig_handler_common()Richard Weinberger2016-08-041-2/+3
| * um: Select HAVE_DEBUG_KMEMLEAKRichard Weinberger2016-08-041-0/+1
| * um: Setup physical memory in setup_arch()Richard Weinberger2016-08-041-4/+4
| * um: Eliminate null test after alloc_bootmemAmitoj Kaur Chawla2016-08-041-2/+0
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-022-2/+3
|\ \
| * | Kbuild: arch: look for generated headers in obtreeArnd Bergmann2016-07-181-2/+2
| * | GCC plugin infrastructureEmese Revfy2016-06-071-0/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-291-5/+4
|\ \ \
| * | | um/ptrace: run seccomp after ptraceKees Cook2016-06-141-5/+4
| * | | seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-1/+1
| |/ /
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-262-2/+20
|\ \ \
| * | | mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
| * | | mm/mmu_gather: track page size with mmu gather and force flush if page size c...Aneesh Kumar K.V2016-07-261-0/+12
| * | | mm: change the interface for __tlb_remove_page()Aneesh Kumar K.V2016-07-261-1/+7
| | |/ | |/|
* | | Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-2/+3
|\ \ \
| * | | um: track 'parent' device in a local variableDan Williams2016-06-221-2/+3
* | | | Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-07-261-1/+1
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | block, drivers: add REQ_OP_FLUSH operationMike Christie2016-06-071-1/+1
| |/
* | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+2
|/
* Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-273-9/+23
|\
| * um: add extended processor state save/restore supportEli Cooper2016-05-212-1/+3
| * um: extend fpstate to _xstate to support YMM registersEli Cooper2016-05-211-8/+20
* | arch/defconfig: remove CONFIG_RESOURCE_COUNTERSKonstantin Khlebnikov2016-05-232-2/+0
* | exit_thread: remove empty bodiesJiri Slaby2016-05-201-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-2/+2
|\ \
| * | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
| |/
* | um: switch to using blk_queue_write_cache()Jens Axboe2016-04-121-1/+1
|/
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-03-221-1/+1
* Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-201-0/+14
|\
OpenPOWER on IntegriCloud