All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-05 22:47:24 to 2021-02-05 23:37:41 UTC [more...]

[PATCH] mm: memcontrol: fix missing wakeup oom task
 2021-02-05 16:04 UTC  (8+ messages)
  ` [External] "

[PATCH net] net: gro: do not keep too many GRO packets in napi->rx_list
 2021-02-05 14:10 UTC  (6+ messages)

[patch 00/12] x86/irq/64: Inline irq stack switching
 2021-02-05 15:00 UTC  (4+ messages)
` [patch 03/12] x86/irq/64: Adjust the per CPU irq stack pointer by 8

ANNOUNCE: pahole v1.20 (gcc11 DWARF5's default, lots of ELF sections, BTF)
 2021-02-05 15:40 UTC  (6+ messages)
` ERROR: INT DW_ATE_unsigned_1 Error emitting BTF type

[PATCH v2 00/12] kasan: optimizations and fixes for HW_TAGS
 2021-02-05 15:39 UTC  (5+ messages)
` [PATCH v2 02/12] kasan, mm: optimize kmalloc poisoning
` [PATCH v2 04/12] kasan: clean up setting free info in kasan_slab_free
` [PATCH v2 06/12] kasan: rework krealloc tests
` [PATCH v2 11/12] kasan: inline HW_TAGS helper functions

[PATCH 00/18] new API for FS_IOC_[GS]ETFLAGS/FS_IOC_FS[GS]ETXATTR
 2021-02-05 15:28 UTC  (5+ messages)
` [PATCH 03/18] ovl: stack miscattr

[PATCH] openrisc: use device tree to determine present cpus
 2021-02-05 16:07 UTC  (9+ messages)
          ` [PATCH v2] "

[PATCH] tracepoints: Do not punish non static call users
 2021-02-05 15:57 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Your daily results for 2021-02-04
 2021-02-05 23:37 UTC  (2+ messages)

[PATCH 0/5] i2c: stm32: filter binding support & debug info
 2021-02-05 14:59 UTC  (4+ messages)
` [PATCH 5/5] i2c: stm32f7: indicate the address being accessed on errors

[RFC] security: replace indirect calls with static calls
 2021-02-05 15:40 UTC  (3+ messages)

[PATCH v24 00/14] Subject: Introduce Data Access MONitor (DAMON)
 2021-02-05 15:59 UTC  (4+ messages)
` [PATCH v24 07/14] mm/damon: Implement a debugfs-based user space interface

[PATCH] mm: memcontrol: remove rcu_read_lock from get_mem_cgroup_from_page
 2021-02-05 16:06 UTC  (6+ messages)
  ` [External] "

[gatesgarth][PATCH 00/25] pull request
 2021-02-05 23:36 UTC  (2+ messages)
` [OE-core] "

[PATCH v2 1/1] powerpc/kvm: Save Timebase Offset to fix sched_clock() while running guest code
 2021-02-05 23:32 UTC  (4+ messages)

[PULL 00/46] tcg patch queue
 2021-02-05 22:56 UTC  (47+ messages)
` [PULL 01/46] tcg/s390: Fix compare instruction from extended-immediate facility
` [PULL 02/46] exec/cpu-defs: Remove TCG backends dependency
` [PULL 03/46] tcg/aarch64: Do not convert TCGArg to temps that are not temps
` [PULL 04/46] configure: Fix --enable-tcg-interpreter
` [PULL 05/46] tcg/tci: Make tci_tb_ptr thread-local
` [PULL 06/46] tcg/tci: Implement INDEX_op_ld16s_i32
` [PULL 07/46] tcg/tci: Implement INDEX_op_ld8s_i64
` [PULL 08/46] tcg/tci: Inline tci_write_reg32s into the only caller
` [PULL 09/46] tcg/tci: Inline tci_write_reg8 into its callers
` [PULL 10/46] tcg/tci: Inline tci_write_reg16 into the only caller
` [PULL 11/46] tcg/tci: Inline tci_write_reg32 into all callers
` [PULL 12/46] tcg/tci: Inline tci_write_reg64 into 64-bit callers
` [PULL 13/46] tcg/tci: Merge INDEX_op_ld8u_{i32,i64}
` [PULL 14/46] tcg/tci: Merge INDEX_op_ld8s_{i32,i64}
` [PULL 15/46] tcg/tci: Merge INDEX_op_ld16u_{i32,i64}
` [PULL 16/46] tcg/tci: Merge INDEX_op_ld16s_{i32,i64}
` [PULL 17/46] tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}
` [PULL 18/46] tcg/tci: Merge INDEX_op_st8_{i32,i64}
` [PULL 19/46] tcg/tci: Merge INDEX_op_st16_{i32,i64}
` [PULL 20/46] tcg/tci: Move stack bounds check to compile-time
` [PULL 21/46] tcg/tci: Merge INDEX_op_{st_i32,st32_i64}
` [PULL 22/46] tcg/tci: Use g_assert_not_reached
` [PULL 23/46] tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*
` [PULL 24/46] tcg/tci: Implement 64-bit division
` [PULL 25/46] tcg/tci: Remove TODO as unused
` [PULL 26/46] tcg/tci: Restrict TCG_TARGET_NB_REGS to 16
` [PULL 27/46] tcg/tci: Fix TCG_REG_R4 misusage
` [PULL 28/46] tcg/tci: Remove TCG_CONST
` [PULL 29/46] cpu: Introduce TCGCpuOperations struct
` [PULL 30/46] target/riscv: remove CONFIG_TCG, as it is always TCG
` [PULL 31/46] accel/tcg: split TCG-only code from cpu_exec_realizefn
` [PULL 32/46] cpu: Move synchronize_from_tb() to tcg_ops
` [PULL 33/46] cpu: Move cpu_exec_* "
` [PULL 34/46] cpu: Move tlb_fill "
` [PULL 35/46] cpu: Move debug_excp_handler "
` [PULL 36/46] target/arm: do not use cc->do_interrupt for KVM directly
` [PULL 37/46] cpu: move cc->do_interrupt to tcg_ops
` [PULL 38/46] cpu: move cc->transaction_failed "
` [PULL 39/46] cpu: move do_unaligned_access "
` [PULL 40/46] physmem: make watchpoint checking code TCG-only
` [PULL 41/46] cpu: move adjust_watchpoint_address to tcg_ops
` [PULL 42/46] cpu: move debug_check_watchpoint "
` [PULL 43/46] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
` [PULL 44/46] accel: extend AccelState and AccelClass to user-mode
` [PULL 45/46] accel: replace struct CpusAccel with AccelOpsClass
` [PULL 46/46] accel: introduce AccelCPUClass extending CPUClass

[PATCH v11 0/5] arm64: ARMv8.5-A: MTE: Add async mode support
 2021-02-05 15:49 UTC  (7+ messages)
` [PATCH v11 2/5] kasan: Add KASAN mode kernel parameter
` [PATCH v11 4/5] arm64: mte: Enable async tag check fault

[PATCH] hrtimer: Interrupt storm on clock_settime
 2021-02-05 15:45 UTC  (2+ messages)

[PATCH v14 00/16] RISC-V Kendryte K210 support improvements
 2021-02-05 23:32 UTC  (10+ messages)
` [PATCH v14 07/16] dt-bindings: fix sifive gpio properties

[PATCH v19 0/3] scsi: ufs: Add Host Performance Booster Support
 2021-02-05 15:08 UTC  (6+ messages)
  ` [PATCH v19 3/3] scsi: ufs: Prepare HPB read for cached sub-region

[PATCH 0/8] sched/fair: misfit task load-balance tweaks
 2021-02-05 14:31 UTC  (6+ messages)
` [PATCH 1/8] sched/fair: Clean up active balance nr_balance_failed trickery
` [PATCH 3/8] sched/fair: Tweak misfit-related capacity checks

WARNING in mc1NUM_get_time
 2021-02-05 14:10 UTC 

[PATCH v6 00/21] arm64: Early CPU feature override, and applications to VHE, BTI and PAuth
 2021-02-05 14:04 UTC  (4+ messages)
` [PATCH v6 05/21] arm64: Initialise as nVHE before switching to VHE

[PATCH net-next 0/7] Marvell Prestera Switchdev misc updates
 2021-02-05 15:24 UTC  (5+ messages)
` [PATCH net-next 4/7] net: marvell: prestera: move netdev topology validation to prestera_main
` [PATCH net-next 5/7] net: marvell: prestera: add LAG support

[PATCH v2 0/4] mm/hugetlb: Early cow on fork, and a few cleanups
 2021-02-05 16:05 UTC  (6+ messages)
` [PATCH v2 4/4] hugetlb: Do early cow when page pinned on src mm

[Intel-wired-lan] [PATCH net v1] i40e: Fix NULL ptr dereference on VSI filter sync
 2021-02-05 23:28 UTC  (2+ messages)

[RFC 0/9] Linear Address Masking enabling
 2021-02-05 15:49 UTC  (5+ messages)
` [RFC 8/9] x86/mm: Make LAM_U48 and mappings above 47-bits mutually exclusive
` [RFC 9/9] x86/mm: Implement PR_SET/GET_TAGGED_ADDR_CTRL with LAM

[PATCH] drivers: nvmem: Fix voltage settings for QTI qfprom-efuse
 2021-02-05 14:55 UTC  (2+ messages)

[PATCH v14 0/8] Free some vmemmap pages of HugeTLB page
 2021-02-05 16:13 UTC  (6+ messages)
` [PATCH v14 3/8] mm: hugetlb: free the vmemmap pages associated with each "
    ` [External] "
  ` [External] Re: [PATCH v14 0/8] Free some vmemmap pages of "

[PATCH 0/5] sunxi: fix H6 HDMI related issues
 2021-02-05 16:21 UTC  (5+ messages)
` [PATCH 2/5] drm/sun4i: tcon: set sync polarity for tcon1 channel
      `  "

[PATCH] usb: dwc3: gadget: Remove check for bounded driver
 2021-02-05  9:55 UTC  (5+ messages)

[PATCH v2 1/4] leds: lp50xx: add setting of default intensity from DT
 2021-02-05  9:57 UTC  (3+ messages)
  ` AW: "

[git pull] IOMMU Fix for Linux v5.11-rc6
 2021-02-05 16:01 UTC 

[PATCH v3 0/7] Introduce Sequence Number Ops
 2021-02-05  9:58 UTC  (3+ messages)
` [PATCH v3 1/7] seqnum_ops: "

[PATCH 0/2] fix deadlock in __io_req_task_submit()
 2021-02-05 10:03 UTC  (9+ messages)
` [PATCH 2/2] io_uring: don't hold uring_lock when calling io_run_task_work*

[PATCH v1] gpiolib: Don't probe gpio_device if it's not the primary device
 2021-02-05 10:02 UTC  (2+ messages)

[PATCH for-next 0/3] sendmsg/recvmsg cleanup
 2021-02-05  9:58 UTC  (5+ messages)
` [PATCH 3/3] io_uring: refactor sendmsg/recvmsg iov managing

[PATCH 0/3] fs/efs: Follow kernel style guide
 2021-02-05 15:36 UTC  (3+ messages)

[PATCH v2] mm: memcontrol: replace the loop with a list_for_each_entry()
 2021-02-05 15:27 UTC  (2+ messages)

[PATCH][V2] drm/mgag200: make a const array static, makes object smaller
 2021-02-05 14:43 UTC  (2+ messages)

[PATCH v2 0/2] of: property: Add fw_devlink support for more props
 2021-02-05 10:05 UTC  (7+ messages)
  ` [PATCH v2 2/2] of: property: Add fw_devlink support for interrupts

[PATCH] printk: Userspace format enumeration support
 2021-02-05 14:26 UTC  (2+ messages)

[PATCH 0/3] crypto:hisilicon/sec - fixes some coding style
 2021-02-05 10:10 UTC  (3+ messages)
` [PATCH 1/3] crypto: hisilicon/sec - fixes some log printing style
` [PATCH 3/3] crypto: hisilicon/sec - fixes shash test error

[PATCH 1/2] PCI/AER: Disable AER interrupt during suspend
 2021-02-05 15:17 UTC  (3+ messages)

[PATCH 5.10 00/57] 5.10.14-rc1 review
 2021-02-05 14:07 UTC  (9+ messages)
` [PATCH 5.10 01/57] net: dsa: microchip: Adjust reset release timing to match reference reset circuit
` [PATCH 5.10 10/57] iommu/io-pgtable-arm: Support coherency for Mali LPAE
` [PATCH 5.10 11/57] drm/panfrost: Support cache-coherent integrations
` [PATCH 5.10 12/57] arm64: dts: meson: Describe G12b GPU as coherent
` [PATCH 5.10 14/57] arm64: Do not pass tagged addresses to __is_lm_address()
` [PATCH 5.10 30/57] ALSA: hda: Add AlderLake-P PCI ID and HDMI codec vid
` [PATCH 5.10 43/57] nvmet: set right status on error in id-ns handler
` [PATCH 5.10 56/57] kthread: Extract KTHREAD_IS_PER_CPU

[PATCH] staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table
 2021-02-05 23:16 UTC  (2+ messages)

[PATCH] drm/msm/dp: reset dp controller only at boot up and pm_resume
 2021-02-05 22:50 UTC  (2+ messages)

[RFC][PATCH v6 0/7] Generic page pool & deferred freeing for system dmabuf heap
 2021-02-05 22:38 UTC  (5+ messages)
` [RFC][PATCH v6 1/7] drm: Add a sharable drm page-pool implementation

5:11: in-kernel BTF is malformed
 2021-02-05 16:06 UTC  (11+ messages)
              ` [FIXED] "

[PATCH] ARM: configs: at91_dt_defconfig: add ov7740 module
 2021-02-05 14:27 UTC 

[PATCH] dt-bindings: dwc3-xilinx: Add missing comma in example
 2021-02-05 15:38 UTC  (2+ messages)

[RFC PATCH 6/8] preempt/dynamic: Provide preempt_schedule[_notrace]() static calls
 2021-02-05 15:22 UTC  (11+ messages)

[PATCH v28 00/12] Landlock LSM
 2021-02-05 14:57 UTC  (4+ messages)
` [PATCH v28 06/12] fs,security: Add sb_delete hook

[PATCH 0/9] perf core PMU support for Sapphire Rapids (User tools)
 2021-02-05 15:26 UTC  (5+ messages)
` [PATCH 2/9] perf tools: Support the auxiliary event

[RFC PATCH 00/11] vfio/iommu_type1: Implement dirty log tracking based on smmuv3 HTTU
 2021-02-05 16:11 UTC  (6+ messages)
` [RFC PATCH 01/11] iommu/arm-smmu-v3: Add feature detection for HTTU

[RFC] Better page cache error handling
 2021-02-05 16:11 UTC 

[PATCH v2] pwm: sunxi: Add Allwinner SoC PWM controller driver
 2021-02-05 16:11 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: Add link rate and lane count to i915_display_info
 2021-02-05 23:11 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: Add link rate and lane count to i915_display_info (rev2)

[PATCH v4 00/14] RFC Support hot device unplug in amdgpu
 2021-02-05 23:09 UTC  (15+ messages)
` [PATCH v4 11/14] drm/amdgpu: Guard against write accesses after device removal

[PATCH] mm/hugetlb: use helper huge_page_size() to simplify the hugetlb_vm_op_pagesize()
 2021-02-05 16:12 UTC  (2+ messages)

drivers/memory/ti-emif-pm.c:238:34: warning: unused variable 'ti_emif_of_match'
 2021-02-05 23:08 UTC 

[PATCH v1] vdpa/mlx5: Restore the hardware used index after change map
 2021-02-05 23:07 UTC  (2+ messages)

kernel BUG in attach_store
 2021-02-05 14:50 UTC 

[PATCH v3 00/13] vdpa: add vdpa simulator for block device
 2021-02-05 14:17 UTC  (11+ messages)
` [PATCH v3 08/13] vdpa: add return value to get_config/set_config callbacks
` [PATCH v3 09/13] vhost/vdpa: remove vhost_vdpa_config_validate()

[PATCH 6/6] sched/fair: reduce the window for duplicated update
 2021-02-05 16:13 UTC  (2+ messages)
` [PATCH 6/6 v2] "

[PATCH v3] usb: pci-quirks: disable D3cold on xhci suspend for s2idle
 2021-02-05 12:20 UTC 

general protection fault in vmx_vcpu_run (2)
 2021-02-05 15:20 UTC 

[PATCH v4 00/22] Add support for the SDM845 Camera Subsystem
 2021-02-05 10:44 UTC  (11+ messages)
` [PATCH v4 01/22] media: camss: Fix vfe_isr_comp_done() documentation
` [PATCH v4 02/22] media: camss: Fix vfe_isr comment typo
` [PATCH v4 03/22] media: camss: Replace trace_printk() with dev_dbg()
` [PATCH v4 04/22] media: camss: Add CAMSS_845 camss version
` [PATCH v4 05/22] media: camss: Make ISPIF subdevice optional
` [PATCH v4 10/22] media: camss: Add support for CSID hardware version Titan 170
` [PATCH v4 12/22] media: camss: Remove per VFE power domain toggling
` [PATCH v4 15/22] dt-bindings: media: camss: Add qcom,msm8996-camss binding
` [PATCH v4 16/22] dt-bindings: media: camss: Add qcom,sdm660-camss binding
` [PATCH v4 17/22] dt-bindings: media: camss: Add qcom,sdm845-camss binding

[PATCH] bus: mhi: pci_generic: Increase num of elements in hw event ring
 2021-02-05 12:34 UTC  (2+ messages)

[PATCH v2] mhi: pci_generic: Print warning in case of firmware crash
 2021-02-05 12:33 UTC  (2+ messages)

[PATCH 00/17] Refactor chunk-format into an API
 2021-02-05 12:31 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 09/17] midx: return success/failure in chunk write methods
  ` [PATCH v2 16/17] chunk-format: restore duplicate chunk checks

[PATCH] mm: cma: support sysfs
 2021-02-05 16:15 UTC  (11+ messages)

[PATCHv2 bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-02-05 12:40 UTC  (3+ messages)
` [PATCH bpf-next 2/4] tools/resolve_btfids: Check objects before removing
` [PATCH bpf-next 3/4] tools/resolve_btfids: Set srctree variable unconditionally

[PATCH 0/7] Add audio driver base on rpmsg on i.MX platform
 2021-02-05 14:58 UTC  (3+ messages)
` [PATCH 5/7] ASoC: imx-pcm-rpmsg: Add platform driver for audio base on rpmsg

[PATCH] mm: cma: support sysfs
 2021-02-05 16:16 UTC  (5+ messages)

stable-rc/queue/4.9 baseline: 116 runs, 7 regressions (v4.9.255-13-g4073287b4900)
 2021-02-05 12:36 UTC 

stable-rc/queue/5.10 build: 196 builds: 0 failed, 196 passed, 13 warnings (v5.10.13-17-g3805d0d4554ff)
 2021-02-05 12:47 UTC 

stable-rc/queue/4.14 baseline: 133 runs, 5 regressions (v4.14.219-4-g73b0dbfe84596)
 2021-02-05 12:28 UTC 

stable-rc/queue/4.19 baseline: 153 runs, 5 regressions (v4.19.173-3-g00c3d82a0479)
 2021-02-05 12:21 UTC 

stable-rc/queue/4.19 build: 205 builds: 0 failed, 205 passed, 85 warnings (v4.19.173-5-g9a0b47b184f3)
 2021-02-05 12:13 UTC 

POSIX clock_gettime value is incorrect
 2021-02-05 22:58 UTC  (3+ messages)

[meta-OE][PATCH] postgresql: bypass autoconf version check
 2021-02-05 22:57 UTC 

[PATCH] include: acpi: Correct spelling in the file acoutput.h is optimzation to optimization
 2021-02-05 12:49 UTC  (2+ messages)

bug with fastpoll accept and sqpoll + IOSQE_FIXED_FILE
 2021-02-05 12:46 UTC  (15+ messages)

[PULL v3 00/27] Block patches
 2021-02-05 22:53 UTC  (2+ messages)

[PATCH] ARM: kexec: Fix panic after TLB are invalidated
 2021-02-05 14:36 UTC  (11+ messages)

[GIT PULL] MHI changes for v5.12
 2021-02-05 13:01 UTC 

[PATCH net-next v2 0/7] net: ipa: a mix of small improvements
 2021-02-05 14:38 UTC  (2+ messages)
` [PATCH net-next v2 4/7] net: ipa: remove two unused register definitions

[PATCH v16 00/16] RISC-V Kendryte K210 support improvements
 2021-02-05 22:52 UTC  (4+ messages)
` [PATCH v16 09/16] riscv: Update Canaan Kendryte K210 device tree

[PATCH 0/4] btrfs: fix a couple swapfile support bugs
 2021-02-05 12:55 UTC  (9+ messages)
` [PATCH 2/4] btrfs: fix race between writes to swap files and scrub
` [PATCH v2 0/3] btrfs: fix a couple swapfile support bugs
  ` [PATCH v2 1/3] btrfs: avoid checking for RO block group twice during nocow writeback
  ` [PATCH v2 3/3] btrfs: fix race between swap file activation and snapshot creation

[PATCH v15 00/42] btrfs: zoned block device support
 2021-02-05 13:07 UTC  (6+ messages)
` [PATCH v15 01/42] block: add bio_add_zone_append_page
  ` [PATCH v15 43/43] btrfs: zoned: deal with holes writing out tree-log pages

[bug report] net/mlx5: DR, Add STEv1 setters and getters
 2021-02-05 13:02 UTC 

[PATCH 4.19 00/17] 4.19.174-rc1 review
 2021-02-05 14:08 UTC  (2+ messages)
` [PATCH 4.19 08/17] platform/x86: intel-vbtn: Support for tablet mode on Dell Inspiron 7352

[PATCH 0/2] x86/unwind/orc: Handle missing ORC data better
 2021-02-05 14:51 UTC  (3+ messages)
` [PATCH 1/2] x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2

[PATCH 4.14 00/15] 4.14.220-rc1 review
 2021-02-05 14:08 UTC  (2+ messages)
` [PATCH 4.14 08/15] phy: cpcap-usb: Fix warning for missing regulator_disable

[PATCH 0/3] Add support for the GST ESPRESSOBin-Ultra board
 2021-02-05 22:51 UTC  (8+ messages)
` [PATCH 1/3] cmd: env: Add 'env import -h' for Marvell hw_info formatted environments

[PATCH] mac80211: only schedule TXQ when reasonable airtime reporting
 2021-02-05 13:29 UTC  (2+ messages)

[PATCH v3 net-next 00/12] LAG offload for Ocelot DSA switches
 2021-02-05 13:02 UTC  (3+ messages)
` [PATCH v3 net-next 01/12] net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_changeupper
` [PATCH v3 net-next 02/12] net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_event

[PATCH] imsm: add verbose flag to compare_super
 2021-02-05 13:29 UTC 

[PATCH] apei: erst: remove unneeded semicolon
 2021-02-05 12:51 UTC  (2+ messages)

[PATCH v2 1/2] EDAC/ghes: Add EDAC device for reporting the CPU cache errors
 2021-02-05 12:54 UTC  (2+ messages)

[PATCH v10 0/7] Support running driver's probe for a device powered off
 2021-02-05 13:25 UTC  (3+ messages)
` [PATCH v10 1/7] ACPI: scan: Obtain device's desired enumeration power state
` [PATCH v10 3/7] Documentation: ACPI: Document _DSE object usage for enum "


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.