- 87dbc20 local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years ago
- 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
- 1578071 Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
- d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 1 month ago
- ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 1 month ago
- 36d4029 alpha: switch from DISCONTIGMEM to SPARSEMEM by Mike Rapoport · 4 years, 1 month ago
- edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
- 5a9a889 alpha: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
- 7c951caf net: Add SO_BUSY_POLL_BUDGET socket option by Björn Töpel · 4 years, 1 month ago
- 7fd3253 net: Introduce preferred busy-polling by Björn Töpel · 4 years, 1 month ago
- 1d82b78 arch: move SA_* definitions to generic headers by Peter Collingbourne · 4 years, 2 months ago
- d7029e4 highmem: Get rid of kmap_types.h by Thomas Gleixner · 4 years, 2 months ago
- 6dfc3f5 alpha: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 4 months ago
- c693cc4 saner calling conventions for csum_and_copy_..._user() by Al Viro · 4 years, 6 months ago
- cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 6 months ago
- 6e41c58 unify generic instances of csum_partial_copy_nocheck() by Al Viro · 4 years, 5 months ago
- 8f28ca6 iomap: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 5 months ago
- bd72866 alpha: fix annotation of io{read,write}{16,32}be() by Luc Van Oostenryck · 4 years, 5 months ago
- 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
- f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
- 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 5 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
- 9ba19cc Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
- 7ca8cf5 locking/atomic: Move ATOMIC_INIT into linux/types.h by Herbert Xu · 4 years, 5 months ago
- bb7cdd3 alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb() by Will Deacon · 5 years ago
- d646285 alpha: Override READ_ONCE() with barriered implementation by Will Deacon · 5 years ago
- 54505a1 alpha: fix memory barriers so that they conform to the specification by Mikulas Patocka · 4 years, 7 months ago
- 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 7 months ago
- 43c74ca3 alpha: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 7 months ago
- bce159d Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
- 808b49d alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user() by Al Viro · 4 years, 11 months ago
- e72e8bf floppy: split the base port from the register in I/O accesses by Willy Tarreau · 4 years, 9 months ago
- 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
- c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 9 months ago
- 6218d74 mm: remove dummy struct bootmem_data/bootmem_data_t by Waiman Long · 4 years, 9 months ago
- 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 9 months ago
- a08971e futex: arch_futex_atomic_op_inuser() calling conventions change by Al Viro · 4 years, 11 months ago
- 634cd4b Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
- 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
- 1f059df mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h> by Ingo Molnar · 5 years ago
- a73c948 alpha: use pgtable-nopud instead of 4level-fixup by Mike Rapoport · 5 years ago
- dda85fb alpha: remove the unused __ioremap wrapper by Christoph Hellwig · 5 years ago
- 1a4e58c mm: introduce MADV_PAGEOUT by Minchan Kim · 5 years ago
- 9c276cc mm: introduce MADV_COLD by Minchan Kim · 5 years ago
- 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
- 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
- 3a7f0adf arch/*: remove unused isa_page_to_bus() by Stephen Kitt · 5 years ago
- bc3ace9 alpha: switch to generic version of pte allocation by Mike Rapoport · 5 years ago
- 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
- dca73a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
- 410df0c Merge tag 'v5.2-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
- 99f3a06 bpf: net: Add SO_DETACH_REUSEPORT_BPF by Martin KaFai Lau · 6 years ago
- 55716d2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428 by Thomas Gleixner · 6 years ago
- 0203fdc locking/atomic, alpha: Use s64 for atomic64 by Mark Rutland · 6 years ago
- 96ac6d4 treewide: Add SPDX license identifier - Kbuild by Greg Kroah-Hartman · 6 years ago
- af1a889 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 by Thomas Gleixner · 6 years ago
- 27ebbf9 Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
- 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
- 02aff8d Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
- dd4e5d6 Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
- 007dc78 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- c67fdc1 arch: mostly remove <asm/segment.h> by Christoph Hellwig · 6 years ago
- 0768e17 net: socket: implement 64-bit timestamps by Arnd Bergmann · 6 years ago
- 01e3b95 arch: Remove dummy mmiowb() definitions from arch code by Will Deacon · 6 years ago
- fdcd06a arch: Use asm-generic header for asm/mmiowb.h by Will Deacon · 6 years ago
- 46ad084 locking/rwsem: Remove arch specific rwsem files by Waiman Long · 6 years ago
- 6137fed arch/tlb: Clean up simple architectures by Peter Zijlstra · 6 years ago
- 3d9683c KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported by Masahiro Yamada · 6 years ago
- 16add41 syscall_get_arch: add "struct task_struct *" argument by Dmitry V. Levin · 6 years ago
- 28d747f Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
- 037fc33 kbuild: force all architectures except um to include mandatory-y by Masahiro Yamada · 6 years ago
- f3ca4c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
- a623a7a y2038: fix socket.h header inclusion by Arnd Bergmann · 6 years ago
- 8dcd175 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
- fa29f5b Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
- 98fa15f mm: replace all open encodings for NUMA_NO_NODE by Anshuman Khandual · 6 years ago
- b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
- 08300f4 a.out: remove core dumping support by Linus Torvalds · 6 years ago
- 6456300 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
- 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
- 746c939 arch: move common mmap flags to linux/mman.h by Michael S. Tsirkin · 6 years ago
- 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- bfc9136 alpha: Fix Eiger NR_IRQS to 128 by Meelis Roos · 6 years ago
- a9beb86 sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEW by Deepa Dinamani · 6 years ago
- 45bdc66 socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes by Deepa Dinamani · 6 years ago
- 9718475 socket: Add SO_TIMESTAMPING_NEW by Deepa Dinamani · 6 years ago
- 887feae socket: Add SO_TIMESTAMP[NS]_NEW by Deepa Dinamani · 6 years ago
- 7f1bc6e sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLD by Deepa Dinamani · 6 years ago
- ecf7e0a alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls by Arnd Bergmann · 6 years ago
- b41c51c arch: add pkey and rseq syscall numbers everywhere by Arnd Bergmann · 6 years ago
- 12b57c5 alpha: update syscall macro definitions by Arnd Bergmann · 6 years ago
- f5dd3d0 net: introduce SO_BINDTOIFINDEX sockopt by David Herrmann · 6 years ago
- 85e1ffb Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
- 94bd8a0 Fix 'acccess_ok()' on alpha and SH by Linus Torvalds · 6 years ago
- d6e4b3e arch: remove redundant UAPI generic-y defines by Masahiro Yamada · 6 years ago
- d4ce545 arch: remove stale comments "UAPI Header export list" by Masahiro Yamada · 6 years ago
- a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago