| Commit message (Expand) | Author | Age |
| * | cpumask: fix spurious cpumask_of_node() on non-NUMA multi-node configs | Tejun Heo | 2017-08-28 |
| * | Merge tag 'kbuild-fixes-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-08-24 |
| |\ |
|
| | * | kbuild: linker script do not match C names unless LD_DEAD_CODE_DATA_ELIMINATI... | Nicholas Piggin | 2017-08-09 |
| * | | mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem | Minchan Kim | 2017-08-10 |
| * | | mm: refactor TLB gathering API | Minchan Kim | 2017-08-10 |
| |/ |
|
| * | Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-07-15 |
| |\ |
|
| | * | kill {__,}{get,put}_user_unaligned() | Al Viro | 2017-07-03 |
| * | | asm-generic/bug.h: declare struct pt_regs; before function prototype | Ian Abbott | 2017-07-10 |
| * | | Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2017-07-07 |
| |\ \ |
|
| | * | | powerpc: Link warning for orphan sections | Nicholas Piggin | 2017-05-30 |
| | |/ |
|
| * | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2017-07-07 |
| |\ \ |
|
| | * | | mm/hugetlb: allow architectures to override huge_pte_clear() | Punit Agrawal | 2017-07-06 |
| * | | | Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-07-07 |
| |\ \ \ |
|
| | * | | | kill strlen_user() | Al Viro | 2017-05-15 |
| | | |/
| |/| |
|
| * | | | Merge tag 'trace-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2017-07-06 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | trace: rename kernel enum section to eval | Jeremy Linton | 2017-06-13 |
| | |/ |
|
| * | | clocksource/drivers: Rename CLKSRC_OF to TIMER_OF | Daniel Lezcano | 2017-06-14 |
| * | | clocksource/drivers: Rename clksrc table to timer | Daniel Lezcano | 2017-06-14 |
| * | | Revert "clockevents: Add a clkevt-of mechanism like clksrc-of" | Daniel Lezcano | 2017-06-12 |
| * | | signal: Remove non-uapi <asm/siginfo.h> | Christoph Hellwig | 2017-06-04 |
| * | | signal: Move copy_siginfo_to_user to <linux/signal.h> | Christoph Hellwig | 2017-06-04 |
| * | | posix-timers: Move the do_schedule_next_timer declaration | Christoph Hellwig | 2017-06-04 |
| |/ |
|
| * | Merge tag 'kbuild-uapi-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-10 |
| |\ |
|
| | * | uapi: export all headers under uapi directories | Nicolas Dichtel | 2017-05-10 |
| * | | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-09 |
| |\ \
| |/
|/| |
|
| | *---. | Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm... | Joerg Roedel | 2017-05-04 |
| | |\ \ \ |
|
| | | | * | | ACPI/IORT: Remove linker section for IORT entries probing | Lorenzo Pieralisi | 2017-04-20 |
| | | |/ /
| |/| | |
|
| * | | | | treewide: move set_memory_* functions away from cacheflush.h | Laura Abbott | 2017-05-08 |
| * | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-02 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch | Ingo Molnar | 2017-04-03 |
| | |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | | mm/gup: Move permission checks into helpers | Kirill A. Shutemov | 2017-03-18 |
| | * | | | | mm/gup: Drop the arch_pte_access_permitted() MMU callback | Kirill A. Shutemov | 2017-03-18 |
| | | |/ /
| |/| | |
|
| * | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-05-02 |
| |\ \ \ \ |
|
| | * | | | | debug: Avoid setting BUGFLAG_WARNING twice | Peter Zijlstra | 2017-04-14 |
| | * | | | | debug: Add _ONCE() logic to report_bug() | Peter Zijlstra | 2017-03-30 |
| | |/ / / |
|
| * | | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-01 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now | Al Viro | 2017-04-26 |
| | * | | | Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Al Viro | 2017-04-02 |
| | |\| | |
|
| | * | | | generic ...copy_..._user primitives | Al Viro | 2017-03-28 |
| | * | | | asm-generic: zero in __get_user(), not __get_user_fn() | Al Viro | 2017-03-28 |
| | * | | | asm-generic/uaccess.h: don't mess with __copy_{to,from}_user | Al Viro | 2017-03-28 |
| | * | | | add asm-generic/extable.h | Al Viro | 2017-03-27 |
| | * | | | uaccess: drop duplicate includes from asm/uaccess.h | Al Viro | 2017-03-05 |
| | * | | | uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h | Al Viro | 2017-03-05 |
| * | | | | vmlinux.lds: add missing VMLINUX_SYMBOL macros | Jessica Yu | 2017-04-08 |
| | |_|/
|/| | |
|
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-04-02 |
| |\ \ \ |
|
| | * | | | vmlinux.lds: Add __clkevt_of_table to kernel | Alexander Kochetkov | 2017-03-28 |
| | |/ / |
|
| * | / | mm: fix section name for .data..ro_after_init | Kees Cook | 2017-03-31 |
| | |/
|/| |
|
| * | | mm: convert generic code to 5-level paging | Kirill A. Shutemov | 2017-03-09 |
| * | | asm-generic: introduce <asm-generic/pgtable-nop4d.h> | Kirill A. Shutemov | 2017-03-09 |