All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-12-24 17:35:15 to 2019-12-24 22:27:35 UTC [more...]

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 22:27 UTC 

[pm:bleeding-edge 59/60] drivers/power/avs/qcom-cpr.c:1081:15: sparse: sparse: symbol 'cpr_get_opp_hz_for_req' was not declared. Should it be static?
 2019-12-24 22:18 UTC  (6+ messages)
` [Devel] "
` [RFC PATCH pm] power: avs: cpr_get_opp_hz_for_req() can be static
  ` [Devel] "

building vlc
 2019-12-24 22:18 UTC  (2+ messages)
` [yocto] "

[PATCH] mv88e6xxx: Add serdes Rx statistics
 2019-12-24 22:17 UTC  (3+ messages)

[PATCH 1/1] cmd: add rng command
 2019-12-24 22:16 UTC 

[PATCH v4 0/8] Add a random number generator uclass
 2019-12-24 22:09 UTC  (6+ messages)
` [PATCH v4 5/8] sandbox: rng: Add a random number generator(rng) driver
` [PATCH v4 8/8] virtio: "

[jwboyer-fedora:f30 46/94] drivers/gpu/drm/i915/display/intel_display.c:13006:17: sparse: sparse: incorrect type in argument 2 (different base types)
 2019-12-24 22:07 UTC 

[PATCH] format-patch: make format.outputDirectory relative to worktree
 2019-12-24 22:05 UTC  (3+ messages)

[PATCH] utilities/autodate: Fix build error by adding '\ ' in \date{}
 2019-12-24 22:04 UTC  (4+ messages)
` [PATCH v2] utilities/autodate: Restore compatibility with bash

[PATCH 0/6] Six UFS patches
 2019-12-24 22:02 UTC  (7+ messages)
` [PATCH 1/6] ufs: Fix indentation in ufshcd_query_attr_retry()
` [PATCH 2/6] ufs: Make ufshcd_add_command_trace() easier to read
` [PATCH 3/6] ufs: Make ufshcd_prepare_utp_scsi_cmd_upiu() "
` [PATCH 4/6] ufs: Fix a race condition in the tracing code
` [PATCH 5/6] ufs: Remove superfluous memory barriers
` [PATCH 6/6] ufs: Remove the SCSI timeout handler

[PATCH v2 0/7] Add support for Azoteq IQS620A/621/622/624/625
 2019-12-24 21:55 UTC  (5+ messages)
` [PATCH v2 1/7] dt-bindings: Add bindings "

[PATCH] mm/rmap.c: split huge pmd when it really is
 2019-12-24 21:47 UTC  (3+ messages)

[Intel-gfx] [CI 01/10] drm/i915: simplify prefixes on device_info
 2019-12-24 21:46 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [CI,01/10] drm/i915: simplify prefixes on device_info (rev2)

[Buildroot] [Bug 12426] New: NodeJS slow startup performance (~30s)
 2019-12-24 21:32 UTC  (2+ messages)
` [Buildroot] [Bug 12426] "

[PATCH 0/3] phy: ti: j721e-wiz: Add support for DisplayPort mode
 2019-12-24 21:31 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: phy: Add lane<n>-mode property to WIZ (SERDES wrapper)

[PATCH] libxfs: make resync with the userspace libxfs easier
 2019-12-24 21:27 UTC  (3+ messages)

[RESEND RFC 0/2] Paravirtualized Control Register pinning
 2019-12-24 21:18 UTC  (8+ messages)
` [RESEND RFC 2/2] X86: Use KVM CR pin MSRs

post-receive: pub/scm/linux/kernel/git/robh/linux
 2019-12-24 21:18 UTC 

post-receive: pub/scm/linux/kernel/git/robh/linux
 2019-12-24 21:18 UTC 

[PATCH] irqchip: define EXYNOS_IRQ_COMBINER
 2019-12-24 21:11 UTC  (2+ messages)

[PATCH v2 00/32] [NEW] efct: Broadcom (Emulex) FC Target driver
 2019-12-24 21:01 UTC  (3+ messages)
` [PATCH v2 32/32] elx: efct: Tie into kernel Kconfig and build process

[PATCH net-next] net/sched: act_mirred: Ensure mac_len is pulled prior redirect to a non mac_header_xmit target device
 2019-12-24 20:43 UTC  (2+ messages)

[PATCH v2] IMA: Defined timer to free queued keys
 2019-12-24 20:35 UTC  (4+ messages)

kernel 5.4.6 + Ryzen 3700X: "Can't display frequency and others of Ryzen7 3700X"
 2019-12-24 20:34 UTC  (10+ messages)

post-receive: pub/scm/linux/kernel/git/zohar/linux-integrity
 2019-12-24 20:30 UTC 

[PATCH v2 00/15] rebase: make the default backend configurable
 2019-12-24 19:54 UTC  (17+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/15] rebase: extend the options for handling of empty commits
  ` [PATCH v3 02/15] t3406: simplify an already simple test
  ` [PATCH v3 03/15] rebase, sequencer: remove the broken GIT_QUIET handling
  ` [PATCH v3 04/15] rebase: make sure to pass along the quiet flag to the sequencer
  ` [PATCH v3 05/15] rebase: fix handling of restrict_revision
  ` [PATCH v3 06/15] t3432: make these tests work with either am or merge backends
  ` [PATCH v3 07/15] rebase: allow more types of rebases to fast-forward
  ` [PATCH v3 08/15] git-rebase.txt: add more details about behavioral differences of backends
  ` [PATCH v3 09/15] rebase: move incompatibility checks between backend options a bit earlier
  ` [PATCH v3 10/15] rebase: add an --am option
  ` [PATCH v3 11/15] git-prompt: change the prompt for interactive-based rebases
  ` [PATCH v3 12/15] rebase tests: mark tests specific to the am-backend with --am
  ` [PATCH v3 13/15] rebase tests: repeat some tests using the merge backend instead of am
  ` [PATCH v3 14/15] rebase: make the backend configurable via config setting
  ` [PATCH v3 15/15] rebase: change the default backend from "am" to "merge"

[PATCH v3 0/9] am57xx: Implement Android 10 boot flow
 2019-12-24 19:54 UTC  (10+ messages)
` [PATCH v3 1/9] image: android: Add functions for handling dtb field
` [PATCH v3 2/9] image: android: Add routine to get dtbo params
` [PATCH v3 3/9] cmd: abootimg: Add abootimg command
` [PATCH v3 4/9] doc: android: Add documentation for Android Boot Image
` [PATCH v3 5/9] test/py: android: Add test for abootimg
` [PATCH v3 6/9] configs: am57xx_evm: Enable Android commands
` [PATCH v3 7/9] env: ti: boot: Respect slot_suffix in AVB commands
` [PATCH v3 8/9] env: ti: boot: Boot Android with dynamic partitions
` [PATCH v3 9/9] arm: ti: boot: Use correct dtb and dtbo on Android boot

I change chip main of the pico-imx7D SOM module. Now I need put u-boot.imx(bin) using imx_uart
 2019-12-24 19:49 UTC 

[PATCH 0/3] cmd: dtimg: Rename to adtimg and refactor usage style
 2019-12-24 19:44 UTC  (2+ messages)

[Xen-devel] [xen-unstable test] 145185: regressions - FAIL
 2019-12-24 19:42 UTC 

[PATCH -next] selinux: remove set but not used variable 'sidtab'
 2019-12-24 19:35 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/pcmoore/selinux
 2019-12-24 19:35 UTC 

[BUG] `git diff` treats an unchanged line as modified
 2019-12-24 19:34 UTC  (2+ messages)

[PATCH v2 00/21] efi/x86: confine type unsafe casting to mixed mode
 2019-12-24 19:34 UTC  (3+ messages)
` [PATCH v2 13/21] efi/libstub/x86: drop __efi_early() export of efi_config struct

[Intel-gfx] HDCP working for anyone?
 2019-12-24 19:25 UTC 

with kernel 5.4.6, two Eth interfaces -- one 'reliably named', the other not. used to work , what's changed?
 2019-12-24 19:24 UTC 

[Intel-gfx] acceleration works in Brave browser
 2019-12-24 19:23 UTC 

Updating the commit message for reverts
 2019-12-24 19:15 UTC  (2+ messages)

[PATCH] ext4: force buffer up-to-date while marking it dirty
 2019-12-24 19:09 UTC 

[PATCH 1/1] iommu/vt-d: Add a quirk flag for scope mismatched devices
 2019-12-24 19:08 UTC  (3+ messages)

[PATCH net] net: dsa: sja1105: Fix double delivery of TX timestamps to socket error queue
 2019-12-24 19:05 UTC  (5+ messages)

[PATCH BlueZ] mesh: Base config json code on newer version of json-c
 2019-12-24 19:03 UTC  (2+ messages)

[PATCH v1 0/1] gpg-interface: add minTrustLevel as a configuration option
 2019-12-24 19:02 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "

[PATCH BlueZ 0/2] mesh: Fix some SNB details
 2019-12-24 19:03 UTC  (2+ messages)

post-receive: pub/scm/bluetooth/bluez
 2019-12-24 19:02 UTC 

[jwboyer-fedora:f30 6/94] drivers/char/crash.c:78:26: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2019-12-24 18:58 UTC 

[Xen-devel] [PATCH v4 0/6] generated Go libxl bindings using IDL
 2019-12-24 18:49 UTC  (4+ messages)
` [Xen-devel] [PATCH v4 2/6] golang/xenlight: begin Go to C type marshaling

[PATCH 1/1] rcu/tree: support kfree_bulk() interface in kfree_rcu()
 2019-12-24 18:49 UTC  (3+ messages)

[PATCH] ARM: dts: Add omap3-echo
 2019-12-24 18:45 UTC  (3+ messages)

BUG: unable to handle page fault for address: ffff8cb1a7beb900
 2019-12-24 18:42 UTC 

[PATCH 0/9] built-in add -p: add support for the same config settings as the Perl version
 2019-12-24 18:39 UTC  (3+ messages)

polaris12_mc.bin error
 2019-12-24 18:38 UTC  (4+ messages)

[PATCH v2 1/2] include: trace: Add SCMI header with trace events
 2019-12-24 18:34 UTC  (3+ messages)

[PATCH 0/8] drm/amd/display: use true,false for bool variable
 2019-12-24 18:32 UTC  (11+ messages)
` [PATCH 1/8] drm/amd/display: use true, false for bool variable in dc_link_ddc.c
` [PATCH 2/8] drm/amd/display: use true, false for bool variable in dcn10_hw_sequencer.c
` [PATCH 3/8] drm/amd/display: use true, false for bool variable in dcn20_hwseq.c
` [PATCH 4/8] drm/amd/display: use true, false for bool variable in display_mode_vba_21.c
` [PATCH 5/8] drm/amd/display: use true, false for bool variable in dce_calcs.c
` [PATCH 6/8] drm/amd/display: use true, false for bool variable in display_rq_dlg_calc_20.c
` [PATCH 7/8] drm/amd/display: use true, false for bool variable in display_rq_dlg_calc_20v2.c
` [PATCH 8/8] drm/amd/display: use true, false for bool variable in display_rq_dlg_calc_21.c

[PATCH v2] NFSv4.0: nfs4_do_fsinfo() should not do implicit lease
 2019-12-24 18:32 UTC  (2+ messages)

[PATCH v8 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40
 2019-12-24 18:30 UTC  (4+ messages)

[PATCH 0/3] Ethernet support for Raspberry Pi 4
 2019-12-24 18:30 UTC  (6+ messages)
` [PATCH 1/3] net: Add support for Broadcom GENETv5 Ethernet controller

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 18:29 UTC 

[PATCH] drm/amd/powerplay: use true, false for bool variable in vega20_hwmgr.c
 2019-12-24 18:28 UTC  (3+ messages)

[PATCH 1/1] test/py: Fix broken 'notbuildconfigspec' marker
 2019-12-24 18:28 UTC  (2+ messages)

[PATCH v3] Documentation: filesystems: convert fuse to RST
 2019-12-24 18:27 UTC  (3+ messages)
  ` [Linux-kernel-mentees] "

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 18:19 UTC 

[PATCH v4 00/19] KVM: Dynamically size memslot arrays
 2019-12-24 18:19 UTC  (6+ messages)
` [PATCH v4 16/19] KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 18:18 UTC 

[Xen-devel] [PATCH] x86/hvm: always expose x2APIC feature in max HVM cpuid policy
 2019-12-24 18:17 UTC  (5+ messages)

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 18:17 UTC 

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 18:17 UTC 

[Bug 205957] New: Ext4 64 bit hash breaks 32 bit glibc 2.28+
 2019-12-24 18:16 UTC  (2+ messages)
` [Bug 205957] "

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 18:16 UTC 

[PATCH v1 0/2] MMIO mask fix for AMD memory encryption support
 2019-12-24 18:14 UTC  (6+ messages)
` [PATCH v1 1/2] KVM: x86/mmu: Allow for overriding MMIO SPTE mask

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 18:10 UTC 

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 18:10 UTC 

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 18:09 UTC 

[PATCH] drm/amd/powerplay: add check for baco support on Arcturus
 2019-12-24 18:08 UTC  (2+ messages)

[Buildroot] [PATCH v2 0/2] Frotz and XorCurses
 2019-12-24 18:08 UTC  (5+ messages)
` [Buildroot] [PATCH v2 1/2] package/frotz: new package
` [Buildroot] [PATCH v2 2/2] package/xorcurses: "

flow control in vmbus ring buffers
 2019-12-24 18:03 UTC  (3+ messages)

[PATCH] generic/386: check the correct field from df output
 2019-12-24 18:02 UTC  (3+ messages)

[PATCH 0/3] docs: ftrace: Fix minor issues in the doc
 2019-12-24 17:58 UTC  (4+ messages)
` [PATCH 1/3] docs: ftrace: Clarify the RAM impact of buffer_size_kb
` [PATCH 2/3] docs: ftrace: Fix typos
` [PATCH 3/3] docs: ftrace: Fix small notation mistake

[PATCH v7 net-next 0/9] ipv6: Extension header infrastructure
 2019-12-24 17:55 UTC  (10+ messages)
` [PATCH v7 net-next 1/9] ipeh: Fix destopts counters on drop
` [PATCH v7 net-next 2/9] ipeh: Create exthdrs_options.c and ipeh.h
` [PATCH v7 net-next 3/9] ipeh: Move generic EH functions to exthdrs_common.c
` [PATCH v7 net-next 4/9] ipeh: Generic TLV parser
` [PATCH v7 net-next 5/9] ipeh: Add callback to ipeh_parse_tlv to handle errors
` [PATCH v7 net-next 6/9] ip6tlvs: Registration of TLV handlers and parameters
` [PATCH v7 net-next 7/9] ip6tlvs: Add TX parameters
` [PATCH v7 net-next 8/9] ip6tlvs: Add netlink interface
` [PATCH v7 net-next 9/9] ip6tlvs: Validation of TX Destination and Hop-by-Hop options

[Buildroot] [PATCH] lua-codegen: new package
 2019-12-24 17:53 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/3] Workaround updates
 2019-12-24 17:51 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Workaround updates (rev3)

[RFC PATCH] media: allegro: implement V4L2_CID_MPEG_VIDEO_ENC_FRAME_RATE
 2019-12-24 17:49 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 17:44 UTC 

post-receive: pub/scm/linux/kernel/git/ebiggers/linux
 2019-12-24 17:44 UTC 

[PATCH v3 00/35] drm/bridge: Consolidate initialization
 2019-12-24 17:40 UTC  (30+ messages)
` [PATCH v3 01/35] drm: Remove drm_bridge->dev
` [PATCH v3 04/35] drm/bridge: thc63lvd1024: Don't set drm_bridge->driver_private
` [PATCH v3 05/35] drm/exynos: mic: Stop using drm_bridge->driver_private
` [PATCH v3 08/35] drm/bridge: Drop driver_private from struct drm_bridge
` [PATCH v3 09/35] drm: Introduce drm_bridge_init()
` [PATCH v3 12/35] drm/bridge: cdns: Use drm_bridge_init()
` [PATCH v3 13/35] drm/bridge: dumb-vga-dac: "
` [PATCH v3 14/35] drm/bridge: lvds-codec: "
` [PATCH v3 16/35] drm/bridge: nxp-ptn3460: "
` [PATCH v3 19/35] drm/bridge: sii902x: "
` [PATCH v3 20/35] drm/bridge: sii9234: "
` [PATCH v3 21/35] drm/bridge: sil_sii8620: "
` [PATCH v3 22/35] drm/bridge: dw-hdmi: "
` [PATCH v3 23/35] drm/bridge/synopsys: dsi: "
` [PATCH v3 24/35] drm/bridge: tc358764: "
` [PATCH v3 26/35] drm/bridge: thc63: "
` [PATCH v3 28/35] drm/bridge: ti-tfp410: "
` [PATCH v3 29/35] drm/exynos: mic: "
` [PATCH v3 30/35] drm/i2c: tda998x: "
` [PATCH v3 31/35] drm/mcde: dsi: "
` [PATCH v3 32/35] drm/mediatek: hdmi: "
` [PATCH v3 33/35] drm: rcar-du: lvds: "
` [PATCH v3 34/35] drm/sti: "
` [PATCH v3 35/35] drm/msm: "
` [PATCH v3 RESEND 01/35] drm: Remove drm_bridge->dev

Broken sata_nv since 4.19
 2019-12-24 17:35 UTC 


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.