index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: Add arch hooks for saving/restoring tags
Steven Price
2020-09-04
4
-0
/
+46
*
fs: Handle intra-page faults in copy_mount_options()
Catalin Marinas
2020-09-04
1
-7
/
+18
*
arm64: mte: ptrace: Add NT_ARM_TAGGED_ADDR_CTRL regset
Catalin Marinas
2020-09-04
2
-0
/
+43
*
arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
Catalin Marinas
2020-09-04
5
-0
/
+218
*
arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
Catalin Marinas
2020-09-04
4
-22
/
+30
*
arm64: mte: Restore the GCR_EL1 register after a suspend
Catalin Marinas
2020-09-04
3
-0
/
+16
*
arm64: mte: Allow user control of the generated random tags via prctl()
Catalin Marinas
2020-09-04
5
-4
/
+44
*
arm64: mte: Allow user control of the tag check mode via prctl()
Catalin Marinas
2020-09-04
5
-3
/
+123
*
mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
Catalin Marinas
2020-09-04
1
-0
/
+3
*
arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
Catalin Marinas
2020-09-04
1
-1
/
+13
*
mm: Introduce arch_validate_flags()
Catalin Marinas
2020-09-04
3
-0
/
+28
*
arm64: mte: Add PROT_MTE support to mmap() and mprotect()
Catalin Marinas
2020-09-04
7
-12
/
+72
*
mm: Introduce arch_calc_vm_flag_bits()
Kevin Brodsky
2020-09-04
1
-2
/
+8
*
arm64: mte: Tags-aware aware memcmp_pages() implementation
Catalin Marinas
2020-09-04
2
-1
/
+27
*
arm64: Avoid unnecessary clear_user_page() indirection
Catalin Marinas
2020-09-04
2
-8
/
+1
*
arm64: mte: Tags-aware copy_{user_,}highpage() implementations
Vincenzo Frascino
2020-09-04
4
-7
/
+55
*
arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
Catalin Marinas
2020-09-04
6
-0
/
+91
*
mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()
Catalin Marinas
2020-09-04
1
-0
/
+3
*
mm: Add PG_arch_2 page flag
Steven Price
2020-09-04
5
-1
/
+17
*
arm64: mte: Handle synchronous and asynchronous tag check faults
Vincenzo Frascino
2020-09-04
9
-3
/
+119
*
arm64: mte: Add specific SIGSEGV codes
Vincenzo Frascino
2020-09-04
2
-2
/
+4
*
arm64: kvm: mte: Hide the MTE CPUID information from the guests
Catalin Marinas
2020-09-04
1
-0
/
+16
*
arm64: mte: CPU feature detection and initial sysreg configuration
Vincenzo Frascino
2020-09-03
9
-5
/
+54
*
arm64: mte: Use Normal Tagged attributes for the linear map
Catalin Marinas
2020-09-03
5
-4
/
+31
*
arm64: mte: system register definitions
Vincenzo Frascino
2020-09-03
4
-1
/
+56
*
Linux 5.9-rc3
v5.9-rc3
Linus Torvalds
2020-08-31
1
-1
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-08-31
4
-13
/
+19
|
\
|
*
crypto: af_alg - Work around empty control messages without MSG_MORE
Herbert Xu
2020-08-27
1
-3
/
+10
|
*
crypto: sa2ul - add Kconfig selects to fix build error
Randy Dunlap
2020-08-21
1
-0
/
+3
|
*
crypto: ingenic - Drop kfree for memory allocated with devm_kzalloc
Wei Yongjun
2020-08-21
1
-7
/
+2
|
*
crypto: qat - add delay before polling mailbox
Giovanni Cabiddu
2020-08-21
1
-3
/
+4
*
|
Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-30
4
-13
/
+45
|
\
\
|
*
|
genirq/matrix: Deal with the sillyness of for_each_cpu() on UP
Thomas Gleixner
2020-08-30
1
-0
/
+7
|
*
|
x86/irq: Unbreak interrupt affinity setting
Thomas Gleixner
2020-08-27
1
-7
/
+9
|
*
|
x86/hotplug: Silence APIC only after all interrupts are migrated
Ashok Raj
2020-08-27
1
-6
/
+20
|
*
|
MAINTAINERS: Add entry for HPE Superdome Flex (UV) maintainers
Steve Wahl
2020-08-26
1
-0
/
+9
*
|
|
Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-30
23
-394
/
+534
|
\
\
\
|
*
\
\
Merge tag 'irqchip-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Thomas Gleixner
2020-08-26
1477
-13974
/
+25422
|
|
\
\
\
|
|
*
|
|
irqchip/ingenic: Leave parent IRQ unmasked on suspend
Paul Cercueil
2020-08-25
1
-1
/
+1
|
|
*
|
|
irqchip/stm32-exti: Avoid losing interrupts due to clearing pending bits by m...
qiuguorui1
2020-08-25
1
-2
/
+12
|
|
*
|
|
irqchip: Revert modular support for drivers using IRQCHIP_PLATFORM_DRIVER hel...
Marc Zyngier
2020-08-25
4
-14
/
+4
|
|
*
|
|
irqchip: Fix probing deferal when using IRQCHIP_PLATFORM_DRIVER helpers
Marc Zyngier
2020-08-17
1
-1
/
+1
|
|
*
|
|
arm64: dts: k3-am65: Update the RM resource types
Lokesh Vutla
2020-08-16
2
-12
/
+12
|
|
*
|
|
arm64: dts: k3-am65: ti-sci-inta/intr: Update to latest bindings
Lokesh Vutla
2020-08-16
4
-20
/
+17
|
|
*
|
|
arm64: dts: k3-j721e: ti-sci-inta/intr: Update to latest bindings
Lokesh Vutla
2020-08-16
3
-32
/
+32
|
|
*
|
|
irqchip/ti-sci-inta: Add support for INTA directly connecting to GIC
Lokesh Vutla
2020-08-16
1
-13
/
+74
|
|
*
|
|
irqchip/ti-sci-inta: Do not store TISCI device id in platform device id field
Lokesh Vutla
2020-08-16
1
-7
/
+9
|
|
*
|
|
dt-bindings: irqchip: Convert ti, sci-inta bindings to yaml
Lokesh Vutla
2020-08-16
3
-67
/
+99
|
|
*
|
|
dt-bindings: irqchip: ti, sci-inta: Update docs to support different parent.
Lokesh Vutla
2020-08-16
1
-9
/
+9
|
|
*
|
|
irqchip/ti-sci-intr: Add support for INTR being a parent to INTR
Lokesh Vutla
2020-08-16
1
-59
/
+93
[next]