All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-29 10:27:24 to 2020-05-29 11:18:29 UTC [more...]

[RFC][PATCH 4/7] smp: Optimize send_call_function_single_ipi()
 2020-05-29 11:18 UTC  (2+ messages)

[PATCH 1/2] Btrfs: fix race between block group removal and block group creation
 2020-05-29 11:18 UTC 

[PATCH v7 00/28] Allow vendor drivers to propose their own timings
 2020-05-29 11:13 UTC  (16+ messages)
` [PATCH v7 01/28] mtd: rawnand: Use unsigned types for nand_chip unsigned values
` [PATCH v7 02/28] mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structure
` [PATCH v7 03/28] mtd: rawnand: Create a nand_chip operations structure
` [PATCH v7 04/28] mtd: rawnand: Rename the manufacturer structure
` [PATCH v7 05/28] mtd: rawnand: Declare the nand_manufacturer structure out of nand_chip
` [PATCH v7 06/28] mtd: rawnand: Reorganize the nand_chip structure
` [PATCH v7 07/28] mtd: rawnand: Compare the actual timing values
` [PATCH v7 08/28] mtd: rawnand: Use the data interface mode entry when relevant
` [PATCH v7 09/28] mtd: rawnand: Rename nand_has_setup_data_iface()
` [PATCH v7 10/28] mtd: rawnand: Fix nand_setup_data_interface() description
` [PATCH v7 11/28] mtd: rawnand: Rename nand_init_data_interface()
` [PATCH v7 12/28] mtd: rawnand: timings: Update onfi_fill_data_interface() kernel doc
` [PATCH v7 13/28] mtd: rawnand: timings: Provide onfi_fill_data_interface() with a data interface
` [PATCH v7 14/28] mtd: rawnand: timings: onfi_fill_data_interface timing mode is unsigned
` [PATCH v7 15/28] mtd: rawnand: timings: Add a helper to find the closest ONFI mode

[PATCH net-next 0/2] selftests: forwarding: Two small changes
 2020-05-29 11:16 UTC  (3+ messages)
` [PATCH net-next 1/2] selftests: forwarding: mirror_lib: Use mausezahn
` [PATCH net-next 2/2] selftests: forwarding: pedit_dsfield: Check counter value

[PATCH 00/12] irqchip: ti,sci-intr/inta: Update the dt bindings to accept different interrupt parents
 2020-05-29 11:13 UTC  (5+ messages)
` [PATCH 04/12] dt-bindings: irqchip: ti,sci-intr: Update bindings to drop the usage of gic as parent
    ` [PATCH 04/12] dt-bindings: irqchip: ti, sci-intr: "

[PATCH] powerpc/64/syscall: Disable sanitisers for C syscall entry/exit code
 2020-05-29 11:14 UTC  (3+ messages)

[PATCH Kernel v22 0/8] Add UAPIs to support migration for VFIO devices
 2020-05-29 11:12 UTC  (11+ messages)

[PATCH v11 0/7] x86/kvm/hyper-v: add support for synthetic debugger
 2020-05-29 11:13 UTC  (9+ messages)
` [PATCH v11 2/7] x86/kvm/hyper-v: Simplify addition for custom cpuid leafs
` [PATCH v11 4/7] x86/kvm/hyper-v: Add support for synthetic debugger capability
` [PATCH v11 5/7] x86/kvm/hyper-v: enable hypercalls without hypercall page with syndbg

abx80x: RV-1805 initialization order correct?
 2020-05-29 11:13 UTC 

[PATCH v7 00/15] switch to domheap for Xen page tables
 2020-05-29 11:11 UTC  (10+ messages)
` [PATCH v7 01/15] x86/mm: map_pages_to_xen would better have one exit path
` [PATCH v7 02/15] x86/mm: make sure there is one exit path for modify_xen_mappings
` [PATCH v7 03/15] x86/mm: rewrite virt_to_xen_l*e
` [PATCH v7 04/15] x86/mm: switch to new APIs in map_pages_to_xen
` [PATCH v7 05/15] x86/mm: switch to new APIs in modify_xen_mappings
` [PATCH v7 06/15] x86_64/mm: introduce pl2e in paging_init
` [PATCH v7 07/15] x86_64/mm: switch to new APIs "
` [PATCH v7 08/15] x86_64/mm: switch to new APIs in setup_m2p_table
` [PATCH v7 09/15] efi: use new page table APIs in copy_mapping

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

[PATCH 0/9] DT: Improve validation for Marvell SoCs
 2020-05-29 11:10 UTC  (5+ messages)
` [PATCH v2 1/9] dt-bindings: mmc: Convert sdhci-pxa to json-schema

[PATCH net-next] net: phy: mscc: fix PHYs using the vsc8574_probe
 2020-05-29 11:11 UTC  (2+ messages)

pull request (net): ipsec 2020-05-29
 2020-05-29 11:04 UTC  (16+ messages)
` [PATCH 01/15] xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input
` [PATCH 02/15] xfrm: do pskb_pull properly in __xfrm_transport_prep
` [PATCH 03/15] esp6: get the right proto for transport mode in esp6_gso_encap
` [PATCH 04/15] xfrm: remove the xfrm_state_put call becofe going to out_reset
` [PATCH 05/15] xfrm: fix error in comment
` [PATCH 06/15] xfrm: espintcp: save and call old ->sk_destruct
` [PATCH 07/15] esp6: support ipv6 nexthdrs process for beet gso segment
` [PATCH 08/15] esp4: "
` [PATCH 09/15] xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output
` [PATCH 10/15] ip_vti: receive ipip packet by calling ip_tunnel_rcv
` [PATCH 11/15] xfrm interface: fix oops when deleting a x-netns interface
` [PATCH 12/15] esp6: calculate transport_header correctly when sel.family != AF_INET6
` [PATCH 13/15] esp4: improve xfrm4_beet_gso_segment() to be more readable
` [PATCH 14/15] xfrm: fix a warning in xfrm_policy_insert_list
` [PATCH 15/15] xfrm: fix a NULL-ptr deref in xfrm_local_error

[PATCH v5 0/6] New RISC-V Local Interrupt Controller Driver
 2020-05-29 11:10 UTC  (7+ messages)
` [PATCH v5 3/6] irqchip: RISC-V per-HART local interrupt controller driver

[PATCH v7 0/5] fw_cfg: Add FW_CFG_DATA_GENERATOR; crypto: Add tls-cipher-suites
 2020-05-29 11:09 UTC  (3+ messages)
` [PATCH v7 4/5] crypto: Add tls-cipher-suites object

[PATCH] regulator: do not balance regulators without constraints
 2020-05-29 11:10 UTC  (4+ messages)

[PATCH] ASoC: mediatek: mt6358: support DMIC one-wire mode
 2020-05-29 11:09 UTC  (8+ messages)

[PATCH] mips: add o32_fp64 boot param to disable FP64 support
 2020-05-29 11:09 UTC  (2+ messages)

[PATCH] Enable class-D silence and clock detections
 2020-05-29 11:07 UTC  (2+ messages)

[PATCH 1/5] iio: core: pass parent device as parameter during allocation
 2020-05-29 11:08 UTC  (4+ messages)
` [PATCH 4/5] iio: light: lm3533-als: remove explicit parent assignment

[PATCH] watchdog: sunxi_wdt: fix improper error exit code
 2020-05-29 11:08 UTC  (3+ messages)

[PATCH 0/2 v5] Fix VMX preemption timer migration
 2020-05-29 11:07 UTC  (3+ messages)
` [PATCH 1/2 v5] KVM: nVMX: "

[igt-dev] [PATCH i-g-t 0/2] Remove _v2 functions in gpu pipelines
 2020-05-29 11:07 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/media_spin: localize pipeline functions
` [igt-dev] [PATCH i-g-t 2/2] tests/gem_(gpgpu|media)_fill: remove the _v2 suffix
` [igt-dev] ✓ Fi.CI.BAT: success for Remove _v2 functions in gpu pipelines

[PATCH 1/1] tty: serial: owl: Initialize lock before registering port
 2020-05-29 11:06 UTC  (2+ messages)

[PATCH 0/5] Enable I2C in SPL, support runtime detection of add-on board
 2020-05-29 11:06 UTC  (4+ messages)

[PATCH] gpio: fix locking open drain IRQ lines
 2020-05-29 11:06 UTC  (3+ messages)

[LTP] [PATCH] acct02: fix the ac_version check on big endian platforms
 2020-05-29 11:05 UTC  (3+ messages)

[PATCH net] net: mvpp2: Enable autoneg bypass for 1000BaseX/2500BaseX ports
 2020-05-29 11:05 UTC  (9+ messages)

linux-next: manual merge of the akpm-current tree with the tip tree
 2020-05-29 11:05 UTC 

[PATCH v2 0/7] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-05-29 11:04 UTC  (3+ messages)

Storing host data on the BMC
 2020-05-29 11:03 UTC  (17+ messages)

[PATCH v2 nf-next] netfilter: introduce support for reject at prerouting stage
 2020-05-29 11:03 UTC 

[PATCH] soc: qcom: rpmh: Allow RPMH on ARM SoC
 2020-05-29 11:02 UTC 

Xen XSM/FLASK policy, grub defaults, etc
 2020-05-29 11:02 UTC  (6+ messages)

[RFC PATCH v5 0/3] Add scheduler overview documentation
 2020-05-29 11:00 UTC  (3+ messages)
` [RFC PATCH v5 2/3] docs: scheduler: "

[PATCH] i2c: thunderx: Add missed pci_release_regions
 2020-05-29 11:01 UTC  (3+ messages)

[RFC PATCH 0/1] Runstate error with KPTI
 2020-05-29 10:59 UTC  (9+ messages)
` [RFC PATCH 1/1] xen: Use a global mapping for runstate

[PATCHES] uaccess base
 2020-05-29 10:48 UTC  (19+ messages)
` [PATCHES] uaccess comedi compat
  ` [PATCH 01/10] comedi: move compat ioctl handling to native fops
    ` [PATCH 02/10] comedi: get rid of indirection via translated_ioctl()
    ` [PATCH 03/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_CHANINFO compat
    ` [PATCH 04/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_RANGEINFO compat
    ` [PATCH 06/10] comedi: get rid of compat_alloc_user_space() mess in COMEDI_INSNLIST compat
    ` [PATCH 07/10] comedi: lift copy_from_user() into callers of __comedi_get_user_cmd()
    ` [PATCH 08/10] comedi: do_cmdtest_ioctl(): lift copyin/copyout into the caller
    ` [PATCH 09/10] comedi: do_cmd_ioctl(): "

[xen-unstable-smoke test] 150469: regressions - trouble: blocked/fail
 2020-05-29 10:58 UTC 

[PATCH 1/2] i2c: smbus: Add a way to instantiate SPD EEPROMs automatically
 2020-05-29 10:58 UTC  (4+ messages)
` [PATCH 2/2] i2c: i801: Instantiate "

[PATCH] PCI: tegra: fix runtime pm imbalance on error
 2020-05-29 10:58 UTC  (5+ messages)

[PATCH v12] Add matrix keypad driver support for Mediatek SoCs
 2020-05-29 10:58 UTC  (5+ messages)
` [PATCH v12 2/3] drivers: input: keyboard: Add mtk keypad driver

[PATCH v8 0/8] block: enhance handling of size-related BlockConf properties
 2020-05-29 10:56 UTC  (4+ messages)
` [PATCH v8 2/8] block: consolidate blocksize properties consistency checks

[RFC PATCH 1/2] libnvdimm: Add prctl control for disabling synchronous fault support
 2020-05-29 10:55 UTC  (6+ messages)

linux-next: manual merge of the akpm tree with the tip tree
 2020-05-29 10:57 UTC 

5.6.12 MCE on AMD EPYC 7502
 2020-05-29 10:55 UTC 

[PATCH] iomap: Return zero in case of unsuccessful pagecache invalidation before DIO
 2020-05-29 10:55 UTC  (3+ messages)

[PATCH] xsm: also panic upon "flask=enforcing" when XSM_FLASK=n
 2020-05-29 10:54 UTC  (5+ messages)

[PATCH v3 0/5] Qualcomm labibb regulator driver
 2020-05-29 10:54 UTC  (5+ messages)
` [PATCH v3 1/5] regulator: Allow regulators to verify enabled during enable()

[PATCH] dt-bindings: sound: tlv320adcx140: Fix dt-binding-check issue
 2020-05-29 10:51 UTC  (3+ messages)

[PATCH] soc: qcom: rpmh: Remove serialization of TCS commands
 2020-05-29 10:51 UTC 

[PATCH v4 00/11] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-29 10:51 UTC  (11+ messages)
` [PATCH v4 09/11] dmaengine: dw: Initialize min_burst capability
` [PATCH v4 10/11] dmaengine: dw: Introduce max burst length hw config
` [PATCH v4 11/11] dmaengine: dw: Initialize max_sg_nents capability

linux-next: manual merge of the akpm tree with the tip tree
 2020-05-29 10:49 UTC 

[PATCH v6] erofs: convert to use the new mount fs_context api
 2020-05-29 10:48 UTC  (2+ messages)

[PATCH] nvmem: Enforce nvmem stride in the sysfs interface
 2020-05-29 10:48 UTC  (2+ messages)

sparc vs sparc64: O_NDELAY and O_NONBLOCK mismatch in kernel and in glibc
 2020-05-29 10:48 UTC  (2+ messages)

Git fetches whole repository and not just latest
 2020-05-29 10:45 UTC 

[PULL v3 00/11] bitmaps patches for 2020-05-26
 2020-05-29 10:44 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/2] drm/i915: Add a few asserts around handling of i915_request_is_active()
 2020-05-29 10:44 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] "
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/2] drm/i915: Add a few asserts around handling of i915_request_is_active() (rev2)

next/master boot: 186 boots: 17 failed, 163 passed with 3 offline, 3 untried/unknown (next-20200528)
 2020-05-29 10:44 UTC 

kci_build proposal
 2020-05-29 10:44 UTC  (3+ messages)

[bug report] Revert "media: staging: atomisp: Remove driver"
 2020-05-29 10:41 UTC 

[PATCH] Documentation: ABI: usb: chipidea: Update Li Jun's e-mail
 2020-05-29 10:42 UTC 

em28xx driver issue kernel 5.7.0
 2020-05-29 10:42 UTC  (3+ messages)

[PULL 0/5] Qcrypto next patches
 2020-05-29 10:35 UTC  (6+ messages)
` [PULL 1/5] crypto: add "none" random provider
` [PULL 2/5] crypto/secret: move main logic from 'secret' to 'secret_common'
` [PULL 3/5] crypto/linux_keyring: add 'secret_keyring' secret object
` [PULL 4/5] test-crypto-secret: add 'secret_keyring' object tests
` [PULL 5/5] crypto: Remove use of GCRYPT_VERSION macro

[PATCH] edac: Fix reference count leak in edac_device_register_sysfs_main_kobj()
 2020-05-29 10:40 UTC  (6+ messages)
      `  "

[PATCH ipsec] xfrm: fix a NULL-ptr deref in xfrm_local_error
 2020-05-29 10:40 UTC  (2+ messages)

[PATCHv2 ipsec] xfrm: fix a warning in xfrm_policy_insert_list
 2020-05-29 10:39 UTC  (2+ messages)

[PATCH v3 0/2] VMD endpoint passthrough support
 2020-05-29 10:33 UTC  (4+ messages)
` [PATCH v3 1/2] PCI: vmd: Filter resource type bits from shadow register

[PATCH 00/13] efi_loader: rework/improve UEFI secure boot code
 2020-05-29 10:37 UTC  (5+ messages)
` [PATCH 01/13] efi_loader: signature: move efi_guid_cert_type_pkcs7 to efi_signature.c
` [PATCH 02/13] efi_loader: image_loader: add a check against certificate type of authenticode

[PATCH V1] mmc: sdhci-msm: Clear tuning done flag while hs400 tuning
 2020-05-29 10:35 UTC  (2+ messages)

pull request (net-next): ipsec-next 2020-05-29
 2020-05-29 10:30 UTC  (12+ messages)
` [PATCH 01/11] xfrm interface: don't take extra reference to netdev
` [PATCH 02/11] xfrm: add support for UDPv6 encapsulation of ESP
` [PATCH 03/11] xfrm: add IPv6 support for espintcp
` [PATCH 04/11] xfrm: avoid extract_output indirection for ipv4
` [PATCH 05/11] xfrm: state: remove extract_input indirection from xfrm_state_afinfo
` [PATCH 06/11] xfrm: move xfrm4_extract_header to common helper
` [PATCH 07/11] xfrm: expose local_rxpmtu via ipv6_stubs
` [PATCH 08/11] xfrm: place xfrm6_local_dontfrag in xfrm.h
` [PATCH 09/11] xfrm: remove extract_output indirection from xfrm_state_afinfo
` [PATCH 10/11] xfrm: remove output_finish "
` [PATCH 11/11] xfrm: fix unused variable warning if CONFIG_NETFILTER=n

Build fails with unknown symbol __get_user_unknown with InifiniBand enabled
 2020-05-29 10:35 UTC  (2+ messages)

Processing PLDM FRU information with entity manager
 2020-05-29 10:33 UTC  (13+ messages)
` D-Bus interface to provide data to entity manager (was: Processing PLDM FRU information with entity manager)
    ` D-Bus interface to provide data to entity manager

[PATCH v2 0/3] Add seccomp notifier ioctl that enables adding fds
 2020-05-29 10:32 UTC  (3+ messages)
` [PATCH v2 2/3] seccomp: Introduce addfd ioctl to seccomp user notifier

[PATCH v2 1/3] git.py: skip smudging if lfs=0 is set
 2020-05-29 10:32 UTC  (2+ messages)
` ✗ patchtest: failure for "[v2] git.py: skip smudging if ..." and 2 more

[GIT PULL] MMC fixes for v5.7-rc8
 2020-05-29 10:32 UTC 

[PATCH v2] spi: Kirkwood: Drop non-DM support and enable DM_SPI on all boards
 2020-05-29 10:30 UTC 

[PATCH] tools: fix Rules.mk library make variables
 2020-05-29 10:29 UTC 

[PULL 00/21] Vga 20200528 patches
 2020-05-29 10:29 UTC  (2+ messages)

[PATCH 00/13] sysctl: spring cleaning
 2020-05-29 10:26 UTC  (5+ messages)
` [PATCH 09/13] firmware_loader: simplify sysctl declaration with register_sysctl_subdir()
` [PATCH 11/13] random: "

[PATCH] rtc: abx80x: Provide feedback for invalid dt properties
 2020-05-29 10:28 UTC  (3+ messages)

[LTP] [PATCH 1/1] tst_taint.h Add taint for randstruct
 2020-05-29 10:28 UTC  (2+ messages)

[PATCH] [v2] PCI: tegra194: Fix runtime PM imbalance on error
 2020-05-29 10:27 UTC  (3+ 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.