index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
asm-generic
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-04
asm-generic: avoid __generic_cmpxchg_local warnings
Arnd Bergmann
3
-11
/
+11
2023-04-04
asm-generic/io.h: suppress endianness warnings for relaxed accessors
Vladimir Oltean
1
-6
/
+6
2023-04-04
asm-generic/io.h: suppress endianness warnings for readq() and writeq()
Vladimir Oltean
1
-2
/
+2
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-02-23
Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-3
/
+4
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-10
/
+20
2023-02-22
Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-12
/
+0
2023-02-21
Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-0
/
+2
2023-02-20
Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+3
2023-02-15
dma-mapping: no need to pass a bus_type into get_arch_dma_ops()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-13
char/agp: introduce asm-generic/agp.h
Mike Rapoport
1
-0
/
+11
2023-02-09
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
2
-2
/
+12
2023-02-03
locking/atomic: cmpxchg: Make __generic_cmpxchg_local compare against zero-ex...
Matt Evans
1
-3
/
+3
2023-02-02
docs: fault-injection: add requirements of error injectable functions
Masami Hiramatsu (Google)
1
-2
/
+4
2023-02-02
error-injection: remove EI_ETYPE_NONE
Masami Hiramatsu (Google)
1
-1
/
+0
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
1
-0
/
+5
2023-01-30
gpio: Get rid of gpio_to_chip()
Linus Walleij
1
-6
/
+0
2023-01-30
gpio: Remove unused and obsoleted gpio_export_link()
Andy Shevchenko
1
-6
/
+0
2023-01-18
mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()
Peter Xu
1
-8
/
+8
2023-01-17
x86/hyperv: Add an interface to do nested hypercalls
Jinank Jain
1
-0
/
+1
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
1
-6
/
+3
2023-01-12
x86/hyperv: Add support for detecting nested hypervisor
Jinank Jain
1
-0
/
+1
2022-12-30
arch: fix broken BuildID for arm64 and riscv
Masahiro Yamada
1
-0
/
+5
2022-12-20
Merge tag 'asm-generic-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-40
/
+40
2022-12-16
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-140
/
+94
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-5
/
+11
2022-12-15
Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-34
/
+21
2022-12-14
Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+33
2022-12-12
Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+7
2022-12-02
Merge tag 'mm-hotfixes-stable-2022-12-02' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
1
-0
/
+4
2022-11-30
mm: delay page_remove_rmap() until after the TLB has been flushed
Linus Torvalds
1
-2
/
+29
2022-11-30
mm: mmu_gather: prepare to gather encoded page pointers with flags
Linus Torvalds
1
-4
/
+5
2022-11-30
mm/khugepaged: fix GUP-fast interaction by sending IPI
Jann Horn
1
-0
/
+4
2022-11-21
Merge tag 'v6.1-rc6' into x86/core, to resolve conflicts
Ingo Molnar
3
-2
/
+11
2022-11-21
asm-generic/io: Add _RET_IP_ to MMIO trace for more accurate debug info
Sai Prakash Ranjan
1
-40
/
+40
2022-11-21
Merge 6.1-rc6 into driver-core-next
Greg Kroah-Hartman
3
-8
/
+23
2022-11-18
x86/hyperv: Introduce HV_MAX_SPARSE_VCPU_BANKS/HV_VCPUS_PER_SPARSE_BANK const...
Vitaly Kuznetsov
2
-5
/
+11
2022-11-17
vmlinux.lds.h: add HEADERED_SECTION_* macros
Jim Cromie
1
-0
/
+15
2022-11-17
vmlinux.lds.h: fix BOUNDED_SECTION_(PRE|POST)_LABEL macros
Jim Cromie
1
-8
/
+6
2022-11-17
genirq: Get rid of GENERIC_MSI_IRQ_DOMAIN
Thomas Gleixner
1
-2
/
+2
2022-11-11
Merge tag 'hardening-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-11-11
Merge tag 'hyperv-fixes-signed-20221110' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-0
/
+9
2022-11-10
vmlinux.lds.h: place optional header space in BOUNDED_SECTION
Jim Cromie
1
-0
/
+2
2022-11-10
vmlinux.lds.h: add BOUNDED_SECTION* macros
Jim Cromie
1
-140
/
+79
2022-11-09
arm64: unwind: add asynchronous unwind tables to kernel and modules
Ard Biesheuvel
1
-2
/
+7
2022-11-08
vmlinux.lds.h: Fix placement of '.data..decrypted' section
Nathan Chancellor
1
-1
/
+1
2022-11-03
clocksource/drivers/hyperv: add data structure for reference TSC MSR
Anirudh Rayabharam
1
-0
/
+9
2022-11-01
asm-generic: compat: fix compat_arg_u64() and compat_arg_u64_dual()
Andreas Schwab
1
-1
/
+1
[next]