linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-04 11:03:57 to 2020-05-07 23:07:18 UTC [more...]

[PATCH v4] MIPS: Truncate link address into 32bit for 32bit kernel
 2020-05-04 16:56 UTC  (8+ messages)
` [PATCH v5] "

[PATCH v2 0/4] bus: Add Baikal-T1 SoC APB/AXI bus drivers
 2020-05-07 23:07 UTC  (6+ messages)
  ` [PATCH v2 1/4] dt-bindings: bus: Add Baikal-T1 AXI-bus binding
  ` [PATCH v2 2/4] dt-bindings: bus: Add Baikal-T1 APB-bus binding
  ` [PATCH v2 3/4] bus: Add Baikal-T1 AXI-bus driver
  ` [PATCH v2 4/4] bus: Add Baikal-T1 APB-bus driver
` [PATCH v2 0/2] memory: Add Baikal-T1 L2-cache driver

[PATCH V3 00/15] Remove duplicated kmap code
 2020-05-07 22:52 UTC  (21+ messages)
` [PATCH V3 01/15] arch/kmap: Remove BUG_ON()
` [PATCH V3 02/15] arch/xtensa: Move kmap build bug out of the way
` [PATCH V3 03/15] arch/kmap: Remove redundant arch specific kmaps
` [PATCH V3 04/15] arch/kunmap: Remove duplicate kunmap implementations
` [PATCH V3 05/15] {x86,powerpc,microblaze}/kmap: Move preempt disable
` [PATCH V3 06/15] arch/kmap_atomic: Consolidate duplicate code
` [PATCH V3 07/15] arch/kunmap_atomic: "
` [PATCH V3 08/15] arch/kmap: Ensure kmap_prot visibility
` [PATCH V3 09/15] arch/kmap: Don't hard code kmap_prot values
` [PATCH V3 10/15] arch/kmap: Define kmap_atomic_prot() for all arch's
` [PATCH V3 11/15] drm: Remove drm specific kmap_atomic code
` [PATCH V3 12/15] kmap: Remove kmap_atomic_to_page()
` [PATCH V3 13/15] parisc/kmap: Remove duplicate kmap code
` [PATCH V3 14/15] sparc: Remove unnecessary includes
` [PATCH V3 15/15] kmap: Consolidate kmap_prot definitions
  ` [PATCH V3.1] "

[PATCH v2 0/4] clk: Add Baikal-T1 SoC Clock Control Unit support
 2020-05-07 21:46 UTC  (8+ messages)
  ` [PATCH v2 1/4] dt-bindings: clk: Add Baikal-T1 CCU PLLs binding
  ` [PATCH v2 2/4] dt-bindings: clk: Add Baikal-T1 CCU Dividers binding
  ` [PATCH v2 3/4] clk: Add Baikal-T1 CCU PLLs driver
  ` [PATCH v2 4/4] clk: Add Baikal-T1 CCU Dividers driver

[PATCH 00/22] mips: Prepare MIPS-arch code for Baikal-T1 SoC support
 2020-05-07 21:38 UTC  (36+ messages)
` [PATCH v2 00/20] "
  ` [PATCH v2 01/20] dt-bindings: power: Convert mti,mips-cpc to DT schema
  ` [PATCH v2 02/20] dt-bindings: bus: Add MIPS CDMM controller
  ` [PATCH v2 03/20] dt-bindings: Add vendor prefix for Baikal Electronics, JSC
  ` [PATCH v2 04/20] mips: cm: Fix an invalid error code of INTVN_*_ERR
  ` [PATCH v2 05/20] mips: cm: Add L2 ECC/parity errors reporting
  ` [PATCH v2 06/20] mips: Add MIPS32 Release 5 support
  ` [PATCH v2 07/20] mips: Add MIPS Warrior P5600 support
  ` [PATCH v2 08/20] mips: Fix cpu_has_mips64r1/2 activation for MIPS32 CPUs
  ` [PATCH v2 09/20] mips: Add CP0 Write Merge config support
  ` [PATCH v2 10/20] mips: Add CONFIG/CONFIG6/Cause reg fields macro
  ` [PATCH v2 11/20] mips: MAAR: Use more precise address mask
  ` [PATCH v2 12/20] mips: MAAR: Add XPA mode support
  ` [PATCH v2 13/20] mips: early_printk_8250: Use offset-sized IO-mem accessors
  ` [PATCH v2 14/20] mips: Use offset-sized IO-mem accessors in CPS debug printout
  ` [PATCH v2 15/20] mips: cdmm: Add mti,mips-cdmm dtb node support
  ` [PATCH v2 16/20] bus: cdmm: Add MIPS R5 arch support
  ` [PATCH v2 17/20] mips: Add udelay lpj numbers adjustment
  ` [PATCH v2 18/20] mips: csrc-r4k: Decrease r4k-clocksource rating if CPU_FREQ enabled
  ` [PATCH v2 19/20] mips: cevt-r4k: Update the r4k-clockevent frequency in sync with CPU
  ` [PATCH v2 20/20] cpufreq: Return zero on success in boost sw setting

[RFC PATCH v3 0/3] Add scheduler overview documentation
 2020-05-07 21:15 UTC  (5+ messages)
` [RFC PATCH v3 1/3] docs: scheduler: Restructure scheduler documentation
` [RFC PATCH v3 2/3] docs: scheduler: Add scheduler overview documentation
` [RFC PATCH v3 3/3] docs: scheduler: Add introduction to scheduler context-switch

[PATCH] MIPS: Replace zero-length array with flexible-array
 2020-05-07 19:00 UTC 

[PATCH v3 0/4] serial: 8250_dw: Fix ref clock usage
 2020-05-07 18:29 UTC  (6+ messages)
  ` [PATCH v3 1/4] serial: 8250: Fix max baud limit in generic 8250 port
  ` [PATCH v3 2/4] serial: 8250: Add 8250 port clock update method
  ` [PATCH v3 3/4] serial: 8250_dw: Simplify the ref clock rate setting procedure
  ` [PATCH v3 4/4] serial: 8250_dw: Fix common clocks usage race condition

[RFC PATCH v2 0/3] Add scheduler overview documentation
 2020-05-07 18:01 UTC  (7+ messages)
` [RFC PATCH v2 1/3] docs: scheduler: Restructure scheduler documentation
` [RFC PATCH v2 2/3] docs: scheduler: Add scheduler overview documentation
` [RFC PATCH v2 3/3] docs: scheduler: Add introduction to scheduler context-switch

[PATCH v2 0/5] Statsfs: a new ram-based file sytem for Linux kernel statistics
 2020-05-07 17:45 UTC  (15+ messages)
` [PATCH v2 1/5] refcount, kref: add dec-and-test wrappers for rw_semaphores
` [PATCH v2 2/5] stats_fs API: create, add and remove stats_fs sources and values
` [PATCH v2 3/5] kunit: tests for stats_fs API
` [PATCH v2 4/5] stats_fs fs: virtual fs to show stats to the end-user
` [PATCH v2 5/5] kvm_main: replace debugfs with stats_fs

[PATCH 1/3] MIPS: Remove support for LASAT
 2020-05-07 13:47 UTC  (2+ messages)
` [PATCH 3/3] MIPS: Remove NEC MARKEINS/EMMA

[PATCH v4 0/7] clean up redundant 'kvm_run' parameters
 2020-05-07 13:04 UTC  (5+ messages)
` [PATCH v4 2/7] KVM: arm64: "

[PATCH] MIPS: asm: Rename some macros to avoid build errors
 2020-05-07 12:44 UTC  (2+ messages)

[PATCH] pinctrl: ocelot: Add platform dependency
 2020-05-07 12:44 UTC  (5+ messages)

[PATCH v3 0/7] clocksource: Fix MIPS GIC and DW APB Timer for Baikal-T1 SoC support
 2020-05-07 12:03 UTC  (9+ messages)
  ` [PATCH v3 1/7] dt-bindings: rtc: Convert snps,dw-apb-timer to DT schema
  ` [PATCH v3 2/7] dt-bindings: timer: Move snps,dw-apb-timer DT schema from rtc
  ` [PATCH v3 3/7] dt-bindings: interrupt-controller: Convert mti,gic to DT schema
  ` [PATCH v3 4/7] clocksource: dw_apb_timer: Set clockevent any-possible-CPU mask
  ` [PATCH v3 5/7] clocksource: dw_apb_timer_of: Fix missing clockevent timers
  ` [PATCH v3 6/7] clocksource: mips-gic-timer: Register as sched_clock
  ` [PATCH v3 7/7] clocksource: mips-gic-timer: Set limitations on clocksource/sched-clocks usage

(no subject)
 2020-05-07 11:00 UTC  (3+ messages)
` 
` your mail

[PATCH] MIPS: Use fallthrough full arch/mips
 2020-05-07 10:59 UTC  (3+ messages)

[PATCH] MIPS: tools: Move "returns" after "loongson3-llsc-check"
 2020-05-07 10:59 UTC  (2+ messages)

[PATCH] MIPS: ingenic: Replace <linux/clk-provider.h> by <linux/of_clk.h>
 2020-05-07 10:00 UTC  (5+ messages)

[PATCH v6] MIPS: Loongson: Add DMA support for LS7A
 2020-05-07 10:23 UTC  (7+ messages)

[PATCH] MIPS: asm: Use __ASSEMBLY__ to guard some macros to avoid build error
 2020-05-07  9:55 UTC  (5+ messages)

[PATCH] MIPS: Lasat: Remove dead code in lasat.h
 2020-05-07  8:58 UTC  (3+ messages)

[PATCH] MIPS: CFE: Remove dead code in cfe_getfwinfo()
 2020-05-07  8:37 UTC  (2+ messages)

[PATCH] MIPS: Remove dead code in pci.h
 2020-05-07  8:37 UTC  (2+ messages)

[PATCH] MIPS: Octeon: Remove dead code in __cvmx_helper_npi_probe()
 2020-05-07  8:38 UTC  (2+ messages)

[PATCH v5 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-07  6:48 UTC  (10+ messages)
` [PATCH v5 1/2] dt-bindings: mtd: Add YAML for Nand Flash Controller support
` [PATCH v5 2/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC

[PATCH V2 00/11] Subject: Remove duplicated kmap code
 2020-05-07  4:56 UTC  (23+ messages)
` [PATCH V2 05/11] {x86,powerpc,microblaze}/kmap: Move preempt disable
` [PATCH V2 06/11] arch/kmap_atomic: Consolidate duplicate code
` [PATCH V2 07/11] arch/kunmap_atomic: "
` [PATCH V2 08/11] arch/kmap: Ensure kmap_prot visibility
` [PATCH V2 10/11] arch/kmap: Define kmap_atomic_prot() for all arch's
` [PATCH V2 11/11] drm: Remove drm specific kmap_atomic code

[PATCH] Add missing ifdefs to SGI Platform files for IP22, IP32
 2020-05-06 16:36 UTC  (6+ messages)

[PATCH V2 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-06  6:12 UTC  (3+ messages)
` [PATCH V2 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V2 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()

[PATCH v7 2/5] PCI: Add Loongson PCI Controller support
 2020-05-06  6:08 UTC  (3+ messages)

[PATCH V3 1/2] MIPS: Loongson-3: Enable COP2 usage in kernel
 2020-05-06  5:29 UTC  (2+ messages)

[PATCH 0/3] mm/hugetlb: Add some new arch enabling macros
 2020-05-05 20:12 UTC  (7+ messages)
` [PATCH 3/3] mm/hugetlb: Introduce HAVE_ARCH_CLEAR_HUGEPAGE_FLAGS

DRM interaction problems on Ingenic CI20 / jz4780 with dw-hdmi and ingenic-drm
 2020-05-05 18:26 UTC  (4+ messages)

[PATCH v7 00/12] ARM/MIPS: DTS: add child nodes describing the PVRSGX GPU present in some OMAP SoC and JZ4780 (and many more)
 2020-05-05 15:53 UTC  (3+ messages)
` [PATCH v7 01/12] dt-bindings: add img,pvrsgx.yaml for Imagination GPUs

[PATCH v4 0/2] mtd: rawnand: Add NAND controller support on Intel LGM SoC
 2020-05-05  7:17 UTC  (23+ messages)
` [PATCH v4 2/2] "

[PATCH] docs: dt: fix broken links due to txt->yaml renames
 2020-05-05  4:07 UTC  (6+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).