All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-12 21:16:29 to 2020-04-12 23:17:19 UTC [more...]

post-receive: pub/scm/linux/kernel/git/vgupta/arc
 2020-04-12 23:17 UTC 

[PATCH] coresight: tmc: Read TMC mode only when TMC hw is enabled
 2020-04-12 23:17 UTC  (3+ messages)

[PATCH-for-5.1 v3 00/23] various: Fix error-propagation with Coccinelle scripts (part 2)
 2020-04-12 22:41 UTC  (48+ messages)
` [PATCH-for-5.1 v3 01/23] scripts/coccinelle: Catch missing error_propagate() calls in realize()
` [PATCH-for-5.1 v3 02/23] hw/arm/fsl-imx: Add missing error-propagation code
` [PATCH-for-5.1 v3 03/23] hw/arm/stm32f*05_soc: "
` [PATCH-for-5.1 v3 04/23] hw/arm/aspeed: "
` [PATCH-for-5.1 v3 05/23] hw/arm/allwinner-a10: "
` [PATCH-for-5.1 v3 06/23] hw/arm/msf2-soc: "
` [PATCH-for-5.1 v3 07/23] hw/riscv/sifive: "
` [PATCH-for-5.1 v3 08/23] hw/arm/armv7m: "
` [PATCH-for-5.1 v3 09/23] hw/intc/arm_gicv3_its_kvm: "
` [PATCH-for-5.1 v3 10/23] hw/microblaze/xlnx-zynqmp-pmu: "
` [PATCH-for-5.1 v3 11/23] hw/pci-host/pnv_phb3: "
` [PATCH-for-5.1 v3 12/23] hw/block/onenand: "
` [PATCH-for-5.1 v3 13/23] scripts/coccinelle: Add script to catch missing error_propagate() calls
` [PATCH-for-5.1 v3 14/23] hw/arm/bcm2835_peripherals: Add missing error-propagation code
` [PATCH-for-5.1 v3 15/23] hw/arm/fsl-imx: "
` [PATCH-for-5.1 v3 16/23] hw/arm/stm32fx05_soc: "
` [PATCH-for-5.1 v3 17/23] hw/dma/xilinx_axidma: "
` [PATCH-for-5.1 v3 18/23] hw/i386/x86: "
` [PATCH-for-5.1 v3 19/23] hw/mips/cps: "
` [PATCH-for-5.1 v3 20/23] hw/misc/macio/macio: "
` [PATCH-for-5.1 v3 21/23] hw/net/xilinx_axienet: "
` [PATCH-for-5.1 v3 22/23] hw/riscv/sifive_u: "
` [PATCH-for-5.1 v3 23/23] hw/sd/milkymist-memcard: "

post-receive: pub/scm/git/git
 2020-04-12 23:06 UTC 

[PATCH-for-5.1 v3 0/7] various: Fix error-propagation with Coccinelle scripts (part 3)
 2020-04-12 22:45 UTC  (2+ messages)

[PATCH] external-arm-toolchain: split and strip packages normally
 2020-04-12 23:03 UTC 

[PATCH] watchdog: imx_sc_wdt: Fix reboot on crash
 2020-04-12 23:01 UTC 

[PATCH-for-5.1 v3 00/24] various: Fix error-propagation with Coccinelle scripts (part 1)
 2020-04-12 22:36 UTC  (50+ messages)
` [PATCH-for-5.1 v3 01/24] various: Remove suspicious '\' character outside of #define in C code
` [PATCH-for-5.1 v3 02/24] scripts/coccinelle: Script to simplify DeviceClass error propagation
` [PATCH-for-5.1 v3 03/24] hw/arm/allwinner-a10: Move some code from realize() to init()
` [PATCH-for-5.1 v3 04/24] hw/arm/aspeed_ast2600: Simplify use of Error*
` [PATCH-for-5.1 v3 05/24] hw/arm/aspeed_ast2600: Move some code from realize() to init()
` [PATCH-for-5.1 v3 06/24] hw/arm/aspeed_soc: "
` [PATCH-for-5.1 v3 07/24] hw/arm/aspeed_soc: Simplify use of Error*
` [PATCH-for-5.1 v3 08/24] hw/arm/fsl-imx6: Simplify checks on 'smp_cpus' count
` [PATCH-for-5.1 v3 09/24] hw/arm/fsl-imx6: Move some code from realize() to init()
` [PATCH-for-5.1 v3 10/24] hw/arm/fsl-imx31: "
` [PATCH-for-5.1 v3 11/24] hw/arm/msf2-soc: Store MemoryRegion in MSF2State
` [PATCH-for-5.1 v3 12/24] hw/arm/stm32f205_soc: Store MemoryRegion in STM32F205State
` [PATCH-for-5.1 v3 13/24] hw/arm/stm32f205_soc: Move some code from realize() to init()
` [PATCH-for-5.1 v3 14/24] hw/arm/xlnx-zynqmp: Use single propagate_error() call
` [PATCH-for-5.1 v3 15/24] hw/arm/xlnx-zynqmp: Split xlnx_zynqmp_create_rpu() as init + realize
` [PATCH-for-5.1 v3 16/24] hw/arm/xlnx-zynqmp: Move some code from realize() to init()
` [PATCH-for-5.1 v3 17/24] hw/microblaze/xlnx-zynqmp-pmu: "
` [PATCH-for-5.1 v3 18/24] hw/pci-host/pnv_phb3: "
` [PATCH-for-5.1 v3 19/24] hw/riscv/sifive_e: "
` [PATCH-for-5.1 v3 20/24] hw/riscv/sifive_u: Use single type_init()
` [PATCH-for-5.1 v3 21/24] hw/riscv/sifive_u: Move some code from realize() to init()
` [PATCH-for-5.1 v3 22/24] hw/riscv/sifive_u: Store MemoryRegion in SiFiveUSoCState
` [PATCH-for-5.1 v3 23/24] hw/riscv/sifive_u: Move some code from realize() to init()
` [PATCH-for-5.1 v3 24/24] hw/riscv/sifive_u: Rename MachineClass::init()

linux-next: manual merge of the realtek tree with Linus' tree
 2020-04-12 22:50 UTC 

[frank-w-bpi-r2-4.14:5.6-main 40/41] sparc64-linux-ld: mt76x02_util.c:undefined reference to `mt76_rx_aggr_stop'
 2020-04-12 22:44 UTC 

[PATCH] u-boot.inc: install u-boot-initial-env as ${PN}-initial-env in $D and $DEPLOYDIR
 2020-04-12 22:42 UTC 

[PATCH v3] iio: adc: rockchip_saradc: Add support iio buffers
 2020-04-12 22:42 UTC 

[PATCH 0/3] Integrate changed-path Bloom filters with 'git blame'
 2020-04-12 22:30 UTC  (4+ messages)
` [PATCH 1/3] revision: complicated pathspecs disable filters

[PATCH-for-5.1 v2 00/54] various: Fix error-propagation with Coccinelle scripts
 2020-04-12 22:28 UTC  (7+ messages)
` [PATCH-for-5.1 v2 03/54] hw/arm/allwinner-a10: Move some code from realize() to init()
` [PATCH-for-5.1 v2 53/54] hw/mips/mips_malta: Add missing error-propagation code

Same mountpoint restriction in FICLONE ioctls
 2020-04-12 22:28 UTC  (3+ messages)

[PATCH 1/2] hwmon: Add amd_energy driver to report energy counters
 2020-04-12 22:27 UTC  (7+ messages)

[PATCH 0/5] ci: replace our Azure Pipeline by GitHub Actions
 2020-04-12 22:25 UTC  (9+ messages)
` [PATCH 2/5] ci/lib: allow running in "

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2020-04-12 22:23 UTC 

[PATCH 1/1] mm: slub: fix corrupted freechain in deactivate_slab()
 2020-04-12 22:20 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/groeck/linux-staging
 2020-04-12 22:13 UTC 

post-receive: pub/scm/linux/kernel/git/groeck/linux-staging
 2020-04-12 22:13 UTC 

[PATCH] iio: imu: st_lsm6dsx: limit variales scope reading hw FIFO
 2020-04-12 22:12 UTC  (3+ messages)

[PATCH] Formatting: remove leading space
 2020-04-12 17:19 UTC 

[PATCH 01/13] net: rtl8139: Register macro cleanup
 2020-04-12 22:03 UTC  (13+ messages)
` [PATCH 02/13] net: rtl8139: Rework eeprom_delay() macro
` [PATCH 03/13] net: rtl8139: Minor cleanup of read_eeprom()
` [PATCH 04/13] net: rtl8139: Consistently use rtl8139_rx_config
` [PATCH 05/13] net: rtl8139: Minor cleanup of set_rx_mode()
` [PATCH 06/13] net: rtl8139: Minor cleanup of rtl_reset()
` [PATCH 07/13] net: rtl8139: Minor cleanup of rtl_transmit()
` [PATCH 08/13] net: rtl8139: Minor cleanup of rtl_poll()
` [PATCH 09/13] net: rtl8139: Minor cleanup of rtl_disable()
` [PATCH 10/13] net: rtl8139: Factor out hardware reset
` [PATCH 11/13] net: rtl8139: Finish cleanup
` [PATCH 12/13] net: rtl8139: Move functions around
` [PATCH 13/13] net: rtl8139: Fill in SPDX tag

[PATCH 0/4] More wrappers for xenlight Go package
 2020-04-12 22:02 UTC  (5+ messages)
` [PATCH 1/4] golang/xenlight: add NameToDomid and DomidToName util functions
` [PATCH 2/4] golang/xenlight: add DeviceNicAdd/Remove wrappers
` [PATCH 3/4] golang/xenlight: add DevicePciAdd/Remove wrappers
` [PATCH 4/4] golang/xenlight: add DeviceUsbdevAdd/Remove wrappers

post-receive: pub/scm/linux/kernel/git/frowand/linux
 2020-04-12 22:00 UTC 

post-receive: pub/scm/linux/kernel/git/afaerber/linux-realtek
 2020-04-12 22:00 UTC 

[PATCH] pinctrl: actions: fix function group name for i2c0_group
 2020-04-12 21:58 UTC  (3+ messages)

[frank-w-bpi-r2-4.14:5.6-main 40/41] hppa-linux-ld: undefined reference to `mt76_rx_aggr_stop'
 2020-04-12 21:55 UTC 

post-receive: pub/scm/git/git
 2020-04-12 21:54 UTC 

[PATCH] cifs: dump the session id and keys also for SMB2 sessions
 2020-04-12 21:51 UTC  (2+ messages)

Running m68k on qemu with external initramfs?
 2020-04-12 21:56 UTC  (5+ messages)

[PATCH] Input: dlink-dir685-touchkeys: Fix a typo in driver name
 2020-04-12 21:39 UTC  (2+ messages)

[PATCH v9 0/6] New proc-receive hook for centralized workflow
 2020-04-12 21:46 UTC  (7+ messages)
` [PATCH v10 2/8] receive-pack: add new proc-receive hook
` [PATCH v10 3/8] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v10 4/8] receive-pack: new config receive.procReceiveRefs

f45ec5ff16 ("userfaultfd: wp: support swap and page migration"): [ 140.777858] BUG: Bad rss-counter state mm:b278fc66 type:MM_ANONPAGES val:1
 2020-04-12 21:45 UTC  (4+ messages)

Running m68k on qemu with external initramfs?
 2020-04-12 21:48 UTC  (4+ messages)

i386: selftests: vm: compaction_test: BUG: kernel NULL pointer dereference, address: 00000000
 2020-04-12 21:41 UTC  (2+ messages)

[frank-w-bpi-r2-4.14:5.6-main 41/41] mt76x02_mac.c:undefined reference to `__tracepoint_mac_txdone'
 2020-04-12 21:41 UTC 

[PATCH] mfd: tqmx86: Fix a typo in MODULE_DESCRIPTION
 2020-04-12 21:36 UTC  (4+ messages)

[PATCH] net: mvneta: Fix a typo
 2020-04-12 21:35 UTC  (4+ messages)

[Buildroot] [PATCH v2] package/openvpn: enable pam plugin support
 2020-04-12 21:37 UTC  (5+ messages)
` [Buildroot] [PATCH v2] pkcs11-helper: new package
` [Buildroot] [PATCH v2] package/openvpn: add pkcs11 support

[PATCH] When updating the PFLASH file contents, we should check for a possible failure of blk_pwrite(). Similar to 3a68829 commit
 2020-04-12 21:35 UTC  (3+ messages)

[PATCH 1/1] imx: Kconfig: fix references to doc/README.mxc_hab
 2020-04-12 21:35 UTC  (4+ messages)

[Buildroot] [git commit] package/openvpn: add pkcs11 support
 2020-04-12 21:35 UTC 

[f2fs-dev] [PATCH 0/1] mkfs.f2fs: update manual and help message
 2020-04-12 21:34 UTC  (2+ messages)
` [f2fs-dev] [PATCH 1/1] "

[Buildroot] [git commit] package/pkcs11-helper: new package
 2020-04-12 21:35 UTC 

[PATCH 0/3] hw: Use qdev gpio rather than qemu_allocate_irqs()
 2020-04-12 21:29 UTC  (4+ messages)
` [PATCH-for-5.1 1/3] hw/ide/ahci: "
` [PATCH-for-5.1 2/3] hw/mips/mips_int: "
` [PATCH-for-5.0? 3/3] hw/openrisc/pic_cpu: "

[Buildroot] [PATCH 1/1] package/libdvdread: fix build with gcc-4.8
 2020-04-12 21:25 UTC  (2+ messages)

[Buildroot] [git commit] package/libdvdread: fix build with gcc-4.8
 2020-04-12 21:25 UTC 

[Buildroot] [PATCH] package/can-utils: bump to version 2020.02.04
 2020-04-12 21:25 UTC  (2+ messages)

[PATCH] clone3: add build-time CLONE_ARGS_SIZE_VER* validity checks
 2020-04-12 21:24 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/qt5: add qt5remoteobjects module
 2020-04-12 21:23 UTC  (2+ messages)
` [Buildroot] [PATCH v2] "

[Buildroot] [git commit] package/can-utils: bump to version 2020.02.04
 2020-04-12 21:22 UTC 

[Buildroot] [PATCH v1] package/assimp: fix static only compile
 2020-04-12 21:22 UTC  (2+ messages)

[Buildroot] [git commit] package/assimp: fix static only build
 2020-04-12 21:22 UTC 

[Buildroot] [PATCH] package/gnuradio: bump to 3.8.1.0
 2020-04-12 21:21 UTC  (2+ messages)

[Buildroot] [git commit] package/gnuradio: bump to 3.8.1.0
 2020-04-12 21:19 UTC 

[PATCH] clone3: add a check for the user struct size if CLONE_INTO_CGROUP is set
 2020-04-12 21:13 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/mpd: bump version to 0.21.22
 2020-04-12 21:17 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/msgpack: bump version to 3.2.1
 2020-04-12 21:17 UTC  (2+ messages)

[Buildroot] [git commit] package/msgpack: bump version to 3.2.1
 2020-04-12 21:17 UTC 

[Buildroot] [git commit] package/mpd: bump version to 0.21.22
 2020-04-12 21:17 UTC 

[Buildroot] [PATCH 1/1] package/openldap: bump version to 2.4.49
 2020-04-12 21:16 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/openipmi: bump version to 2.0.28
 2020-04-12 21:16 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/openblas: bump version to 0.3.9
 2020-04-12 21:16 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/afaerber/linux-realtek
 2020-04-12 21:16 UTC 


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.