All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-11-28 15:00:36 to 2019-11-28 15:43:32 UTC [more...]

[Xen-devel] [PATCH for-4.13 1/2] python/xc.c: Remove trailing whitespace
 2019-11-28 15:43 UTC  (10+ messages)
` [Xen-devel] [PATCH for-4.13 2/2] Rationalize max_grant_frames and max_maptrack_frames handling

MIPS: bug: gettimeofday syscall broken on CI20 board?
 2019-11-28 15:42 UTC  (17+ messages)
` MIPS: bug: gettimeofday syscall broken on CI20 board

[U-Boot] [PATCH 0/4] ARM: imx6: DHCOM i.MX6 PDK: Fixing reset
 2019-11-28 15:43 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] ARM: dts: dh-imx6: add wdt-reboot node for sysreset driver

[PATCH v6 00/49] QUICC Engine support on ARM, ARM64, PPC64
 2019-11-28 14:55 UTC  (57+ messages)
` [PATCH v6 01/49] soc: fsl: qe: remove space-before-tab
` [PATCH v6 02/49] soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
` [PATCH v6 03/49] soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
` [PATCH v6 04/49] soc: fsl: qe: introduce qe_io{read,write}* wrappers
` [PATCH v6 05/49] soc: fsl: qe: avoid ppc-specific io accessors
` [PATCH v6 06/49] soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
` [PATCH v6 07/49] soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
` [PATCH v6 08/49] soc: fsl: qe: drop unneeded #includes
` [PATCH v6 09/49] soc: fsl: qe: drop assign-only high_active in qe_ic_init
` [PATCH v6 10/49] soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
` [PATCH v6 11/49] soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xx
` [PATCH v6 12/49] soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
` [PATCH v6 13/49] powerpc/83xx: remove mpc83xx_ipic_and_qe_init_IRQ
` [PATCH v6 14/49] powerpc/85xx: remove mostly pointless mpc85xx_qe_init()
` [PATCH v6 15/49] soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
` [PATCH v6 16/49] soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
` [PATCH v6 17/49] soc: fsl: qe: remove unused qe_ic_set_* functions
` [PATCH v6 18/49] soc: fsl: qe: don't use NO_IRQ in qe_ic.c
` [PATCH v6 19/49] soc: fsl: qe: make qe_ic_get_{low,high}_irq static
` [PATCH v6 20/49] soc: fsl: qe: simplify qe_ic_init()
` [PATCH v6 21/49] soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
` [PATCH v6 22/49] soc: fsl: qe: qe.c: use of_property_read_* helpers
` [PATCH v6 23/49] soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
` [PATCH v6 24/49] soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu
` [PATCH v6 25/49] soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()
` [PATCH v6 26/49] soc: fsl: move cpm.h from powerpc/include/asm to include/soc/fsl
` [PATCH v6 27/49] soc/fsl/qe/qe.h: update include path for cpm.h
` [PATCH v6 28/49] serial: ucc_uart: explicitly include soc/fsl/cpm.h
` [PATCH v6 29/49] serial: ucc_uart: replace ppc-specific IO accessors
` [PATCH v6 30/49] serial: ucc_uart: factor out soft_uart initialization
` [PATCH v6 31/49] serial: ucc_uart: stub out soft_uart_init for !CONFIG_PPC32
` [PATCH v6 32/49] serial: ucc_uart: use of_property_read_u32() in ucc_uart_probe()
` [PATCH v6 33/49] serial: ucc_uart: limit brg-frequency workaround to PPC32
` [PATCH v6 34/49] serial: ucc_uart: access __be32 field using be32_to_cpu
` [PATCH v6 35/49] soc: fsl: qe: change return type of cpm_muram_alloc() to s32
` [PATCH v6 36/49] soc: fsl: qe: make cpm_muram_free() return void
` [PATCH v6 37/49] soc: fsl: qe: make cpm_muram_free() ignore a negative offset
` [PATCH v6 38/49] soc: fsl: qe: drop broken lazy call of cpm_muram_init()
` [PATCH v6 39/49] soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path
` [PATCH v6 40/49] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c
` [PATCH v6 41/49] soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()
` [PATCH v6 42/49] soc: fsl: qe: drop pointless check "
` [PATCH v6 43/49] soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c
` [PATCH v6 44/49] net/wan/fsl_ucc_hdlc: avoid use of IS_ERR_VALUE()
` [PATCH v6 45/49] net/wan/fsl_ucc_hdlc: fix reading of __be16 registers
` [PATCH v6 46/49] net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
` [PATCH v6 47/49] net: ethernet: freescale: make UCC_GETH explicitly depend on PPC32
` [PATCH v6 48/49] soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c
` [PATCH v6 49/49] soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE

[PATCH] arm64: dts: juno: Fix DMA address translations by adding SOC bus node
 2019-11-28 15:42 UTC  (3+ messages)
` [PATCH] Revert "arm64: dts: juno: add dma-ranges property"

[PATCH] iio: imu: st_lsm6dsx: track hw FIFO buffering with fifo_mask
 2019-11-28 15:42 UTC 

[Buildroot] [PATCH 1/1] package/kf5: add an upstream URL to Config.in
 2019-11-28 15:42 UTC  (2+ messages)

[Buildroot] [git commit] package/kf5: add an upstream URL to Config.in
 2019-11-28 15:42 UTC 

[Buildroot] [PATCH] package/postgresql: fix filesystem naming consistency
 2019-11-28 15:40 UTC  (3+ messages)

[zen-kernel-zen-kernel:5.4/muqss 1/18] kernel/sched/MuQSS.c:6758:17: error: 'cpu_llc_shared_map' undeclared; did you mean 'sd_llc_shared'?
 2019-11-28 15:40 UTC 

[PATCH 5.4 00/66] 5.4.1-stable review
 2019-11-28 15:40 UTC  (2+ messages)

[PATCH] btrfs: relocation: Output current relocation stage at btrfs_relocate_block_group()
 2019-11-28 15:40 UTC  (2+ messages)

[PATCH 0/2] RFC: add -mem-shared option
 2019-11-28 14:15 UTC  (3+ messages)
` [PATCH 1/2] memfd: add qemu_memfd_open()
` [PATCH 2/2] Add -mem-shared option

[PATCH v2] recipes-support: gperftools: RDEPENDS for pprof
 2019-11-28 15:28 UTC 

[PATCH 0/9] drm/tegra: Miscellaneous fixes
 2019-11-28 15:37 UTC  (10+ messages)
` [PATCH 1/9] drm/tegra: hub: Remove bogus connection mutex check
` [PATCH 2/9] drm/tegra: gem: Properly pin imported buffers
` [PATCH 3/9] drm/tegra: gem: Remove premature import restrictions
` [PATCH 4/9] drm/tegra: Use proper IOVA address for cursor image
` [PATCH 5/9] drm/tegra: sor: Implement system suspend/resume
` [PATCH 6/9] drm/tegra: vic: Export module device table
` [PATCH 7/9] drm/tegra: Silence expected errors on IOMMU attach
` [PATCH 8/9] drm/tegra: dpaux: Add missing runtime PM references
` [PATCH 9/9] drm/tegra: sor: Make the +5V HDMI supply optional

[Buildroot] [PATCH] package/wolfssl: add upstream security fix for CVE-2019–18840
 2019-11-28 15:37 UTC 

[dpdk-dev] [PATCH] devtools: move ABI scripts from buildtools
 2019-11-28 15:36 UTC  (4+ messages)

[Bug 1853826] [NEW] ELF loader fails to load shared object on ThunderX2 running RHEL7
 2019-11-28 14:45 UTC  (2+ messages)
` [Bug 1853826] "

[PATCH] ptrace/x86: introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()
 2019-11-28 15:36 UTC  (6+ messages)

make dma_addressing_limited work for memory encryption setups
 2019-11-28 15:36 UTC  (7+ messages)
` [PATCH 2/2] dma-mapping: force unencryped devices are always addressing limited

[PATCH v6] error: rename errp to errp_in where it is IN-argument
 2019-11-28 14:54 UTC  (3+ messages)

[PATCH 00/30] drm/bridge: Add device links for lifetime control
 2019-11-28 15:33 UTC  (5+ messages)
` [PATCH 29/30] drm/bridge: add support for device links to bridge

[LTP] [PATCH 1/2] network/iptables: reduce ping timeouts
 2019-11-28 15:34 UTC  (5+ messages)
` [LTP] [PATCH 2/2] network/iptables: add new test for iptables-tranlsate and nft

[PATCH bpf v2] bpftool: Allow to link libbpf dynamically
 2019-11-28 15:32 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH v2] kernel: audit.c: Add __rcu notation to RCU pointer
 2019-11-28 15:32 UTC  (2+ messages)
`  "

[PATCH v1] mm/memory_hotplug: don't check the nid in find_(smallest|biggest)_section_pfn
 2019-11-28 15:31 UTC  (3+ messages)

tracefs splats in lockdown=confidentiality mode
 2019-11-28 15:31 UTC  (4+ messages)

[PATCH 00/15] s390x: Protected Virtualization support
 2019-11-28 14:40 UTC  (6+ messages)
` [PATCH 06/15] s390x: protvirt: Support unpack facility
` [PATCH 13/15] s390x: protvirt: Move diag 308 data over SIDAD

[dpdk-dev] [PATCH v2] doc: add more details about mlx5 offloads
 2019-11-28 15:31 UTC  (2+ messages)

[PATCH RFC] qga: fence guest-set-time if hwclock not available
 2019-11-28 14:41 UTC  (4+ messages)

INFO: trying to register non-static key in io_cqring_overflow_flush
 2019-11-28 15:29 UTC  (3+ messages)

[Xen-devel] [PATCH] x86/IRQ: make internally used IRQs also honor the pending EOI stack
 2019-11-28 15:28 UTC  (5+ messages)

[PATCH v15 00/18]Timestamp synchronization of host - guest tracing session
 2019-11-28 15:27 UTC  (10+ messages)
` [PATCH v15 14/18] trace-cmd: Add host trace clock as guest trace argument
` [PATCH v15 15/18] trace-cmd: Refactor few trace-cmd internal functions
` [PATCH v15 16/18] trace-cmd: Basic infrastructure for host - guest timestamp synchronization

[GIT PULL] erofs updates for 5.5
 2019-11-28 15:27 UTC 

[PATCH 01/14] oe-selftest: extend virgl gtk test to also check the SDL option
 2019-11-28 15:26 UTC  (8+ messages)
` [PATCH 02/14] rpm: upgrade to 4.15.1
` [PATCH 08/14] gettext: update to 0.20.1
` [PATCH 13/14] flex: update to 2.6.4

[dpdk-dev] [PATCH] doc: add tested platforms with Mellanox NICs
 2019-11-28 15:26 UTC  (2+ messages)

[PATCH v14 0/6] mm / virtio: Provide support for unused page reporting
 2019-11-28 15:25 UTC  (3+ messages)
` [PATCH v14 6/6] virtio-balloon: Add support for providing unused page reports to host

[GIT PULL] Hyper-V commits for v5.5
 2019-11-28 15:25 UTC 

[U-Boot] [PATCH v1 1/2] common: fdt_support: add support for setting usable memory
 2019-11-28 15:23 UTC  (2+ messages)

hwmon: (nct7802) buggy VSEN1/2/3 alarm
 2019-11-28 15:22 UTC  (13+ messages)

[PATCH] drm/i915: Copy across scheduler behaviour flags across submit fences
 2019-11-28 15:22 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "
    `  "

[U-Boot] [PATCH v1 2/2] board: colibri_imx7: reserve DDR memory for Cortex-M4
 2019-11-28 15:21 UTC  (2+ messages)

[alsa-devel] [PATCH v2] ASoC: max98090: save and restore SHDN when changing sensitive registers
 2019-11-28 15:19 UTC 

[Xen-devel] [PATCH LP-BUILD_TOOLS] Fix building with updated ENFORCE_UNIQUE_SYMBOLS behaviour
 2019-11-28 15:19 UTC  (2+ messages)

[PATCH] iio: at91-sama5d2_adc: fix iio_triggered_buffer_{predisable,postenable} positions
 2019-11-28 15:19 UTC  (5+ messages)

KASAN: use-after-free Read in si470x_int_in_callback (2)
 2019-11-28 15:19 UTC  (2+ messages)

[RFC PATCH 1/8] perf: Save PMU specific data in task_struct
 2019-11-28 15:14 UTC  (8+ messages)
` [RFC PATCH 2/8] perf: Helpers for alloc/init/fini PMU specific data
` [RFC PATCH 3/8] perf: Init/fini "
` [RFC PATCH 4/8] perf: Supply task information to sched_task()
` [RFC PATCH 5/8] perf/x86/lbr: Fix shorter LBRs call stacks for system-wide mode
` [RFC PATCH 6/8] perf/x86: Remove swap_task_ctx()
` [RFC PATCH 7/8] perf: Clean up pmu specific data
` [RFC PATCH 8/8] perf: Clean up event context from sched_task()

[CI 1/2] drm/i915: Allow i915 to manage the vma offset nodes instead of drm core
 2019-11-28 15:17 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [CI,1/2] "
    `  "

[PATCH v6 0/7] add thermal sensor driver for A64, A83T, H3, H5, H6, R40
 2019-11-28 15:16 UTC  (9+ messages)
` [PATCH v6 1/7] thermal: sun8i: add thermal driver for H6/H5/H3/A64/A83T/R40

[dpdk-dev] [PATCH] add top level SPDX license identifier
 2019-11-28 15:16 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 1/5] interconnect: qcom: sdm845: Walk the list safely on node removal
 2019-11-28 15:15 UTC  (3+ messages)
` [PATCH 3/5] interconnect: qcom: msm8974: "

[Buildroot] [PATCH] systemd: add option to enable systemd-journal-remote
 2019-11-28 15:15 UTC  (5+ messages)

[PATCH kvm-unit-tests] arm: Enable the VFP
 2019-11-28 15:15 UTC  (5+ messages)

Operation not supported when adding jump command
 2019-11-28 15:15 UTC  (11+ messages)

[PATCH v2 0/8] add header file for kelvin to/from Celsius conversion helpers
 2019-11-28 15:14 UTC  (7+ messages)
` [PATCH v2 4/8] platform/x86: intel_menlow: switch to use <linux/temperature.h> helpers
` [PATCH v2 7/8] nvme: hwmon: "

[PATCH 1/2] interconnect: Add a common standard aggregate function
 2019-11-28 15:15 UTC  (4+ messages)
` [PATCH 2/2] interconnect: qcom: Use the "

[PATCH v5 0/3] MediaTek Security random number generator support
 2019-11-28 15:02 UTC  (6+ messages)
` [PATCH v5 3/3] hwrng: add mtk-sec-rng driver

Doubts in getting started with the Analog AD7928 driver
 2019-11-28 15:13 UTC  (5+ messages)

[dpdk-dev] [PATCH] examples/fips_validation: fix incorrect structure used for AES-GCM
 2019-11-28 15:12 UTC  (2+ messages)

[PATCH] mm: use the existing variable instead of a duplicate statement
 2019-11-28 15:12 UTC  (4+ messages)

[Bug 205661] New: Upgrade to 5.4 from K5.3.13 fails x2 attempts
 2019-11-28 15:12 UTC  (2+ messages)
` [Bug 205661] "

[PATCH] mm/vmscan.c: remove unused return value of shrink_node
 2019-11-28 15:10 UTC  (2+ messages)

[PATCH] kernel: audit.c: Add __rcu notation to RCU pointer
 2019-11-28 15:09 UTC  (6+ messages)
      ` [Linux-kernel-mentees] "

[PATCH v3] Bluetooth: btusb: hci_event: handle msbc audio over USB Endpoints
 2019-11-28 15:10 UTC  (4+ messages)

[PATCH kvm-unit-tests v2] arm: Enable the VFP
 2019-11-28 15:09 UTC  (2+ messages)

[PATCH v2 1/2] drm/i915/dp: fix DP audio for PORT_A on gen12+
 2019-11-28 15:09 UTC  (6+ messages)
` [PATCH v2 2/2] drm/i915/dp: fix DP infoframe init "
    ` [Intel-gfx] "

[PATCH for-5.0 00/31] block: Introduce real BdrvChildRole
 2019-11-28 14:12 UTC  (3+ messages)
` [PATCH for-5.0 02/31] block: Add BdrvChildRole

[Buildroot] [PATCH 1/1] package/mali-t76x: update the upstream URL in Config.in
 2019-11-28 15:08 UTC 

[PATCH liburing] liburing: create an installation target for tests
 2019-11-28 15:08 UTC  (3+ messages)

[PATCH] x86/mce/therm_throt: Avoid updating RO and reserved bits
 2019-11-28 15:08 UTC 

[PATCH 0/7] console: screendump improvements
 2019-11-28 14:34 UTC  (3+ messages)
` [PATCH 1/7] console: add graphic_hw_update_done()

[Xen-devel] [PATCH for-next] x86/svm: Correct vm_event API for descriptor accesses
 2019-11-28 15:06 UTC  (2+ messages)

[dpdk-dev] [PATCH] drivers: copyrights update for nxp files
 2019-11-28 15:05 UTC  (3+ messages)

[PATCH v7 0/2] perf: add support for logging debug messages to file
 2019-11-28 15:04 UTC  (3+ messages)

[PATCH v1 1/1] pc-bios/s390-ccw: fix sclp_get_loadparm_ascii
 2019-11-28 12:44 UTC  (2+ messages)

[PATCH v2 12/14] drm/i915/fbc: Wait for vblank after FBC disable on glk+
 2019-11-28 15:03 UTC  (4+ messages)
` [Intel-gfx] [PATCH v3 "
    `  "

[dpdk-dev] [PATCH v2] add drop statistic for af_packet
 2019-11-28 15:03 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH 0/8] gpiolib: add an ioctl() for monitoring line status changes
 2019-11-28 15:02 UTC  (9+ messages)
` [PATCH 7/8] gpiolib: add new ioctl() for monitoring changes in line info

[PATCH] drm/i915: Provide ddc symlink in hdmi connector sysfs directory
 2019-11-28 15:01 UTC  (5+ messages)
    ` [Intel-gfx] "

Issue with 395f121e6199 ("PCI/PM: Wait for device to become ready after power-on")
 2019-11-28 15:01 UTC  (3+ messages)

[PATCH] kernel-devsrc: fix error with old (<4.2) x86 kernels
 2019-11-28 15:00 UTC  (4+ messages)

[PATCH V3] orangefs: posix open permission checking
 2019-11-28 15:00 UTC  (2+ 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.