All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-07 22:36:12 to 2019-07-08 01:48:24 UTC [more...]

[PATCH v3 01/10] powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xx
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] Make rxe driver to calculate correct byte_len on receiving side when work completion is generated with IB_WC_RECV_RDMA_WITH_IMM opcode
 2019-07-08  1:46 UTC  (3+ messages)

[PATCH] powerpc/scm: Mark the region volatile if cache flush not required
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2] powerpc/nvdimm: Add support for multibyte read/write for metadata
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] powerpc/configs: Remove useless UEVENT_HELPER_PATH
 2019-07-08  1:19 UTC  (3+ messages)

[PATCH] powerpc/configs: Disable latencytop
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] x86/hyper-v: Zero out the VP assist page to fix CPU offlining
 2019-07-08  1:41 UTC  (2+ messages)

[U-Boot] [PATCH V2 00/51] Support i.MX8MM/N
 2019-07-08  1:40 UTC  (52+ messages)
` [U-Boot] [PATCH V2 01/51] linux: compat: guard PAGE_SIZE
` [U-Boot] [PATCH V2 02/51] dm: clk: ignore default settings when node not valid
` [U-Boot] [PATCH V2 03/51] pinctrl: imx: use devfdt_get_addr_size_index
` [U-Boot] [PATCH V2 04/51] i2c: mxc: add CONFIG_CLK support
` [U-Boot] [PATCH V2 05/51] tools: imx8m_image: align spl bin image size
` [U-Boot] [PATCH V2 06/51] ddr: imx8m: fix ddr firmware location when enable SPL OF
` [U-Boot] [PATCH V2 07/51] tools: imx8mimage: fix HDMI/FIT parsing
` [U-Boot] [PATCH V2 08/51] imx8m: add image cfg for i.MX8MM lpddr4
` [U-Boot] [PATCH V2 09/51] imx: add IMX8MQ kconfig entry
` [U-Boot] [PATCH V2 10/51] imx: add IMX8MM "
` [U-Boot] [PATCH V2 11/51] imx: imx8mm: add clock bindings header
` [U-Boot] [PATCH V2 12/51] imx: add i.MX8MM cpu type
` [U-Boot] [PATCH V2 13/51] imx: spl: add spl_board_boot_device for i.MX8MM
` [U-Boot] [PATCH V2 14/51] imx8m: update imx-regs "
` [U-Boot] [PATCH V2 15/51] imx: add get_cpu_rev support "
` [U-Boot] [PATCH V2 16/51] imx8m: rename clock to clock_imx8mq
` [U-Boot] [PATCH V2 17/51] imx8m: restructure clock.h
` [U-Boot] [PATCH V2 18/51] imx8m: add clk support for i.MX8MM
` [U-Boot] [PATCH V2 19/51] imx8m: soc: probe clk before relocation
` [U-Boot] [PATCH V2 20/51] imx8m: add pin header for i.MX8MM
` [U-Boot] [PATCH V2 21/51] imx: add i.MX8MM PE property
` [U-Boot] [PATCH V2 22/51] imx8m: Fix MMU table issue for OPTEE memory
` [U-Boot] [PATCH V2 23/51] imx8m: set BYPASS ID SWAP to avoid AXI bus errors
` [U-Boot] [PATCH V2 24/51] imx8m: Configure trustzone region 0 for non-secure access
` [U-Boot] [PATCH V2 25/51] imx8m: soc: enable SCTR clock before timer init
` [U-Boot] [PATCH V2 26/51] serial: Kconfig: make MXC_UART usable for MX7 and IMX8M
` [U-Boot] [PATCH V2 27/51] clk: imx: add Kconfig entry for i.MX8MM
` [U-Boot] [PATCH V2 28/51] clk: imx: add i.MX8MM clk driver
` [U-Boot] [PATCH V2 29/51] imx: add i.MX8MM EVK board support
` [U-Boot] [PATCH V2 30/51] ddr: imx8m: Fix ddr4 driver build issue
` [U-Boot] [PATCH V2 31/51] imx8mq: Update the ddrc QoS setting for B1 chip
` [U-Boot] [PATCH V2 32/51] driver: ddr: Refine the ddr init driver on imx8m
` [U-Boot] [PATCH V2 33/51] ddr: imx8m: Fix the ddr init hang on imx8mq
` [U-Boot] [PATCH V2 34/51] imx: add i.MX8MN kconfig entry
` [U-Boot] [PATCH V2 35/51] imx8mn: support get_cpu_rev
` [U-Boot] [PATCH V2 36/51] imx8m: add clk support for i.MX8MN
` [U-Boot] [PATCH V2 37/51] imx8mn: set BYPASS ID SWAP to avoid AXI bus errors
` [U-Boot] [PATCH V2 38/51] imx: add i.MX8MN PE property
` [U-Boot] [PATCH V2 39/51] imx8mn: add pin header
` [U-Boot] [PATCH V2 40/51] imx: spl: use spl_board_boot_device for i.MX8MN
` [U-Boot] [PATCH V2 41/51] spl: pass args to board_return_to_bootrom
` [U-Boot] [PATCH V2 42/51] imx: add rom api support
` [U-Boot] [PATCH V2 43/51] imx: cpu: restrict get_boot_device
` [U-Boot] [PATCH V2 44/51] imx8mn: add get_boot_device
` [U-Boot] [PATCH V2 45/51] tools: imx8mimage: add ROM VERSION
` [U-Boot] [PATCH V2 46/51] pinctrl: imx8m: support i.MX8MN
` [U-Boot] [PATCH V2 47/51] tools: imx8m_image: support ddr4 firmware
` [U-Boot] [PATCH V2 48/51] clk: imx: add i.MX8MN clk support
` [U-Boot] [PATCH V2 49/51] imx8m: add i.MX8MN ddr4 image cfg file
` [U-Boot] [PATCH V2 50/51] imx: add dtsi for i.MX8MN
` [U-Boot] [PATCH V2 51/51] imx: add i.MX8MN DDR4 board support

[PATCH v2 1/3] powerpc/mm: Handle page table allocation failures
 2019-07-08  1:19 UTC  (2+ messages)

[TRIVIAL] [PATCH] powerpc/powernv-eeh: Consisely desribe what this file does
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2] powerpc/mm: mark more tlb functions as __always_inline
 2019-07-08  1:19 UTC  (2+ messages)

How to add udev in Yocto build?
 2019-07-08  1:48 UTC  (2+ messages)

[PATCH v7 0/8] i915 vgpu PV to improve vgpu performance
 2019-07-08  1:35 UTC  (10+ messages)
` [PATCH v7 1/9] drm/i915: introduced vgpu pv capability
` [PATCH v7 2/9] drm/i915: vgpu shared memory setup for pv optimization
` [PATCH v7 3/9] drm/i915: vgpu pv command buffer support
` [PATCH v7 4/9] drm/i915: vgpu ppgtt update pv optimization
` [PATCH v7 5/9] drm/i915: vgpu context submission "
` [PATCH v7 6/9] drm/i915/gvt: GVTg handle pv_caps PVINFO register
` [PATCH v7 7/9] drm/i915/gvt: GVTg handle shared_page setup
` [PATCH v7 8/9] drm/i915/gvt: GVTg support ppgtt pv optimization
` [PATCH v7 9/9] drm/i915/gvt: GVTg support context submission "

[PATCH 4/4] powerpc/64: reuse PPC32 static inline flush_dcache_range()
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v8 net-next 0/5] net: ethernet: ti: cpsw: Add XDP support
 2019-07-08  1:35 UTC  (3+ messages)

[Xen-devel] [qemu-mainline test] 138799: tolerable FAIL - PUSHED
 2019-07-08  1:34 UTC 

Missing init symbolic link in rootfs
 2019-07-08  1:46 UTC  (2+ messages)

[PATCH 1/4] powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range()
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH 3/4] powerpc/32: define helpers to get L1 cache sizes
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH 1/3] powerpc/book3s: Use config independent helpers for page table walk
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v2] powerpc: slightly improve cache helpers
 2019-07-08  1:19 UTC  (2+ messages)

[U-Boot] [PATCH 00/52] Support i.MX8MM/N
 2019-07-08  1:28 UTC  (3+ messages)

[PATCH kernel 1/2] powerpc/pseries/dma: Allow swiotlb
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH v3 1/3] powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h
 2019-07-08  1:19 UTC  (5+ messages)
` [PATCH v3 3/3] powerpc/module64: Use symbolic instructions names

[Bug 111082] Severe stutter in CS:GO surf servers, despite ~300fps
 2019-07-08  1:25 UTC 

[PATCH v3 3/5] powerpc: Use the correct style for SPDX License Identifier
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] powerpc: Add barrier_nospec to raw_copy_in_user()
 2019-07-08  1:19 UTC  (2+ messages)

linux-next: build failure after merge of the slave-dma tree
 2019-07-08  1:22 UTC  (2+ messages)

[PATCH] selftests/powerpc: Add missing newline at end of file
 2019-07-08  1:19 UTC  (2+ messages)

[PATCH] arch: powerpc: Kconfig: pedantic formatting
 2019-07-08  1:19 UTC  (3+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation
 2019-07-08  1:19 UTC  (2+ messages)

Здравствуйте! Вас интересуют клиентские базы данных?
 2019-07-07 18:39 UTC 

[U-Boot] [PATCH] rockchip: dts: rk3399: Add spl-boot-order for Rock PI 4
 2019-07-08  1:17 UTC  (3+ messages)

[PATCH v9 00/10] namei: openat2(2) path resolution restrictions
 2019-07-08  1:15 UTC  (9+ messages)
` [PATCH v9 10/10] selftests: add openat2(2) selftests

[U-Boot] [PATCH v2 3/3] arm: mediatek: remove arch_misc_init
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] board_r: move initr_watchdog to be called after initr_serial
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm (wandboard fix)
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] Please pull u-boot-video
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-rockchip/tags/rockchip-for-v2019.07-rc5-3
 2019-07-08  1:15 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error
 2019-07-08  1:07 UTC  (7+ messages)
      ` [U-Boot] [PATCH] rockchip: make_fit_atf.py: fix loadables property set error【请注意,邮件由mark.kettenis@sibelius.xs4all.nl代发】

linux-next: manual merge of the vfs tree with the nfsd tree
 2019-07-08  1:06 UTC 

Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2019-07-08  1:01 UTC  (8+ messages)

[PATCH][meta-networking] ipvsadm: update to 1.30
 2019-07-08  0:53 UTC 

646c19aee0 [ 13.602078] WARNING: CPU: 0 PID: 795 at kernel/locking/lockdep.c:4053 lock_release
 2019-07-08  0:51 UTC 

[PATCH][meta-networking] uftp: update to 4.9.11
 2019-07-08  0:47 UTC 

7457c0da02 [ 0.733186] BUG: KASAN: unknown-crash in unwind_next_frame
 2019-07-08  0:47 UTC 

[PATCH] sched/core: Cache timer busy housekeeping target
 2019-07-08  0:44 UTC  (2+ messages)

[Xen-devel] [libvirt test] 138804: regressions - FAIL
 2019-07-08  0:43 UTC 

[PATCH][meta-networking] mosquitto: update to 1.6.3
 2019-07-08  0:35 UTC 

[PATCH v2] tpm: tpm_ibm_vtpm: Fix unallocated banks
 2019-07-08  0:25 UTC  (3+ messages)

[PATCH][meta-networking] miniupnpd: update to 2.1.20190210
 2019-07-08  0:16 UTC 

[PATCH][meta-networking] libnftnl: update to 1.1.3
 2019-07-08  0:10 UTC 

[PATCH] Fix endianness bug in hci_core.c
 2019-07-08  0:04 UTC 

[Cluster-devel] RFC: use the iomap writepage path in gfs2
 2019-07-08  0:01 UTC  (3+ messages)
`  "

[PATCH] m68k/mac: Revisit floppy disc controller base addresses
 2019-07-07 23:56 UTC  (2+ messages)

pagecache locking (was: bcachefs status update) merged)
 2019-07-07 23:55 UTC  (11+ messages)
            ` pagecache locking

[RESEND PATCH v2] ASoC: SOF: Intel: hda: Make hdac_device device-managed
 2019-07-07 23:56 UTC 

[PATCH 0/1] aacraid: Host adapter Adaptec 6405 constantly resets under high io load
 2019-07-07 23:49 UTC  (4+ messages)
` [PATCH 1/1] scsi: aacraid: resurrect correct arc ctrl checks for Series-6

[PATCH v1 0/5] ima-evm-utils: Assorted fixes and improvements
 2019-07-07 23:48 UTC  (6+ messages)
` [PATCH v1 1/5] ima-evm-utils: Fix EVP_MD_CTX leak in ima_calc_hash
` [PATCH v1 2/5] ima-evm-utils: Fix memory leak in init_public_keys
` [PATCH v1 3/5] ima-evm-utils: Preload public keys for ima_verify
` [PATCH v1 4/5] ima-evm-utils: Allow multiple files in ima_verify
` [PATCH v1 5/5] ima-evm-utils: Fix clang warning about possible unaligned pointer for hdr->keyid

[RFC PATCH v2 0/3] security/x86/sgx: SGX specific LSM hooks
 2019-07-07 23:41 UTC  (6+ messages)
` [RFC PATCH v3 0/4] "
  ` [RFC PATCH v3 1/4] x86/sgx: Add "
  ` [RFC PATCH v3 2/4] x86/64: Call LSM hooks from SGX subsystem/module
  ` [RFC PATCH v3 3/4] X86/sgx: Introduce EMA as a new LSM module
  ` [RFC PATCH v3 4/4] x86/sgx: Implement SGX specific hooks in SELinux

[PATCH v1 0/6] Consolidate and improve NVIDIA Tegra CPUIDLE driver(s)
 2019-07-07 23:38 UTC  (7+ messages)
` [PATCH v1 1/6] ARM: tegra: Remove cpuidle drivers
` [PATCH v1 2/6] ARM: tegra: Expose functions required for cpuidle driver
` [PATCH v1 3/6] cpuidle: Add unified driver for NVIDIA Tegra SoCs
` [PATCH v1 4/6] cpuidle: tegra: Support CPU cluster power-down on Tegra30
` [PATCH v1 5/6] cpuidle: tegra: Remove CPUIDLE_FLAG_TIMER_STOP from Tegra114/124 idle-state
` [PATCH v1 6/6] cpuidle: tegra: Remove CPUIDLE_FLAG_TIMER_STOP from all states

[PATCH 1/1] drm/amdgpu: adopt to hmm_range_register API change
 2019-07-07 23:30 UTC  (6+ messages)

[RFC] dget_parent() misuse in xfs_filestream_get_parent()
 2019-07-07 23:22 UTC  (2+ messages)

Support for RFC 6951 (UDP encapsulation for SCTP)
 2019-07-07 23:21 UTC 

More complex PBR rules
 2019-07-07 23:20 UTC  (3+ messages)

[PATCH v1] i2c: tegra: Compile PM functions unconditionally
 2019-07-07 23:12 UTC 

Linux 5.2
 2019-07-07 23:10 UTC 

[PATCH v1] soc/tegra: pmc: Query PCLK clock rate at probe time
 2019-07-07 23:08 UTC 

[PATCH v1 0/2] Tegra30+ CPU suspend-resume bug-fixes
 2019-07-07 23:03 UTC  (3+ messages)
` [PATCH v1 1/2] ARM: tegra: Fix FLOW_CTLR_HALT register clobbering by tegra_resume()
` [PATCH v1 2/2] ARM: tegra: Use WFE for power-gating on Tegra30

[PATCH v7 00/13] memory: tegra: Introduce Tegra30 EMC driver
 2019-07-07 22:54 UTC  (14+ messages)
` [PATCH v7 01/13] clk: tegra20/30: Add custom EMC clock implementation
` [PATCH v7 02/13] memory: tegra20-emc: Drop setting EMC rate to max on probe
` [PATCH v7 03/13] memory: tegra20-emc: Adapt for clock driver changes
` [PATCH v7 04/13] memory: tegra20-emc: Include io.h instead of iopoll.h
` [PATCH v7 05/13] memory: tegra20-emc: Pre-configure debug register
` [PATCH v7 06/13] memory: tegra20-emc: Print a brief info message about the timings
` [PATCH v7 07/13] dt-bindings: memory: tegra30: Convert to Tegra124 YAML
` [PATCH v7 08/13] dt-bindings: memory: Add binding for NVIDIA Tegra30 Memory Controller
` [PATCH v7 09/13] dt-bindings: memory: Add binding for NVIDIA Tegra30 External "
` [PATCH v7 10/13] memory: tegra: Introduce Tegra30 EMC driver
` [PATCH v7 11/13] memory: tegra: Ensure timing control debug features are disabled
` [PATCH v7 12/13] memory: tegra: Consolidate registers definition into common header
` [PATCH v7 13/13] ARM: dts: tegra30: Add External Memory Controller node

[PATCH] tipc: ensure skb->lock is initialised
 2019-07-07 22:53 UTC 

[PATCH] drm/i915: Explicitly track active fw_domain timers
 2019-07-07 22:49 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for "

[Xen-devel] [xen-4.12-testing test] 138793: tolerable FAIL - PUSHED
 2019-07-07 22:48 UTC 

[RFC][PATCHES] (hopefully) saner refcounting for mountpoint dentries
 2019-07-07 22:41 UTC  (6+ messages)
` [PATCH 1/6] __detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymore
  ` [PATCH 4/6] make struct mountpoint bear the dentry reference to mountpoint, not struct mount

[PATCH v4 00/24] More improvements for Tegra30 devfreq driver
 2019-07-07 22:33 UTC  (20+ messages)
` [PATCH v4 01/24] PM / devfreq: tegra30: Change irq type to unsigned int
` [PATCH v4 02/24] PM / devfreq: tegra30: Keep interrupt disabled while governor is stopped
` [PATCH v4 03/24] PM / devfreq: tegra30: Handle possible round-rate error
` [PATCH v4 04/24] PM / devfreq: tegra30: Drop write-barrier
` [PATCH v4 05/24] PM / devfreq: tegra30: Set up watermarks properly
` [PATCH v4 06/24] PM / devfreq: tegra30: Tune up boosting thresholds
` [PATCH v4 08/24] PM / devfreq: tegra30: Move clk-notifier's registration to governor's start
` [PATCH v4 09/24] PM / devfreq: tegra30: Reset boosting on startup
` [PATCH v4 10/24] PM / devfreq: tegra30: Don't enable consecutive-down interrupt "
` [PATCH v4 11/24] PM / devfreq: tegra30: Add debug messages
` [PATCH v4 12/24] PM / devfreq: tegra30: Inline all one-line functions
` [PATCH v4 14/24] PM / devfreq: tegra30: Ensure that target freq won't overflow
` [PATCH v4 15/24] PM / devfreq: tegra30: Fix integer overflow on CPU's freq max out
` [PATCH v4 16/24] PM / devfreq: tegra30: Use kHz units uniformly in the code
` [PATCH v4 17/24] PM / devfreq: tegra30: Use tracepoints for debugging
` [PATCH v4 18/24] PM / devfreq: tegra30: Optimize CPUFreq notifier
` [PATCH v4 19/24] PM / devfreq: tegra30: Optimize upper consecutive watermark selection
` [PATCH v4 20/24] PM / devfreq: tegra30: Optimize upper average "
` [PATCH v4 21/24] PM / devfreq: tegra30: Synchronize average count on target's update


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.