index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-13
Merge tag 'mm-hotfixes-stable-2022-05-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
4
-0
/
+23
2022-05-13
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
5
-8
/
+7
2022-05-13
xtensa: add trap handler for division by zero
Max Filippov
1
-1
/
+7
2022-05-13
Merge tag 'mvebu-arm-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/soc
Arnd Bergmann
1
-2
/
+2
2022-05-13
Merge tag 'mvebu-dt-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/dt
Arnd Bergmann
1
-1
/
+5
2022-05-13
Merge tag 'mvebu-dt64-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gclement/mvebu into arm/dt
Arnd Bergmann
5
-16
/
+20
2022-05-13
mm: functions may simplify the use of return values
Li kunyu
1
-2
/
+1
2022-05-13
riscv/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
Tong Tiangen
2
-6
/
+66
2022-05-13
arm64/mm: enable ARCH_SUPPORTS_PAGE_TABLE_CHECK
Kefeng Wang
2
-6
/
+56
2022-05-13
mm: page_table_check: add hooks to public helpers
Tong Tiangen
1
-10
/
+0
2022-05-13
mm: page_table_check: move pxx_user_accessible_page into x86
Kefeng Wang
1
-0
/
+17
2022-05-13
mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-05-13
alpha: fix alloc_zeroed_user_highpage_movable()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-05-13
mm/hugetlb: introduce huge pte version of uffd-wp helpers
Peter Xu
1
-0
/
+15
2022-05-13
mm: introduce PTE_MARKER swap entry
Peter Xu
1
-0
/
+5
2022-05-13
mm: make minimum slab alignment a runtime property
Peter Collingbourne
1
-5
/
+12
2022-05-13
printk: stop including cache.h from printk.h
Peter Collingbourne
3
-1
/
+3
2022-05-13
mm: avoid unnecessary flush on change_huge_pmd()
Nadav Amit
2
-0
/
+15
2022-05-13
mm/mprotect: do not flush when not required architecturally
Nadav Amit
2
-0
/
+99
2022-05-13
ARM: dts: kswitch-d10: enable networking
Michael Walle
3
-0
/
+139
2022-05-13
ARM: dts: lan966x: add switch node
Michael Walle
1
-0
/
+62
2022-05-13
ARM: dts: lan966x: add serdes node
Michael Walle
1
-0
/
+8
2022-05-13
ARM: dts: lan966x: add reset switch reset node
Michael Walle
1
-0
/
+17
2022-05-13
ARM: dts: lan966x: add MIIM nodes
Michael Walle
1
-0
/
+31
2022-05-13
ARM: dts: lan966x: add hwmon node
Michael Walle
1
-0
/
+8
2022-05-13
ARM: dts: lan966x: add basic Kontron KSwitch D10 support
Michael Walle
4
-1
/
+187
2022-05-13
ARM: dts: lan966x: add flexcom I2C nodes
Michael Walle
1
-0
/
+65
2022-05-13
ARM: dts: lan966x: add flexcom SPI nodes
Michael Walle
1
-0
/
+75
2022-05-13
ARM: dts: lan966x: add all flexcom usart nodes
Michael Walle
1
-0
/
+52
2022-05-13
ARM: dts: lan966x: add missing uart DMA channel
Michael Walle
1
-0
/
+3
2022-05-13
ARM: dts: lan966x: add sgpio node
Michael Walle
1
-0
/
+26
2022-05-13
ARM: dts: lan966x: swap dma channels for crypto node
Michael Walle
1
-3
/
+3
2022-05-13
ARM: dts: lan966x: rename pinctrl nodes
Michael Walle
1
-1
/
+1
2022-05-13
ARM: dts: at91: sama7g5: remove interrupt-parent from gic node
Eugen Hristev
1
-1
/
+0
2022-05-13
ARM: dts: at91: use generic node name for dataflash
Krzysztof Kozlowski
8
-9
/
+9
2022-05-13
ARM: dts: turris-omnia: Add atsha204a node
Pali Rohár
1
-1
/
+5
2022-05-13
Merge tag 'at91-soc-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into arm/soc
Arnd Bergmann
7
-35
/
+506
2022-05-13
ARM: configs: Enable ASoC AC'97 glue
Mark Brown
1
-0
/
+1
2022-05-13
Merge tag 'v5.18-next-defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/defconfig
Arnd Bergmann
2
-0
/
+5
2022-05-13
ARM: at91: debug: add lan966 support
Kavyasree Kotagiri
1
-0
/
+22
2022-05-13
KVM: PPC: Book3S HV Nested: L2 LPCR should inherit L1 LPES setting
Nicholas Piggin
2
-2
/
+5
2022-05-13
KVM: PPC: Book3S HV Nested: L2 must not run with L1 xive context
Nicholas Piggin
2
-7
/
+21
2022-05-13
KVM: PPC: Book3S HV P9: Split !nested case out from guest entry
Nicholas Piggin
1
-4
/
+13
2022-05-13
KVM: PPC: Book3S HV P9: Move cede logic out of XIVE escalation rearming
Nicholas Piggin
3
-7
/
+16
2022-05-13
KVM: PPC: Book3S HV P9: Inject pending xive interrupts at guest entry
Nicholas Piggin
1
-2
/
+7
2022-05-13
KVM: PPC: Book3S HV: Remove KVMPPC_NR_LPIDS
Nicholas Piggin
2
-6
/
+0
2022-05-13
KVM: PPC: Book3S Nested: Use explicit 4096 LPID maximum
Nicholas Piggin
3
-15
/
+18
2022-05-13
KVM: PPC: Book3S HV Nested: Change nested guest lookup to use idr
Nicholas Piggin
2
-54
/
+59
2022-05-13
KVM: PPC: Book3S HV: Use IDA allocator for LPID allocator
Nicholas Piggin
1
-12
/
+13
2022-05-13
KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, Nested
Nicholas Piggin
5
-11
/
+33
[prev]
[next]