| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2020-12-22 | 1 | -1/+1 |
|\ |
|
| * | tweewide: Fix most Shebang lines | Finn Behrens | 2020-12-08 | 1 | -1/+1 |
* | | epoll: wire up syscall epoll_pwait2 | Willem de Bruijn | 2020-12-19 | 1 | -0/+1 |
* | | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-12-16 | 2 | -2/+5 |
|\ \ |
|
| * | | ia64: add support for TIF_NOTIFY_SIGNAL | Jens Axboe | 2020-12-12 | 2 | -2/+5 |
* | | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-12-16 | 2 | -23/+14 |
|\ \ \ |
|
| * | | | ia64: convert to legacy_timer_tick | Arnd Bergmann | 2020-10-30 | 2 | -23/+14 |
| |/ / |
|
* | | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 2020-12-16 | 1 | -13/+4 |
|\ \ \ |
|
| * | | | ia64: use asm-generic/mmu_context.h for no-op implementations | Nicholas Piggin | 2020-10-27 | 1 | -13/+4 |
| |/ / |
|
* | | | Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-12-16 | 2 | -25/+28 |
|\ \ \ |
|
| * | | | [ia64] ptrace_[sg]etregs(): use access_elf_reg() instead of access_uarea() | Al Viro | 2020-10-26 | 1 | -20/+23 |
| * | | | [ia64] missed cleanups from switch to regset coredumps | Al Viro | 2020-10-26 | 2 | -5/+5 |
| |/ / |
|
* | | | Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-12-16 | 1 | -5/+15 |
|\ \ \ |
|
| * \ \ | Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner | 2020-12-15 | 2 | -1/+7 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | sched/vtime: Consolidate IRQ time accounting | Frederic Weisbecker | 2020-12-02 | 1 | -5/+15 |
| | |/
| |/| |
|
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2020-12-15 | 6 | -106/+53 |
|\ \ \ |
|
| * | | | ia64: make SPARSEMEM default and disable DISCONTIGMEM | Mike Rapoport | 2020-12-15 | 1 | -3/+3 |
| * | | | ia64: forbid using VIRTUAL_MEM_MAP with FLATMEM | Mike Rapoport | 2020-12-15 | 4 | -44/+22 |
| * | | | ia64: split virtual map initialization out of paging_init() | Mike Rapoport | 2020-12-15 | 2 | -31/+40 |
| * | | | ia64: discontig: paging_init(): remove local max_pfn calculation | Mike Rapoport | 2020-12-15 | 1 | -4/+1 |
| * | | | ia64: remove 'ifdef CONFIG_ZONE_DMA32' statements | Mike Rapoport | 2020-12-15 | 2 | -4/+0 |
| * | | | ia64: remove custom __early_pfn_to_nid() | Mike Rapoport | 2020-12-15 | 2 | -33/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-12-15 | 1 | -13/+0 |
|\ \ \ |
|
| * | | | highmem: Get rid of kmap_types.h | Thomas Gleixner | 2020-11-06 | 1 | -13/+0 |
| | |/
| |/| |
|
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2020-12-15 | 1 | -24/+0 |
|\ \ \
| |_|/
|/| | |
|
| * | | arch: move SA_* definitions to generic headers | Peter Collingbourne | 2020-11-23 | 1 | -24/+0 |
| |/ |
|
* | | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-11-29 | 1 | -1/+1 |
|\ \ |
|
| * | | sched/idle: Fix arch_cpu_idle() vs tracing | Peter Zijlstra | 2020-11-24 | 1 | -1/+1 |
| |/ |
|
* / | mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exports | Dan Williams | 2020-11-22 | 1 | -0/+6 |
|/ |
|
* | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches | 2020-10-25 | 1 | -1/+1 |
* | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-23 | 1 | -1/+1 |
|\ |
|
| * | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() | Jens Axboe | 2020-10-17 | 1 | -1/+1 |
* | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2020-10-22 | 2 | -1/+0 |
|\ \ |
|
| * | | kbuild: preprocess module linker script | Masahiro Yamada | 2020-09-24 | 2 | -1/+0 |
* | | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2020-10-22 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | uaccess: add infrastructure for kernel builds with set_fs() | Christoph Hellwig | 2020-09-09 | 1 | -0/+1 |
* | | | | mm/madvise: introduce process_madvise() syscall: an external memory hinting API | Minchan Kim | 2020-10-18 | 1 | -0/+1 |
* | | | | ia64: fix build error with !COREDUMP | Krzysztof Kozlowski | 2020-10-18 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | mm: pass migratetype into memmap_init_zone() and move_pfn_range_to_zone() | David Hildenbrand | 2020-10-16 | 1 | -2/+2 |
* | | | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2020-10-15 | 4 | -21/+8 |
|\ \ \ |
|
| * | | | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 2020-10-06 | 1 | -1/+1 |
| * | | | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 2020-10-06 | 2 | -2/+2 |
| * | | | dma-mapping: add a new dma_alloc_pages API | Christoph Hellwig | 2020-09-25 | 1 | -0/+2 |
| * | | | Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv... | Christoph Hellwig | 2020-09-25 | 2 | -3/+1 |
| |\ \ \ |
|
| * | | | | dma-mapping: add (back) arch_dma_mark_clean for ia64 | Christoph Hellwig | 2020-09-11 | 3 | -17/+3 |
| * | | | | dma-mapping: introduce dma_get_seg_boundary_nr_pages() | Nicolin Chen | 2020-09-03 | 1 | -2/+1 |
* | | | | | Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-10-14 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | ia64: switch to kernel_clone() | Christian Brauner | 2020-08-20 | 1 | -2/+2 |
| | |_|/ /
| |/| | | |
|
* | | | | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-10-13 | 2 | -18/+0 |
|\ \ \ \ \ |
|
| * | | | | | unify generic instances of csum_partial_copy_nocheck() | Al Viro | 2020-08-20 | 2 | -18/+0 |
| |/ / / / |
|