messages from 2021-01-08 18:54:07 to 2021-02-18 04:06:07 UTC [more...]
[PATCH v3 00/14] lib/find_bit: fast path for small bitmaps
2021-02-18 4:04 UTC
[RFC] IRQ handlers run with some high-priority interrupts(not NMI) enabled on some platform
2021-02-17 22:41 UTC (12+ messages)
[RESEND PATCH v2 0/6] lib/find_bit: fast path for small bitmaps
2021-02-17 10:33 UTC (23+ messages)
` [PATCH 1/8] tools: disable -Wno-type-limits
` [PATCH 2/8] tools: bitmap: sync function declarations with linux kernel
` [PATCH 3/8] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 4/8] lib: introduce BITS_{FIRST,LAST} macro
` [PATCH 5/8] bitsperlong.h: introduce SMALL_CONST() macro
` [PATCH 6/8] lib: inline _find_next_bit() wrappers
` [PATCH 7/8] lib: add fast path for find_next_*_bit()
` [PATCH 8/8] lib: add fast path for find_first_*_bit() and find_last_bit()
[m68k:master] BUILD SUCCESS fa8e9df665a14d951e0991c6d5d4b1651a22665a
2021-02-16 19:41 UTC
[m68k:m68k-v5.11] BUILD SUCCESS df2c81e80007c370ee5429f93bf044221dad6c4b
2021-02-16 19:41 UTC
[GIT PULL] m68k updates for 5.12
2021-02-15 15:11 UTC
[PATCH 00/27] arch: syscalls: unifiy all syscalltbl.sh into scripts/syscalltbl.sh
2021-02-15 12:03 UTC (36+ messages)
` [PATCH 01/27] scripts: add generic syscalltbl.sh
` [PATCH 02/27] x86/syscalls: fix -Wmissing-prototypes warnings from COND_SYSCALL()
` [PATCH 03/27] x86/build: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 04/27] x86/entry/x32: rename __x32_compat_sys_* to __x64_compat_sys_*
` [PATCH 05/27] x86/syscalls: switch to generic syscalltbl.sh
` [PATCH 06/27] ARM: syscalls: "
` [PATCH 07/27] alpha: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 08/27] alpha: syscalls: switch to generic syscalltbl.sh
` [PATCH 09/27] ia64: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 10/27] ia64: syscalls: switch to generic syscalltbl.sh
` [PATCH 11/27] m68k: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 12/27] m68k: syscalls: switch to generic syscalltbl.sh
` [PATCH 13/27] microblaze: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 14/27] microblaze: syscalls: switch to generic syscalltbl.sh
` [PATCH 15/27] mips: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 16/27] mips: syscalls: switch to generic syscalltbl.sh
` [PATCH 17/27] parisc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 18/27] parisc: syscalls: switch to generic syscalltbl.sh
` [PATCH 19/27] sh: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 20/27] sh: syscalls: switch to generic syscalltbl.sh
` [PATCH 21/27] sparc: remove wrong comment from arch/sparc/include/asm/Kbuild
` [PATCH 22/27] sparc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 23/27] sparc: syscalls: switch to generic syscalltbl.sh
` [PATCH 24/27] powerpc: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 25/27] powerpc: syscalls: switch to generic syscalltbl.sh
` [PATCH 26/27] xtensa: add missing FORCE and fix 'targets' to make if_changed work
` [PATCH 27/27] xtensa: syscalls: switch to generic syscalltbl.sh
[PATCH 1/2] arch: syscalls: add missing FORCE and fix 'targets' to make if_changed work
2021-02-15 0:48 UTC (2+ messages)
` [PATCH 2/2] arch: syscalls: remove $(srctree)/ prefix from syscall tables
Re: [PATCH for-next 00/32] spin lock usage optimization for SCSI drivers
2021-02-12 2:45 UTC (5+ messages)
[Linuxarm] Re: [PATCH for-next 00/32] spin lock usage optimization for SCSI drivers
2021-02-12 0:21 UTC (17+ messages)
` "
[m68k:master] BUILD SUCCESS 757f4e8adbaa70c189767e5234809bc9c8e20172
2021-02-10 8:40 UTC
[PATCH] m68k: Drop -fno-strength-reduce from KBUILD_CFLAGS
2021-02-07 9:45 UTC (3+ messages)
[PATCH] arch: m68k: include: asm: Reconstruct the sentence in file sun3ints.h
2021-02-05 12:59 UTC (3+ messages)
[PATCH] net: fec: Silence M5272 build warnings
2021-02-03 3:10 UTC (3+ messages)
[m68k:master] BUILD SUCCESS ba69143c0249902349d36552a40ac7ada0a61faf
2021-02-01 21:06 UTC
[PATCH 0/6] lib/find_bit: fast path for small bitmaps
2021-01-29 22:25 UTC (13+ messages)
` [PATCH 1/6] arch: rearrange headers inclusion order in asm/bitops for m68k and sh
` [PATCH 2/6] lib: inttroduce BITS_{FIRST,LAST}() macro
` [PATCH 2/5] bits_per_long.h: introduce SMALL_CONST() macro
` [PATCH 3/5] lib: inline _find_next_bit() wrappers
` [PATCH 4/5] lib: add fast path for find_next_*_bit()
` [PATCH 6/6] lib: add fast path for find_first_*_bit() and find_last_bit()
[m68k:master] BUILD SUCCESS 242118f751648aa0286acb1000eaadf6accd336d
2021-01-29 20:21 UTC
[PATCH 0/6] lib/find_bit: fast path for small bitmaps
2021-01-29 6:41 UTC (16+ messages)
` [PATCH 1/6] arch: rearrahge headers inclusion order in asm/bitops for m68k and sh
` [PATCH 2/6] bitmap: move some macros from linux/bitmap.h to linux/bitops.h
` [PATCH 3/6] tools: sync bitops macro definitions with the kernel
` [PATCH 4/6] lib: inline _find_next_bit() wrappers
` [PATCH 5/6] lib: add fast path for find_next_*_bit()
` [PATCH 6/6] lib: add fast path for find_first_*_bit() and find_last_bit()
[m68k:master] BUILD SUCCESS 3680b999390b58753ef154ce5d95d86183ab8db6
2021-01-26 5:20 UTC
[m68k:for-next] BUILD SUCCESS c396dd2ec5bbd1cb80eafe32a72ab6bd6b17cb5a
2021-01-26 5:20 UTC
[PATCH] m68k: let clk_enable() return immediately if clk is NULL
2021-01-25 13:24 UTC (2+ messages)
[PATCH] macintosh/adb-iop: Use big-endian autopoll mask
2021-01-25 7:45 UTC
[m68k:master] BUILD SUCCESS abe70ee4912bda1466e67ba689712bc529e8114b
2021-01-18 21:43 UTC
Booting Linux on Sun3 machines
2021-01-18 21:03 UTC (7+ messages)
[ragnatech:net-next 317/356] {standard input}:3148: Error: operands mismatch -- statement `andl %a1,%d1' ignored
2021-01-18 12:19 UTC
Old platforms: bring out your dead
2021-01-16 23:22 UTC (28+ messages)
` New platforms: bring out your dead, was "
` Undesirable code, was Re: Old platforms etc
` Old platforms never die, was Re: Old platforms: bring out your dead
[PATCH] Adds a new ioctl32 syscall for backwards compatibility layers
2021-01-15 22:39 UTC (6+ messages)
` [PATCH v2] "
BigRAMPlus seems to be detected now
2021-01-15 19:07 UTC (2+ messages)
[m68k:m68k-queue] BUILD SUCCESS 069e2573efc3884d5b93f2fd35a9caefafc2132b
2021-01-14 1:40 UTC (3+ messages)
[m68k:master] BUILD SUCCESS c941d009e8721648ba8eb1f5226125c3808a6cfe
2021-01-12 21:35 UTC
[PATCH v2] arch: consolidate pm_power_off callback
2021-01-12 14:05 UTC (2+ messages)
Old platforms: bring out your dead
2021-01-11 9:50 UTC (6+ messages)
[m68k:m68k-queue] BUILD SUCCESS 5e8704c4abcd813e1fa08cc64502441c4fe9de86
2021-01-08 18:52 UTC
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;
as well as URLs for NNTP newsgroup(s).