index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-18
mm: delete checks for xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
4
-4
/
+0
2023-10-18
s390: implement arch_xor_unlock_is_negative_byte
Matthew Wilcox (Oracle)
1
-0
/
+10
2023-10-18
riscv: implement xor_unlock_is_negative_byte
Matthew Wilcox (Oracle)
1
-0
/
+13
2023-10-18
powerpc: implement arch_xor_unlock_is_negative_byte on 32-bit
Matthew Wilcox (Oracle)
1
-4
/
+0
2023-10-18
mips: implement xor_unlock_is_negative_byte
Matthew Wilcox (Oracle)
2
-1
/
+39
2023-10-18
m68k: implement xor_unlock_is_negative_byte
Matthew Wilcox (Oracle)
1
-0
/
+22
2023-10-18
alpha: implement xor_unlock_is_negative_byte
Matthew Wilcox (Oracle)
1
-0
/
+21
2023-10-18
bitops: add xor_unlock_is_negative_byte()
Matthew Wilcox (Oracle)
2
-18
/
+10
2023-10-18
arm64, kasan: update comment in kasan_init
Andrey Konovalov
1
-1
/
+5
2023-10-18
mm/gup: adapt get_user_page_vma_remote() to never return NULL
Lorenzo Stoakes
1
-2
/
+2
2023-10-18
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
2
-7
/
+14
2023-10-06
mm: add statistics for PUD level pagetable
Baolin Wang
4
-1
/
+9
2023-10-06
riscv: fix set_huge_pte_at() for NAPOT mappings when a swap entry is set
Alexandre Ghiti
1
-6
/
+13
2023-10-06
riscv: handle VM_FAULT_[HWPOISON|HWPOISON_LARGE] faults instead of panicking
Alexandre Ghiti
1
-1
/
+1
2023-10-04
mips: use nth_page() in place of direct struct page manipulation
Zi Yan
1
-1
/
+1
2023-10-04
kvm: mmu: dynamically allocate the x86-mmu shrinker
Qi Zheng
1
-8
/
+10
2023-10-01
Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...
Linus Torvalds
16
-32
/
+56
2023-10-01
Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-7
/
+26
2023-10-01
Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-7
/
+17
2023-09-30
Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...
Linus Torvalds
17
-57
/
+79
2023-09-30
Merge tag 'powerpc-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-22
/
+5
2023-09-29
arm64: hugetlb: fix set_huge_pte_at() to work with all swap entries
Ryan Roberts
1
-14
/
+3
2023-09-29
mm: hugetlb: add huge page size param to set_huge_pte_at()
Ryan Roberts
15
-18
/
+45
2023-09-29
mm: abstract moving to the next PFN
Matthew Wilcox (Oracle)
1
-0
/
+8
2023-09-29
Merge tag 'xtensa-20230928' of https://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
19
-8
/
+34
2023-09-28
x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
Haitao Huang
1
-5
/
+25
2023-09-28
Merge tag 'loongarch-fixes-6.6-2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-2
/
+31
2023-09-28
x86/srso: Add SRSO mitigation for Hygon processors
Pu Wen
1
-1
/
+1
2023-09-28
arm64: defconfig: enable syscon-poweroff driver
Krzysztof Kozlowski
1
-0
/
+1
2023-09-28
ARM: locomo: fix locomolcd_power declaration
Arnd Bergmann
2
-3
/
+1
2023-09-27
Merge tag 'riscv-dt-fixes-for-v6.6-rc3' of https://git.kernel.org/pub/scm/lin...
Arnd Bergmann
1
-25
/
+26
2023-09-27
arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y
Mikko Rapeli
1
-1
/
+0
2023-09-27
Merge tag 'imx-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...
Arnd Bergmann
5
-15
/
+31
2023-09-27
Merge tag 'omap-for-v6.6/fixes-signed' of git://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
6
-7
/
+12
2023-09-27
ARM: uniphier: fix cache kernel-doc warnings
Randy Dunlap
1
-1
/
+3
2023-09-27
LoongArch: Add support for 64_PCREL relocation type
Tiezhu Yang
1
-0
/
+10
2023-09-27
LoongArch: Add support for 32_PCREL relocation type
Tiezhu Yang
1
-0
/
+10
2023-09-27
LoongArch: Define relocation types for ABI v2.10
Tiezhu Yang
2
-1
/
+10
2023-09-27
LoongArch: numa: Fix high_memory calculation
Huacai Chen
1
-1
/
+1
2023-09-25
MIPS: Alchemy: only build mmc support helpers if au1xmmc is enabled
Christoph Hellwig
3
-0
/
+14
2023-09-25
perf/x86/amd: Do not WARN() on every IRQ
Breno Leitao
1
-1
/
+9
2023-09-25
arm64: dts: imx: Add imx8mm-prt8mm.dtb to build
Rob Herring
1
-0
/
+1
2023-09-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-144
/
+164
2023-09-24
arm64: dts: imx8mm-evk: Fix hdmi@3d node
Liu Ying
1
-12
/
+20
2023-09-24
arm64: dts: imx8mp-beacon-kit: Fix audio_pll2 clock
Adam Ford
1
-2
/
+3
2023-09-24
arm64: dts: imx8mp: Fix SDMA2/3 clocks
Adam Ford
1
-0
/
+6
2023-09-24
x86/kgdb: Fix a kerneldoc warning when build with W=1
Christophe JAILLET
1
-1
/
+0
2023-09-23
Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-2
/
+2
2023-09-23
Merge tag 'loongarch-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
22
-124
/
+169
2023-09-23
Merge tag 's390-6.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
4
-13
/
+25
[next]