All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-30 13:38:22 to 2020-06-30 14:02:31 UTC [more...]

[sched] c3a340f7e7: invalid_opcode:#[##]
 2020-06-30 14:02 UTC  (4+ messages)

[PATCH] io_uring: fix req cannot arm poll after polled
 2020-06-30 14:02 UTC  (2+ messages)

[PATCH] nvme: validate cntlid's only for nvme >= 1.1.0
 2020-06-30 14:01 UTC  (4+ messages)

[PATCH 00/30] Last batch of patches to clean up Misc
 2020-06-30 13:51 UTC  (59+ messages)
` [PATCH 01/30] misc: genwqe: card_ddcb: Fix a variety of kerneldoc issues
` [PATCH 02/30] misc: genwqe: card_sysfs: Demote function/file headers from kerneldoc
` [PATCH 03/30] misc: genwqe: card_debugfs: Demote file header "
` [PATCH 04/30] misc: sgi-xp: xp_main: Staticify local functions xp_init() and xp_exit()
` [PATCH 05/30] misc: ibmasm: event: Demote function headers from kerneldoc
` [PATCH 06/30] misc: ibmasm: command: "
` [PATCH 07/30] misc: vmw_vmci_defs: 'struct vmci_handle VMCI_ANON_SRC_HANDLE' cannot be static
` [PATCH 08/30] misc: ibmasm: r_heartbeat: Demote function headers from kerneldoc
` [PATCH 09/30] misc: mic: host: mic_x100: Move declaration of mic_x100_intr_init[] into c-file
` [PATCH 10/30] misc: ibmasm: dot_command: Demote function headers from kerneldoc
` [PATCH 11/30] misc: mic: host: mic_intr: Properly document function arguments
` [PATCH 12/30] misc: mic: host: mic_x100: Add missing descriptions to kerneldoc headers
` [PATCH 13/30] misc: mic: card: mic_debugfs: Demote function headers from kerneldoc
` [PATCH 14/30] misc: mic: host: "
` [PATCH 15/30] misc: mic: cosm: cosm_main: Document 'force' function argument
` [PATCH 16/30] misc: mic: scif: scif_ports: Fix copy 'n' paste error
` [PATCH 17/30] misc: mic: cosm: cosm_debugfs: Demote function headers from kerneldoc
` [PATCH 18/30] misc: mic: scif: scif_api: Remove set but unused variable 'read_size'
` [PATCH 19/30] misc: mic: scif: scif_api: Demote scif_accept() function header
` [PATCH 20/30] misc: mic: scif: scif_epd: Describe missing 'scifdev' argument(s)
` [PATCH 21/30] misc: mic: scif: scif_nodeqp: Fix a bunch of kerneldoc issues
` [PATCH 22/30] misc: mic: scif: scif_nm: Supply various kerneldoc fix-ups
` [PATCH 23/30] misc: mic: scif: scif_dma: Fix a couple of kerneldoc issues
` [PATCH 24/30] misc: mic: scif: scif_fence: Fix a bunch of different documentation issues
` [PATCH 25/30] misc: mic: scif: scif_rma: Repair a bunch of kerneldoc issues
` [PATCH 26/30] misc: eeprom: at24: Tell the compiler that ACPI functions may not be used
` [PATCH 27/30] misc: cxl: hcalls: Demote half-assed kerneldoc attempt
` [PATCH 28/30] misc: ocxl: config: Provide correct formatting to function headers
` [PATCH 29/30] misc: ibmvmc: Repair ill-named function argument descriptions
` [PATCH 30/30] misc: cxl: flash: Remove unused pointer

syzkaller on risc-v
 2020-06-30 13:52 UTC  (13+ messages)

[PATCH 00/10] Clean GPIO of W=1 warnings
 2020-06-30 14:01 UTC  (3+ messages)
` [PATCH 03/10] gpio: gpio-ml-ioh: Fix missing ':' in 'struct ioh_gpio_reg_data

[PATCH] Revert "tests/migration: Reduce autoconverge initial bandwidth"
 2020-06-30 13:59 UTC  (3+ messages)

[PATCH] xen: Fix xen-legacy-backend qdev types
 2020-06-30 13:59 UTC  (4+ messages)

[PATCH 00/20] Fix a bunch more W=1 warnings in Misc
 2020-06-30 14:00 UTC  (6+ messages)
` [PATCH 17/20] misc: genwqe: card_base: Do not pass unused argument 'fatal_err'

[PATCH] dt-bindings: mfd: st,stmfx: Remove extra additionalProperties
 2020-06-30 14:00 UTC  (2+ messages)

[PATCH 00/23] Change data reservations to use the ticketing infra
 2020-06-30 13:59 UTC  (24+ messages)
` [PATCH 01/23] btrfs: change nr to u64 in btrfs_start_delalloc_roots
` [PATCH 02/23] btrfs: remove orig from shrink_delalloc
` [PATCH 03/23] btrfs: handle U64_MAX for shrink_delalloc
` [PATCH 04/23] btrfs: make shrink_delalloc take space_info as an arg
` [PATCH 05/23] btrfs: make ALLOC_CHUNK use the space info flags
` [PATCH 06/23] btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
` [PATCH 07/23] btrfs: call btrfs_try_granting_tickets when unpinning anything
` [PATCH 08/23] btrfs: call btrfs_try_granting_tickets when reserving space
` [PATCH 09/23] btrfs: use the btrfs_space_info_free_bytes_may_use helper for delalloc
` [PATCH 10/23] btrfs: use btrfs_start_delalloc_roots in shrink_delalloc
` [PATCH 11/23] btrfs: check tickets after waiting on ordered extents
` [PATCH 12/23] btrfs: add flushing states for handling data reservations
` [PATCH 13/23] btrfs: add the data transaction commit logic into may_commit_transaction
` [PATCH 14/23] btrfs: add btrfs_reserve_data_bytes and use it
` [PATCH 15/23] btrfs: use ticketing for data space reservations
` [PATCH 16/23] btrfs: serialize data reservations if we are flushing
` [PATCH 17/23] btrfs: use the same helper for data and metadata reservations
` [PATCH 18/23] btrfs: drop the commit_cycles stuff for data reservations
` [PATCH 19/23] btrfs: don't force commit if we are data
` [PATCH 20/23] btrfs: run delayed iputs before committing the transaction for data
` [PATCH 21/23] btrfs: flush delayed refs when trying to reserve data space
` [PATCH 22/23] btrfs: do async reclaim for data reservations
` [PATCH 23/23] btrfs: add a comment explaining the data flush steps

[PATCH v7 0/3] media: Add colors' order and other info over test image
 2020-06-30 14:00 UTC  (8+ messages)
` [PATCH v7 3/3] media: vimc: Add a control to display info on "

next/master baseline: 177 runs, 4 regressions (next-20200630)
 2020-06-30 13:59 UTC 

[PATCH] doc: cgroup: add f2fs and xfs to supported list for writeback
 2020-06-30 13:59 UTC  (4+ messages)

[PATCH 00/10] RFC: Move SPICE to a load module
 2020-06-30 13:56 UTC  (9+ messages)
` [PATCH 01/10] modules: Provide macros making it easier to identify module exports
` [PATCH 08/10] build: Add SPICE_CFLAGS and SPICE_LIBS to relevant files

crypto API and GFP_ATOMIC
 2020-06-30 13:57 UTC  (20+ messages)
    ` [PATCH 1/4] crypto: introduce CRYPTO_ALG_ALLOCATES_MEMORY
      ` [dm-devel] "
          ` [PATCH 1/3] crypto: pass the flag CRYPTO_ALG_ALLOCATES_MEMORY
                ` [PATCH 1/3 v2] crypto: introduce "
                    ` [dm-devel] "
                    ` [PATCH 1/3 v3] "
                      ` [PATCH 1/3 v4] "

[PATCH v4 bpf-next 00/14] bpf: Add d_path helper
 2020-06-30 13:55 UTC  (6+ messages)
` [PATCH v4 bpf-next 07/14] bpf: Allow nested BTF object to be refferenced by BTF object + offset

[PATCH v2 0/4] drm: panel: simple: Fix mistakes in panel descriptions
 2020-06-30 13:58 UTC  (2+ messages)

[PATCH net-next] icmp: support rfc 4884
 2020-06-30 13:57 UTC  (7+ messages)

rename ->make_request_fn and move it to the block_device_operations
 2020-06-30 13:57 UTC  (6+ messages)
` [PATCH 11/20] fs: remove a weird comment in submit_bh_wbc

[PATCH] SPI LPC information kernel module
 2020-06-30 13:57 UTC  (3+ messages)

[Bug 1885718] [NEW] qemu/target/mips/op_helper.c:943:5: style:inconclusive: Found duplicate branches for 'if' and 'else'
 2020-06-30 13:48 UTC  (3+ messages)
` [Bug 1885718] "

[PATCH 1/2] dt-bindings: sound: convert rk3328 codec binding to yaml
 2020-06-30 13:54 UTC  (4+ messages)

[PATCH 0/3] Accommodate for pu having been renamed to seen
 2020-06-29 14:07 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v3 "

[PATCH v2] dt-bindings: sound: convert rk3328 codec binding to yaml
 2020-06-30 13:54 UTC  (2+ messages)

[PATCH] PCI: aardvark: Don't touch PCIe registers if no card connected
 2020-06-30 13:51 UTC  (3+ messages)

[PATCH 1/2] nvmem: core: add support to auto devid
 2020-06-30 13:53 UTC  (2+ messages)
` [PATCH 2/2] nvmem: qfprom: use NVMEM_DEVID_AUTO for multiple instances

[PATCH v5 0/3] Avoid abort on QMP attempt to add an object with duplicate id
 2020-06-30 13:41 UTC  (3+ messages)
` [PATCH v5 1/3] qom: Introduce object_property_try_add_child()

[Bug 207389] New: Regression in nested SVM from 5.7-rc1, starting L2 guest locks up L1
 2020-06-30 13:53 UTC  (2+ messages)
` [Bug 207389] "

[PATCH v7 00/17] hw/sd/sdcard: Fix CVE-2020-13253 & cleanups
 2020-06-30 13:39 UTC  (18+ messages)
` [PATCH v7 01/17] MAINTAINERS: Cc qemu-block mailing list
` [PATCH v7 02/17] hw/sd/sdcard: Update coding style to make checkpatch.pl happy
` [PATCH v7 03/17] hw/sd/sdcard: Move some definitions to use them earlier
` [PATCH v7 04/17] hw/sd/sdcard: Use the HWBLOCK_SIZE definition
` [PATCH v7 05/17] hw/sd/sdcard: Do not switch to ReceivingData if address is invalid
` [PATCH v7 06/17] hw/sd/sdcard: Restrict Class 6 commands to SCSD cards
` [PATCH v7 07/17] hw/sd/sdcard: Move sd->size initialization
` [PATCH v7 08/17] hw/sd/sdcard: Call sd_addr_to_wpnum where it is used, consider zero size
` [PATCH v7 09/17] hw/sd/sdcard: Special case the -ENOMEDIUM error
` [PATCH v7 10/17] hw/sd/sdcard: Check address is in range
` [PATCH v7 11/17] hw/sd/sdcard: Update the SDState documentation
` [PATCH v7 12/17] hw/sd/sdcard: Simplify cmd_valid_while_locked()
` [PATCH v7 13/17] hw/sd/sdcard: Constify sd_crc*()'s message argument
` [PATCH v7 14/17] hw/sd/sdcard: Make iolen unsigned
` [PATCH v7 15/17] hw/sd/sdcard: Correctly display the command name in trace events
` [PATCH v7 16/17] hw/sd/sdcard: Display offset in read/write_data() "
` [PATCH v7 17/17] hw/sd/sdcard: Simplify realize() a bit

[PATCH v3 00/15] acpi/pwm/i915: Convert pwm-crc and i915 driver's PWM code to use the atomic PWM API
 2020-06-30 13:51 UTC  (5+ messages)
  ` [Intel-gfx] "

SEV: QMP support for Inject-Launch-Secret
 2020-06-30 13:41 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v1] driver core: Fix suspend/resume order issue with deferred probe
 2020-06-30 13:50 UTC  (13+ messages)

[PATCH v3 0/9] memory: assert and define MemoryRegionOps callbacks
 2020-06-30 13:46 UTC  (2+ messages)

[PATCH] mm: remove the redundancy code
 2020-06-30 13:49 UTC  (3+ messages)
  `  "

[PATCH 0/7] hw/mips/malta: Rework to allow more than 2GB of RAM on 64-bit
 2020-06-30 13:45 UTC  (9+ messages)

[RESEND PATCH BlueZ v3] gobex: Fix segfault caused by interrupted transfer
 2020-06-30 13:47 UTC 

[PATCH net] xsk: remove cheap_dma optimization
 2020-06-30 13:47 UTC  (10+ messages)

[igt-dev] [PATCH i-g-t v2] igt/tests: Clear pipes properly in kms_atomic_transition
 2020-06-30 13:47 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for igt/tests: Clear pipes properly in kms_atomic_transition (rev2)

[Intel-gfx] [PATCH 1/2] drm/i915/tgl+: Fix TBT DPLL fractional divider for 38.4MHz ref clock
 2020-06-30 13:46 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [1/2] "

[Bridge] [PATCH net-next 0/3] bridge: mrp: Add support for getting the status
 2020-06-30 13:44 UTC  (8+ messages)
`  "
` [Bridge] [PATCH net-next 1/3] bridge: uapi: mrp: Extend MRP attributes to get "
  `  "
` [Bridge] [PATCH net-next 2/3] bridge: mrp: Add br_mrp_fill_info
  `  "
` [Bridge] [PATCH net-next 3/3] bridge: Extend br_fill_ifinfo to return MPR status
  `  "

[PATCH v7 00/11] Stop monitoring disabled devices
 2020-06-30 13:43 UTC  (5+ messages)

[PATCH 0/5 v11] KASan for Arm
 2020-06-30 13:37 UTC  (6+ messages)
` [PATCH 1/5 v11] ARM: Disable KASan instrumentation for some code
` [PATCH 2/5 v11] ARM: Replace string mem* functions for KASan
` [PATCH 3/5 v11] ARM: Define the virtual space of KASan's shadow region
` [PATCH 4/5 v11] ARM: Initialize the mapping of KASan shadow memory
` [PATCH 5/5 v11] ARM: Enable KASan for ARM

[PATCH 1/4] wcn36xx: Fix multiple AMPDU sessions support
 2020-06-30 13:47 UTC  (4+ messages)
` [PATCH 2/4] wcn36xx: Add TX ack support
` [PATCH 3/4] wcn36xx: Fix TX data path
` [PATCH 4/4] wcn36xx: Fix software-driven scan

[PATCH 0/2] Fix breakage from adding MSR_IA32_UMWAIT_CONTROL
 2020-06-30 13:41 UTC  (9+ messages)
` [PATCH 2/2] kvm/x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally

[PATCH] irqchip/gic-v3: Remove the unused register definition
 2020-06-30 13:41 UTC 

[PATCH 0/3] perf intel-pt: Fix PEBS-via-PT with registers
 2020-06-30 13:39 UTC  (4+ messages)
` [PATCH 1/3] perf intel-pt: Fix recording "
` [PATCH 2/3] perf intel-pt: Fix displaying "
` [PATCH 3/3] perf intel-pt: Fix PEBS sample for XMM registers

[PATCH V7 0/6] blk-mq: support batching dispatch from scheduler
 2020-06-30 13:40 UTC  (3+ messages)
` [PATCH V7 6/6] blk-mq: support batching dispatch in case of io

[PATCH V2 0/3] blk-mq: driver tag related cleanup
 2020-06-30 13:39 UTC  (3+ messages)
` [PATCH V2 3/3] blk-mq: centralise related handling into blk_mq_get_driver_tag

[PATCH] hwrng: ba431 - HW_RANDOM_BA431 should not default to y
 2020-06-30 13:39 UTC 

[dpdk-dev] [PATCH 00/13] rte_log registration usage improvement
 2020-06-30 13:39 UTC  (15+ messages)
` [dpdk-dev] [PATCH 01/13] eal/log: introduce log register macro

[PATCH] irqchip/gic-v4.1: Use GFP_ATOMIC flag in allocate_vpe_l1_table()
 2020-06-30 13:37 UTC 

[PATCH] scsi: sd: add runtime pm to open / release
 2020-06-30 13:38 UTC  (9+ 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.