index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Lines
2021-02-10
softirq: Move do_softirq_own_stack() to generic asm header
Thomas Gleixner
-0
/
+15
2021-02-09
firmware_loader: align .builtin_fw to 8
Fangrui Song
-1
/
+1
2021-02-08
module: remove EXPORT_UNUSED_SYMBOL*
Christoph Hellwig
-28
/
+0
2021-02-08
module: remove EXPORT_SYMBOL_GPL_FUTURE
Christoph Hellwig
-14
/
+0
2021-02-04
locking/rwlocks: Add contention detection for rwlocks
Ben Gardon
-6
/
+18
2021-02-03
asm-generic: export: Stub EXPORT_SYMBOL with __DISABLE_EXPORTS
Quentin Perret
-1
/
+1
2021-01-29
tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm()
Will Deacon
-2
/
+4
2021-01-20
c6x: remove architecture
Arnd Bergmann
-4
/
+0
2021-01-15
vmlinux.lds.h: catch UBSAN's "unnamed data" into data
Alexander Lobakin
-1
/
+1
2021-01-15
vmlinux.lds.h: catch compound literals into data and BSS
Alexander Lobakin
-3
/
+3
2021-01-14
numa: Move numa implementation to common code
Atish Patra
-0
/
+52
2021-01-14
kbuild: add support for Clang LTO
Sami Tolvanen
-4
/
+7
2021-01-13
arm64: make atomic helpers __always_inline
Arnd Bergmann
-3
/
+3
2020-12-29
local64.h: make <asm/local64.h> mandatory
Randy Dunlap
-0
/
+1
2020-12-22
powercap/drivers/dtpm: Add API for dynamic thermal power management
Daniel Lezcano
-0
/
+11
2020-12-18
Merge tag 'riscv-for-linus-5.11-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-0
/
+4
2020-12-15
Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
-14
/
+63
2020-12-15
Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-10
/
+7
2020-12-15
asm-generic: force inlining of get_order() to work around gcc10 poor decision
Christophe Leroy
-1
/
+1
2020-12-15
Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+9
2020-12-15
Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
-9
/
+14
2020-12-14
Merge tag 'x86-apic-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+4
2020-12-14
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-12
/
+13
2020-12-14
Merge tag 'perf-kprobes-2020-12-14' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-86
/
+130
2020-12-14
Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-9
/
+15
2020-12-11
Add and use a generic version of devmem_is_allowed()
Palmer Dabbelt
-0
/
+4
2020-12-11
lib: Add a generic version of devmem_is_allowed()
Palmer Dabbelt
-0
/
+4
2020-12-11
platform-msi: Track shared domain allocation
Marc Zyngier
-0
/
+4
2020-11-24
mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCAL
Thomas Gleixner
-1
/
+1
2020-11-23
irqstat: Move declaration into asm-generic/hardirq.h
Thomas Gleixner
-1
/
+2
2020-11-23
asm-generic/irqstat: Add optional __nmi_count member
Thomas Gleixner
-0
/
+3
2020-11-16
audit: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
-9
/
+14
2020-11-16
ptrace: Migrate to use SYSCALL_TRACE flag
Gabriel Krisman Bertazi
-7
/
+8
2020-11-16
seccomp: Migrate to use SYSCALL_WORK flag
Gabriel Krisman Bertazi
-1
/
+1
2020-11-15
Merge branch 'for-5.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-9
/
+9
2020-11-14
compiler.h: fix barrier_data() on clang
Arvind Sankar
-0
/
+1
2020-11-07
locking/atomics: Regenerate the atomics-check SHA1's
Ingo Molnar
-1
/
+1
2020-11-07
Merge branch 'linus' into perf/kprobes
Ingo Molnar
-263
/
+388
2020-11-06
highmem: Get rid of kmap_types.h
Thomas Gleixner
-12
/
+0
2020-11-06
asm-generic: Provide kmap_size.h
Thomas Gleixner
-0
/
+13
2020-10-30
Merge tag 'asm-generic-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+4
2020-10-28
genirq/msi: Allow shadow declarations of msi_msg:: $member
Thomas Gleixner
-0
/
+4
2020-10-27
vmlinux.lds.h: Keep .ctors.* with .ctors
Kees Cook
-0
/
+1
2020-10-27
asm-generic: mark __{get,put}_user_fn as __always_inline
Christoph Hellwig
-2
/
+4
2020-10-26
asm-generic: percpu: avoid Wshadow warning
Arnd Bergmann
-9
/
+9
2020-10-26
qspinlock: use signed temporaries for cmpxchg
Arnd Bergmann
-6
/
+6
2020-10-26
asm-generic: fix ffs -Wshadow warning
Arnd Bergmann
-4
/
+1
2020-10-26
asm-generic: percpu: avoid Wshadow warning
Arnd Bergmann
-9
/
+9
2020-10-26
asm-generic: add generic MMU versions of mmu context functions
Nicholas Piggin
-14
/
+63
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
-6
/
+6
[prev]
[next]