All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-31 12:08:02 to 2020-05-31 14:36:44 UTC [more...]

[PATCH 1/1] log: don't show function by default
 2020-05-31 14:36 UTC 

[PATCH v4 1/2] io_uring: avoid whole io_wq_work copy for requests completed inline
 2020-05-31 14:33 UTC  (9+ messages)

[Buildroot] [PATCH] configs/rock64_defconfig: remove defconfig
 2020-05-31 14:34 UTC 

[PATCH] iio: dac: ad5592r: remove usage of iio_priv_to_dev() helper
 2020-05-31 14:32 UTC  (2+ messages)

[PATCH] perf libdw: Fix off-by 1 relative directory includes
 2020-05-31 14:29 UTC  (2+ messages)

[PATCH v4 0/5] iio: imu: bmi160: added regulator and mount-matrix support
 2020-05-31 14:28 UTC  (11+ messages)
` [PATCH v4 1/5] dt-bindings: iio: imu: bmi160: convert format to yaml, add maintainer
` [PATCH v4 2/5] dt-bindings: iio: imu: bmi160: add regulators and mount-matrix
` [PATCH v4 3/5] iio: imu: bmi160: fix typo
` [PATCH v4 4/5] iio: imu: bmi160: added regulator support

[x86/traps] 68a05c6247: PANIC:double_fault
 2020-05-31 12:40 UTC  (2+ messages)

[Buildroot] [PATCH/next 1/1] package/libtorrent-rasterbar: bump to version 1.2.7
 2020-05-31 14:24 UTC 

[PATCH 00/27] afs: Improvements
 2020-05-31 14:20 UTC  (4+ messages)
` [PATCH 01/27] vfs, afs, ext4: Make the inode hash table RCU searchable

[Buildroot] [PATCH 1/1] package/libusb-compat: set LIBUSB_1_0_SONAME
 2020-05-31 14:16 UTC 

[Buildroot] [for-next] package/rust: allow using python3 interpreter
 2020-05-31 14:12 UTC  (5+ messages)

[PATCH 1/2] usb: ohci: Add header file for ARCH_DMA_MINALIGN
 2020-05-31 14:10 UTC  (5+ messages)
` [PATCH 2/2] dma-mapping: "

[PATCH v2 0/2] gpio: Add a managed API
 2020-05-31 14:08 UTC  (2+ messages)

[U-Boot] [PATCH v1 1/3] drivers: reset: Handle gracefully NULL pointers
 2020-05-31 14:08 UTC  (3+ messages)
`  "

[PATCH 0/8] regmap: Add managed API, regmap fields, regmap config
 2020-05-31 14:08 UTC  (15+ messages)
` [PATCH 2/8] regmap: zero out the regmap on allocation
` [PATCH 3/8] regmap: Allow specifying read/write width
` [PATCH 4/8] regmap: Allow left shifting register offset before access
` [PATCH 5/8] regmap: Add regmap_init_mem_range()
` [PATCH 6/8] regmap: Allow devices to specify regmap range start and size in config
` [PATCH 7/8] regmap: Add support for regmap fields
` [PATCH 8/8] test: dm: Add tests for regmap managed API and "

[PATCH v3 0/4] Fix the SPL loading of a FIT image from NAND
 2020-05-31 14:08 UTC  (7+ messages)
` [PATCH v3 1/4] spl: fix format of function documentation
` [PATCH v3 2/4] spl: fit: fail fit loading in case of FDT appending error
` [PATCH v3 4/4] spl: fit: improve spl_nand_fit_read(...) readability

[PATCH 1/1] test/py: use actual core count for parallel builds
 2020-05-31 14:08 UTC  (2+ messages)

[U-boot,0/2] Enable mt7531 switch support for MT7629
 2020-05-31 14:08 UTC  (3+ messages)
` [U-boot, 1/2] eth: mtk-eth: enable mt7629 sgmii mode support in mediatek eth driver
  ` [U-boot,1/2] "

[PATCH 0/4] arm: fix clang build errors
 2020-05-31 14:08 UTC  (7+ messages)
` [PATCH 1/4] efi_loader: allow compiling with clang
` [PATCH 2/4] trace: clang compatible handling of gd register
` [PATCH 3/4] arm: remove outdated comment concerning -ffixed-x18

[PATCH v2] doc: log: correct option name CONFIG_LOG_MAX_LEVEL
 2020-05-31 14:08 UTC  (2+ messages)

[PATCH 1/1] fs: fat_write: fix short name creation
 2020-05-31 14:08 UTC  (2+ messages)

[PATCHv2 1/8] amlogic: Remove ARCH= references from documentation
 2020-05-31 14:08 UTC  (3+ messages)
` [PATCHv2 4/8] rockchip: "

[PATCH v1 1/3] x86: acpi: Create buffers outside of the methods
 2020-05-31 14:08 UTC  (5+ messages)
` [PATCH v1 2/3] x86: acpi: Replace _ADR() by _UID() in description of PCI host bridge
` [PATCH v1 3/3] x86: acpi: Drop _ADR() where _HID() is present

[PATCH v2] gpio: octeon_gpio: Add GPIO controller driver for Octeon
 2020-05-31 14:08 UTC  (2+ messages)

[PATCH v2] i2c: octeon_i2c: Add I2C controller driver for Octeon
 2020-05-31 14:08 UTC  (2+ messages)

[PATCH v3 0/5] rockchip: make it possible to sign the u-boot.itb
 2020-05-31 14:07 UTC  (7+ messages)
` [PATCH v3 2/5] mkimage: fit_image: handle multiple errors when writing signatures
` [PATCH v3 3/5] spl: fit: enable signing a generated u-boot.itb
` [PATCH v3 5/5] rockchip: make_fit_atf: add signature handling

[PATCH 0/6] rtc: add rtc_{read,write}8_array and rtc command
 2020-05-31 14:07 UTC  (12+ messages)
` [PATCH v2 00/10] new rtc methods, rtc command, and tests
  ` [PATCH v2 06/10] rtc: add rtc command
  ` [PATCH v2 07/10] rtc: sandbox-rtc: fix set method
  ` [PATCH v2 08/10] rtc: i2c_rtc_emul: catch any write to the "reset" register
  ` [PATCH v2 09/10] test: dm: rtc: add test of rtc_read, rtc_write
  ` [PATCH v2 10/10] test: dm: rtc: add tests of rtc shell command

[PATCH v3 0/3] cmd: add driver, fs and part type listing commands
 2020-05-31 14:07 UTC  (4+ messages)

[PATCH 0/9] spi: dm-convert and cleanups
 2020-05-31 14:07 UTC  (5+ messages)
` [PATCH 8/9] spi: Zap SOFT_SPI (non-dm)
` [PATCH 9/9] doc: driver-model: Update SPI migration status

Cannot get Lenovo P520/Realtek ALC662 (rev 3) to produce sound
 2020-05-31 14:05 UTC 

[PATCH v2] iio: magnetometer: ak8974: Fix runtime PM imbalance on error in ak8974_probe()
 2020-05-31 14:06 UTC  (2+ messages)

[PATCH 00/14] xfs: widen timestamps to deal with y2038
 2020-05-31 14:04 UTC  (7+ messages)
` [PATCH 03/14] xfs: refactor quota exceeded test
` [PATCH 11/14] xfs: widen ondisk timestamps to deal with y2038 problem

[PULL] u-boot-sh/master
 2020-05-31 14:04 UTC  (2+ messages)

[PULL] u-boot-usb/master
 2020-05-31 14:04 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix counter query fail during port closing
 2020-05-31 14:04 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] net/mlx5: fix interrupt installation timing

[dpdk-dev] [PATCH] net/mlx5: fix potential null dereference in port close
 2020-05-31 14:03 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] net/mlx5: fix secondary process resources release

[PATCH] [v2] iio: magnetometer: ak8974: Fix runtime PM imbalance on error
 2020-05-31 14:00 UTC  (3+ messages)

[GIT pull] sched/urgent for v5.7
 2020-05-31 13:58 UTC  (2+ messages)
` [GIT pull] x86/urgent for

[PATCH v12 0/6] Add battery charger driver support for MP2629
 2020-05-31 13:58 UTC  (4+ messages)
` [GIT PULL] Immutable branch between MFD, IIO and Power due for the v5.8 merge window

[PATCH] iio: cros_ec: Reapply range at resume
 2020-05-31 13:56 UTC  (2+ messages)

[Buildroot] [PATCH] package/gstreamer1/gst1-plugins-good: Optionally select GUDEV
 2020-05-31 13:54 UTC 

[Buildroot] [PATCH] package/gstreamer1/gst1-plugins-good: Optionally select GUDEV
 2020-05-31 13:53 UTC 

[PATCH] iio: accel: mxc4005: add support for mxc6655
 2020-05-31 13:52 UTC  (4+ messages)

[PATCH] usb: dwc2: Postponed gadget registration to the udc class driver
 2020-05-31 13:33 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/5] build mempool on Windows
 2020-05-31 13:49 UTC  (9+ messages)
` [dpdk-dev] [PATCH 1/5] mempool: disable tracing for Windows
` [dpdk-dev] [PATCH 2/5] eal: disable function versioning on Windows
` [dpdk-dev] [PATCH 3/5] mempool: use generic memory management
` [dpdk-dev] [PATCH 4/5] eal: export needed functions for mempool
` [dpdk-dev] [PATCH 5/5] mempool: mempool build on Windows

[Intel-wired-lan] [PATCH 14/14] ASoC: SOF: ops: Add new op for client registration
 2020-05-31 13:49 UTC  (2+ messages)

[PATCHv4][2/2] rockchip: rk3328: add rock-pi-e-rk3328_defconfig file
 2020-05-31 13:49 UTC  (4+ messages)

[PATCH 0/6] drivers/iio: Constify structs
 2020-05-31 13:48 UTC  (16+ messages)
` [PATCH 1/6] iio: adc: max11100: Constify struct iio_chan_spec
` [PATCH 2/6] iio: dac: ad5380: Constify struct iio_chan_spec_ext_info
` [PATCH 3/6] iio: dac: ad5592r-base: "
` [PATCH 4/6] iio: dac: ad5686: Constify static struct iio_chan_spec
` [PATCH 5/6] iio: light: stk3310: Constify regmap_config
` [PATCH 6/6] iio: magnetometer: mmc35240: Constify struct reg_default

[PATCH v3 4/6] bus: Add Baikal-T1 AXI-bus driver
 2020-05-31 13:47 UTC  (2+ messages)

[PATCH v2 0/1] Check for page crossings in use_goto_tb() for rx target
 2020-05-31 13:45 UTC  (2+ messages)
` [PATCH v2 1/1] target/rx: Check for page crossings in use_goto_tb()

Current drm-tip doesn’t build with gcc10 - error in amdgpu_amdkfd_gpuvm.c
 2020-05-31 13:46 UTC  (2+ messages)

[PATCH v2 0/5] scsi: ufs-mediatek: Fix clk-gating and introduce low-power mode for vccq2
 2020-05-31 13:45 UTC  (6+ messages)
` [PATCH v2 1/5] scsi: ufs-mediatek: Fix imprecise waiting time for ref-clk control

[PATCH 1/1] log: check argument of 'log level' command
 2020-05-31 13:44 UTC 

[PATCH v2 0/3] media: rockchip: Introduce driver for the camera interface on PX30
 2020-05-31 13:40 UTC  (6+ messages)
` [PATCH v2 2/3] media: rockchip: Introduce driver for Rockhip's camera interface

[PATCHv4][1/2] rockchip: rk3328: add rock-pi-e dts file
 2020-05-31 13:39 UTC  (3+ messages)

[PATCH 0/3] KVM: arm64: aarch32 ACTLR accesses
 2020-05-31 13:37 UTC  (3+ messages)

Pull request: u-boot-rockchip-20200530
 2020-05-31 13:37 UTC  (3+ messages)

[PATCH v2 1/2] rockchip: spl: do full dram_init instead of only probing
 2020-05-31 13:34 UTC  (3+ messages)

[PATCH 1/1] log: clean up Kconfig
 2020-05-31 13:34 UTC 

[PATCH v2 0/4] Introduce the Counter character device interface
 2020-05-31 13:31 UTC  (5+ messages)
` [PATCH v2 4/4] docs: counter: Document "

[PATCH v2 0/5] libceph: support for replica reads
 2020-05-31 13:27 UTC  (3+ messages)
` [PATCH v2 3/5] libceph: crush_location infrastructure

[Bug 1881450] [NEW] Emulation of a math function fails for m68k Linux user mode
 2020-05-31 13:13 UTC  (4+ messages)
` [Bug 1881450] "

[jlayton:ceph-fscache-iter 76/77] fs/ceph/addr.c:225 ceph_fsreq_issue_op() error: uninitialized symbol 'err'
 2020-05-31 13:21 UTC  (3+ messages)
` [kbuild] "

[PATCH] target/m68k: implement opcode fetoxm1
 2020-05-31 13:19 UTC 

[Buildroot] [PATCH] package/qt5/qt5webengine: don't link with libstdc++.a on the host
 2020-05-31 13:20 UTC  (5+ messages)

[PATCH] target/m68k: implement fmove.l #<data>,FPCR
 2020-05-31 13:15 UTC  (4+ messages)

[PATCH] drm/vkms: Optimize compute_crc(), blend()
 2020-05-31 13:12 UTC  (2+ messages)

[PATCHv3 00/14] dm-zoned: multiple drive support
 2020-05-31 13:06 UTC  (4+ messages)
` [PATCH 11/14] dm-zoned: support arbitrary number of devices

[PATCH v2 00/12] iio: imu: new inv_icm42600 driver
 2020-05-31 13:04 UTC  (7+ messages)
` [PATCH v2 08/12] iio: imu: inv_icm42600: add device interrupt
` [PATCH v2 09/12] iio: imu: inv_icm42600: add buffer support in iio devices
` [PATCH v2 10/12] iio: imu: inv_icm42600: add accurate timestamping

[PATCH 0/2] mm/gup: introduce pin_user_pages_locked(), use it in frame_vector.c
 2020-05-31 13:03 UTC  (4+ messages)
` [PATCH 1/2] mm/gup: introduce pin_user_pages_locked()

[PATCH] mm/gup: documentation fix for pin_user_pages*() APIs
 2020-05-31 13:00 UTC  (3+ messages)

[PATCH RFC] seccomp: Implement syscall isolation based on memory areas
 2020-05-31 12:56 UTC  (3+ messages)

[net-next 00/14][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-31
 2020-05-31 12:50 UTC  (16+ messages)
` [net-next 01/14] ice: allow host to clear administratively set VF MAC
` [net-next 02/14] ice: support adding 16 unicast/multicast filter on untrusted VF
` [net-next 03/14] ice: Fix transmit for all software offloaded VLANs
` [net-next 04/14] ice: Increase timeout after PFR
` [net-next 05/14] ice: Update ICE_PHY_TYPE_HIGH_MAX_INDEX value
` [net-next 06/14] ice: Reset VF for all port VLAN changes from host
` [net-next 07/14] ice: Always clear QRXFLXP_CNTXT before writing new value
` [net-next 08/14] ice: Fix inability to set channels when down
` [net-next 09/14] ice: Allow VF to request reset as soon as it's initialized
` [net-next 10/14] ice: fix function signature style format
` [net-next 11/14] ice: fix PCI device serial number to be lowercase values
` [net-next 12/14] ice: Use coalesce values from q_vector 0 when increasing q_vectors
` [net-next 13/14] ice: fix aRFS after flow director delete
` [net-next 14/14] ice: Ignore EMODE when setting PHY config

IORING_OP_CLOSE fails on fd opened with O_PATH
 2020-05-31 12:47 UTC 

[PATCH] lib: make a test module with get_count_order/long
 2020-05-31 12:47 UTC  (5+ messages)

[PATCH RFCv2 0/9] kvm/arm64: Support Async Page Fault
 2020-05-31 12:44 UTC  (11+ messages)
` [PATCH RFCv2 9/9] arm64: Support async page fault

[Buildroot] [PATCH 1/1] utils/check-package: add a check for the new spacing convention
 2020-05-31 12:41 UTC  (3+ messages)

[PATCH RFC] seccomp: Implement syscall isolation based on memory areas
 2020-05-31 12:39 UTC  (4+ messages)

4092a9304d ("__register_sysctl_table: do not drop subdir"): [ 52.099586] WARNING: CPU: 1 PID: 31 at fs/proc/proc_sysctl.c:1683 retire_sysctl_set
 2020-05-31 12:36 UTC 

[PATCH] MIPS: ralink: drop ralink_clk_init for mt7621
 2020-05-31 12:32 UTC  (3+ messages)

021e70c3a6 ("treewide: Replace one-element array with .."): [ 26.399858] Mem-Info:
 2020-05-31 12:33 UTC 

[PATCH] MIPS: ralink: bootrom: mark a function as __init to save some memory
 2020-05-31 12:32 UTC  (3+ messages)

[PATCH] usb : Report additional USB classes
 2020-05-31 12:32 UTC  (2+ messages)

[PATCH v3 net-next 00/13] New DSA driver for VSC9953 Seville switch
 2020-05-31 12:26 UTC  (14+ messages)
` [PATCH v3 net-next 01/13] regmap: add helper for per-port regfield initialization
` [PATCH v3 net-next 02/13] net: dsa: felix: set proper link speed in felix_phylink_mac_config
` [PATCH v3 net-next 03/13] net: mscc: ocelot: convert port registers to regmap
` [PATCH v3 net-next 04/13] soc/mscc: ocelot: add MII registers description
` [PATCH v3 net-next 05/13] net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfields
` [PATCH v3 net-next 06/13] net: dsa: felix: create a template for the DSA tags on xmit
` [PATCH v3 net-next 07/13] net: mscc: ocelot: split writes to pause frame enable bit and to thresholds
` [PATCH v3 net-next 08/13] net: mscc: ocelot: disable flow control on NPI interface
` [PATCH v3 net-next 09/13] net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfield
` [PATCH v3 net-next 10/13] net: mscc: ocelot: extend watermark encoding function
` [PATCH v3 net-next 11/13] net: dsa: felix: support half-duplex link modes
` [PATCH v3 net-next 12/13] net: dsa: felix: move probing to felix_vsc9959.c
` [PATCH v3 net-next 13/13] net: dsa: felix: introduce support for Seville VSC9953 switch

[PATCH v3] bzip2: Add test suite for bzip2
 2020-05-31 12:27 UTC 

[xen-unstable-smoke test] 150562: regressions - FAIL
 2020-05-31 12:24 UTC 

[PATCH v8 0/3] perf arm-spe: Add support for synthetic events
 2020-05-31 12:23 UTC  (3+ messages)

[PATCH] dmesg: add --follow-new
 2020-05-31 12:18 UTC  (3+ messages)

[PATCH 0/3] perf test: Unwind fixes
 2020-05-31 12:17 UTC  (2+ messages)

next-20200515: Xorg killed due to "OOM"
 2020-05-31 12:16 UTC  (6+ messages)

[PATCH] drm/nouveau/clk/gm20b: Fix memory leak in gm20b_clk_new()
 2020-05-31 12:14 UTC  (11+ messages)
`  "
  `  "
    `  "
              ` drm/nouveau/clk/gm20b: Fix memory leaks after failed gk20a_clk_ctor() calls

[PATCH][1/1] README.rockchip: fix typo error
 2020-05-31 12:12 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/xr819-xradio: bumped to version 6bf0e2e2
 2020-05-31 12:11 UTC 

netif_device_present() and Runtime PM / PCI D3
 2020-05-31 12:07 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.