All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-04 14:57:00 to 2018-05-04 15:47:07 UTC [more...]

[PATCH v2 0/6] Driver for at91 usart in spi mode
 2018-05-04 15:47 UTC  (7+ messages)
` [PATCH v2 1/6] MAINTAINERS: add at91 usart mfd driver
` [PATCH v2 2/6] mfd: at91-usart: added mfd driver for usart
` [PATCH v2 3/6] MAINTAINERS: add at91 usart spi driver
` [PATCH v2 4/6] dt-bindings: add binding for at91-usart in spi mode
` [PATCH v2 5/6] spi: at91-usart: add driver for at91-usart as spi
` [PATCH v2 6/6] tty/serial: atmel: changed the driver to work under at91-usart mfd

[PATCH] drm/i915/dp: silence a static checker warning
 2018-05-04 15:47 UTC  (6+ messages)
    ` [Intel-gfx] "
` [PATCH] drm/i915/dp: Silence static checkers for n_entries
` ✗ Fi.CI.BAT: failure for drm/i915/dp: silence a static checker warning (rev2)

[PATCH v2] ARM: dts: k2g-evm: Add DCAN dt nodes
 2018-05-04 15:46 UTC  (2+ messages)

[PATCH RFC 0/7] Change xen.efi build and add SHIM_LOCK verification into efi_multiboot2()
 2018-05-04 15:46 UTC  (7+ messages)
` [PATCH RFC 2/7] xen/x86: Manually build PE header
` [PATCH RFC 3/7] xen/x86: Add some addresses to the Multiboot header
` [PATCH RFC 6/7] xen/x86/efi: Verify dom0 kernel with SHIM_LOCK protocol in efi_multiboot2()

[PATCH 0/3] K2G: mmc: Update mmc dt node to use sdhci-omap
 2018-05-04 15:46 UTC  (6+ messages)

Introduce atomic_dec_and_lock_irqsave()
 2018-05-04 15:45 UTC  (6+ messages)
` [PATCH 1/5] spinlock: atomic_dec_and_lock: Add an irqsave variant
` [PATCH 2/5] mm/backing-dev: Use irqsave variant of atomic_dec_and_lock()
` [PATCH 3/5] kernel/user: "
` [PATCH 4/5] drivers/md/raid5: "
` [PATCH 5/5] drivers/md/raid5: Do not disable irq on release_inactive_stripe_list() call

LS1043A : "synchronous abort" at boot due to PCI config read
 2018-05-04 15:45 UTC  (13+ messages)
                  ` [PATCH] PCI: Check whether bridges allow access to extended config space

[PATCH v2 00/10] Sunxi-Cedrus driver for the Allwinner Video Engine, using media requests
 2018-05-04 15:44 UTC  (13+ messages)
` [PATCH v2 09/10] ARM: dts: sun7i-a20: Add Video Engine and reserved memory nodes

[PATCH] Add a file named cgroup.procs_stat in cgroup
 2018-05-04 15:43 UTC  (2+ messages)

[PATCH v2] arm64: vgic-v2: Fix proxying of cpuif access
 2018-05-04 15:43 UTC  (4+ messages)

[U-Boot] [PATCH v5 0/9] Add support for DM_USB for TI's DRA7 EVMs and AM57 EVMs platforms
 2018-05-04 15:43 UTC  (5+ messages)
` [U-Boot] [PATCH v5 4/9] board: ti: dra7xx-evm: turn on USB clocks in late init stage

[PATCH v2 00/13] xfs-4.18: quota refactor
 2018-05-04 15:41 UTC  (5+ messages)
` [PATCH 0.1/13] xfs: release new dquot buffer on defer_finish error

[PATCH] sched/numa: Stagger NUMA balancing scan periods for new threads v2
 2018-05-04 15:41 UTC 

[Qemu-devel] [Bug 1769189] [NEW] Issue with qemu 2.12.0 + UEFI
 2018-05-04 15:31 UTC 

[PATCH v9 3/8] lib/cmdline.c: add backslash support to kernel commandline parsing
 2018-05-04 15:40 UTC  (3+ messages)
` [PATCH] init/main.c: simplify repair_env_string

[PATCH 0/3] Some fixes for mm code optimization
 2018-05-04 15:40 UTC  (3+ messages)
  ` [PATCH 2/3] include/linux/gfp.h: use unsigned int in gfp_zone

linux-next: build warning after merge of the akpm-current tree
 2018-05-04 15:39 UTC  (2+ messages)

[PATCH bpf-next] bpf, xskmap: fix crash in xsk_map_alloc error path handling
 2018-05-04 15:39 UTC  (2+ messages)

Community call: PCI Emulation - Future Direction (Wed, May 2nd, UTC 16:00-17:00 / BST 17:00-18:00) - Minutes
 2018-05-04 15:38 UTC 

[GIT PULL] ARM: tegra: Device tree fixes for v4.17
 2018-05-04 15:38 UTC  (2+ messages)

[PATCH] i2c: core-smbus: fix a potential uninitialization bug
 2018-05-04 15:38 UTC  (10+ messages)

[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-05-04 15:37 UTC  (35+ messages)
` [PATCH 02/18] Add a new builtin: branch-diff
` [PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
  ` [PATCH v2 01/18] Add a function to solve least-cost assignment problems
  ` [PATCH v2 02/18] Add a new builtin: branch-diff
  ` [PATCH v2 03/18] branch-diff: first rudimentary implementation
  ` [PATCH v2 04/18] branch-diff: improve the order of the shown commits
  ` [PATCH v2 05/18] branch-diff: also show the diff between patches
  ` [PATCH v2 06/18] branch-diff: right-trim commit messages
  ` [PATCH v2 07/18] branch-diff: indent the diffs just like tbdiff
  ` [PATCH v2 08/18] branch-diff: suppress the diff headers
  ` [PATCH v2 09/18] branch-diff: adjust the output of the commit pairs
  ` [PATCH v2 10/18] branch-diff: do not show "function names" in hunk headers
  ` [PATCH v2 11/18] branch-diff: add tests
  ` [PATCH v2 12/18] branch-diff: use color for the commit pairs
  ` [PATCH v2 13/18] color: provide inverted colors, too
  ` [PATCH v2 14/18] diff: add an internal option to dual-color diffs of diffs
  ` [PATCH v2 15/18] branch-diff: offer to dual-color the diffs
  ` [PATCH v2 16/18] branch-diff --dual-color: work around bogus white-space warning
  ` [PATCH v2 17/18] branch-diff: add a man page
  ` [PATCH v2 18/18] completion: support branch-diff

[PATCH] perf: Allow suppressing AUX records
 2018-05-04 15:36 UTC  (5+ messages)
` [PATCH v2] perf: Suppress AUX/OVERWRITE records

[Qemu-devel] [PATCH v2 0/3] refactor float-to-float conversions and fix AHP
 2018-05-04 15:36 UTC  (6+ messages)
` [Qemu-devel] [PATCH v2 2/3] fpu/softfloat: support ARM Alternative half-precision

[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
 2018-05-04 15:35 UTC  (5+ messages)
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct

[Qemu-devel] [PATCH v2 02/19] spapr: introduce a skeleton for the XIVE interrupt controller
 2018-05-04 15:35 UTC  (12+ messages)

[PATCH v4 0/3] Enable Bluetooth functionality for WCN3990
 2018-05-04 15:35 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: net: bluetooth: Add device tree bindings for QTI chip wcn3990
` [PATCH v4 2/3] Bluetooth: hci_qca: Add support for Qualcomm Bluetooth "
` [PATCH v4 3/3] Bluetooth: btqca: Add wcn3990 firmware download support

[Qemu-devel] [PATCH] tcg/i386: Fix dup_vec in non-AVX2 codepath
 2018-05-04 15:34 UTC 

[PATCH 0/4] Fix avoid_unnecessary_addr_size DTC warning with 'clocks' node
 2018-05-04 15:34 UTC  (4+ messages)
` [PATCH 3/4] ARM: dts: imx27: use lable to override osc26m clock setting

[PATCH] xfs_db: add -R option
 2018-05-04 15:32 UTC  (2+ messages)

[PATCH] percpu_ida: Use _irqsave() instead of local_irq_save() + spin_lock
 2018-05-04 15:32 UTC 

[PATCH] media: vsp1: cleanup a false positive warning
 2018-05-04 15:32 UTC  (3+ messages)

[PATCH] ALSA: pcm: Hide local_irq_disable/enable() and local_irqsave/restore()
 2018-05-04 15:28 UTC  (2+ messages)

[PATCH v3 0/5] efi/firmware/platform-x86: Add EFI embedded fw support
 2018-05-04 15:26 UTC  (12+ messages)
` [PATCH v3 2/5] efi: Add embedded peripheral firmware support

[PATCH] posix-cpu-timers: remove lockdep_assert_irqs_disabled()
 2018-05-04 15:25 UTC 

[PATCH 1/4] drm/tegra: dc: Free syncpoint on errors
 2018-05-04 15:25 UTC  (7+ messages)
` [PATCH 4/4] drm/tegra: Refactor IOMMU attach/detach

[igt-dev] [PATCH i-g-t v3 1/5] lib/media_spin: Move helper functions to gpu_fill library
 2018-05-04 15:24 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,v3,1/5] "

[PATCH v4 0/3] drm/panel: Add Ilitek ILI9881c controller driver
 2018-05-04 15:23 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: panel: Add the Ilitek ILI9881c panel documentation
` [PATCH v4 2/3] drm/panel: Add Ilitek ILI9881c panel driver
` [PATCH v4 3/3] [DO NOT MERGE] arm: dts: sun8i: bpi-m2m: Add DSI display

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-05-04 15:23 UTC  (2+ messages)

3c59x patches and the removal of an unused function
 2018-05-04 15:22 UTC  (6+ messages)
` [PATCH 1/4] net: u64_stats_sync: Remove functions without user
` [PATCH 2/4] net: 3com: 3c59x: Move boomerang/vortex conditional into function
` [PATCH 3/4] net: 3com: 3c59x: Pull locking out of ISR
` [PATCH 4/4] net: 3com: 3c59x: irq save variant "

[PATCH v1 0/5] Support IOMMU for 2d/3d on Tegra30/114
 2018-05-04 15:22 UTC  (6+ messages)
` [PATCH v1 4/5] ARM: dts: tegra30: Add IOMMU nodes to Host1x and its clients
` [PATCH v1 5/5] ARM: dts: tegra114: "

(unknown),
 2018-05-04 15:21 UTC 

[Qemu-devel] [PATCH v2 0/8] xen_disk: legacy code removal and cleanup
 2018-05-04 15:21 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 7/8] xen_disk: use a single entry iovec
  `  "

[PATCH] arm: Convert arm boot_lock to raw
 2018-05-04 15:21 UTC  (3+ messages)

[PATCH net-next] net: phy: sfp: handle cases where neither BR,min nor BR,max is given
 2018-05-04 15:21 UTC 

[Votel] Graduation Review: Windows PV Driver
 2018-05-04 15:21 UTC  (2+ messages)

[PATCH] NVMe-CLI Add tests for fw-log, id-ctrl and id-ns commands
 2018-05-04 15:20 UTC 

[Qemu-devel] [PATCH] monitor: report entirety of hmp command on error
 2018-05-04 15:19 UTC  (2+ messages)

[PATCH] arm64: vgic-v2: Fix proxying of cpuif access
 2018-05-04 15:19 UTC  (3+ messages)

[PATCH] docs: fix xpti command line option doc
 2018-05-04 15:18 UTC  (2+ messages)

[PATCH] media: lgdt330x: don't use an uninitialized state
 2018-05-04 15:18 UTC 

[PATCH 1/2] net/mlx4: fix UDP flow rule limitation enforcement
 2018-05-04 15:17 UTC  (2+ messages)
` [PATCH 2/2] net/mlx4: fix useless default in RSS converter

[PATCH v2] saa7164: Fix driver name in debug output
 2018-05-04 15:16 UTC  (2+ messages)

Potential deadlock in vgic
 2018-05-04 15:17 UTC  (3+ messages)

[PATCH v2 0/3] Couple more DRM plane features for Tegra
 2018-05-04 15:17 UTC  (5+ messages)
` [PATCH v2 1/3] drm/tegra: dc: Enable plane scaling filters

[PATCH v4 00/16] Rearrange struct page
 2018-05-04 15:15 UTC  (10+ messages)
` [PATCH v4 07/16] slub: Remove page->counters

[PATCH net] net: phy: sfp: fix the BR,min computation
 2018-05-04 15:10 UTC 

[PATCH 0/2] Fix enqueueing vnet header in discontiguous decs buffer
 2018-05-04 15:14 UTC  (2+ messages)

[PATCH] IB/umem: use tgid instead of pid in ib_umem structure
 2018-05-04 15:14 UTC  (9+ messages)

[LTP] [PATCH v3 1/3] lib/tst_checksum: add crc32c checksum
 2018-05-04 15:13 UTC  (4+ messages)

[PATCH v2] wt-status: use rename settings from init_diff_ui_defaults
 2018-05-04 15:13 UTC  (3+ messages)
` [PATCH v3] wt-status: use settings from git_diff_ui_config

[PATCH] vhost/crypto: fix bracket
 2018-05-04 15:13 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] qemu-options: Mark -virtioconsole as deprecated
 2018-05-04 15:13 UTC 

[GIT PULL] Block IO fixes for 4.17-rc4
 2018-05-04 15:13 UTC 

[PATCH] doc/vhost: update zero copy perfromance tip
 2018-05-04 15:12 UTC  (2+ messages)

[PATCH] Use the original install-sh file from SGI
 2018-05-04 15:12 UTC  (2+ messages)

[PATCH 0/7] Allwinner H6 R_{PIO,INTC,I2C} support
 2018-05-04 15:12 UTC  (25+ messages)
` [PATCH 1/7] clk: sunxi-ng: add support for H6 PRCM CCU
` [PATCH 2/7] arm64: allwinner: h6: add PRCM CCU device node
` [PATCH 3/7] pinctrl: sunxi: add support for H6 R_PIO pin controller
` [PATCH 4/7] arm64: allwinner: h6: add node for "
` [PATCH 5/7] arm64: allwinner: h6: add R_INTC interrupt controller
` [PATCH 6/7] arm64: allwinner: h6: add R_I2C controller

[PATCH 1/3] vhost: fix deadlock due to vhostuser socket and fdset
 2018-05-04 15:11 UTC  (6+ messages)
` [PATCH 2/3] vhost: fix crash and fd leak due to vhostuser destroyed
` [PATCH 3/3] vhost: fix typo in fdset_event_dispatch comment

[PATCH v3 0/2] SVM: guest state handling adjustments
 2018-05-04 15:11 UTC  (3+ messages)
` [PATCH v3 1/2] SVM: re-work VMCB sync-ing
` [PATCH v3 2/2] SVM: introduce a VM entry helper

[manpages PATCH] capabilities.7: describe namespaced file capabilities
 2018-05-04 15:10 UTC  (5+ messages)

[PATCH v2] net/vhost: Initialise vid to -1
 2018-05-04 15:09 UTC  (2+ messages)

[PATCH] net/virtio-user: fix hugepage files enumeration
 2018-05-04 15:09 UTC  (2+ messages)

[Bug 199585] New: AMDGPU related kernel dump in /home/kernel/COD/linux/mm/slub.c:296 after monitors power off
 2018-05-04 15:08 UTC  (2+ messages)
` [Bug 199585] "

[U-Boot] [PATCH v4] arm64: Add SMC and HVC commands
 2018-05-04 15:08 UTC  (5+ messages)

[PATCH v9 0/9] xen/x86: various XPTI speedups
 2018-05-04 15:06 UTC  (7+ messages)
` [PATCH v9 3/9] xen/x86: support per-domain flag for xpti

[Buildroot] [PATCH 1/1] libupnpp: fix build with uclibc
 2018-05-04 15:06 UTC  (2+ messages)

[PATCH] libata: remove ata_sff_data_xfer_noirq()
 2018-05-04 15:06 UTC 

[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
 2018-05-04 14:57 UTC  (4+ messages)

[Buildroot] [PATCH] package/clang: link libclang against libLLVM.so
 2018-05-04 15:05 UTC  (2+ messages)

[Buildroot] [PATCH v3 0/5] Add Xilinx ZynqMP and ZCU106 board support
 2018-05-04 15:05 UTC  (5+ messages)
` [Buildroot] [PATCH v3 1/5] arm-trusted-firmware: simplify release dir path

[PATCH v3] toolchain-scripts: preserve host path in environment setup script
 2018-05-04 15:04 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/67] include path cleanup
 2018-05-04 15:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH 27/67] replication: add include directory header

[PATCH 1/6] powerpc/syscalls: Switch trivial cases to SYSCALL_DEFINE
 2018-05-04 15:03 UTC  (3+ messages)

[PATCH net-next v2 00/15] ARM: sun8i: r40: Add Ethernet support
 2018-05-04 15:03 UTC  (6+ messages)

[Qemu-devel] [PATCH] s390x/css: disabled subchannels cannot be status pending
 2018-05-04 15:02 UTC  (2+ messages)

[LTP] [PATCH 1/1] setregid: Fallback to `nogroup' group
 2018-05-04 15:02 UTC  (4+ messages)

[lustre-devel] [PATCH v2] staging: lustre: llite: fix potential missing-check bug when copying lumv
 2018-05-04 15:01 UTC  (2+ messages)
`  "

[PATCH v2 0/6] drm/panel: Handle the "panel is missing" case properly
 2018-05-04 15:01 UTC  (9+ messages)
` [PATCH v2 6/6] drm/panel: rpi-touchscreen: Set status to "fail" when ->probe() fails

[PATCH BlueZ] test/example-advertisement: add python3 support
 2018-05-04 14:59 UTC 

[PATCH] checkout & worktree: introduce a core.DWIMRemote setting
 2018-05-04 14:58 UTC  (5+ messages)
` [PATCH v2] checkout & worktree: introduce checkout.implicitRemote

[PATCH] net/sfc: rely on ethdev mapping of Tx offloads to TxQ flags
 2018-05-04 14:59 UTC  (2+ messages)

master - tests: bump raid target version in reshape tests
 2018-05-04 14:58 UTC 

[PATCH] check: run auto test group by default
 2018-05-04 14:58 UTC  (3+ messages)

[PATCH v4 00/14] media: ov772x: support media controller, device tree probing, etc
 2018-05-04 14:57 UTC  (5+ messages)
` [PATCH v4 12/14] media: ov772x: avoid accessing registers under power saving mode

[PATCH/RFT 0/3] mmc: renesas_sdhi: add support for r8a77965
 2018-05-04 14:56 UTC  (3+ messages)


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.