All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-02 11:46:16 to 2020-05-02 13:35:12 UTC [more...]

[PATCH V3 00/16] arm64/cpufeature: Introduce ID_PFR2, ID_DFR1, ID_MMFR5 and other changes
 2020-05-02 13:33 UTC  (7+ messages)
` [PATCH V3 01/16] arm64/cpufeature: Add explicit ftr_id_isar0[] for ID_ISAR0 register
` [PATCH V3 02/16] arm64/cpufeature: Drop TraceFilt feature exposure from ID_DFR0 register
` [PATCH V3 03/16] arm64/cpufeature: Make doublelock a signed feature in ID_AA64DFR0
` [PATCH V3 04/16] arm64/cpufeature: Introduce ID_PFR2 CPU register

[GIT PULL] Please pull NFS client bugfixes
 2020-05-02 13:35 UTC 

[PATCH v2] streamline_config.pl: add LOCALMODCONFIG_PRESERVE to preserve some kconfigs
 2020-05-02 13:33 UTC 

[linux-linus test] 149901: tolerable FAIL - PUSHED
 2020-05-02 13:32 UTC 

[meta-oe][PATCH v2] php: fix zip package config
 2020-05-02 13:32 UTC  (2+ messages)
` ✗ patchtest: failure for "

[bug report] cifs: multichannel: move channel selection above transport layer
 2020-05-02 13:29 UTC 

[PATCH] streamline_config.pl: add LOCALMODCONFIG_PRESERVE to preserve some kconfigs
 2020-05-02 13:30 UTC  (5+ messages)

stable/linux-5.6.y build: 200 builds: 0 failed, 200 passed, 10 warnings (v5.6.9)
 2020-05-02 13:29 UTC 

[PATCH 1/3] mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
 2020-05-02 13:29 UTC  (4+ messages)
` [PATCH 3/3] mm/swapfile.c: count won't be bigger than SWAP_MAP_MAX

[bug report] fpga: dfl: fme: add performance reporting support
 2020-05-02 13:24 UTC 

[PATCH] Teach git-rev-list --simplify-forks
 2020-05-02 13:25 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH 2/3 v3] Teach git-rev-list --ignore-merge-bases

[PATCH] Actions: S700 Calculate SDRAM size
 2020-05-02 13:25 UTC 

[xlnx:xlnx_rebase_v5.4 1277/1289] drivers/gpio/gpio-xilinx.c:68:25: error: field 'mmchip' has incomplete type
 2020-05-02 13:24 UTC  (2+ messages)

[PATCH 0/8] CMake build system for git
 2020-05-02 13:21 UTC  (11+ messages)

[Buildroot] [Bug 12831] New: RPI-firmware package: DTB-overlay dependency
 2020-05-02 13:20 UTC  (2+ messages)
` [Buildroot] [Bug 12831] "

[PATCH] arm64: dts: imx8mm: Add node for SPDIF
 2020-05-02 13:20 UTC  (2+ messages)

[powerpc:next-test] BUILD SUCCESS 64c245a2974a376bb02dd94d1d03719d3a167e86
 2020-05-02 12:24 UTC 

[PATCH 13/17] mtd: rawnand: cafe: Add exec_op() support
 2020-05-02 13:18 UTC  (2+ messages)

[PATCH] userdiff: support Markdown
 2020-05-02 13:15 UTC  (2+ messages)
` [PATCH v3] "

[LTP] [PATCH 0/4] fanotify ltp tests for v5.7-rc1
 2020-05-02 13:17 UTC  (4+ messages)
` [LTP] [PATCH 3/4] syscalls/fanotify15: Add a test case for inode marks

[PATCH] powerpc/powernv: Fix a warning message
 2020-05-02 11:59 UTC  (3+ messages)

[PATCH 00/17] mtd: rawnand: cafe: Convert to exec_op() (and more)
 2020-05-02 13:15 UTC  (2+ messages)

[RFC 1/3] powernv/cpuidle : Support for pre-entry and post exit of stop state in firmware
 2020-05-02 11:40 UTC  (4+ messages)

[PATCH] KVM: x86: Fixes posted interrupt check for IRQs delivery modes
 2020-05-02 13:13 UTC  (2+ messages)

[powerpc:topic/uaccess] BUILD SUCCESS b44f687386875b714dae2afa768e73401e45c21c
 2020-05-02 11:38 UTC 

[PATCH] dma: zynqmp_dma: Initialize descriptor list after freeing during reset
 2020-05-02 13:00 UTC  (5+ messages)

[PATCH v4 00/18] Add static_call()
 2020-05-02 13:08 UTC  (3+ messages)
` [PATCH v4 14/18] static_call: Add static_cond_call()

[dpdk-dev] [PATCH] eventdev: fix device probe and remove for secondary process
 2020-05-02 13:04 UTC  (5+ messages)

[PATCH v2 00/28] Kernel userspace access/execution prevention with hash translation
 2020-05-02 11:22 UTC  (29+ messages)
` [PATCH v2 01/28] powerpc/book3s64/pkeys: Enable MMU_FTR_PKEY
` [PATCH v2 02/28] powerpc/book3s64/kuep: Add MMU_FTR_KUEP
` [PATCH v2 03/28] powerpc/book3s64/pkeys: Use execute_pkey_disable static key
` [PATCH v2 04/28] powerpc/book3s64/pkeys: Use MMU_FTR_PKEY instead of pkey_disabled "
` [PATCH v2 05/28] powerpc/book3s64/kuap: Move KUAP related function outside radix
` [PATCH v2 06/28] powerpc/book3s64/kuep: Move KUEP "
` [PATCH v2 07/28] powerpc/book3s64/kuap: Rename MMU_FTR_RADIX_KUAP to MMU_FTR_KUAP
` [PATCH v2 08/28] powerpc/book3s64/kuap/kuep: Make KUAP and KUEP a subfeature of PPC_MEM_KEYS
` [PATCH v2 09/28] powerpc/book3s64/kuap: Move UAMOR setup to key init function
` [PATCH v2 10/28] powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translation
` [PATCH v2 11/28] powerpc/exec: Set thread.regs early during exec
` [PATCH v2 12/28] powerpc/book3s64/pkeys: Store/restore userspace AMR correctly on entry and exit from kernel
` [PATCH v2 13/28] powerpc/book3s64/kuep: Store/restore userspace IAMR "
` [PATCH v2 14/28] powerpc/book3s64/pkeys: Inherit correctly on fork
` [PATCH v2 15/28] powerpc/book3s64/pkeys: Reset userspace AMR correctly on exec
` [PATCH v2 16/28] powerpc/ptrace-view: Use pt_regs values instead of thread_struct based one
` [PATCH v2 17/28] powerpc/book3s64/pkeys: Don't update SPRN_AMR when in kernel mode
` [PATCH v2 18/28] powerpc/book3s64/kuap: Restrict access to userspace based on userspace AMR
` [PATCH v2 19/28] powerpc/book3s64/kuap: Improve error reporting with KUAP
` [PATCH v2 20/28] powerpc/book3s64/kuap: Use Key 3 to implement KUAP with hash translation
` [PATCH v2 21/28] powerpc/book3s64/kuep: Use Key 3 to implement KUEP "
` [PATCH v2 22/28] powerpc/book3s64/hash/kuap: Enable kuap on hash
` [PATCH v2 23/28] powerpc/book3s64/hash/kuep: Enable KUEP "
` [PATCH v2 24/28] powerpc/book3s64/keys: Print information during boot
` [PATCH v2 25/28] powerpc/selftest/ptrave-pkey: Rename variables to make it easier to follow code
` [PATCH v2 26/28] powerpc/selftest/ptrace-pkey: Update the test to mark an invalid pkey correctly
` [PATCH v2 27/28] powerpc/selftest/ptrace-pkey: IAMR and uamor cannot be updated by ptrace
` [PATCH v2 28/28] powerpc/book3s64/keys/kuap: Reset AMR/IAMR values on kexec

NPMSW fetcher fails if recipes concurrently fetch the same dependencies
 2020-05-02 13:02 UTC  (2+ messages)
` [bitbake-devel] "

[PATCH] arm64: defconfig: Enable some audio drivers on i.MX8M Mini
 2020-05-02 12:59 UTC  (4+ messages)
` [PATCH] arm64: dts: imx8mm: Add support for micfil

[PATCH] HID: multitouch: Add MT_QUIRK_FORCE_GET_FEATURE to MT_CLS_WIN_8 quirks
 2020-05-02 12:59 UTC  (3+ messages)

[PATCH v5 0/1] x86: efi: Add a 64-bit coreboot payload
 2020-05-02 12:59 UTC  (3+ messages)
` [PATCH v5 1/1] x86: Add a 64-bit 'coreboot64' build

[PATCH v7 00/22] RISC-V SiFive FU540 support SPL
 2020-05-02 12:58 UTC  (40+ messages)
` [PATCH v7 01/22] misc: add driver for the SiFive otp controller
` [PATCH v7 02/22] riscv: sifive: fu540: Use OTP DM driver for serial environment variable
` [PATCH v7 03/22] riscv: Add _image_binary_end for SPL
` [PATCH v7 04/22] lib: Makefile: build crc7.c when CONFIG_MMC_SPI
` [PATCH v7 06/22] sifive: fu540: add ddr driver
` [PATCH v7 07/22] sifive: dts: fu540: Add DDR controller and phy register settings
` [PATCH v7 08/22] riscv: sifive: dts: fu540: add U-Boot dmc node
` [PATCH v7 09/22] clk: sifive: fu540-prci: Add clock enable and disable ops
` [PATCH v7 10/22] clk: sifive: fu540-prci: ddr and ethernet clock initialization in SPL
` [PATCH v7 13/22] riscv: cpu: fu540: Add support for cpu fu540
` [PATCH v7 14/22] riscv: Add place-holder for driver compilation
` [PATCH v7 15/22] riscv: sifive: dts: fu540: Add clock for cpus node
` [PATCH v7 16/22] riscv: Enable cpu clock if it is present
` [PATCH v7 17/22] riscv: sifive: fu540: add SPL configuration
` [PATCH v7 18/22] configs: fu540: Add config options for U-Boot SPL
` [PATCH v7 20/22] riscv: sifive: fu540: enable all cache ways from U-Boot proper
` [PATCH v7 21/22] doc: sifive: fu540: Add description for OpenSBI generic platform
` [PATCH v7 22/22] doc: sifive: fu540: Add description for RISC-V FU540 U-Boot SPL

[PATCH] ubi: Fix seq_file usage in detailed_erase_block_info debugfs file
 2020-05-02 12:48 UTC  (2+ messages)

[meta-oe][PATCH 1/2] php: fix zip package config
 2020-05-02 12:54 UTC  (3+ messages)
` [OE-core] "

[PATCH libnetfilter_queue 0/3] pktbuff API updates
 2020-05-02 12:50 UTC  (11+ messages)

[PATCH RFC v3 00/41] scsi: enable reserved commands for LLDDs
 2020-05-02 12:42 UTC  (14+ messages)
` [PATCH RFC v3 02/41] scsi: add scsi_{get,put}_reserved_cmd()
` [PATCH RFC v3 22/41] block: implement persistent commands
` [PATCH RFC v3 37/41] libsas: add tag to struct sas_task

[PATCH v2 1/4] capability: add ns_capable_cred()
 2020-05-02 12:35 UTC  (4+ messages)

[PATCH 1/4] mach-sunxi: Refactor sunxi SPI-SPL
 2020-05-02 12:37 UTC  (3+ messages)

[PATCH net-next 00/13] net/smc: add and delete link processing
 2020-05-02 12:35 UTC  (14+ messages)
` [PATCH net-next 01/13] net/smc: first part of add link processing as SMC client
` [PATCH net-next 02/13] net/smc: rkey processing for a new link "
` [PATCH net-next 03/13] net/smc: final part of add link processing "
` [PATCH net-next 04/13] net/smc: first part of add link processing as SMC server
` [PATCH net-next 05/13] net/smc: rkey processing for a new link "
` [PATCH net-next 06/13] net/smc: final part of add link processing "
` [PATCH net-next 07/13] net/smc: delete an asymmetric link "
` [PATCH net-next 08/13] net/smc: activate SMC server add link functions
` [PATCH net-next 09/13] net/smc: llc_del_link_work and use the LLC flow for delete link
` [PATCH net-next 10/13] net/smc: delete link processing as SMC client
` [PATCH net-next 11/13] net/smc: delete link processing as SMC server
` [PATCH net-next 12/13] net/smc: enqueue local LLC messages
` [PATCH net-next 13/13] net/smc: save state of last sent CDC message

bug: kernel bug when unbinding EFI framebuffer
 2020-05-02 12:35 UTC 

[PATCH v1.1 2/3] xen/sched: fix theoretical races accessing vcpu->dirty_cpu
 2020-05-02 12:34 UTC  (4+ messages)

[Buildroot] [PATCH 1/1] package/gobject-introspection: fix host version of .pc file for wrapper
 2020-05-02 12:32 UTC  (2+ messages)

[PATCH] arm64: defconfig: Enable AT24 EEPROM as module
 2020-05-02 12:31 UTC  (3+ messages)

[PATCH] arm64: defconfig: Enable IMX27 PWM controller
 2020-05-02 12:30 UTC  (6+ messages)
` [PATCH] arm64: defconfig: Enable IMX/FSL Audio Support for WM8962

[linux-review:UPDATE-20200501-062226/Chris-Wilson/drm-i915-Implement-vm_ops-access-for-gdb-access-into-mmaps/20200501-055751 1/1] include/linux/err.h:22:49: error: cast to pointer from integer of different size
 2020-05-02 12:30 UTC 

[PATCH v1 2/7] SUNRPC: Move xpt_mutex into socket xpo_sendto methods
 2020-05-02 12:26 UTC  (2+ messages)

Western Digital Red's SMR and btrfs?
 2020-05-02 12:26 UTC 

stable-rc/linux-4.4.y build: 190 builds: 1 failed, 189 passed, 2 errors, 13 warnings (v4.4.220-71-gf63f49c39d51)
 2020-05-02 12:25 UTC 

[PATCH v3 1/1] dma: actions: Fix lockdep splat for owl-dma
 2020-05-02 12:23 UTC  (3+ messages)

[nbd168-wireless:mt76 92/96] drivers/net/wireless/mediatek/mt76/mt7615/mcu.c:2169:22: error: 'struct wiphy' has no member named 'wowlan'
 2020-05-02 12:22 UTC 

[PATCH V2 1/3] clk: vc5: Allow Versaclock driver to support multiple instances
 2020-05-02 12:21 UTC  (3+ messages)
` [PATCH V2 2/3] clk: vc5: Enable addition output configurations of the Versaclock
` [PATCH V2 3/3] dt: Add additional option bindings for IDT VersaClock

[PATCH] net: dsa: sja1105: fix speed setting for 10 MBPS
 2020-05-02 12:21 UTC  (3+ messages)

[PATCH] i2c: use my kernel.org address from now on
 2020-05-02 12:18 UTC 

[PATCH] sunxi: add support for Banana Pi P2 Zero board
 2020-05-02 12:15 UTC  (4+ messages)

[PATCH liburing 0/3] test tee
 2020-05-02 12:11 UTC  (4+ messages)
` [PATCH liburing 1/3] splice/test: improve splice tests
` [PATCH liburing 2/3] update io_uring.h with tee()
` [PATCH liburing 3/3] tee/test: add test for tee(2)

[PATCH 0/2] add tee(2) support
 2020-05-02 12:09 UTC  (3+ messages)
` [PATCH 1/2] splice: export do_tee()
` [PATCH 2/2] io_uring: add tee(2) support

[PATCH 0/3] timeout fixes
 2020-05-02 12:07 UTC  (4+ messages)
` [PATCH 1/3] io_uring: trigger timeout after any sqe->off CQEs
` [PATCH 2/3] io_uring: don't trigger timeout with another t-out
` [PATCH 3/3] io_uring: fix timeout offset with batch CQ commit

git log --since=<date>
 2020-05-02 12:02 UTC  (6+ messages)

[PATCH] soundwire: (cosmetic) remove multiple superfluous "else" statements
 2020-05-02 11:59 UTC  (2+ messages)

[PATCH V2] MIPS: perf: Remove unnecessary "fallthrough" pseudo keywords
 2020-05-02 11:22 UTC  (2+ messages)

[RFC PATCH 00/10] OPAL V4
 2020-05-02 11:19 UTC  (8+ messages)
` [RFC PATCH 04/10] powerpc/powernv: avoid polling in opal_get_chars
` [RFC PATCH 05/10] powerpc/powernv: Don't translate kernel addresses to real addresses for OPAL
` [RFC PATCH 06/10] powerpc/powernv: opal use new opal call entry point if it exists
` [RFC PATCH 07/10] powerpc/powernv: Add OPAL_FIND_VM_AREA API
` [RFC PATCH 08/10] powerpc/powernv: Set up an mm context to call OPAL in
` [RFC PATCH 09/10] powerpc/powernv: OPAL V4 OS services
` [RFC PATCH 10/10] powerpc/powernv: OPAL V4 Implement vm_map/unmap service

[PATCH 1/4] Documentation: SoundWire: clarify TDM mode support
 2020-05-02 11:56 UTC  (3+ messages)

[Buildroot] [PATCH 1/3] package/qemu: Bump to version 4.2.0
 2020-05-02 11:51 UTC  (4+ messages)

[PATCH 0/6] phy: meson8b-usb2: small fixes and improvements
 2020-05-02 11:47 UTC  (21+ messages)
` [PATCH 1/6] dt-bindings: phy: meson8b-usb2: Convert to json-schema
` [PATCH 2/6] dt-bindings: phy: meson8b-usb2: Add compatible string for Meson8m2
` [PATCH 3/6] phy: amlogic: meson8b-usb2: Use a MMIO regmap
` [PATCH 4/6] phy: amlogic: meson8b-usb2: Don't set REG_ADP_BC_ACA_ENABLE on Meson8
` [PATCH 5/6] phy: amlogic: meson8b-usb2: unset the IDDQ bit during PHY power-on
` [PATCH 6/6] phy: amlogic: meson8b-usb2: Add a compatible string for Meson8m2

[PATCH] soundwire: qcom: fix error handling in probe
 2020-05-02 11:48 UTC  (3+ messages)

stable/linux-5.4.y build: 200 builds: 1 failed, 199 passed, 1 error, 109 warnings (v5.4.37)
 2020-05-02 11:48 UTC 

Troubles running Xen on Raspberry Pi 4 with 5.6.1 DomU
 2020-05-02 11:46 UTC  (5+ messages)

[linux-next:master 3155/6218] arch/x86/kvm/vmx/nested.c:5246:3: warning: variable 'roots_to_free' is used uninitialized whenever 'if' condition is false
 2020-05-02 11:46 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.