All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-02-13 20:46:08 to 2019-02-13 21:46:44 UTC [more...]

[U-Boot] [PATCH v4 00/22] imx: vybrid: Update BK4 and PCM052 boards to only use DM/DTS
 2019-02-13 21:46 UTC  (8+ messages)
` [U-Boot] [PATCH v4 01/22] net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driver
` [U-Boot] [PATCH v4 02/22] net: Kconfig: FEC: Add dependency on VF610
` [U-Boot] [PATCH v4 03/22] vybrid: ddr: Extend vf610-pinfunc.h with DDR pads definitions
` [U-Boot] [PATCH v4 04/22] vybrid: clock: Provide enable_i2c_clk() function for Vybrid
` [U-Boot] [PATCH v4 05/22] pcm052: board: Do not enable I2C2 code in the board file
` [U-Boot] [PATCH v4 06/22] vybrid: Define the imx_get_mac_from_fuse() as a __weak function
` [U-Boot] [PATCH v4 07/22] pcm052: board: Remove "m4go" command as it is superseded by "bootaux"

[PATCH 0/1] Use a more canonical method to fix the CPU reporting on Windows
 2019-02-13 21:46 UTC  (3+ messages)
` [PATCH 1/1] mingw: use a more canonical method to fix the CPU reporting

[PATCH v4 1/9] dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725B
 2019-02-13 21:46 UTC  (8+ messages)
` [PATCH v4 2/9] dt-bindings: mtd: ingenic: Change 'BCH' to 'ECC' in documentation

[RESEND PATCH net] mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
 2019-02-13 21:45 UTC  (2+ messages)

X450LCP lost abillity to turn the screen off
 2019-02-13 21:46 UTC  (7+ messages)

[PATCH] arm64: crypto: Disable xor-neon build when using clang
 2019-02-13 21:45 UTC  (4+ messages)

[PATCH v4 0/4] USB SS PHY for Qualcomm's QCS404
 2019-02-13 21:44 UTC  (15+ messages)
` [PATCH v4 1/4] dt-bindings: phy: remove qcom-dwc3-usb-phy
    ` [v4,1/4] "
` [PATCH v4 2/4] dt-bindings: connector: Add vbus-supply property
    ` [v4,2/4] "
` [PATCH v4 3/4] dt-bindings: Add Qualcomm USB SuperSpeed PHY bindings
    ` [v4,3/4] "

[PATCH] tests: avoid syntax triggering old dash bug
 2019-02-13 21:43 UTC  (3+ messages)
` [PATCH v2] "

[Printing-architecture] OpenPrinting News
 2019-02-13 21:43 UTC  (4+ messages)

[RFC][PATCH 0/3] arm64 relaxed ABI
 2019-02-13 21:41 UTC  (18+ messages)

[PATCH V3 0/5] genirq/affinity: add .calc_sets for improving IRQ allocation & spread
 2019-02-13 21:41 UTC  (17+ messages)
` [PATCH V3 1/5] genirq/affinity: don't mark 'affd' as const
` [PATCH V3 3/5] genirq/affinity: add new callback for caculating set vectors
` [PATCH V3 4/5] nvme-pci: avoid irq allocation retrying via .calc_sets

Kernel memory corruption in CIPSO labeled TCP packets processing
 2019-02-13 21:41 UTC  (24+ messages)
                                          ` [PATCH] NETWORKING: avoid use IPCB in cipso_v4_error

initramfs tidyups
 2019-02-13 21:41 UTC  (6+ messages)
` [PATCH 7/8] initramfs: proide a generic free_initrd_mem implementation

[linux-lvm] Mixing devices with different logical or physical block size in oVirt LVM based storage
 2019-02-13 21:41 UTC  (5+ messages)

[RFC 0/2] Add support for Suspend and Resume for Exynos4412 on
 2019-02-13 21:40 UTC  (7+ messages)
` [RFC 1/2] ARM: dts: exynos: Add proper regulator states for suspend-to-mem for odroid-u3
` [RFC 2/2] soc: samsung: pmu: Add the PMU data of exynos4412 to support low-power state

[PATCH] mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
 2019-02-13 21:40 UTC  (5+ messages)

stable-rc/linux-4.14.y build: 197 builds: 4 failed, 193 passed, 10 errors, 48 warnings (v4.14.99-36-gb27110a48542)
 2019-02-13 21:40 UTC 

[RFC PATCH v1 00/25] printk: new implementation
 2019-02-13 21:39 UTC  (4+ messages)
` [RFC PATCH v1 02/25] printk-rb: add prb locking functions

[PATCH] net: phy: at803x: disable delay only for RGMII mode
 2019-02-13 21:38 UTC  (8+ messages)

[PATCH 3/4] bfa: fix calls to dma_set_mask_and_coherent()
 2019-02-13 21:35 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/1] configs: rk3288: Tinker Board SPL file must fit into 32 KiB
 2019-02-13 21:38 UTC 

[PATCH] mm/swap.c: workaround for_each_cpu() bug on UP kernel
 2019-02-13 21:37 UTC  (8+ messages)

[PATCH v6 00/12] x86: Enable FSGSBASE instructions
 2019-02-13 21:36 UTC  (13+ messages)
` [PATCH v6 01/12] x86/fsgsbase/64: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASE
` [PATCH v6 02/12] kbuild: Raise the minimum required binutils version to 2.21
` [PATCH v6 03/12] x86/fsgsbase/64: Add intrinsics for FSGSBASE instructions
` [PATCH v6 04/12] x86/fsgsbase/64: Enable FSGSBASE instructions in the helper functions
` [PATCH v6 05/12] x86/fsgsbase/64: Preserve FS/GS state in __switch_to() if FSGSBASE is on
` [PATCH v6 06/12] x86/fsgsbase/64: When copying a thread, use the FSGSBASE instructions if available
` [PATCH v6 07/12] x86/fsgsbase/64: Introduce the FIND_PERCPU_BASE macro
` [PATCH v6 08/12] x86/fsgsbase/64: Use the per-CPU base as GSBASE at the paranoid_entry
` [PATCH v6 09/12] selftests/x86/fsgsbase: Test WRGSBASE
` [PATCH v6 10/12] x86/fsgsbase/64: Enable FSGSBASE by default and add a chicken bit
` [PATCH v6 11/12] x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2
` [PATCH v6 12/12] x86/fsgsbase/64: Add documentation for FSGSBASE

How to get next commit that just after a specified commit
 2019-02-13 21:36 UTC  (3+ messages)

[PATCH 1/3] Revert "drm/i915: W/A for underruns with WM1+ disabled on icl"
 2019-02-13 21:28 UTC  (7+ messages)
` [PATCH 2/3] drm/i915: Include "ignore lines" in skl+ wm state
` [PATCH 3/3] drm/i915: Implement new w/a for underruns with wm1+ disabled

IB pkey policy problem found via the selinux-testsuite
 2019-02-13 21:35 UTC 

[PATCH 4.19 00/17] V4.19 backport of more 32-bit arm spectre patches
 2019-02-13 21:32 UTC  (18+ messages)
` [PATCH 4.19 01/17] ARM: 8789/1: signal: copy registers using __copy_to_user()
` [PATCH 4.19 02/17] ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt context
` [PATCH 4.19 03/17] ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state
` [PATCH 4.19 04/17] ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()
` [PATCH 4.19 05/17] ARM: 8793/1: signal: replace __put_user_error with __put_user
` [PATCH 4.19 06/17] ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limit
` [PATCH 4.19 07/17] ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()
` [PATCH 4.19 08/17] ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization
` [PATCH 4.19 09/17] ARM: 8797/1: spectre-v1.1: harden __copy_to_user
` [PATCH 4.19 10/17] ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc
` [PATCH 4.19 11/17] ARM: make lookup_processor_type() non-__init
` [PATCH 4.19 12/17] ARM: split out processor lookup
` [PATCH 4.19 13/17] ARM: clean up per-processor check_bugs method call
` [PATCH 4.19 14/17] ARM: add PROC_VTABLE and PROC_TABLE macros
` [PATCH 4.19 15/17] ARM: spectre-v2: per-CPU vtables to work around big.Little systems
` [PATCH 4.19 16/17] ARM: ensure that processor vtables is not lost after boot
` [PATCH 4.19 17/17] ARM: fix the cockup in the previous patch

[PATCH v2 0/2] Improve _OSC control request granularity
 2019-02-13 21:32 UTC  (2+ messages)
` [PATCH v3] PCI/ACPI: "

linux-next: Tree for Feb 12
 2019-02-13 21:29 UTC  (5+ messages)
` linux-next: Tree for Feb 12 (chrome/wilco_ec/)

[PATCH v2 0/5] kasan: more tag based mode fixes
 2019-02-13 21:28 UTC  (4+ messages)

Usb gifts for company promotions, factory customization
 2019-02-13 21:28 UTC 

master - hints: fix recreating hints from pvscan
 2019-02-13 21:26 UTC 

[v5.0-rc6 regression] "perf/core: Don't WARN() for impossible ring-buffer sizes"
 2019-02-13 21:26 UTC 

linux-next: build failure after merge of the xarray tree
 2019-02-13 21:26 UTC  (4+ messages)

[PATCH v4 0/2] add qixis driver
 2019-02-13 21:23 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: soc: fsl: Document Qixis FPGA usage

[Buildroot] Runtime test issues
 2019-02-13 21:25 UTC 

[PATCH v2 0/2] Intel Cherry Trail Whiskey Cove LEDs support
 2019-02-13 21:24 UTC  (3+ messages)
` [PATCH v2 2/2] mfd: Add leds MFD cell for intel_soc_pmic_chtwc

[PATCH] scsi: lpfc: fix a handful of indentation issues
 2019-02-13 21:24 UTC  (3+ messages)

[RFC] media: uapi: Add VP8 low-level decoder API compound controls
 2019-02-13 21:22 UTC  (2+ messages)

KXG60ZNV256G not recognized
 2019-02-13 21:22 UTC  (11+ messages)

[PATCH 0/3] Make DRM DSC helpers more generally usable
 2019-02-13 21:22 UTC  (3+ messages)
` [PATCH 3/3] drm/dsc: Change infoframe_pack to payload_pack

[PATCH v2] drm: Block fb changes for async plane updates
 2019-02-13 21:21 UTC  (2+ messages)

[QUESTION] powerpc, libseccomp, and spu
 2019-02-13 21:19 UTC  (3+ messages)

[U-Boot] [PATCH 0/7] AM65x HS device support
 2019-02-13 21:20 UTC  (8+ messages)
` [U-Boot] [PATCH 1/7] arm: K3: Avoid use of MCU_PSRAM0 before SYSFW is loaded
` [U-Boot] [PATCH 5/7] arm: mach-k3: Add secure device build support

Possible to annotate ARM64 IRQ handling to help gdb?
 2019-02-13 21:19 UTC  (5+ messages)

[Qemu-devel] [PATCH] configure: improve usbfs check
 2019-02-13 21:18 UTC 

[PATCH v4 0/8] iProc I2C slave mode and NIC mode
 2019-02-13 21:18 UTC  (7+ messages)
` [PATCH v4 3/8] dt-bindings: i2c: iproc: make 'interrupts' optional
` [PATCH v4 6/8] dt-bindings: i2c: iproc: add "brcm,iproc-nic-i2c" compatible string
  ` [PATCH v4 6/8] dt-bindings: i2c: iproc: add "brcm, iproc-nic-i2c" "

[meta-oe][PATCH] php: upgrade 7.2.10 -> 7.3.2 / 5.3.39 -> 5.6.40
 2019-02-13 21:17 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the pci tree
 2019-02-13 21:17 UTC  (5+ messages)

[PATCH iproute2 net-next v2 0/4] Abstract columns, properly space and wrap fields
 2019-02-13 21:17 UTC  (6+ messages)
` [PATCH iproute2 net-next v2 3/4] ss: Buffer raw fields first, then render them as a table

[PATCH] crypto: caam - Do not overwrite IV
 2019-02-13 21:15 UTC  (8+ messages)

[RFC PATCH 0/2] Fix for the internal card reader and suspend on MacBooks
 2019-02-13 21:13 UTC  (5+ messages)
` [RFC PATCH 1/2] usb: core: Add support of disabling SS link before system suspend
  ` [RFC,1/2] "
` [RFC PATCH 2/2] usb: quirks: Add quirk to fix card reader and suspend on MacBooks
  ` [RFC,2/2] "

[PATCH v3] of: fix kmemleak crash caused by imbalance in early memory reservation
 2019-02-13 21:13 UTC  (3+ messages)

[Qemu-devel] [PATCH v3 1/3] blkdebug: fix one shot rule processing
 2019-02-13 21:12 UTC  (7+ messages)
` [Qemu-devel] [PATCH v3 3/3] blkdebug: Add latency injection rule type

[Buildroot] [PATCH] package/qemu: fix build of host-qemu on systems with old kernel headers
 2019-02-13 21:12 UTC 

[PATCH] slub: untag object before slab end
 2019-02-13 21:12 UTC  (4+ messages)

linux-next: Tree for Feb 13
 2019-02-13 21:12 UTC  (5+ messages)
` linux-next: Tree for Feb 13 (drivers/spmi/spmi-pmic-arb.c)

[Buildroot] [PATCH] configs/orangepi_one_plus: fix kernel headers option
 2019-02-13 21:10 UTC 

[U-Boot] [PATCH] arm: socfpga: move gen5 SDR driver to DM
 2019-02-13 21:10 UTC  (4+ messages)

Feature request on git log --oneline <revision range> -- <path>
 2019-02-13 21:09 UTC  (3+ messages)

Upstream Dom0 DRM problems regarding swiotlb
 2019-02-13 21:08 UTC  (13+ messages)

Selective Data Journaling in ext4
 2019-02-13 21:08 UTC  (5+ messages)

[PATCH] fs, ipc: Use an asynchronous version of kern_unmount in IPC
 2019-02-13 21:07 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] spapr/irq: remove the XICS offset adjustment for the dual machine
 2019-02-13 21:07 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] spapr/irq: add an 'nr_irq' parameter to initialize the backend
` [Qemu-devel] [PATCH 2/2] spapr/irq: remove the XICS offset adjustment

[PATCH v4 0/8] Exynos5 Dynamic Memory Controller driver
 2019-02-13 21:07 UTC  (4+ messages)
  ` [PATCH v4 1/8] clk: samsung: add needed IDs for DMC clocks in Exynos5420

[Buildroot] [PATCH] package/mender: change to use release archive
 2019-02-13 21:05 UTC 

[PATCH v2 1/4] drm/sched: Fix entities with 0 rqs
 2019-02-13 21:03 UTC  (3+ messages)

[Patch v1 0/3] 2.21.0-rc0 test fixes resulting from use of /dev/zero
 2019-02-13 21:03 UTC  (8+ messages)
` [Patch v1 2/3] t5318: replace use of /dev/zero with generate_zero_bytes

[PATCH v2 0/6] fanotify: Make wait for permission event response interruptible
 2019-02-13 21:02 UTC  (3+ messages)
` [PATCH 6/6] fanotify: Use interruptible wait when waiting for permission events

[PATCH] dt-bindings: clock: remove unused definition for stm32mp1
 2019-02-13 21:02 UTC  (3+ messages)

[U-Boot] [RFC 1/1] configs: rk3288: SPL file must fit into 32 KiB
 2019-02-13 21:01 UTC  (5+ messages)

kernel after 5.0-rc2 may not boot using BBL
 2019-02-13 21:00 UTC  (2+ messages)

+ mm-page_alloc-fix-ref-bias-in-page_frag_alloc-for-1-byte-allocs.patch added to -mm tree
 2019-02-13 21:00 UTC 

v5.0-rc2 and NVMeOF
 2019-02-13 21:00 UTC  (12+ messages)

[PATCH 0/2] Ensure inX() is ordered wrt delay() routines
 2019-02-13 20:59 UTC  (6+ messages)
` [PATCH 1/2] asm-generic/io: Pass result on inX() accessor to __io_par()

[PATCH 1/3] xfs: don't overflow xattr listent buffer
 2019-02-13 20:58 UTC  (4+ messages)
` [PATCH 2/3] xfs: don't ever put nlink > 0 inodes on the unlinked list
` [PATCH 3/3] xfs: reserve blocks for ifree transaction during log recovery

APUv2/v3 board support V2
 2019-02-13 20:57 UTC  (3+ messages)
` [PATCH 1/2] gpio: AMD G-Series PCH gpio driver
` [PATCH 2/2] x86: pcengines apuv2 gpio/leds/keys platform driver

[LSF/MM TOPIC] : blktests: status, an expansion plan for the storage stack test framework
 2019-02-13 20:56 UTC  (7+ messages)

[GSoC][RFC PATCH] clone: use dir-iterator to avoid explicit dir traversal
 2019-02-13 20:55 UTC 

[xen-unstable-smoke test] 133233: trouble: blocked/broken/pass
 2019-02-13 20:54 UTC 

[PATCH 2/3] drm: Add basic helper to allow precise pageflip timestamps in vrr
 2019-02-13 20:53 UTC  (11+ messages)

[PATCH v5 00/11] mfd: add support for max77650 PMIC
 2019-02-13 20:50 UTC  (7+ messages)
` [PATCH v5 02/11] dt-bindings: power: supply: add DT bindings for max77650
` [PATCH v5 03/11] dt-bindings: leds: "
` [PATCH v5 04/11] dt-bindings: input: "

[PATCH bpf-next v4 0/2] libbpf: adding AF_XDP support
 2019-02-13 20:49 UTC  (4+ messages)

[PATCH 0/2] fstests: incore unlinked list
 2019-02-13 20:49 UTC  (3+ messages)
` [PATCH 2/2] generic: check the behavior of programs opening a lot of O_TMPFILE files
  ` [PATCH v2 "

[PATCH 0/3] fstests: fixes and new tests
 2019-02-13 20:48 UTC  (2+ messages)
` [PATCH 4/3] generic: posix acl extended attribute memory corruption test

[PATCH] systemd: RDEPENDS on util-linux-umount
 2019-02-13 20:45 UTC  (5+ messages)

[Qemu-devel] [PATCH] Fix breakpoint support in Nios II user-mode emulation
 2019-02-13 20:46 UTC  (2+ messages)

[PATCH v2] rebase -x: sanity check command
 2019-02-13 20:46 UTC  (3+ messages)
` [PATCH] rebase: remove the rebase.useBuiltin setting


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.