messages from 2017-09-27 02:53:01 to 2017-10-09 13:10:35 UTC [more...]
[PATCH 0/4] PCI: Cleanup unused stuff
2017-10-09 13:10 UTC (11+ messages)
` [PATCH 1/4] PCI: Remove redundant pcibios_set_master() declarations
` [PATCH 2/4] PCI: Remove redundant pci_dev, pci_bus, resource declarations
` [PATCH 3/4] PCI: Remove unused declarations
` [PATCH 4/4] alpha/PCI: Make pdev_save_srm_config() static
[PATCH 3.16 069/192] MIPS: math-emu: Prevent wrong ISA mode instruction emulation
2017-10-09 12:44 UTC (11+ messages)
` [PATCH 3.16 059/192] MIPS: Fix mips_atomic_set() with EVA
` [PATCH 3.16 055/192] MIPS: Bail on unsupported module relocs
` [PATCH 3.16 070/192] MIPS: Actually decode JALX in `__compute_return_epc_for_insn'
` [PATCH 3.16 056/192] MIPS: module: Ensure we always clean up r_mips_hi16_list
` [PATCH 3.16 104/192] MIPS: Negate error syscall return in trace
` [PATCH 3.16 071/192] MIPS: Fix unaligned PC interpretation in `compute_return_epc'
` [PATCH 3.16 057/192] MIPS: Fix mips_atomic_set() retry condition
` [PATCH 3.16 072/192] MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
` [PATCH 3.16 058/192] MIPS: Save static registers before sysmips
` [PATCH 3.16 170/192] MIPS: KVM: Fix modular KVM under QEMU
[PATCH 3.2 68/74] MIPS: Refactor 'clear_page' and 'copy_page' functions
2017-10-09 12:30 UTC (3+ messages)
` [PATCH 3.2 22/74] MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
` [PATCH 3.2 17/74] MIPS: Fix mips_atomic_set() retry condition
[BACKPORT 3.14.y] MIPS: KVM: Fix modular KVM under QEMU
2017-10-08 21:14 UTC (2+ messages)
Please apply to stable, commit d7de413475f4 ("MIPS: Fix 64k page support for 32 bit kernels.")
2017-10-08 21:05 UTC (2+ messages)
commit 8031c3ddc70a breaks RAID5 on MIPS kernel where PAGE_SIZE == 64K
2017-10-08 20:34 UTC
Building older mips kernels with different versions of binutils; possible patch for 3.2 and 3.4
2017-10-08 19:54 UTC (5+ messages)
undefined reference to `__multi3' when building with gcc 7.x
2017-10-07 19:22 UTC (12+ messages)
[PATCH 0/7] I2C GPIO to use gpiolibs open drain
2017-10-06 20:52 UTC (7+ messages)
` [PATCH 1/7] i2c: gpio: Convert to use descriptors
` [PATCH 4/7] i2c: gpio: Augment all boardfiles to use open drain
[PATCH v2] MIPS: Add basic R5900 support
2017-10-06 20:28 UTC (26+ messages)
[PATCH 0/2] MIPS: Minor FPU emulation fixes
2017-10-06 17:29 UTC (3+ messages)
` [PATCH 1/2] MIPS: math-emu: Update debugfs FP exception stats for certain instructions
` [PATCH 2/2] MIPS: math-emu: Use preferred flavor of unsigned integer declarations
[PATCH] MIPS: loongson1: set default number of rx and tx queues for stmmac
2017-10-06 13:13 UTC
[PATCH 3.18 03/35] MIPS: Ensure bss section ends on a long-aligned address
2017-10-06 9:24 UTC (2+ messages)
` [PATCH 3.18 04/35] MIPS: kexec: Do not reserve invalid crashkernel memory on boot
[PATCH 4.9 009/104] MIPS: Ensure bss section ends on a long-aligned address
2017-10-06 9:21 UTC (12+ messages)
` [PATCH 4.9 010/104] MIPS: fix mem=X@Y commandline processing
` [PATCH 4.9 011/104] MIPS: kexec: Do not reserve invalid crashkernel memory on boot
` [PATCH 4.9 012/104] MIPS: ralink: Fix a typo in the pinmux setup
` [PATCH 4.9 013/104] MIPS: ralink: Fix incorrect assignment on ralink_soc
` [PATCH 4.9 055/104] MIPS: Lantiq: Fix another request_mem_region() return code check
` [PATCH 4.9 056/104] mips: ath79: clock:- Unmap region obtained by of_iomap
` [PATCH 4.9 074/104] MIPS: IRQ Stack: Unwind IRQ stack onto task stack
` [PATCH 4.9 077/104] MIPS: smp-cps: Fix retrieval of VPE mask on big endian CPUs
[PATCH 4.4 06/50] MIPS: Ensure bss section ends on a long-aligned address
2017-10-06 8:53 UTC (4+ messages)
` [PATCH 4.4 07/50] MIPS: ralink: Fix incorrect assignment on ralink_soc
` [PATCH 4.4 28/50] MIPS: Lantiq: Fix another request_mem_region() return code check
` [PATCH 4.4 36/50] MIPS: IRQ Stack: Unwind IRQ stack onto task stack
[PATCH 06/11] MIPS: cmpxchg: Implement __cmpxchg() as a function
2017-10-05 23:27 UTC (3+ messages)
[PATCH 00/13] timer: Start conversion to timer_setup()
2017-10-05 22:39 UTC (28+ messages)
` [PATCH 01/13] timer: Convert schedule_timeout() to use from_timer()
` [PATCH 02/13] timer: Remove init_timer_pinned_deferrable() in favor of timer_setup()
` [PATCH 03/13] timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack()
` [PATCH 04/13] timer: Remove init_timer_pinned() in favor of timer_setup()
` [PATCH 05/13] timer: Remove init_timer_deferrable() "
` [PATCH 06/13] timer: Remove users of TIMER_DEFERRED_INITIALIZER
` [PATCH 07/13] timer: Remove last user of TIMER_INITIALIZER
` [PATCH 08/13] timer: Remove unused static initializer macros
` [PATCH 09/13] timer: Remove users of expire and data arguments to DEFINE_TIMER
` [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER
` [PATCH 11/13] timer: Remove expires argument from __TIMER_INITIALIZER()
` [PATCH 12/13] kthread: Convert callback to use from_timer()
` [PATCH 13/13] workqueue: "
[PATCH] mm, arch: remove empty_bad_page*
2017-10-05 10:02 UTC (3+ messages)
[PATCH v2 0/2] MIPS CRC instruction support
2017-10-04 15:36 UTC (5+ messages)
` [PATCH v2 1/2] MIPS: add crc instruction support flag to elf_hwcap
` [PATCH v2 2/2] MIPS: crypto: Add crc32 and crc32c hw accelerated module
Hello
2017-10-04 12:39 UTC
refactor dma_cache_sync V2
2017-10-04 9:06 UTC (21+ messages)
` [PATCH 01/11] floppy: consolidate the dummy fd_cacheflush definition
` [PATCH 02/11] x86: make dma_cache_sync a no-op
` [PATCH 03/11] frv: "
` [PATCH 04/11] ia64: "
` [PATCH 05/11] microblaze: "
` [PATCH 06/11] mn10300: "
` [PATCH 07/11] powerpc: "
` [PATCH 08/11] unicore32: "
` [PATCH 09/11] xtensa: "
` [PATCH 10/11] sh: "
` [PATCH 11/11] dma-mapping: turn dma_cache_sync into a dma_map_ops method
[PATCH 0/2] MIPS CRC instruction support
2017-10-04 7:49 UTC (12+ messages)
` [PATCH 1/2] MIPS: add crc instruction support flag to elf_hwcap
` [PATCH 2/2] MIPS: crypto: Add crc32 and crc32c hw accelerated module
[RFC PATCH] MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
2017-10-04 2:46 UTC
[PATCH] MIPS: Fix sparse CPU id space build error
2017-10-03 17:00 UTC (4+ messages)
[PATCH 4.13 049/110] MIPS: Fix perf event init
2017-10-03 12:29 UTC
[PATCH V7 2/2] scsi: Align block queue to dma_get_cache_alignment()
2017-09-30 23:30 UTC (2+ messages)
[PATCH] MIPS: Fix input modify in __write_64bit_c0_split()
2017-09-29 23:12 UTC (7+ messages)
[PATCH] MIPS: Use SLL by 0 for 32-bit truncation in `__read_64bit_c0_split'
2017-09-29 22:39 UTC (6+ messages)
[PATCH v2 00/12] Add Octeon Hotplug CPU Support
2017-09-29 20:54 UTC (15+ messages)
` [PATCH v2 01/12] MIPS: Add nudges to writes for bit unlocks
` [PATCH v2 02/12] MIPS: Remove unused variable 'lastpfn'
` [PATCH v2 03/12] MIPS: Allow __cpu_number_map to be larger than NR_CPUS
` [PATCH v2 04/12] MIPS: Octeon: Remove usage of cvmx_wait() everywhere
` [PATCH v2 05/12] MIPS: Octeon: Header and file cleaning
` [PATCH v2 06/12] MIPS: Octeon: Update CIU_FUSE registers
` [PATCH v2 07/12] MIPS: Octeon: Add Octeon III platforms for console output
` [PATCH v2 08/12] MIPS: Octeon: Remove crufty KEXEC and CRASH_DUMP code
` [PATCH v2 09/12] MIPS: Octeon: Populate kernel memory from cvmx_bootmem named blocks
` [PATCH v2 10/12] MIPS: Add the concept of BOOT_MEM_KERNEL to boot_mem_map
` [PATCH v2 11/12] MIPS: Add define for number of bits in MMUSizeExt field
` [PATCH v2 12/12] MIPS: Octeon: Add working hotplug CPU support
[PATCH] MIPS: BMIPS: Do not mask IPIs during suspend
2017-09-28 18:22 UTC (2+ messages)
[RFC 0/4] Add Ingenic X1000 SoC Support
2017-09-27 15:15 UTC (5+ messages)
` [RFC 1/4] dt-bindings: Add Ingenic X1000 SoC clock define
` [RFC 2/4] clk: Add Ingenic X1000 CGU driver
` [RFC 3/4] MIPS: Ingenic: Initial X1000 SoC support
` [RFC 4/4] MIPS: Ingenic: Add Halley2 development board support
[mips-sjhill:mips-for-linux-next 9/12] arch/mips/include/asm/smp.h:32:29: error: 'CONFIG_MIPS_NR_CPU_NR_MAP' undeclared here (not in a function)
2017-09-27 13:17 UTC
[PATCH v2] MIPS: SMP: Fix deadlock & online race
2017-09-27 9:13 UTC (2+ messages)
error: ‘target’ may be used uninitialized in arch/mips/net/ebpf_jit.c
2017-09-27 8:14 UTC (3+ messages)
` [PATCH] MIPS: bpf: Fix uninitialised target compiler error
[PATCH] net: stmmac: Meet alignment requirements for DMA
2017-09-27 5:23 UTC (9+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox