summaryrefslogtreecommitdiffstats
path: root/include/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* vdso: Remove timekeeper argument of __arch_update_vsyscall()Thomas Weißschuh2024-10-151-2/+1
* move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-023-148/+1
* Merge tag 'asm-generic-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-261-0/+4
|\
| * runtime constants: move list of constants to vmlinux.lds.hJann Horn2024-08-191-0/+4
* | Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-211-0/+1
|\ \
| * | Merge branch 'bpf/master' into for-6.12Tejun Heo2024-09-041-6/+5
| |\|
| * | Merge tag 'v6.11-rc1' into for-6.12Tejun Heo2024-07-306-42/+29
| |\ \
| * | | sched_ext: Implement BPF extensible scheduler classTejun Heo2024-06-181-0/+1
* | | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-213-11/+13
|\ \ \ \
| * | | | arch_numa: switch over to numa_memblksMike Rapoport (Microsoft)2024-09-031-3/+5
| * | | | arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-031-0/+5
| * | | | mm: remove arch_unmap()Michael Ellerman2024-09-011-8/+3
| | |_|/ | |/| |
* / | | random: vDSO: minimize and simplify header includesChristophe Leroy2024-09-131-10/+1
|/ / /
* | / runtime constants: deal with old decrepit linkersLinus Torvalds2024-08-031-6/+5
| |/ |/|
* | Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-19/+0
|\ \
| * | kbuild: remove PROVIDE() for kallsyms symbolsMasahiro Yamada2024-07-161-19/+0
* | | Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-07-211-16/+2
|\ \ \
| * | | init/modpost: conditionally check section mismatch to __meminit*Masahiro Yamada2024-07-121-16/+2
| | |/ | |/|
* | | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-211-1/+1
|\ \ \
| * | | mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy2024-07-121-1/+1
| | |/ | |/|
* | | Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-07-163-5/+1
|\ \ \
| * | | vmlinux.lds.h: catch .bss..L* sections into BSS")Christophe Leroy2024-07-121-1/+1
| * | | fixmap: Remove unused set_fixmap_offset_io()Steven Price2024-07-111-3/+0
| * | | kbuild: verify asm-generic header listArnd Bergmann2024-07-101-1/+0
| |/ /
* | | Merge branch 'runtime-constants'Linus Torvalds2024-07-153-0/+24
|\ \ \ | |/ / |/| |
| * | runtime constants: add default dummy infrastructureLinus Torvalds2024-06-193-0/+24
| |/
* / syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann2024-06-251-1/+1
|/
* Merge tag 'asm-generic-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-05-208-119/+17
|\
| * bug: Improve commentThorsten Blum2024-05-071-1/+1
| * asm-generic: remove unused asm-generic/page.hArnd Bergmann2024-05-031-103/+0
| * arch: Rename fbdev header and source filesThomas Zimmermann2024-05-032-4/+4
| * arch: Remove struct fb_info from video helpersThomas Zimmermann2024-05-031-5/+6
| * bitops: Change function return types from long to intThorsten Blum2024-05-034-6/+6
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-194-15/+39
|\ \
| * | mm: change inlined allocation helpers to account at the call siteSuren Baghdasaryan2024-04-251-14/+21
| * | lib: add allocation tagging support for memory allocation profilingSuren Baghdasaryan2024-04-252-0/+17
| * | asm-generic/io.h: kill vmalloc.h dependencyKent Overstreet2024-04-251-1/+0
| * | fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
* | | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-0/+19
|\ \ \
| * | | kallsyms: Avoid weak references for kallsyms symbolsArd Biesheuvel2024-05-021-0/+19
| | |/ | |/|
* | | Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-131-1/+1
|\ \ \
| * | | vmlinux.lds.h: Fix a typo in commentWei Yang2024-03-131-1/+1
* | | | Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-131-3/+3
|\ \ \ \
| * \ \ \ Merge tag 'v6.9-rc3' into x86/boot, to pick up fixes before queueing up more ...Ingo Molnar2024-04-117-21/+83
| |\ \ \ \
| * | | | | x86: Rename __{start,end}_init_task to __{start,end}_init_stackXin Li (Intel)2024-03-221-3/+3
* | | | | | Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-131-1/+0
|\ \ \ \ \ \
| * | | | | | sched/vtime: Do not include <asm/vtime.h> headerAlexander Gordeev2024-04-171-1/+0
* | | | | | | Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-05-131-0/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Merge tag 'v6.9-rc3' into locking/core, to pick up fixesIngo Molnar2024-04-097-21/+83
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | jump_label,module: Don't alloc static_key_mod for __ro_after_init keysPeter Zijlstra2024-03-221-0/+5
| | |_|/ / / | |/| | | |