linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-10 17:24:12 to 2019-01-21 08:06:57 UTC [more...]

[PATCH v2 00/21] Refine memblock API
 2019-01-21  8:04 UTC  (13+ messages)
` [PATCH v2 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH v2 04/21] memblock: drop memblock_alloc_base_nid()
` [PATCH v2 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH v2 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH v2 08/21] memblock: drop __memblock_alloc_base()
` [PATCH v2 09/21] memblock: drop memblock_alloc_base()
` [PATCH v2 10/21] memblock: refactor internal allocation functions
` [PATCH v2 17/21] init/main: add checks for the return value of memblock_alloc*()
` [PATCH v2 18/21] swiotlb: "
` [PATCH v2 19/21] treewide: "
` [PATCH v2 20/21] memblock: memblock_alloc_try_nid: don't panic
` [PATCH v2 21/21] memblock: drop memblock_alloc_*_nopanic() variants

[PATCH] MIPS: Remove function size check in get_frame_info()
 2019-01-21  3:45 UTC 

[PATCH] MIPS: remove meaningless generic-(CONFIG_GENERIC_CSUM) += checksum.h
 2019-01-21  2:48 UTC 

[GIT PULL] MIPS fixes
 2019-01-19 22:35 UTC  (2+ messages)

[PATCH v2 00/29] y2038: add time64 syscalls
 2019-01-19 14:28 UTC  (40+ messages)
` [PATCH v2 01/29] ia64: add __NR_umount2 definition
` [PATCH v2 02/29] ia64: add statx and io_pgetevents syscalls
` [PATCH v2 03/29] ia64: assign syscall numbers for perf and seccomp
` [PATCH v2 04/29] alpha: wire up io_pgetevents system call
` [PATCH v2 05/29] alpha: update syscall macro definitions
` [PATCH v2 06/29] ARM: add migrate_pages() system call
` [PATCH v2 07/29] ARM: add kexec_file_load system call number
` [PATCH v2 08/29] m68k: assign syscall number for seccomp
` [PATCH v2 09/29] sh: remove duplicate unistd_32.h file
` [PATCH v2 10/29] sh: add statx system call
` [PATCH v2 11/29] sparc64: fix sparc_ipc type conversion
` [PATCH v2 12/29] ipc: rename old-style shmctl/semctl/msgctl syscalls
` [PATCH v2 13/29] arch: add split IPC system calls where needed
` [PATCH v2 14/29] arch: add pkey and rseq syscall numbers everywhere
` [PATCH v2 15/29] alpha: add standard statfs64/fstatfs64 syscalls
` [PATCH v2 16/29] alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls
` [PATCH v2 17/29] syscalls: remove obsolete __IGNORE_ macros
` [PATCH v2 18/29] time: make adjtime compat handling available for 32 bit
` [PATCH v2 19/29] time: Add struct __kernel_timex
` [PATCH v2 20/29] time: fix sys_timer_settime prototype
` [PATCH v2 21/29] sparc64: add custom adjtimex/clock_adjtime functions
` [PATCH v2 22/29] timex: use __kernel_timex internally
` [PATCH v2 23/29] timex: change syscalls to use struct __kernel_timex
` [PATCH v2 24/29] x86/x32: use time64 versions of sigtimedwait and recvmmsg
` [PATCH v2 26/29] y2038: use time32 syscall names on 32-bit
` [PATCH v2 27/29] y2038: remove struct definition redirects
` [PATCH v2 28/29] y2038: rename old time and utime syscalls
` [PATCH v2 29/29] y2038: add 64-bit time_t syscalls to all 32-bit architectures

[PATCH] MIPS: Compile post DMA flush only when needed
 2019-01-18 19:33 UTC  (2+ messages)

[PATCH v5 07/17] fanotify: encode file identifier for FAN_REPORT_FID
 2019-01-18 18:39 UTC  (2+ messages)

[PATCH net-next 0/8] net: mscc: PTP offloading support
 2019-01-18 18:16 UTC  (16+ messages)
` [PATCH net-next 1/8] Documentation/bindings: net: ocelot: document the VCAP and PTP banks
` [PATCH net-next 2/8] MIPS: dts: mscc: describe VCAP and PTP register ranges
` [PATCH net-next 3/8] Documentation/bindings: net: ocelot: document the PTP ready IRQ
` [PATCH net-next 4/8] MIPS: dts: mscc: describe the PTP ready interrupt
` [PATCH net-next 5/8] net: mscc: describe the VCAP and PTP register ranges
` [PATCH net-next 6/8] net: mscc: improve the frame header parsing readability
` [PATCH net-next 7/8] net: mscc: remove the frame_info cpuq member
` [PATCH net-next 8/8] net: mscc: PTP offloading support

[PATCH 1/8] MIPS: DTS: CI20: Set BCH clock to 200 MHz
 2019-01-18 14:22 UTC  (17+ messages)
` [PATCH 2/8] dt-bindings: mtd: ingenic: Add compatible strings for the JZ4725B
` [PATCH 3/8] mtd: rawnand: jz4780: Use SPDX license notifiers
` [PATCH 4/8] mtd: rawnand: jz4780: Add support for the JZ4725B
` [PATCH 5/8] mtd: rawnand: jz4780: Add ooblayout "
` [PATCH 6/8] mtd: rawnand: jz4780-bch: Don't set clock rate in driver
` [PATCH 7/8] mtd: rawnand: jz4780-bch: Separate top-level and SoC specific code
` [PATCH 8/8] mtd: rawnand: jz4780-bch: Add support for the JZ4725B

[PATCH 00/21] Refine memblock API
 2019-01-18  8:43 UTC  (28+ messages)
` [PATCH 01/21] openrisc: prefer memblock APIs returning virtual address
` [PATCH 02/21] powerpc: use memblock functions "
` [PATCH 03/21] memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc
` [PATCH 04/21] memblock: drop memblock_alloc_base_nid()
` [PATCH 05/21] memblock: emphasize that memblock_alloc_range() returns a physical address
` [PATCH 06/21] memblock: memblock_phys_alloc_try_nid(): don't panic
` [PATCH 07/21] memblock: memblock_phys_alloc(): "
` [PATCH 08/21] memblock: drop __memblock_alloc_base()
` [PATCH 09/21] memblock: drop memblock_alloc_base()
` [PATCH 10/21] memblock: refactor internal allocation functions
` [PATCH 11/21] memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
` [PATCH 12/21] arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
` [PATCH 13/21] arch: don't memset(0) memory returned by memblock_alloc()
` [PATCH 14/21] ia64: add checks for the return value of memblock_alloc*()
` [PATCH 15/21] sparc: "
` [PATCH 16/21] mm/percpu: "
` [PATCH 17/21] init/main: "
` [PATCH 18/21] swiotlb: "
` [PATCH 19/21] treewide: "
  ` [Xen-devel] "
` [PATCH 20/21] memblock: memblock_alloc_try_nid: don't panic
` [PATCH 21/21] memblock: drop memblock_alloc_*_nopanic() variants

[PATCH 3/6] spi: ath79: Enable support for compile test
 2019-01-17 12:40 UTC  (2+ messages)
  ` Applied "spi: ath79: Enable support for compile test" to the spi tree

[PATCH v2 3/4] kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
 2019-01-17 10:02 UTC 

[PATCH 2/3] kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)
 2019-01-17  5:59 UTC  (3+ messages)
  ` [PATCH 2/3] kbuild: add real-prereqs shorthand for $(filter-out FORCE, $^)

[PATCH 00/15] arch: synchronize syscall tables in preparation for y2038
 2019-01-16  0:10 UTC  (27+ messages)
` [PATCH 14/15] arch: add split IPC system calls where needed
` [PATCH 15/15] arch: add pkey and rseq syscall numbers everywhere

[PATCH] MIPS: OCTEON: fix kexec support
 2019-01-14 18:35 UTC  (2+ messages)

Loongson 2F IDE/ATA broken with lemote2f_defconfig
 2019-01-14 13:16 UTC  (3+ messages)

[PATCH] kbuild: Disable LD_DEAD_CODE_DATA_ELIMINATION with ftrace & GCC <= 4.7
 2019-01-13  3:54 UTC  (6+ messages)
        ` [PATCH v2] "

[PATCH 1/2] MIPS: Loongson, add sync before target of branch between llsc
 2019-01-12  8:19 UTC  (8+ messages)
`  "

[PATCH 4.9 41/63] MIPS: math-emu: Write-protect delay slot emulation pages
 2019-01-11 14:14 UTC 

[PATCH v1 00/11] MIPS: ath79: move towards proper OF support
 2019-01-11 14:22 UTC  (12+ messages)
` [PATCH v1 01/11] MIPS: ath79: add helpers for setting clocks and expose the ref clock
` [PATCH v1 02/11] MIPS: ath79: move legacy "wdt" and "uart" clock aliases out of soc init
` [PATCH v1 03/11] MIPS: ath79: pass PLL base to clock init functions
` [PATCH v1 04/11] MIPS: ath79: make specifying the reference clock in DT optional
` [PATCH v1 05/11] MIPS: ath79: support setting up clock via DT on all SoC types
` [PATCH v1 06/11] MIPS: ath79: export switch MDIO reference clock
` [PATCH v1 07/11] MIPS: ath79: drop legacy IRQ code
` [PATCH v1 08/11] MIPS: ath79: drop machfiles
` [PATCH v1 09/11] MIPS: ath79: drop legacy pci code
` [PATCH v1 10/11] MIPS: ath79: drop platform device registration code
` [PATCH v1 11/11] MIPS: ath79: drop !OF clock code

MIPS: ath79: regressions after dma-mapping changes
 2019-01-11 13:53 UTC  (3+ messages)

[PATCH 00/11] y2038: add time64 syscalls
 2019-01-10 20:55 UTC  (10+ messages)
` [PATCH 01/11] time: make adjtime compat handling available for 32 bit
` [PATCH 03/11] time: fix sys_timer_settime prototype
` [PATCH 04/11] sparc64: add custom adjtimex/clock_adjtime functions
` [PATCH 06/11] timex: change syscalls to use struct __kernel_timex
` [PATCH 08/11] y2038: use time32 syscall names on 32-bit
` [PATCH 09/11] y2038: remove struct definition redirects
` [PATCH 10/11] y2038: rename old time and utime syscalls
` [PATCH 11/11] y2038: add 64-bit time_t syscalls to all 32-bit architectures
  ` [PATCH 07/11] y2038: syscalls: rename y2038 compat syscalls

[4.9 PATCH] MIPS: math-emu: Write-protect delay slot emulation pages
 2019-01-10 19:09 UTC  (2+ messages)

[PATCH v2] Disable MSI also when pcie-octeon.pcie_disable on
 2019-01-10 18:58 UTC  (7+ messages)

[PATCH 1/2] MIPS: Loongson, add sync before target of branch between llsc
 2019-01-10 18:42 UTC  (5+ 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).