All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-09-11 07:52:50 to 2019-09-11 08:32:16 UTC [more...]

[U-Boot] Issue in u-boot; TFTP error: trying to overwrite reserved memory
 2019-09-11  8:32 UTC  (4+ messages)

[meta-filesystems][PATCH] fuse3: add libfuse3 recipe
 2019-09-11  8:32 UTC  (4+ messages)

[PATCH net 0/2] fix memory leak for sctp_do_bind
 2019-09-11  8:30 UTC  (7+ messages)
` [PATCH net 1/2] sctp: remove redundant assignment when call sctp_get_port_local

[PATCH 0/2] KVM: arm/arm64: Two minor tracing changes
 2019-09-11  8:31 UTC  (5+ messages)
` [PATCH 2/2] KVM: arm/arm64: Print the EC hex value with its exact width

[PATCH] media: em28xx: Add support for Magix Wideowandler 2
 2019-09-11  8:31 UTC  (3+ messages)

[Qemu-devel] [PULL] RISC-V Patches for the 4.2 Soft Freeze, Part 1
 2019-09-10 19:05 UTC  (55+ messages)
` [Qemu-riscv] "
` [Qemu-devel] [PULL 01/47] riscv: sifive_u: Add support for loading initrd
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 02/47] riscv: sivive_u: Add dummy serial clock and aliases entry for uart
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 03/47] riscv: sifive_u: Fix clock-names property for ethernet node
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 04/47] target/riscv/pmp: Restrict priviledged PMP to system-mode emulation
  ` [Qemu-riscv] "
` [Qemu-devel] [PULL 05/47] target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace events
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 06/47] riscv: plic: Remove unused interrupt functions
` [Qemu-devel] [PULL 07/47] target/riscv: Create function to test if FP is enabled
  ` [Qemu-riscv] "
` [Qemu-riscv] [PULL 08/47] target/riscv: Update the Hypervisor CSRs to v0.4
` [Qemu-riscv] [PULL 09/47] riscv: rv32: Root page table address can be larger than 32-bit
` [Qemu-riscv] [PULL 10/47] riscv: Add a helper routine for finding firmware
` [Qemu-riscv] [PULL 11/47] riscv: Resolve full path of the given bios image
` [Qemu-riscv] [PULL 12/47] riscv: hmp: Add a command to show virtual memory mappings
` [Qemu-riscv] [PULL 13/47] riscv: sifive_test: Add reset functionality
` [Qemu-riscv] [PULL 14/47] riscv: hw: Remove duplicated "hw/hw.h" inclusion
` [Qemu-riscv] [PULL 15/47] riscv: hw: Remove superfluous "linux, phandle" property
` [Qemu-riscv] [PULL 16/47] riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cell
` [Qemu-riscv] [PULL 17/47] riscv: hw: Remove not needed PLIC properties in device tree
` [Qemu-riscv] [PULL 18/47] riscv: hw: Change create_fdt() to return void
` [Qemu-riscv] [PULL 19/47] riscv: hw: Change to use qemu_log_mask(LOG_GUEST_ERROR, ...) instead
` [Qemu-riscv] [PULL 20/47] riscv: hw: Remove the unnecessary include of target/riscv/cpu.h
` [Qemu-riscv] [PULL 21/47] riscv: roms: Remove executable attribute of opensbi images
` [Qemu-riscv] [PULL 22/47] riscv: sifive_u: Remove the unnecessary include of prci header
` [Qemu-riscv] [PULL 23/47] riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}
` [Qemu-riscv] [PULL 24/47] riscv: sifive_e: prci: Fix a typo of hfxosccfg register programming
` [Qemu-riscv] [PULL 25/47] riscv: sifive_e: prci: Update the PRCI register block size
` [Qemu-riscv] [PULL 26/47] riscv: sifive_e: Drop sifive_mmio_emulate()
` [Qemu-riscv] [PULL 27/47] riscv: Add a sifive_cpu.h to include both E and U cpu type defines
` [Qemu-riscv] [PULL 28/47] riscv: hart: Extract hart realize to a separate routine
` [Qemu-riscv] [PULL 29/47] riscv: hart: Add a "hartid-base" property to RISC-V hart array
` [Qemu-riscv] [PULL 30/47] riscv: sifive_u: Set the minimum number of cpus to 2
` [Qemu-riscv] [PULL 31/47] riscv: sifive_u: Update hart configuration to reflect the real FU540 SoC
` [Qemu-riscv] [PULL 32/47] riscv: sifive_u: Update PLIC hart topology configuration string
` [Qemu-riscv] [PULL 33/47] riscv: sifive: Implement PRCI model for FU540
` [Qemu-riscv] [PULL 34/47] riscv: sifive_u: Generate hfclk and rtcclk nodes
` [Qemu-riscv] [PULL 35/47] riscv: sifive_u: Add PRCI block to the SoC
` [Qemu-riscv] [PULL 36/47] riscv: sifive_u: Reference PRCI clocks in UART and ethernet nodes
` [Qemu-riscv] [PULL 37/47] riscv: sifive_u: Update UART base addresses and IRQs
` [Qemu-riscv] [PULL 38/47] riscv: sifive_u: Change UART node name in device tree
` [Qemu-riscv] [PULL 39/47] riscv: roms: Update default bios for sifive_u machine
` [Qemu-riscv] [PULL 40/47] riscv: sifive: Implement a model for SiFive FU540 OTP
` [Qemu-riscv] [PULL 41/47] riscv: sifive_u: Instantiate OTP memory with a serial number
` [Qemu-riscv] [PULL 42/47] riscv: sifive_u: Fix broken GEM support
` [Qemu-riscv] [PULL 43/47] riscv: sifive_u: Remove handcrafted clock nodes for UART and ethernet
` [Qemu-riscv] [PULL 44/47] riscv: sifive_u: Update model and compatible strings in device tree
` [Qemu-riscv] [PULL 45/47] target/riscv: Use both register name and ABI name
` [Qemu-riscv] [PULL 46/47] target/riscv: Fix mstatus dirty mask
` [Qemu-riscv] [PULL 47/47] target/riscv: Use TB_FLAGS_MSTATUS_FS for floating point

[PATCH] lib/Kconfig: fix OBJAGG in lib/ menu structure
 2019-09-11  8:30 UTC  (2+ messages)

[Qemu-devel] [PATCH v1 0/4] ELF and (macro) safety
 2019-09-11  8:29 UTC  (8+ messages)
` [Qemu-devel] [PATCH v1 2/4] elf: move elf.h to elf/elf.h and split out types
  ` [Qemu-riscv] "
` [Qemu-devel] [PATCH v1 3/4] elf: move elf_ops.h into include/elf/ and rename
` [Qemu-devel] [PATCH v1 4/4] elf: move ELF_ARCH definition to elf-arch.h

[Bug 200039] BT advertising packet wakes up the system from S3 and suspend-to-idle
 2019-09-11  8:29 UTC 

[PATCH v2 2/2] hwrng: npcm: add NPCM RNG driver
 2019-09-11  8:29 UTC  (4+ messages)
` [PATCH v2 0/2] hwrng: npcm: add NPCM RNG driver support

[PATCH v4 00/14] software node: add support for reference properties
 2019-09-11  8:29 UTC  (3+ messages)
` [PATCH v4 06/14] software node: get rid of property_set_pointer()

[Cocci] Adjusting SmPL script “tests/nest3.cocci”?
 2019-09-11  8:28 UTC  (2+ messages)

[PATCH 1/2] Support mips unwinding and dwarf-regs
 2019-09-11  8:26 UTC  (2+ messages)
` [PATCH 2/2] Support extracting off-line stack traces from user-space with perf

[alsa-devel] [PATCH v3] drm: bridge/dw_hdmi: add audio sample channel status setting
 2019-09-11  8:26 UTC  (3+ messages)
`  "

[PATCH 0/8] cfg80211/mac80211 patches from our internal tree 2019-08-30
 2019-09-11  8:27 UTC  (3+ messages)
` [PATCH 4/8] mac80211: Allow user space to register for station Rx authentication

[PATCH 0/4] Enable Hantro G1 post-processor
 2019-09-11  8:27 UTC  (4+ messages)

[Qemu-devel] [PATCH v1 10/28] target/riscv: Convert mie and mstatus to pointers
 2019-09-11  8:24 UTC  (3+ messages)
  ` [Qemu-riscv] "

[pull request][net-next 0/3] Mellanox, mlx5 build cleanup 2019-09-10
 2019-09-11  8:27 UTC  (2+ messages)

[PATCH v5 0/9] i2c: add support for filters
 2019-09-11  8:24 UTC  (30+ messages)
` [PATCH v5 1/9] dt-bindings: i2c: at91: add new compatible
` [PATCH v5 2/9] dt-bindings: i2c: add bindings for i2c analog and digital filter
` [PATCH v5 3/9] i2c: add support for filters optional properties
` [PATCH v5 4/9] i2c: at91: add new platform support for sam9x60
` [PATCH v5 5/9] i2c: at91: add support for digital filtering
` [PATCH v5 6/9] i2c: at91: add support for advanced "
` [PATCH v5 7/9] i2c: at91: add support for analog filtering
` [PATCH v5 8/9] ARM: dts: at91: sama5d2_xplained: add analog and digital filter for i2c
` [PATCH v5 9/9] ARM: dts: at91: sama5d4_xplained: add "

[PATCH kvm-unit-tests] arm: prevent compiler from using unaligned accesses
 2019-09-11  8:24 UTC  (8+ messages)

[net-next 00/14][pull request] Intel Wired LAN Driver Updates 2019-09-10
 2019-09-11  8:24 UTC  (3+ messages)
` [net-next 11/14] ixgbe: Prevent u8 wrapping of ITR value to something less than 10us

[U-Boot] [PATCH] clk: versal: Add clock driver support
 2019-09-11  8:23 UTC 

[RFC PATCH] Add proc interface to set PF_MEMALLOC flags
 2019-09-11  8:23 UTC  (2+ messages)

✅ PASS: Test report for kernel 5.2.14-997fee5.cki (stable)
 2019-09-11  8:23 UTC 

[Qemu-devel] [PATCH v2 0/3] some fix in tests/migration
 2019-09-11  8:21 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/3] tests/migration: mem leak fix

[PATCH v7 0/7] DC3CO Support for TGL
 2019-09-11  8:21 UTC  (5+ messages)
` [PATCH v7 3/7] drm/i915/tgl: Enable DC3CO state in "DC Off" power well

drivers/power/reset/nvmem-reboot-mode.c:27:42: error: passing argument 2 of 'nvmem_cell_write' from incompatible pointer type
 2019-09-11  8:22 UTC 

[PATCH net-next 0/6] net: stmmac: Improvements for -next
 2019-09-11  8:21 UTC  (3+ messages)

[RESEND,v2 0/2] leds: tlc591xx: switch to OF and managed API
 2019-09-11  8:20 UTC  (4+ messages)
` [RESEND,v2 2/2] leds: tlc591xx: Use the OF version of the LED registration function

[PATCH RESEND] fs/epoll: fix the edge-triggered mode for nested epoll
 2019-09-11  8:19 UTC  (11+ messages)

[RFC PATCH v2 16/19] RDMA/uverbs: Add back pointer to system file object
 2019-09-11  8:19 UTC  (11+ messages)

[Cocci] Checking parsing difficulties around SmPL when constraints
 2019-09-11  8:19 UTC  (2+ messages)

[PATCHSET v3 block/for-linus] IO cost model based work-conserving porportional controller
 2019-09-11  8:18 UTC  (6+ messages)
` [PATCH 08/10] blkcg: implement blk-iocost

[PATCH bpf-next v10 0/4] BPF: New helper to obtain namespace data from current task
 2019-09-11  8:17 UTC  (14+ messages)
` [PATCH bpf-next v10 2/4] bpf: new helper to obtain namespace data from current task New bpf helper bpf_get_current_pidns_info

[PATCH v7 6/7] nfc: pn533: Add autopoll capability
 2019-09-11  8:17 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v1] igc: Add SCTP CRC checksumming functionality
 2019-09-11  8:17 UTC 

[PATCH v7 5/7] nfc: pn533: add UART phy driver
 2019-09-11  8:17 UTC  (2+ messages)

[PATCH] ARM: Add support for Realtek SOC
 2019-09-11  8:16 UTC  (5+ messages)

userspace conntrack helper and confirming the master conntrack
 2019-09-11  8:17 UTC  (7+ messages)

possible circular locking dependency detected (sb_internal/fs_reclaim)
 2019-09-11  8:16 UTC  (2+ messages)

[PATCH net-next 4/5] sctp: add support for Primary Path Switchover
 2019-09-11  8:14 UTC  (6+ messages)
` [PATCH net-next 0/5] sctp: update from rfc7829
  ` [PATCH net-next 5/5] sctp: add spt_pathcpthld in struct sctp_paddrthlds

[PATCH net] net: sonic: replace dev_kfree_skb in sonic_send_packet
 2019-09-11  8:14 UTC  (4+ messages)
` [PATCH v2 "

[PATCH] net: qrtr: fix memort leak in qrtr_tun_write_iter
 2019-09-11  8:13 UTC  (2+ messages)

[PATCH iproute2-next] rdma: Check comm string before print in print_comm()
 2019-09-11  8:12 UTC 

[U-Boot] [PATCH] usb: musb_hcd: fix compilation error
 2019-09-11  8:11 UTC  (2+ messages)

[mainline][BUG][PPC][btrfs][bisected 00801a] kernel BUG at fs/btrfs/locking.c:71!
 2019-09-11  8:09 UTC  (6+ messages)

Fwd: Path instead of pathspec for “git checkout <tree-ish> [--] <pathspec>”
 2019-09-11  8:11 UTC 

[PATCH] wimax: i2400: fix memory leak
 2019-09-11  8:10 UTC  (2+ messages)

[U-Boot] [PATCH] net: zynq_gem: Add new versal compatible string
 2019-09-11  8:10 UTC 

[U-Boot] [PATCH] net: gem: Remove DECLARE_GLOBAL_DATA_PTR from gem driver
 2019-09-11  8:09 UTC 

[PATCH v2 0/6] ext4: port direct IO to iomap infrastructure
 2019-09-11  8:08 UTC  (4+ messages)
` [PATCH v2 5/6] ext4: introduce direct IO write path using "

[PATCH V2 net-next 0/7] net: hns3: add a feature & bugfixes & cleanups
 2019-09-11  8:09 UTC  (2+ messages)

[U-Boot] [PATCH] arm64: zynqmp: Add new jtag distro boot command
 2019-09-11  8:08 UTC 

[Qemu-devel] [PATCH v4 00/10] Multi-phase reset mechanism
 2019-09-11  8:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH v4 02/10] hw/core: create Resettable QOM interface

[U-Boot] [PATCH] arm64: zynqmp: Update scriptaddr value to 512MB
 2019-09-11  8:07 UTC 

[Bug 111635] HD4550 fails to complete tests (radeon.test=2)
 2019-09-11  8:07 UTC  (2+ messages)

[PATCH 0/2] Fix SEV user-space mapping of unencrypted coherent memory
 2019-09-11  8:07 UTC  (3+ messages)

[dpdk-dev] [PATCH] maintainers: step down from various components
 2019-09-11  8:06 UTC 

[PATCH] ARM: dts: realtek: Add support for Realtek RTD16XX evaluation board
 2019-09-11  8:06 UTC  (3+ messages)

[U-Boot] [PATCH 00/10] Add Support for UFS subsystem for TI's J721e
 2019-09-11  8:06 UTC  (7+ messages)
` [U-Boot] [PATCH 02/10] scsi: Add max_bytes to scsi_platdata
` [U-Boot] [PATCH 05/10] ufs: Add Initial Support for UFS subsystem

[PATCH] qemu: Security Advisory - qemu - CVE-2019-15890
 2019-09-11  8:02 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/7] Move qtests to a separate folder
 2019-09-11  8:01 UTC  (4+ messages)
  ` [Qemu-devel] [Qemu-block] "

[PATCH] ARM: config: Add Realtek RTD16XX defconfig
 2019-09-11  8:02 UTC  (4+ messages)

[U-Boot] [PATCH] arm64: versal: Also record versal name to versal fragment
 2019-09-11  8:03 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] spapr: CAS and reset cleanup preliminaries
 2019-09-11  8:01 UTC  (7+ messages)
` [Qemu-devel] [PATCH 4/7] spapr: Skip leading zeroes from memory@ DT node names
` [Qemu-devel] [PATCH 7/7] spapr: Perform machine reset in a more sensible order

[PATCH] drm/i915: Whitelist COMMON_SLICE_CHICKEN2
 2019-09-11  8:00 UTC  (3+ messages)

[PATCH 12/16] x86/kvm: Add Hygon Dhyana support to KVM
 2019-09-11  7:57 UTC  (2+ messages)

[PATCH] Can't scan on ETSI domains when operating ch is DFS
 2019-09-11  7:58 UTC 

[PATCH v2] KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as target for memset()
 2019-09-11  7:58 UTC  (2+ messages)

[kvm-unit-tests PATCH v2 0/6] s390x: Add multiboot and smp
 2019-09-11  7:57 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 3/6] s390x: Add linemode buffer to fix newline on every print

[PATCH] net: Remove the source address setting in connect() for UDP
 2019-09-11  7:57 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] move sdl_gfx package version from 1.0.1 to 1.0.4
 2019-09-11  7:57 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] arm64: versal: Extend distro boot
 2019-09-11  7:56 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] arm64: versal: Define configs related to USB DFU functionality
` [U-Boot] [PATCH 2/4] arm64: versal: Add new jtag distro boot command
` [U-Boot] [PATCH 3/4] arm64: versal: Add new dfu usb "
` [U-Boot] [PATCH 4/4] arm64: versal: Change boot script offset address in versal

Zdravstvujte! Vas interesujut klientskie bazy dannyh?
 2019-09-10 21:54 UTC 

[PATCH AUTOSEL 4.19 001/167] drm/i915: Re-apply "Perform link quality check, unconditionally during long pulse"
 2019-09-11  7:56 UTC  (9+ messages)
` [PATCH AUTOSEL 4.19 126/167] tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations

[cip-dev] [PATCH 4.19.y-cip 0/4] Add USB support
 2019-09-11  7:54 UTC  (2+ messages)

[PATCH 00/11] Add support for software nodes to gpiolib
 2019-09-11  7:52 UTC  (8+ messages)
` [PATCH 02/11] gpiolib: introduce devm_fwnode_gpiod_get_index()
` [PATCH 03/11] gpiolib: introduce fwnode_gpiod_get_index()
` [PATCH 04/11] net: phylink: switch to using fwnode_gpiod_get_index()
` [PATCH 05/11] net: mdio: "
` [PATCH 06/11] drm/bridge: ti-tfp410: "
` [PATCH 07/11] gpliolib: make fwnode_get_named_gpiod() static
` [PATCH 11/11] gpiolib: add support for software nodes


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.