All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-27 04:39:14 to 2019-02-27 06:37:49 UTC [more...]

[lustre-devel] [PATCH 00/37] More lustre patches from obdclass
 2019-02-27  6:37 UTC  (11+ messages)
` [lustre-devel] [PATCH 27/37] lustre: discard lu_ref
` [lustre-devel] [PATCH 29/37] lustre: handles: discard h_owner in favour of h_ops
` [lustre-devel] [PATCH 30/37] lustre: handle: move refcount into the lustre_handle
` [lustre-devel] [PATCH 37/37] lustre: obd_sysfs: error-check value stored in jobid_var

[U-Boot] [PATCH v2 0/5] efi_loader: run a specific efi application more easily
 2019-02-27  6:37 UTC  (15+ messages)
` [U-Boot] [PATCH v2 1/5] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior
` [U-Boot] [PATCH v2 4/5] cmd: bootefi: run an EFI application of a specific load option
` [U-Boot] [PATCH v2 5/5] cmd: run: add "-e" option to run an EFI application

[U-Boot] [PATCH v9 0/7] Add support for loading FPGA bitstream
 2019-02-27  6:37 UTC  (18+ messages)
` [U-Boot] [PATCH v9 1/7] ARM: socfpga: Description on FPGA bitstream type and file name for Arria 10
` [U-Boot] [PATCH v9 2/7] ARM: socfpga: Add default FPGA bitstream fitImage for Arria10 SoCDK
` [U-Boot] [PATCH v9 3/7] ARM: socfpga: Add FPGA drivers for Arria 10 FPGA bitstream loading

[Fuego] home page links
 2019-02-27  6:35 UTC  (2+ messages)

[PATCH] cobalt: Improve cobalt_copy_from/to_user
 2019-02-27  6:34 UTC  (2+ messages)

[PATCH v2 0/3] Bluetooth: hci_qca: Add delay after power-off pulse
 2019-02-27  6:33 UTC  (2+ messages)

[PATCH] MIPS: fix memory setup for platforms with PHY_OFFSET != 0
 2019-02-27  6:32 UTC  (2+ messages)

[PATCH V3] ASoC: fsl_esai: fix channel swap issue when stream starts
 2019-02-27  6:30 UTC  (4+ messages)

[PATCH V4] ASoC: fsl_esai: fix channel swap issue when stream starts
 2019-02-27  6:31 UTC 

kernel BUG at include/linux/mm.h:LINE! (3)
 2019-02-27  6:30 UTC  (3+ messages)

[PATCH bpf-next 0/3] bpf: add progenyof helper
 2019-02-27  6:26 UTC  (3+ messages)
` [PATCH bpf-next 1/3] bpf: add bpf_progenyof helper

[PATCH 0/8] net: ethernet: reduce calls to memset(,0)
 2019-02-27  6:22 UTC  (11+ messages)
` [PATCH 2/8] net/mlxsw: use pci_zalloc_consistent instead of pci_alloc_consistent
` [PATCH 3/8] tlan: use pci_zalloc instead of pci_alloc
` [PATCH 4/8] qed: remove unnecessary memsets
` [PATCH 5/8] at12: use pci_zalloc instead of pci_alloc
` [PATCH 6/8] netxen: remove unnecessary memset(,0) calls
` [PATCH 7/8] net: seeq: replace kmalloc / memset(,0) with kzalloc
` [PATCH 8/8] net: ethernet: ixp4xx_eth: remove memset(,0) with zalloc
` [PATCH 1/8] net/mlx4: use kzalloc instead of kmalloc

Clean up noarch ipipe queue
 2019-02-27  6:21 UTC 

[PATCH v4] arm64: Add workaround for Fujitsu A64FX erratum 010001
 2019-02-27  6:20 UTC  (8+ messages)

[PATCH] block: add a new flag BLK_MQ_POLL_HYBRID_INVALID for hybrid poll
 2019-02-27  6:21 UTC 

[PATCH v2] ARM: tegra: enforce PM requirement
 2019-02-27  6:17 UTC  (6+ messages)

[Qemu-devel] [QEMU-PPC] [PATCH] target/ppc/spapr: Enable mitigations by default for pseries-4.0 machine type
 2019-02-27  6:15 UTC  (2+ messages)

[Qemu-devel] [QEMU-PPC] [PATCH v2 1/4] target/ppc/spapr: Add SPAPR_CAP_LARGE_DECREMENTER
 2019-02-27  6:16 UTC  (2+ messages)

[PATCH RFC v6] integrity: support EC-RDSA signatures for asymmetric_verify
 2019-02-27  6:15 UTC  (2+ messages)

[PATCH] generic: skip dm-log-writes tests on XFS v5 superblock filesystems
 2019-02-27  6:15 UTC  (11+ messages)

[PATCH] sched/cputime: Remove unnecessary assignment statement
 2019-02-27  6:13 UTC  (2+ messages)

[Fuego] Integration of Fuego and Linaro test-definitons
 2019-02-27  6:13 UTC  (9+ messages)

[PATCH -next] scsi: libfc: Fix potential NULL pointer dereference
 2019-02-27  6:09 UTC  (3+ messages)

question about drivers/phy/renesas/phy-rcar-gen2.c
 2019-02-27  6:08 UTC  (5+ messages)

[PATCH v1.1 00/14] btrfs-progs: check: Use fs/subvol trees to fix extent tree, not vice versa
 2019-02-27  6:05 UTC  (15+ messages)
` [PATCH v1.1 01/14] btrfs-progs: lowmem: fix false alert about the existence of gaps in the check_file_extent
` [PATCH v1.1 02/14] btrfs-progs: lowmem: add argument path to punch_extent_hole()
` [PATCH v1.1 03/14] btrfs-progs: lowmem: move nbytes check before isize check
` [PATCH v1.1 04/14] btrfs-progs: lowmem: fix false alert if extent item has been repaired
` [PATCH v1.1 05/14] btrfs-progs: lowmem: check unaligned disk_bytenr for extent_data
` [PATCH v1.1 06/14] btrfs-progs: lowmem: rename delete_extent_tree_item() to delete_item()
` [PATCH v1.1 07/14] btrfs-progs: lowmem: delete unaligned bytes extent data under repair
` [PATCH v1.1 08/14] btrfs-progs: Revert "btrfs-progs: Add repair and report function for orphan file extent."
` [PATCH v1.1 09/14] btrfs-progs: Revert "btrfs-progs: Record orphan data extent ref to corresponding root."
` [PATCH v1.1 10/14] btrfs-progs: check: fix wrong @offset used in find_possible_backrefs()
` [PATCH v1.1 11/14] btrfs-progs: check: Delete file extent item with unaligned disk bytenr
` [PATCH v1.1 12/14] btrfs-progs: tests: add case for inode lose one file extent
` [PATCH v1.1 13/14] btrfs-progs: fsck-test: enable lowmem repair for case 001
` [PATCH v1.1 14/14] btrfs-progs: Update backup roots when writing super blocks

[PATCH] add dynamic trace points for compounded query/setinfo paths
 2019-02-27  6:06 UTC 

[U-Boot] [PATCH] net: eth-uclass: call stop only for active devices
 2019-02-27  6:05 UTC  (4+ messages)

[PATCHv2 0/9] cfg80211/mac80211: Add support for TID specific configuration
 2019-02-27  6:03 UTC  (5+ messages)
` [PATCHv2 1/9] nl80211: New netlink command "

Truncate regression due to commit 69b6c1319b6
 2019-02-27  6:03 UTC  (3+ messages)

[PATCH v2] drivers: fix to replace strcat with strncat
 2019-02-27  6:02 UTC  (2+ messages)
` [PATCH v3] drivers: fix to replace strcat with strlcat

[LTP] [PATCH 2/2] fs/binfmt_misc02.sh: Add new test for basic functionality
 2019-02-27  6:01 UTC  (2+ messages)
` [LTP] [PATCH v2 "

[PATCH -next] media: rockchip-vpu: Remove duplicated include from rockchip_vpu_drv.c
 2019-02-27  5:57 UTC  (3+ messages)

[PATCH 2/2] nvdimm, btt: fix LBA masking during 'free list' population
 2019-02-27  5:55 UTC  (3+ messages)
` [PATCH v4] "

[PATCH -next] staging: rtl8723bs: Remove duplicated include from drv_types.h
 2019-02-27  5:54 UTC 

[PATCH] regulator: wm8400: Fix trivial typo
 2019-02-27  5:54 UTC 

[PATCH 2/2] drivers/misc: Add Aspeed P2A control driver
 2019-02-27  5:53 UTC  (11+ messages)

[PATCH] btrfs-progs: check: Fix false alert about uninitialized
 2019-02-27  5:49 UTC 

[PATCH 0/1] [GSoC][PATCH] tests: replace test -(d|f) with test_path_is_(dir|file)
 2019-02-27  5:49 UTC  (7+ messages)
` [PATCH 1/1] tests: replace `test -(d|f)` "

[PATCH -next] um: Remove duplicated include from vector_user.c
 2019-02-27  5:46 UTC  (5+ messages)
` [-next] "

git rebase: retain original head?
 2019-02-27  5:45 UTC  (6+ messages)

[Fuego] [PATCH v4] Add test cases for commands of module-init-tools
 2019-02-27  5:42 UTC  (4+ messages)

[U-Boot] Pull request: u-boot-riscv/master
 2019-02-27  5:39 UTC 

[PATCH] vhost: fix interrupt suppression for the split ring
 2019-02-27  5:38 UTC  (3+ messages)

[GIT PULL] Qualcomm ARM64 DT Fixes for 5.0-rc8
 2019-02-27  5:38 UTC  (2+ messages)

[U-Boot] [PATCH v2] spi: cadence_qspi: Add quad write support
 2019-02-27  5:36 UTC 

[PATCH 1/3] staging: erofs: compressed_pages should not be accessed again after freed
 2019-02-27  5:33 UTC  (6+ messages)
` [PATCH 2/3] staging: erofs: fix illegal address access under memory pressure
` [PATCH 3/3] staging: erofs: fix mis-acted TAIL merging behavior

[Qemu-devel] Questions about EDID
 2019-02-27  5:27 UTC  (6+ messages)

[PATCH] fw_cfg: use __ATTR_RO_MODE to define rev sysfs
 2019-02-27  5:33 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH v2 0/8] mm/kdump: allow to exclude pages that are logically offline
 2019-02-27  5:32 UTC  (5+ messages)

[U-Boot] SiFive FU540 U-Boot patches,
 2019-02-27  5:29 UTC  (6+ messages)

[U-Boot] [PATCH] spi: cadence_qspi: Add quad write support
 2019-02-27  5:28 UTC  (3+ messages)

[PATCH 0/5] Enable per-port SATA interrupts and drop an hack in the IRQ subsystem
 2019-02-27  5:16 UTC  (8+ messages)
` [PATCH 4/5] arm64: dts: marvell: armada-8040-clearfog: Drop non-existent SATA port

[PATCH] btrfs-progs: gitignore: Ignore hidden files
 2019-02-27  5:16 UTC 

[PATCH 0/5] ocxl: OpenCAPI Cleanup
 2019-02-27  4:57 UTC  (12+ messages)
` [PATCH 1/5] ocxl: Rename struct link to ocxl_link
` [PATCH 2/5] ocxl: Clean up printf formats
` [PATCH 3/5] ocxl: read_pasid never returns an error, so make it void
` [PATCH 4/5] ocxl: Remove superfluous 'extern' from headers
` [PATCH 5/5] ocxl: Remove some unused exported symbols

[U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY
 2019-02-27  5:09 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] kbuild: fix DTB .cmd source variable

[PATCH 1/8] PCI: dwc: pci-dra7xx: fix a leaked reference by adding missing of_node_put
 2019-02-27  4:40 UTC  (24+ messages)
` [PATCH 2/8] PCI: uniphier: "
` [PATCH 3/8] PCI: dwc: layerscape: "
` [PATCH 4/8] PCI: rockchip: "
` [PATCH 5/8] PCI: aardvark: "
` [PATCH 6/8] PCI: iproc: "
` [PATCH 7/8] PCI: mediatek: "
` [PATCH 8/8] PCI: rpadlpar: "

[PATCH 0/2] arm64: dts: renesas: r8a77965-salvator-x: enable HDMI sound
 2019-02-27  5:03 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm64: dts: renesas: r8a77965-salvator-xs: "

[PATCH] arm64: dts: renesas: salvator: add dummy 2nd port to rcar_sound
 2019-02-27  5:00 UTC  (5+ messages)

cron job: media_tree daily build: ERRORS
 2019-02-27  4:59 UTC 

[PATCH 4/4] drm/sun4i: rgb: Change the pixel clock validation check
 2019-02-27  4:55 UTC  (2+ messages)

[PATCH v4 10/10] ARM: multi_v7_defconfig: add ARCH_MILBEAUT and ARCH_MILBEAUT_M10V
 2019-02-27  4:54 UTC  (2+ messages)

[PATCH v4 08/10] ARM: dts: milbeaut: Add device tree set for the Milbeaut M10V board
 2019-02-27  4:53 UTC  (2+ messages)

[PATCH v4 09/10] ARM: configs: Add Milbeaut M10V defconfig
 2019-02-27  4:53 UTC  (2+ messages)

[PATCH v4 07/10] dt-bindings: serial: Add Milbeaut serial driver description
 2019-02-27  4:53 UTC  (2+ messages)

[PATCH v4 06/10] clocksource/drivers/timer-milbeaut: Introduce timer for Milbeaut SoCs
 2019-02-27  4:53 UTC  (2+ messages)

[PATCH v4 05/10] dt-bindings: timer: Add Milbeaut M10V timer description
 2019-02-27  4:52 UTC  (2+ messages)

[PATCH v4 03/10] dt-bindings: Add documentation for Milbeaut SoCs
 2019-02-27  4:52 UTC  (2+ messages)

[PATCH v4 04/10] ARM: milbeaut: Add basic support for Milbeaut m10v SoC
 2019-02-27  4:52 UTC  (2+ messages)

[PATCH v4 02/10] dt-bindings: arm: Add SMP enable-method for Milbeaut
 2019-02-27  4:52 UTC 

[PATCH v4 01/10] dt-bindings: sram: milbeaut: Add binding for Milbeaut smp-sram
 2019-02-27  4:51 UTC 

[PATCH v4 00/10] Add basic support for Socionext Milbeaut M10V SoC
 2019-02-27  4:50 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH 0/4] ppc: spapr: virtual NVDIMM support
 2019-02-27  4:27 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH 3/4] spapr: Add NVDIMM device support

[PATCH] rapidio/mport_cdev: mark expected switch fall-through
 2019-02-27  4:42 UTC  (2+ messages)

[PATCH v2 0/1] lib/string: Add strscpy_pad() function
 2019-02-27  4:40 UTC  (4+ messages)
` [PATCH v2 1/1] "

[PATCH v4 00/12] Mediatek MT8183 clock and scpsys support
 2019-02-27  4:39 UTC  (7+ messages)
` [PATCH v4 01/12] clk: mediatek: Disable tuner_en before change PLL rate


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.