messages from 2019-09-11 08:07:47 to 2019-09-11 08:41:33 UTC [more...]
[PATCH] Staging: exfat: Avoid use of strcpy
2019-09-11 8:41 UTC (2+ messages)
[Qemu-devel] [PULL] RISC-V Patches for the 4.2 Soft Freeze, Part 1
2019-09-10 19:05 UTC (66+ 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-devel] [PULL 06/47] riscv: plic: Remove unused interrupt functions
` [Qemu-riscv] "
` [Qemu-devel] [PULL 07/47] target/riscv: Create function to test if FP is enabled
` [Qemu-riscv] "
` [Qemu-devel] [PULL 08/47] target/riscv: Update the Hypervisor CSRs to v0.4
` [Qemu-riscv] "
` [Qemu-devel] [PULL 09/47] riscv: rv32: Root page table address can be larger than 32-bit
` [Qemu-riscv] "
` [Qemu-devel] [PULL 10/47] riscv: Add a helper routine for finding firmware
` [Qemu-riscv] "
` [Qemu-devel] [PULL 11/47] riscv: Resolve full path of the given bios image
` [Qemu-riscv] "
` [Qemu-devel] [PULL 12/47] riscv: hmp: Add a command to show virtual memory mappings
` [Qemu-riscv] "
` [Qemu-devel] [PULL 13/47] riscv: sifive_test: Add reset functionality
` [Qemu-riscv] "
` [Qemu-riscv] [PULL 14/47] riscv: hw: Remove duplicated "hw/hw.h" inclusion
` [Qemu-devel] [PULL 15/47] riscv: hw: Remove superfluous "linux, phandle" property
` [Qemu-riscv] "
` [Qemu-riscv] [PULL 16/47] riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cell
` [Qemu-devel] [PULL 17/47] riscv: hw: Remove not needed PLIC properties in device tree
` [Qemu-riscv] "
` [Qemu-riscv] [PULL 18/47] riscv: hw: Change create_fdt() to return void
` [Qemu-devel] [PULL 19/47] riscv: hw: Change to use qemu_log_mask(LOG_GUEST_ERROR, ...) instead
` [Qemu-riscv] "
` [Qemu-devel] [PULL 20/47] riscv: hw: Remove the unnecessary include of target/riscv/cpu.h
` [Qemu-riscv] "
` [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
[Buildroot] [PATCH] package: qemu: Make dependency to nettle explicit
2019-09-11 8:40 UTC
[RFC PATCH] Add proc interface to set PF_MEMALLOC flags
2019-09-11 8:40 UTC (5+ messages)
[PATCH v3] mm/kasan: dump alloc and free stack for page allocator
2019-09-11 8:39 UTC (3+ messages)
[PATCH v4 00/14] software node: add support for reference properties
2019-09-11 8:37 UTC (4+ messages)
` [PATCH v4 06/14] software node: get rid of property_set_pointer()
[PATCH 1/2] nl80211: Add NL80211_EXT_FEATURE_LIVE_IFTYPE_CHANGE
2019-09-11 8:37 UTC (4+ messages)
[Bug 201957] New: amdgpu: ring gfx timeout
2019-09-11 8:36 UTC (2+ messages)
` [Bug 201957] "
[PATCH v2] KVM: s390: kvm_s390_vm_start_migration: check dirty_bitmap before using it as target for memset()
2019-09-11 8:36 UTC (2+ messages)
[PATCH] ARM: Add support for Realtek SOC
2019-09-11 8:34 UTC (7+ messages)
possible circular locking dependency detected (sb_internal/fs_reclaim)
2019-09-11 8:35 UTC (3+ messages)
[PATCH v4 0/9] hugetlb_cgroup: Add hugetlb_cgroup reservation limits
2019-09-11 8:35 UTC (2+ messages)
` [PATCH v4 3/9] hugetlb_cgroup: add reservation accounting for private mappings
[PATCH] drm/i915: Whitelist COMMON_SLICE_CHICKEN2
2019-09-11 8:35 UTC (2+ messages)
` ✓ Fi.CI.IGT: success for drm/i915: Whitelist COMMON_SLICE_CHICKEN2 (rev2)
[dpdk-dev] [PATCH 0/2] add lock-free mode for l3fwd
2019-09-11 8:35 UTC (8+ messages)
[PATCH 0/4] Enable Hantro G1 post-processor
2019-09-11 8:34 UTC (8+ messages)
` [PATCH 4/4] media: hantro: Support color conversion via post-processing
[alsa-devel] [PATCH] ASoC: dmaengine: Replace strncpy() with strscpy_pad() for pcm->name
2019-09-11 8:33 UTC
[kvm-unit-tests PATCH v2 0/6] s390x: Add multiboot and smp
2019-09-11 8:33 UTC (4+ messages)
` [kvm-unit-tests PATCH v2 4/6] s390x: Add initial smp code
[dpdk-dev] [PATCH v3 0/2] virtio: one way barrier for packed vring flags
2019-09-11 8:32 UTC (9+ messages)
` [dpdk-dev] [PATCH v3 1/2] virtio: one way barrier for packed vring desc avail flags
[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)
[PATCH] lib/Kconfig: fix OBJAGG in lib/ menu structure
2019-09-11 8:30 UTC (2+ messages)
[PATCH v1 0/4] ELF and (macro) safety
2019-09-11 8:29 UTC (11+ messages)
` [Qemu-riscv] [PATCH v1 2/4] elf: move elf.h to elf/elf.h and split out types
` "
` [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
` [Qemu-devel] "
[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
[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
[Qemu-riscv] [PATCH v1 10/28] target/riscv: Convert mie and mstatus to pointers
2019-09-11 8:24 UTC (3+ messages)
` [Qemu-devel] "
[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
✅ 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)
userspace conntrack helper and confirming the master conntrack
2019-09-11 8:17 UTC (7+ 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 (5+ 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
[PATCH 1/8] ARM: Remove vincell_defconfig
2019-09-11 8:07 UTC (7+ messages)
` [PATCH 2/8] ARM: Remove datamodul-edm-qmx6_defconfig
` [PATCH 3/8] ARM: Remove tqma53_defconfig
` [PATCH 5/8] ARM: NETX: remove architecture
` [PATCH 6/8] serial: Remove NETX serial driver
` [PATCH 7/8] net: Remove NETX ethernet driver
` [PATCH 8/8] scripts: Remove NETX image tool
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.