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-11-06
Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
1
-1
/
+0
2023-11-06
riscv: kernel: Use correct SYM_DATA_*() macro for data
Clément Léger
1
-5
/
+4
2023-11-06
riscv: Use SYM_*() assembly macros instead of deprecated ones
Clément Léger
17
-74
/
+60
2023-11-06
riscv: use ".L" local labels in assembly when applicable
Clément Léger
4
-44
/
+44
2023-11-06
riscv: boot: Fix creation of loader.bin
Geert Uytterhoeven
1
-0
/
+1
2023-11-06
Merge patch series "riscv: tlb flush improvements"
Palmer Dabbelt
5
-95
/
+144
2023-11-06
riscv: Improve flush_tlb_kernel_range()
Alexandre Ghiti
2
-15
/
+30
2023-11-06
riscv: Make __flush_tlb_range() loop over pte instead of flushing the whole tlb
Alexandre Ghiti
4
-81
/
+72
2023-11-06
riscv: Improve flush_tlb_range() for hugetlb pages
Alexandre Ghiti
1
-1
/
+28
2023-11-06
riscv: Improve tlb_flush()
Alexandre Ghiti
3
-1
/
+17
2023-11-06
powerpc/fb: Call internal __phys_mem_access_prot() in fbdev code
Thomas Zimmermann
1
-6
/
+1
2023-11-06
powerpc: Remove file parameter from phys_mem_access_prot()
Thomas Zimmermann
5
-13
/
+15
2023-11-06
powerpc/machdep: Remove trailing whitespaces
Thomas Zimmermann
1
-5
/
+5
2023-11-05
riscv: mm: update T-Head memory type definitions
Jisheng Zhang
1
-5
/
+9
2023-11-05
Merge patch series "riscv: vdso.lds.S: some improvement"
Palmer Dabbelt
1
-17
/
+13
2023-11-05
riscv: vdso.lds.S: remove hardcoded 0x800 .text start addr
Jisheng Zhang
1
-9
/
+8
2023-11-05
riscv: vdso.lds.S: merge .data section into .rodata section
Jisheng Zhang
1
-8
/
+7
2023-11-05
riscv: vdso.lds.S: drop __alt_start and __alt_end symbols
Jisheng Zhang
1
-2
/
+0
2023-11-05
riscv: add userland instruction dump to RISC-V splats
Yunhui Cui
1
-3
/
+18
2023-11-05
riscv: kprobes: allow writing to x0
Nam Cao
1
-1
/
+1
2023-11-05
riscv: provide riscv-specific is_trap_insn()
Nam Cao
1
-0
/
+6
2023-11-05
s390/mm: make pte_free_tlb() similar to pXd_free_tlb()
Alexander Gordeev
3
-13
/
+3
2023-11-05
s390/mm: use compound page order to distinguish page tables
Alexander Gordeev
1
-9
/
+4
2023-11-05
s390/mm: use full 4KB page for 2KB PTE
Alexander Gordeev
4
-262
/
+31
2023-11-05
s390/cmma: rework no-dat handling
Heiko Carstens
5
-131
/
+21
2023-11-05
s390/cmma: move arch_set_page_dat() to header file
Heiko Carstens
6
-16
/
+28
2023-11-05
s390/cmma: move set_page_stable() and friends to header file
Heiko Carstens
2
-42
/
+43
2023-11-05
s390/cmma: move parsing of cmma kernel parameter to early boot code
Heiko Carstens
7
-42
/
+58
2023-11-05
s390/cmma: cleanup inline assemblies
Heiko Carstens
1
-22
/
+26
2023-11-05
s390: add USER_STACKTRACE support
Heiko Carstens
2
-0
/
+44
2023-11-05
s390/perf: implement perf_callchain_user()
Heiko Carstens
2
-0
/
+48
2023-11-05
s390/mm: add missing conversion to use ptdescs
Alexander Gordeev
2
-3
/
+3
2023-11-05
Merge patch series "Improve PTDUMP and introduce new fields"
Palmer Dabbelt
2
-21
/
+36
2023-11-05
riscv: Introduce NAPOT field to PTDUMP
Yu Chien Peter Lin
1
-0
/
+4
2023-11-05
riscv: Introduce PBMT field to PTDUMP
Yu Chien Peter Lin
1
-0
/
+16
2023-11-05
riscv: Improve PTDUMP to show RSW with non-zero value
Yu Chien Peter Lin
2
-22
/
+17
2023-11-05
RISC-V: capitalise CMO op macros
Conor Dooley
5
-29
/
+29
2023-11-05
riscv: don't probe unaligned access speed if already done
Jisheng Zhang
1
-0
/
+4
2023-11-05
riscv: defconfig : add CONFIG_MMC_DW for starfive
Jinyu Tang
1
-0
/
+2
2023-11-05
riscv: signal: handle syscall restart before get_signal
Haorong Lu
1
-39
/
+46
2023-11-05
Merge patch series "Add support to handle misaligned accesses in S-mode"
Palmer Dabbelt
11
-59
/
+524
2023-11-04
Merge tag 'tsm-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
Linus Torvalds
3
-0
/
+24
2023-11-04
Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
19
-905
/
+897
2023-11-04
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
24
-219
/
+19
2023-11-03
Merge tag 'pinctrl-v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-0
/
+33
2023-11-03
Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-0
/
+23
2023-11-03
Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
30
-169
/
+73
2023-11-03
Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2023-11-03
Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+6
2023-11-03
Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
49
-801
/
+993
[prev]
[next]