All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-10 20:10:50 to 2020-05-10 20:47:45 UTC [more...]

post-receive: pub/scm/linux/kernel/git/pablo/nf
 2020-05-10 20:47 UTC 

[Buildroot] [PATCH v1] package/squashfs: fix host compile multiple definitions
 2020-05-10 20:46 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] package/squashfs: fix host compile multiple definitions
 2020-05-10 20:46 UTC 

[Buildroot] [PATCH v1] package/qt5base: fix input_event related compile failure
 2020-05-10 20:45 UTC  (3+ messages)

stable/linux-5.4.y boot: 115 boots: 1 failed, 107 passed with 7 untried/unknown (v5.4.40)
 2020-05-10 20:44 UTC 

[PATCH v2 0/2] Move FSP configuration to devicetree
 2020-05-10 20:44 UTC  (5+ messages)
` [PATCH v2 1/2] arch: x86: apl: Only load VBT if CONFIG_HAVE_VBT is enabled
` [PATCH v2 2/2] arch: x86: apl: Use devicetree for FSP configuration

[Buildroot] [git commit branch/2020.02.x] package/libv4l: fix input_event related compile failure
 2020-05-10 20:43 UTC 

[Buildroot] [PATCH 1/1] package/cvs: add license
 2020-05-10 20:39 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jfern/linux
 2020-05-10 20:39 UTC 

[Buildroot] [git commit branch/2020.02.x] package/cvs: add license
 2020-05-10 20:39 UTC 

[Bug 207635] New: EXT4-fs error (device sda3): ext4_lookup:1701: inode #...: comm find: casefold flag without casefold feature; EXT4-fs (sda3): Remounting filesystem read-only
 2020-05-10 20:37 UTC  (2+ messages)
` [Bug 207635] "

[PATCH 00/18] common: Further reduce the size of common.h
 2020-05-10 20:36 UTC  (5+ messages)
` [PATCH 13/18] common: Drop asm/ptrace.h from common header

post-receive: pub/scm/libs/libcap/libcap
 2020-05-10 20:37 UTC 

[PATCH] kbuild: add -Werror=implicit-function-declaration
 2020-05-10 20:36 UTC  (7+ messages)

efi_loader: tighten PE verification code?
 2020-05-10 20:36 UTC  (2+ messages)

[PATCH 1/1] common/board_f: avoid -Wtype-limits warning
 2020-05-10 20:36 UTC  (2+ messages)

[PATCH 00/36] Tidy up the 'bd' command
 2020-05-10 20:36 UTC  (4+ messages)
` [PATCH 07/36] bdinfo: microblaze: Use the generic bd command

[Buildroot] [PATCH 1/1] package/python-attrs: fix typo in hash file
 2020-05-10 20:35 UTC  (2+ messages)

[PATCH 0/5] cachefiles, nfs: Fixes
 2020-05-10 20:35 UTC  (3+ messages)

[PATCH] hw/registerfields: Prefix local variables with underscore in macros
 2020-05-10 20:34 UTC 

[Buildroot] [git commit branch/2020.02.x] package/python-attrs: fix typo in hash file
 2020-05-10 20:35 UTC 

[Buildroot] [PATCH] package/fakeroot: fix for fchownat/fchmodat
 2020-05-10 20:35 UTC 

[Buildroot] [PATCH] linux: bump CIP, CIP RT hashes
 2020-05-10 20:34 UTC 

[Buildroot] [git commit] package/irrlicht: disable bundled libpng NEON support
 2020-05-10 20:34 UTC  (2+ messages)

post-receive: pub/scm/git/git
 2020-05-10 20:34 UTC 

[PATCH v2 00/35] dm: Add programmatic generation of ACPI tables (part B)
 2020-05-10 20:34 UTC  (36+ messages)
` [PATCH v2 01/35] dm: core: Add an ACPI name for the root node
` [PATCH v2 02/35] acpi: Add a function to get a device path and scope
` [PATCH v2 03/35] acpi: Add a way to check device status
` [PATCH v2 04/35] irq: Add a method to convert an interrupt to ACPI
` [PATCH v2 05/35] acpi: Support generation of ACPI code
` [PATCH v2 06/35] acpi: Support generation of interrupt descriptor
` [PATCH v2 07/35] gpio: Add a method to convert a GPIO to ACPI
` [PATCH v2 08/35] acpi: Support string output
` [PATCH v2 09/35] acpi: Support generation of GPIO descriptor
` [PATCH v2 10/35] acpi: Support generation of a GPIO/irq for a device
` [PATCH v2 11/35] acpi: Support generation of I2C descriptor
` [PATCH v2 12/35] acpi: Support generation of SPI descriptor
` [PATCH v2 13/35] acpigen: Support writing a length
` [PATCH v2 14/35] acpigen: Support writing a package
` [PATCH v2 15/35] acpi: Support writing an integer
` [PATCH v2 16/35] acpi: Support writing a string
` [PATCH v2 17/35] acpi: Support writing a name
` [PATCH v2 18/35] acpi: Support writing a UUID
` [PATCH v2 19/35] acpi: Support writing Device Properties objects via _DSD
` [PATCH v2 20/35] acpi: Support writing a GPIO
` [PATCH v2 21/35] acpi: Support copying properties from device tree to ACPI
` [PATCH v2 22/35] acpi: Add support for various misc ACPI opcodes
` [PATCH v2 23/35] acpi: Add support for writing a Power Resource
` [PATCH v2 24/35] acpi: Add support for writing a GPIO power sequence
` [PATCH v2 25/35] acpi: Add support for a generic "
` [PATCH v2 26/35] acpi: Add support for SSDT generation
` [PATCH v2 27/35] x86: acpi: Move MADT down a bit
` [PATCH v2 28/35] acpi: Record the items added to SSDT
` [PATCH v2 29/35] acpi: Support ordering SSDT data by device
` [PATCH v2 30/35] x86: Allow devices to write an SSDT
` [PATCH v2 31/35] acpi: Add support for DSDT generation
` [PATCH v2 32/35] x86: Allow devices to write to DSDT
` [PATCH v2 33/35] pci: Avoid a crash in device_is_on_pci_bus()
` [PATCH v2 34/35] dm: acpi: Enhance acpi_get_name()
` [PATCH v2 35/35] acpi: Add an acpi split command

[Buildroot] [git commit branch/2020.02.x] package/irrlicht: disable bundled libpng NEON support
 2020-05-10 20:33 UTC 

exec: Promised cleanups after introducing exec_update_mutex
 2020-05-10 20:33 UTC  (5+ messages)
` [PATCH 0/6] exec: Trivial cleanups for exec
  ` [PATCH 3/6] exec: Stop open coding mutex_lock_killable of cred_guard_mutex

[Buildroot] [PATCH 1/1] package/ffmpeg: fix CVE-2020-12284
 2020-05-10 20:33 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] package/ffmpeg: fix CVE-2020-12284
 2020-05-10 20:32 UTC 

[PATCH v3 0/6] rockchip: Add PCIe host support
 2020-05-10 20:32 UTC  (18+ messages)
` [PATCH v3 1/6] clk: rk3399: Add enable/disable clks
` [PATCH v3 2/6] clk: rk3399: Enable/Disable the PCIEPHY clk
` [PATCH v3 3/6] pci: Add Rockchip PCIe controller driver
` [PATCH v3 4/6] pci: Add Rockchip PCIe PHY "
` [PATCH v3 5/6] rockchip: Enable PCIe/M.2 on rk3399 board w/ M.2

[PATCH v7 00/18] pstore: mtd: support crash log to block and mtd device
 2020-05-10 20:24 UTC  (38+ messages)
` [PATCH v7 01/18] pstore/ram: Move dump_oops to end of module_param list
` [PATCH v7 02/18] pstore/platform: Switch pstore_info::name to const
` [PATCH v7 03/18] pstore/platform: Move module params after declarations
` [PATCH v7 04/18] pstore/platform: Use backend name for console registration
` [PATCH v7 05/18] pstore/ram: Refactor ftrace buffer merging
` [PATCH v7 06/18] pstore/ftrace: Provide ftrace log merging routine
` [PATCH v7 07/18] printk: Introduce kmsg_dump_reason_str()
` [PATCH v7 08/18] pstore/zone: Introduce common layer to manage storage zones
` [PATCH v7 09/18] pstore/blk: Introduce backend for block devices
` [PATCH v7 10/18] pstore/zone,blk: Add support for pmsg frontend
` [PATCH v7 11/18] pstore/zone,blk: Add console frontend support
` [PATCH v7 12/18] pstore/zone,blk: Add ftrace "
` [PATCH v7 13/18] Documentation: Add details for pstore/blk
` [PATCH v7 14/18] pstore/zone: Provide way to skip "broken" zone for MTD devices
` [PATCH v7 15/18] pstore/blk: Provide way to query pstore configuration
` [PATCH v7 16/18] pstore/blk: Support non-block storage devices
` [PATCH v7 17/18] mtd: Support kmsg dumper based on pstore/blk
` [PATCH v7 18/18] pstore/blk: Introduce "best_effort" mode

[Buildroot] [PATCH 1/2] linux: bump CIP kernel to version 4.19.118-cip25
 2020-05-10 20:32 UTC  (5+ messages)
` [Buildroot] [PATCH 2/2] linux: bump CIP RT kernel to version 4.19.115-cip24-rt9

[PATCH] usb: typec: mux: intel: Fix DP_HPD_LVL bit field
 2020-05-10 20:31 UTC 

[patch V4 part 3 00/29] x86/entry: Entry/exception code rework, simple exceptions
 2020-05-10 20:31 UTC  (3+ messages)
` [patch V4 part 3 07/29] x86/entry: Distangle idtentry

Using a custom LDFLAG for all objects and binaries
 2020-05-10 20:30 UTC  (8+ messages)

[PATCH v3] file: add PACKAGECONFIG for auto options
 2020-05-10 20:29 UTC 

[PATCH] parisc: suppress error messages for 'make clean'
 2020-05-10 20:28 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/kees/linux
 2020-05-10 20:27 UTC 

[PATCH] contrib/git-jump: cat output when not a terminal
 2020-05-10 20:26 UTC 

post-receive: pub/scm/linux/kernel/git/kees/linux
 2020-05-10 20:25 UTC 

[PSIGN v7 XX/18] pstore: mtd: support crash log to block and mtd device
 2020-05-10 20:24 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-05-10 20:22 UTC 

[PATCH] contrib/git-jump: cat output when not a terminal
 2020-05-10 20:20 UTC  (12+ messages)

[Qemu-devel] [PATCH v4 00/10] Multi-phase reset mechanism
 2020-05-10 20:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 08/10] hw/core/resettable: add support for warm reset
  `  "

[tip:master] BUILD SUCCESS 506c28aae936a300b6eb16e4fe8472755b10ae44
 2020-05-10 20:17 UTC 

[PATCH v2 00/39] Tidy up the 'bd' command
 2020-05-10 20:17 UTC  (40+ messages)
` [PATCH v2 01/39] tbs2910: Drop "
` [PATCH v2 02/39] bdinfo: nds32: Use generic bd_info
` [PATCH v2 03/39] bdinfo: riscv: "
` [PATCH v2 04/39] bdinfo: m68k: Drop bd_info->bi_ipbfreq
` [PATCH v2 05/39] bdinfo: xtensa: Create a generic do_bdinfo for xtensa
` [PATCH v2 06/39] bdinfo: mips: Use the generic bd command
` [PATCH v2 07/39] bdinfo: nios2: "
` [PATCH v2 08/39] bdinfo: microblaze: "
` [PATCH v2 09/39] bdinfo: sh: "
` [PATCH v2 10/39] bdinfo: x86: "
` [PATCH v2 11/39] bdinfo: sandbox: "
` [PATCH v2 12/39] bdinfo: nds32: "
` [PATCH v2 13/39] bdinfo: riscv: "
` [PATCH v2 14/39] bdinfo: powerpc: "
` [PATCH v2 15/39] bdinfo: m68k: "
` [PATCH v2 16/39] bdinfo: arm: "
` [PATCH v2 17/39] bdinfo: arc: "
` [PATCH v2 18/39] bdinfo: Drop the option to not use the generic 'bd' command
` [PATCH v2 19/39] bdinfo: Drop unused __maybe_unused
` [PATCH v2 20/39] bdinfo: microblaze: sh: nios2: Drop arch-specific flash info
` [PATCH v2 21/39] bdinfo: Drop unnecessary inline on functions
` [PATCH v2 22/39] bdinfo: Drop print_std_bdinfo()
` [PATCH v2 23/39] bdinfo: ppc: Drop arch-specific print_baudrate()
` [PATCH v2 24/39] bdinfo: sh: arc: Drop arch-specific print_bi_mem()
` [PATCH v2 25/39] bdinfo: Drop print_bi_boot_params()
` [PATCH v2 26/39] bdinfo: Drop print_bi_flash()
` [PATCH v2 27/39] bdinfo: Drop print_cpu_word_size()
` [PATCH v2 28/39] bdinfo: net: ppc: Drop bi_enet1addr and other similar info
` [PATCH v2 29/39] bdinfo: net: ppc: Drop prints for CONFIG_HAS_ETHn
` [PATCH v2 30/39] bdinfo: net: Drop legacy ethernet bdinfo
` [PATCH v2 31/39] bdinfo: net: Inline print_eth_ip_addr()
` [PATCH v2 32/39] bdinfo: Export some basic printing functions
` [PATCH v2 33/39] bdinfo: arm: Move ARM-specific info into its own file
` [PATCH v2 34/39] bdinfo: ppc: Move PPC-specific "
` [PATCH v2 35/39] bdinfo: m68k: Move m68k-specific "
` [PATCH v2 36/39] bdinfo: m68k: ppc: Move arch-specific code from bdinfo
` [PATCH v2 37/39] bdinfo: Update the file comments
` [PATCH v2 38/39] bdinfo: dm: Update fb_base when using driver model
` [PATCH v2 39/39] bdinfo: x86: vesa: Update fb_base to the correct value

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-05-10 20:01 UTC  (2+ messages)
` [Bug 1856335] "

[PATCH] mtd: rawnand: fsmc: Change to non-atomic bit operations
 2020-05-10 20:07 UTC  (2+ messages)

[PATCH -next] mtd: rawnand: ingenic: Make qi_lb60_ooblayout_ops static
 2020-05-10 20:06 UTC  (2+ messages)

[PATCH 0/3] plugins: Move declarations around and rename 'hwaddr' argument
 2020-05-10 20:14 UTC  (2+ messages)

[PATCH -next] mtd: rawnand: cadence: Make cadence_nand_attach_chip static
 2020-05-10 20:06 UTC  (2+ messages)

[PATCH -next] mtd: rawnand: brcmnand: Remove unused including <linux/version.h>
 2020-05-10 20:06 UTC  (2+ messages)

[Buildroot] [PATCH v1] package/gupnp: add libuuid to linking dependencies
 2020-05-10 20:15 UTC  (2+ messages)

[PATCH] mtd: rawnand: Take check_only into account
 2020-05-10 20:06 UTC  (2+ messages)

[PATCH v2] mtd: rawnand: denali: add more delays before latching incoming data
 2020-05-10 20:06 UTC  (2+ messages)

[PATCH 1/4] mtd: rawnand: au1550nd: Stop using IO_ADDR_{R, W} in au_{read, write}_buf[16]()
 2020-05-10 20:06 UTC  (2+ messages)

[PATCH 2/4] mtd: rawnand: au1550nd: Implement exec_op()
 2020-05-10 20:06 UTC  (2+ messages)

[Lvfs-announce] New GDPR account compliance requirements
 2020-05-10 20:14 UTC 

[PATCH 3/4] mtd: rawnand: au1550nd: Get rid of the legacy interface implementation
 2020-05-10 20:06 UTC  (2+ messages)

[PATCH 4/4] mtd: rawnand: au1550nd: Patch the read/write buf helper prototypes
 2020-05-10 20:06 UTC  (2+ messages)

[PATCH] mtd: rawnand: Give more information about the ECC weakness
 2020-05-10 20:06 UTC  (2+ messages)

[PATCH v2 1/6] mtd: rawnand: marvell: Fix the condition on a return code
 2020-05-10 20:06 UTC  (2+ messages)

[PATCH v2 2/6] mtd: rawnand: marvell: Use devm_platform_ioremap_res()
 2020-05-10 20:06 UTC  (2+ messages)

[PATCH v2 3/6] mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registered
 2020-05-10 20:05 UTC  (2+ messages)

[PATCH v2 4/6] mtd: rawnand: marvell: Fix probe error path
 2020-05-10 20:05 UTC  (2+ messages)

[PATCH v2 5/6] mtd: rawnand: marvell: Rename a function to clarify
 2020-05-10 20:05 UTC  (2+ messages)

[PATCH v2 6/6] mtd: rawnand: marvell: Rename the ->correct() function
 2020-05-10 20:05 UTC  (2+ messages)

[PATCH v3 1/9] mtd: rawnand: timings: Add mode information to the timings structure
 2020-05-10 20:05 UTC  (2+ messages)

[PATCH v3 2/9] mtd: rawnand: timings: Fix default tR_max and tCCS_min timings
 2020-05-10 20:05 UTC  (2+ messages)

[PATCH v3 3/9] mtd: rawnand: onfi: Fix redundancy detection check
 2020-05-10 20:05 UTC  (2+ messages)

[PATCH v3 5/9] mtd: rawnand: onfi: Define the number of parameter pages
 2020-05-10 20:05 UTC  (2+ messages)

[PATCH v3 4/9] mtd: rawnand: onfi: Use intermediate variables to improve readability
 2020-05-10 20:05 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.