All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-01 05:16:43 to 2020-06-01 06:17:05 UTC [more...]

[PATCH] [v3] i2c: imx-lpi2c: Fix runtime PM imbalance on error
 2020-06-01  6:16 UTC 

[PATCH v2 0/6] soundwire: intel: transition to 3 steps initialization
 2020-05-31 18:21 UTC  (8+ messages)
` [PATCH v2 1/6] soundwire: intel: cleanups for indirections/logs
` [PATCH v2 2/6] soundwire: intel: clarify drvdata and remove more indirections
` [PATCH v2 3/6] soundwire: intel_init: remove useless test
` [PATCH v2 4/6] soundwire: intel_init: use devm_ allocation
` [PATCH v2 5/6] soundwire: intel_init: pass link information as platform data
` [PATCH v2 6/6] soundwire: intel: transition to 3 steps initialization

[PATCH 00/14] mm: balance LRU lists based on relative thrashing v2
 2020-06-01  6:14 UTC  (10+ messages)
` [PATCH 05/14] mm: workingset: let cache workingset challenge anon

#oe Embedded Systems and Applications Publication Announcements -Volume 10, Issue 2, June 2020
 2020-06-01  6:13 UTC 

[dpdk-dev] [RFC] ethdev: add fragment attribute to IPv6 item
 2020-06-01  6:11 UTC  (3+ messages)

[dpdk-dev] [PATCH 0/2] net/mlx5: add reclaim memory mode devarg
 2020-06-01  6:09 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/2] common/mlx5: add memory reclaim glue function
` [dpdk-dev] [PATCH 2/2] net/mlx5: add reclaim memory mode devarg

[PATCH 0/4] Mac IOP driver fixes
 2020-06-01  6:09 UTC  (4+ messages)

[PATCH v5] bluetooth: hci_qca: Fix QCA6390 memdump failure
 2020-06-01  6:08 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the mmc tree
 2020-06-01  6:07 UTC  (2+ messages)

[PATCH] workqueue: ensure all flush_work() completed when being destoryed
 2020-06-01  6:08 UTC 

[PATCH v1] Bluetooth: btmtkuart: Use serdev_device_write_buf() instead of serdev_device_write()
 2020-06-01  6:06 UTC  (4+ messages)

[PATCH] msix: add valid.accepts methods to check address
 2020-06-01  6:05 UTC  (4+ messages)

[PATCH] hwspinlock: sprd: Remove redundant header files
 2020-06-01  6:05 UTC 

[linux-next:master] BUILD REGRESSION e7b08814b16b80a0bf76eeca16317f8c2ed23b8c
 2020-06-01  6:04 UTC 

[pci:next] BUILD SUCCESS 97d819b049a20662cc11bd2671904670e2f41a23
 2020-06-01  6:04 UTC 

[BUG][PATCH] btrfs: a mixed profile DUP and RAID1C3/RAID1C4 prevent to alloc a new chunk
 2020-06-01  6:04 UTC  (3+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD REGRESSION cf731225b28c18d6e612900febee69b61a395ed8
 2020-06-01  6:04 UTC 

[PATCH v4] Bluetooth: hci_qca: Improve controller ID info log level
 2020-06-01  6:04 UTC  (2+ messages)

sh: 1: scripts/ld-version.sh: Permission denied
 2020-06-01  6:02 UTC  (4+ messages)
` [kbuild-all] "

[virtio-dev] queue_enable vs QueueReady
 2020-06-01  6:01 UTC  (2+ messages)
` [virtio-dev] "

[soc:arm/dt] BUILD SUCCESS 36e29139cd472a91978b14c3045ce25869172ab9
 2020-06-01  6:00 UTC 

[usb:usb-testing] BUILD SUCCESS 347052e3bf1b62a25c11f7a673acfbaf554d67a1
 2020-06-01  6:00 UTC 

[hwmon:hwmon-next] BUILD REGRESSION 87976ce2825d9f1ca2e70ee7d38dec490ad5a6e2
 2020-06-01  5:59 UTC 

[gpio:fixes] BUILD SUCCESS e9bdf7e655b9ee81ee912fae1d59df48ce7311b6
 2020-06-01  5:59 UTC 

Patchwork housekeeping for: spi-devel-general
 2020-06-01  6:00 UTC 

[gpio:devel] BUILD SUCCESS a8173820f441ab3e2a45c4bb66b70da9a57a349e
 2020-06-01  5:59 UTC 

[PATCH 01/37] kbuild: refactor subdir-ym calculation
 2020-06-01  5:57 UTC  (37+ messages)
` [PATCH 02/37] kbuild: refactor tagets caluculation for KBUILD_{BUILTIN,KBUILD_MODULES}
` [PATCH 03/37] kbuild: merge init-y into core-y
` [PATCH 04/37] kbuild: merge net-y and virt-y into drivers-y
` [PATCH 05/37] kbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculation
` [PATCH 06/37] kbuild: update modules.order only when contained modules are updated
` [PATCH 07/37] modpost: fix -i (--ignore-errors) MAKEFLAGS detection
` [PATCH 08/37] modpost: move -T option close to the modpost command
` [PATCH 09/37] modpost: pass -N option only for modules modpost
` [PATCH 10/37] modpost: load KBUILD_EXTRA_SYMBOLS files in order
` [PATCH 11/37] modpost: track if the symbol origin is a dump file or ELF object
` [PATCH 12/37] modpost: allow to pass -i option multiple times to remove -e option
` [PATCH 13/37] modpost: rename ext_sym_list to dump_list
` [PATCH 14/37] modpost: re-add -e to set external_module flag
` [PATCH 15/37] modpost: print symbol dump file as the build target in short log
` [PATCH 16/37] modpost: refactor -i option calculation
` [PATCH 17/37] modpost: generate vmlinux.symvers and reuse it for the second modpost
` [PATCH 18/37] modpost: invoke modpost only when input files are updated
` [PATCH 19/37] modpost: show warning if vmlinux is not found when processing modules
` [PATCH 20/37] modpost: show warning if any of symbol dump files is missing
` [PATCH 21/37] modpost: drop RCS/CVS $Revision handling in MODULE_VERSION()
` [PATCH 22/37] modpost: do not call get_modinfo() for vmlinux(.o)
` [PATCH 23/37] modpost: add read_text_file() and get_line() helpers
` [PATCH 24/37] modpost: fix potential mmap'ed file overrun in get_src_version()
` [PATCH 25/37] modpost: avoid false-positive file open error
` [PATCH 26/37] modpost: use read_text_file() and get_line() for reading text files
` [PATCH 27/37] modpost: remove get_next_text() and make {grab,release_}file static
` [PATCH 28/37] modpost: remove -s option
` [PATCH 29/37] modpost: move -d option in scripts/Makefile.modpost
` [PATCH 30/37] modpost: remove mod->is_dot_o struct member
` [PATCH 31/37] modpost: remove is_vmlinux() call in check_for_{gpl_usage,unused}()
` [PATCH 32/37] modpost: add mod->is_vmlinux struct member
` [PATCH 33/37] modpost: remove mod->skip "
` [PATCH 34/37] modpost: set have_vmlinux in new_module()
` [PATCH 35/37] modpost: strip .o from modname before calling new_module()
` [PATCH 36/37] modpost: remove is_vmlinux() helper
` [PATCH 37/37] modpost: change elf_info->size to size_t

[PATCH] iommu: amd: Fix IO_PAGE_FAULT due to __unmap_single() size overflow
 2020-06-01  5:42 UTC  (2+ messages)

[PATCH] [v2] i2c: stm32f7: Fix runtime PM imbalance on error
 2020-06-01  5:56 UTC  (3+ messages)

[PATCH v2] dt-bindings: media: venus: Add an optional power domain for perf voting
 2020-06-01  5:56 UTC  (3+ messages)

[PATCH v3] block: improve discard bio alignment in __blkdev_issue_discard()
 2020-06-01  5:55 UTC  (2+ messages)

Linux kernel 5.7 released
 2020-06-01  5:55 UTC 

[driver-core:debugfs_cleanup] BUILD SUCCESS ffba49a91bd0f50ced6bde4746301519880289b5
 2020-06-01  5:53 UTC 

[soc:for-next] BUILD SUCCESS 71cf8963c33b40b60e66ece52cc384b0218dff16
 2020-06-01  5:52 UTC 

[tip:WIP.sched/core] BUILD REGRESSION 1f8db4150536431b031585ecc2a6793f69245de2
 2020-06-01  5:51 UTC 

[gpio:fix-opendrain-irq] BUILD SUCCESS 17df3089eccf2d9ef92448a92a64cda6668d038b
 2020-06-01  5:52 UTC 

[tip:sched/core] BUILD SUCCESS 58ef57b16d9e91cce1c640a6fe8a21d53a85181d
 2020-06-01  5:52 UTC 

[soc:baikal/drivers] BUILD SUCCESS 22e795b470aebef4c01346e3b43e0af49c7638be
 2020-06-01  5:52 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 59fcbde6ab90da87fa0bd1f51ceed3c14d0f845e
 2020-06-01  5:51 UTC 

[tip:perf/core] BUILD SUCCESS 5cde265384cad739b162cf08afba6da8857778bd
 2020-06-01  5:52 UTC 

[rcu:dev.2020.05.26a] BUILD REGRESSION 63fdce1252f16032c9e1eb7244bb674ba4f84855
 2020-06-01  5:52 UTC 

[rcu:dev.2020.05.25b] BUILD SUCCESS 39d28156618fd7787f3363cf66d77918c94abc54
 2020-06-01  5:51 UTC 

[dpdk-dev] [PATCH v1 1/3] common/mlx5: move glue files under Linux directory
 2020-06-01  5:50 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/3] Linux specific files moved & split
  ` [dpdk-dev] [PATCH v2 1/3] common/mlx5: move glue files under Linux directory
  ` [dpdk-dev] [PATCH v2 2/3] common/mlx5: move netlink "
  ` [dpdk-dev] [PATCH v2 3/3] common/mlx5: split common file "

[soc:arm/drivers] BUILD SUCCESS 78f7d98be7a869fd6f99c1c2abe7ce2adc3198e0
 2020-06-01  5:51 UTC 

[cgroup:for-5.8] BUILD SUCCESS 936f2a70f2077f64fab1dcb3eca71879e82ecd3f
 2020-06-01  5:50 UTC 

[PATCH v3 0/8] mtd: spi-nor: Move cadence-qaudspi to spi-mem framework
 2020-06-01  5:47 UTC  (18+ messages)
` [PATCH v3 1/8] mtd: spi-nor: cadence-quadspi: Make driver independent of flash geometry
` [PATCH v3 2/8] mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC mode
` [PATCH v3 3/8] mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failure
` [PATCH v3 4/8] mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset lines
` [PATCH v3 5/8] mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA channel
` [PATCH v3 6/8] mtd: spi-nor: cadence-quadspi: Drop redundant WREN in erase path
` [PATCH v3 7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework
` [PATCH v3 8/8] spi: Move cadence-quadspi driver to drivers/spi/

[PATCH v3 00/18] Add support for Nitro Enclaves
 2020-06-01  5:48 UTC  (5+ messages)
` [PATCH v3 07/18] nitro_enclaves: Init misc device providing the ioctl interface

[PATCH 2/2] Coccinelle: extend memdup_user rule with vmemdup_user()
 2020-06-01  5:47 UTC  (4+ messages)
` [2/2] Coccinelle: memdup_user: Extending data processing for special tokens
  ` [Cocci] "

[qemu-mainline test] 150585: tolerable FAIL - PUSHED
 2020-06-01  5:46 UTC 

[PATCH] drivers/dax/bus: Use kobj_to_dev() API
 2020-06-01  5:45 UTC  (3+ messages)

patch "gnss: sirf: fix error return code in sirf_probe()" added to char-misc-next
 2020-06-01  5:43 UTC 

[PATCH] RFC: fuse: virtiofs: Call security hooks on new inodes
 2020-06-01  5:32 UTC  (2+ messages)
` [Virtio-fs] "

U-Boot mainline: Digilent Zybo-Z7 support
 2020-06-01  5:43 UTC  (3+ messages)

[PATCH] soundwire: clarify SPDX use of GPL-2.0
 2020-06-01  5:38 UTC  (4+ messages)

[LTP] [PATCH V6] syscall: Add io_uring related tests
 2020-06-01  5:35 UTC 

[PATCH v4 5/8] ath11k: set psc channel flag when sending channel list to firmware
 2020-06-01  5:34 UTC  (4+ messages)

[OE-core] [PATCH] python3-pygobject:upgrade 3.34.0 -> 3.36.1
 2020-06-01  5:29 UTC  (6+ messages)
` [OE-core] [PATCH] python3-setuptools:upgrade 45.2.0 -> 47.1.1

[PATCH v10 00/12] Add hypervisor sysfs-like support
 2020-06-01  5:27 UTC  (4+ messages)
` [PATCH v10 05/12] libs: add libxenhypfs

[block:async-readahead 15/20] fs/9p/vfs_addr.c:112:4: error: 'filp' undeclared; did you mean 'file'?
 2020-06-01  5:28 UTC 

[pci:pend/hotplug] BUILD SUCCESS cd0e31371c14f2d39ef3a49f18473b97550c1c10
 2020-06-01  5:27 UTC 

[tip:x86/build] BUILD SUCCESS 38f3e775e9c242f5430a9c08c11be7577f63a41c
 2020-06-01  5:27 UTC 

[PATCH v5 00/11] RISC-V Add the OpenTitan Machine
 2020-06-01  5:26 UTC  (7+ messages)
` [PATCH v5 03/11] target/riscv: Disable the MMU correctly
` [PATCH v5 04/11] target/riscv: Don't set PMP feature in the cpu init

[PATCH v2 0/2] vhost, docs: convert to pin_user_pages(), new "case 5"
 2020-06-01  5:26 UTC  (3+ messages)
` [PATCH v2 1/2] docs: mm/gup: pin_user_pages.rst: add a "
` [PATCH v2 2/2] vhost: convert get_user_pages() --> pin_user_pages()

[PATCH 1/3] mfd: arizona: Remove BUG_ON usage
 2020-06-01  5:24 UTC  (3+ messages)
` [PATCH 2/3] mfd: madera: Fix minor formatting issues

[PATCH] staging: qlge: qlge_main.c: fixed spaces coding style issues
 2020-06-01  5:19 UTC  (3+ messages)

[PATCH 00/24] spi: dm-conversion (part2)
 2020-06-01  5:23 UTC  (5+ messages)
` [PATCH 07/24] arm: Remove configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig board

Cursos Bonificables JUNIO 2020 (Empleados activos y en ERTE)
 2020-06-01 14:14 UTC 

[powerpc:next-test] BUILD SUCCESS e376ca093587eafd840bb0f9df04090e2a54249c
 2020-06-01  5:19 UTC 

[PATCH v7 4/4] kasan: update documentation for generic kasan
 2020-06-01  5:11 UTC  (2+ messages)

[PATCH] drm/nouveau/clk/gm20b: Fix memory leak in gm20b_clk_new
 2020-06-01  5:21 UTC  (6+ messages)
  `  "
        `  "

[driver-core:readfile] BUILD SUCCESS fcc5337507797b60284d349f00dda426aa053f1f
 2020-06-01  5:14 UTC 

[PATCH V4] pwm: tegra: dynamic clk freq configuration by PWM driver
 2020-06-01  5:20 UTC  (2+ messages)

[hwmon:watchdog-next] BUILD SUCCESS 217d7150b3398e2097fb9218c2d2ed9611623acd
 2020-06-01  5:19 UTC 

[tip:auto-latest] BUILD SUCCESS 4e052965f46b6fd9641d79bf10208eac2631475f
 2020-06-01  5:19 UTC 

[tip:master] BUILD SUCCESS 14bf8733b3c1887abab08371c47e68f2afbc0b93
 2020-06-01  5:20 UTC 

[tip:efi/urgent] BUILD SUCCESS 9bb4cbf4862dfa139f73e12912129e5b76baea1a
 2020-06-01  5:19 UTC 

[mac80211-next:master] BUILD SUCCESS 093a48d2aa4b74db3134b61d7b7a061dbe79177b
 2020-06-01  5:19 UTC 

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 0b5c28b5256f3f1ae9116fb7e2136d07f595a8c4
 2020-06-01  5:20 UTC 

[soc:arm/soc] BUILD SUCCESS e4df11cb99bff88cff976981eb8016ebd325a16f
 2020-06-01  5:18 UTC 

[PATCH v7 2/4] kasan: record and print the free track
 2020-06-01  5:10 UTC  (2+ messages)

[staging:staging-testing] BUILD SUCCESS 77f55d1305c11fb729b88f2c3f7881ba0831fa6f
 2020-06-01  5:18 UTC 

[PATCH v7 3/4] kasan: add tests for call_rcu stack recording
 2020-06-01  5:10 UTC  (2+ messages)

[powerpc:fixes-test] BUILD SUCCESS 2f26ed1764b42a8c40d9c48441c73a70d805decf
 2020-06-01  5:14 UTC 

[ext4:dev] BUILD SUCCESS 38bd76b9696c5582dcef4ab1af437e0666021f65
 2020-06-01  5:18 UTC 

[Intel-wired-lan] [jkirsher-next-queue:100GbE] BUILD SUCCESS b5e19a642b7ed3d9e6de746957226a7ae726d226
 2020-06-01  5:19 UTC 

[tip:irq/core] BUILD SUCCESS 76fe06c1e68b8f8dfb63d5b268623830dcb16ed0
 2020-06-01  5:18 UTC 

[ext4:ext4-dax] BUILD SUCCESS a436a8bc7b70363e6b7db4737e4e08f118658c29
 2020-06-01  5:18 UTC 

[tip:x86/cleanups] BUILD SUCCESS 2ca41f555e857ec5beef6063bfa43a17ee76d7ec
 2020-06-01  5:18 UTC 

[ath6kl:master-pending] BUILD SUCCESS 2615e7a28775555493507511137eac79dcc1f4d7
 2020-06-01  5:18 UTC 

[pci:pci/virtualization] BUILD SUCCESS 5727043c73fdfe04597971b5f3f4850d879c1f4f
 2020-06-01  5:17 UTC 

[ath6kl:pending] BUILD SUCCESS 4ab49aa54f5a8b51e1aefbe364da3a66487fcbfb
 2020-06-01  5:18 UTC 

[tty:tty-testing] BUILD SUCCESS a1b44ea340b21c99b34c93acad233da727cb88ba
 2020-06-01  5:18 UTC 

[tip:WIP.locking/core] BUILD SUCCESS 19f545b6e07f753c4dc639c2f0ab52345733b6a8
 2020-06-01  5:18 UTC 

[gpio:for-next] BUILD SUCCESS 5e9fc19f525b67967cc10d3ca8e85214fc3c26bd
 2020-06-01  5:16 UTC 

[pm:bleeding-edge] BUILD SUCCESS 1a09809dda810120fadcc35d96872d9fd5ceb00c
 2020-06-01  5:16 UTC  (2+ messages)
` [Devel] "

[ragnatech:media-next] BUILD SUCCESS 7d398a74c789941b36646d1b27cada97a8b58b06
 2020-06-01  5:16 UTC 

[tip:locking/kcsan] BUILD SUCCESS f05e1242fbb2d149ceaa87310cf67d03fe007a25
 2020-06-01  5:16 UTC 

[usb:usb-next] BUILD SUCCESS de21ab70ee32a7da288d1e89a0c107e810cc9aef
 2020-06-01  5:17 UTC 

[xiang-erofs:dev] BUILD SUCCESS 34f853b849eb6a509eb8f40f2f5946ebb1f62739
 2020-06-01  5:14 UTC 

[powerpc:merge] BUILD SUCCESS 00ec79b0b767994422c43792d73ff1327714a73f
 2020-06-01  5:14 UTC 

[rcu:dev.2020.05.29a] BUILD SUCCESS f088eeb5bd99e97a2e8cea15279bbab273f2d7c8
 2020-06-01  5:15 UTC 

[keystone:next] BUILD SUCCESS a158c2b7ec23cb32b1aace55938486c8de16d217
 2020-06-01  5:15 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.