linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-24 13:46:20 to 2020-03-24 15:38:30 UTC [more...]

[PATCH 00/13] Modernize Loongson64 Machine
 2020-03-24 15:35 UTC  (2+ messages)
` [PATCH v6 00/11] Modernize Loongson64 Machine v6

[RFC PATCH 00/21] Improve list integrity checking
 2020-03-24 15:36 UTC  (19+ messages)
` [RFC PATCH 01/21] list: Remove hlist_unhashed_lockless()
` [RFC PATCH 02/21] list: Remove hlist_nulls_unhashed_lockless()
` [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race()
` [RFC PATCH 04/21] timers: Use hlist_unhashed() instead of open-coding in timer_pending()
` [RFC PATCH 05/21] list: Comment missing WRITE_ONCE() in __list_del()
` [RFC PATCH 07/21] Revert "list: Use WRITE_ONCE() when adding to lists and hlists"
` [RFC PATCH 08/21] Revert "list: Use WRITE_ONCE() when initializing list_head structures"
` [RFC PATCH 09/21] list: Remove unnecessary WRITE_ONCE() from hlist_bl_add_before()
` [RFC PATCH 11/21] list: Add integrity checking to hlist implementation
` [RFC PATCH 12/21] list: Poison ->next pointer for non-RCU deletion of 'hlist_nulls_node'
` [RFC PATCH 13/21] list: Add integrity checking to hlist_nulls implementation
` [RFC PATCH 14/21] plist: Use CHECK_DATA_CORRUPTION instead of explicit {BUG,WARN}_ON()
` [RFC PATCH 16/21] list_bl: Extend integrity checking in deletion routines
` [RFC PATCH 17/21] linux/bit_spinlock.h: Include linux/processor.h
` [RFC PATCH 18/21] list_bl: Move integrity checking out of line
` [RFC PATCH 19/21] list_bl: Extend integrity checking to cover the same cases as 'hlist'
` [RFC PATCH 20/21] list: Format CHECK_DATA_CORRUPTION error messages consistently
` [RFC PATCH 21/21] lkdtm: Extend list corruption checks

[PATCH v6 0/8] x86/split_lock: Fix and virtualization of split lock detection
 2020-03-24 15:18 UTC  (6+ messages)
` [PATCH v6 2/8] x86/split_lock: Avoid runtime reads of the TEST_CTRL MSR
` [PATCH v6 5/8] kvm: vmx: Extend VMX's #AC interceptor to handle split lock #AC happens in guest
` [PATCH v6 6/8] kvm: x86: Emulate MSR IA32_CORE_CAPABILITIES
` [PATCH v6 7/8] kvm: vmx: Enable MSR_TEST_CTRL for intel guest
` [PATCH v6 8/8] kvm: vmx: virtualize split lock detection

[patch 00/22] x86/treewide: Consolidate CPU match macro maze and get rid of C89 (sic!) initializers
 2020-03-24 15:37 UTC  (4+ messages)
` [patch 09/22] cpufreq: Convert to new X86 CPU match macros
  ` [patch V2 "

[patch V3 00/23] x86/entry: Consolidation part II (syscalls)
 2020-03-24 15:37 UTC  (3+ messages)
` [patch V3 01/23] rcu: Dont acquire lock in NMI handler in rcu_nmi_enter_common()

[PATCH RESEND] clk: sunxi: Fix incorrect usage of round_down()
 2020-03-24 15:37 UTC  (2+ messages)

[PATCH v2 1/3] driver core: Break infinite loop when deferred probe can't be satisfied
 2020-03-24 15:36 UTC  (4+ messages)

.[PATCH v4 0/4] drm/sun4i: Improve alpha processing
 2020-03-24 15:36 UTC  (3+ messages)
  ` [PATCH v4 4/4] RFC: drm/sun4i: Process alpha channel of most bottom layer

[PATCH v3] i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status()
 2020-03-24 15:35 UTC  (2+ messages)

[PATCH net-next v3 00/11] net: ethernet: ti: cpts: add irq and HW_TS_PUSH events
 2020-03-24 15:34 UTC  (4+ messages)
` [PATCH net-next v3 08/11] net: ethernet: ti: cpts: move rx timestamp processing to ptp worker only

[PATCH] coresight: do not use the BIT() macro in the UAPI header
 2020-03-24 15:31 UTC  (2+ messages)

[PATCH v5] perf tools: add support for libpfm4
 2020-03-24 15:29 UTC  (3+ messages)

[PATCH v2] lib/refcount: Document interaction with PID_MAX_LIMIT
 2020-03-24 15:29 UTC  (3+ messages)

[PATCH v4 0/4] tty: serial: fsl_lpuart: various fixes and LS1028A support
 2020-03-24 15:27 UTC  (3+ messages)
` [PATCH v4 1/4] tty: serial: fsl_lpuart: fix DMA operation when using IOMMU

[PATCH 0/3] Misc bug fixes for VT-d SVM
 2020-03-24 15:31 UTC  (6+ messages)
` [PATCH 1/3] iommu/vt-d: Remove redundant IOTLB flush

[PATCH v2] mm/hugetlb: fix a addressing exception caused by huge_pte_offset()
 2020-03-24 15:25 UTC  (10+ messages)

[PATCH] KVM: LAPIC: Also cancel preemption timer when disarm LAPIC timer
 2020-03-24 15:24 UTC  (2+ messages)

[PATCH v1 0/2] btusb: Introduce the use of vendor extension(s)
 2020-03-24 15:24 UTC  (9+ messages)
` [PATCH v1 1/2] Bluetooth: btusb: Indicate Microsoft vendor extension for Intel 9460/9560 and 9160/9260

[PATCH] affine kernel threads to specified cpumask
 2020-03-24 15:20 UTC  (7+ messages)
      ` [PATCH v2] isolcpus: "

[PATCH 1/2] xen: expand BALLOON_MEMORY_HOTPLUG description
 2020-03-24 15:20 UTC  (7+ messages)
` [PATCH 2/2] xen: enable BALLOON_MEMORY_HOTPLUG by default

[PATCH v4 0/3] drm: Add support for Chrontel CH7033 VGA/DVI Encoder
 2020-03-24 15:19 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: Add vendor prefix for Chrontel, Inc
` [PATCH v4 2/3] dt-bindings: display: Add Chrontel CH7033 Video Encoder binding
` [PATCH v4 3/3] drm/bridge: chrontel-ch7033: Add a new driver

[PATCH] x86/Hyper-V: Fix hv sched clock function return wrong time unit
 2020-03-24 15:19 UTC 

[PATCH 0/5] nvmem: patches (set 2) for 5.7
 2020-03-24 15:18 UTC  (8+ messages)
` [PATCH 5/5] nvmem: Add support for write-only instances

[PATCH] rearrange the output text, cosmetic changes
 2020-03-24 15:15 UTC  (2+ messages)

mmotm 2020-03-23-21-29 uploaded
 2020-03-24 15:16 UTC  (2+ messages)
` mmotm 2020-03-23-21-29 uploaded (pci/controller/dwc/pcie-tegra194.c)

[RFC][PATCHSET] x86 uaccess cleanups
 2020-03-24 15:15 UTC  (3+ messages)
` [RFC][PATCH 01/22] x86 user stack frame reads: switch to explicit __get_user()

[PATCH] char/random: silence a lockdep splat with printk()
 2020-03-24 15:13 UTC  (2+ messages)
` dmesg -w regression in v5.4.22, bisected, was: "

[RESEND PATCH v5 0/3] BQ25150/155 Charger
 2020-03-24 15:14 UTC 

[PATCH] sched: Use RCU-sched in core-scheduling balancing logic
 2020-03-24 15:12 UTC  (7+ messages)

[PATCH] x86: Alias memset to __builtin_memset
 2020-03-24 15:08 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/3] Convert thermal bindings to yaml
 2020-03-24 15:06 UTC  (7+ messages)
` [PATCH v2 3/3] dt-bindings: thermal: Add yaml bindings for thermal zones

[PATCH] PCI: dwc: pci-dra7xx: Fix MSI IRQ handling
 2020-03-24 15:05 UTC  (2+ messages)

[PATCH] perf tools: Add missing Intel CPU events to parser
 2020-03-24 15:04 UTC 

[RFC PATCH v2 0/3] KASAN/KUnit Integration
 2020-03-24 15:05 UTC  (4+ messages)
` [RFC PATCH v2 3/3] KASAN: Port KASAN Tests to KUnit

[PATCH v7 00/48] atmel_mxt_ts misc
 2020-03-24 15:03 UTC  (7+ messages)

[RFC PATCH v4 0/6] arm64: tlb: add support for TTL feature
 2020-03-24 15:01 UTC  (10+ messages)
` [RFC PATCH v4 1/6] arm64: Detect the ARMv8.4 "
` [RFC PATCH v4 2/6] arm64: Add level-hinted TLB invalidation helper
` [RFC PATCH v4 3/6] arm64: Add level-hinted TLB invalidation helper to tlbi_user
` [RFC PATCH v4 4/6] mm: Add page table level flags to vm_flags
` [RFC PATCH v4 5/6] arm64: tlb: Use translation level hint in vm_flags
` [RFC PATCH v4 6/6] mm: Set VM_LEVEL flags in some tlb_flush functions

[PATCH bpf-next v5 0/8] MAC and Audit policy using eBPF (KRSI)
 2020-03-24 14:58 UTC  (12+ messages)
` [PATCH bpf-next v5 4/7] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v5 5/7] bpf: lsm: Initialize the BPF LSM hooks

[PATCH v2]usb: gadget: bcm63xx_udc:remove redundant variable assignment
 2020-03-24 14:55 UTC  (3+ messages)

locks use-after-free stable request
 2020-03-24 14:53 UTC  (3+ messages)

[PATCH 0/3] kselftest: Extend vDSO tests
 2020-03-24 14:51 UTC  (4+ messages)
` [PATCH 1/3] kselftest: Enable vDSO test on non x86 platforms
` [PATCH 2/3] kselftest: Extend vDSO selftest
` [PATCH 3/3] kselftest: Extend vDSO selftest to clock_getres

[PATCH v4 0/2] introduction of migration_version attribute for VFIO live migration
 2020-03-24 14:49 UTC  (7+ messages)

[PATCH v8 00/19] platform/x86: Rework intel_scu_ipc and intel_pmc_ipc drivers
 2020-03-24 14:46 UTC  (6+ messages)
` [PATCH v8 18/19] platform/x86: intel_pmc_ipc: Convert to MFD

[PATCH V2] perf cpumap: Fix snprintf overflow check
 2020-03-24 14:44 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: vendor-prefixes: Add Beacon vendor prefix
 2020-03-24 14:43 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: imx: Add Beacon i.MX8m-Mini development kit

[PATCH v11 10/12] backlight: pwm_bl: Use 64-bit division function
 2020-03-24 14:43 UTC  (7+ messages)

[PATCH v2] i2c: nvidia-gpu: Handle timeout correctly in gpu_i2c_check_status()
 2020-03-24 14:39 UTC  (3+ messages)

[PATCH v3 0/7] Improvements to MHI Bus
 2020-03-24 14:38 UTC  (3+ messages)
` [PATCH v3 2/7] bus: mhi: core: Add support for reading MHI info from device

[PATCH 00/13] usb: dwc3: meson: add OTG support for GXL/GXM
 2020-03-24 14:35 UTC  (15+ messages)
` [PATCH 01/13] dt-bindings: usb: amlogic,meson-g12a-usb-ctrl: add the Amlogic GXL and GXM Families USB Glue Bindings
` [PATCH 02/13] usb: dwc3: meson-g12a: specify phy names in soc data
` [PATCH 03/13] usb: dwc3: meson-g12a: handle the phy and glue registers separately
` [PATCH 04/13] usb: dwc3: meson-g12a: get the reset as shared
` [PATCH 05/13] usb: dwc3: meson-g12a: refactor usb2 phy init

[PATCH] x86/entry: Fix build error x86 with !CONFIG_POSIX_TIMERS
 2020-03-24 14:35 UTC 

[PATCH] drm/msm/dpu: ensure device suspend happens during PM sleep
 2020-03-24 14:35 UTC  (2+ messages)

[PATCH 0/2] Fix SVM hang at startup
 2020-03-24 12:00 UTC  (5+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: check caller of H_SVM_* Hcalls

KASAN: slab-out-of-bounds Read in garmin_read_process
 2020-03-24 14:28 UTC  (2+ messages)

[PATCH v2 00/20] Reorganize media Kconfig
 2020-03-24 14:27 UTC  (5+ messages)

[RESEND][PATCH v3 00/17] Add static_call()
 2020-03-24 13:56 UTC  (18+ messages)
` [RESEND][PATCH v3 01/17] notifier: Fix broken error handling pattern
` [RESEND][PATCH v3 02/17] module: Fix up module_notifier return values
` [RESEND][PATCH v3 03/17] module: Properly propagate MODULE_STATE_COMING failure
` [RESEND][PATCH v3 04/17] jump_label,module: Fix module lifetime for __jump_label_mod_text_reserved
` [RESEND][PATCH v3 05/17] compiler.h: Make __ADDRESSABLE() symbol truly unique
` [RESEND][PATCH v3 06/17] static_call: Add basic static call infrastructure
` [RESEND][PATCH v3 07/17] static_call: Add inline "
` [RESEND][PATCH v3 08/17] static_call: Avoid kprobes on inline static_call()s
` [RESEND][PATCH v3 09/17] x86/static_call: Add out-of-line static call implementation
` [RESEND][PATCH v3 10/17] x86/static_call: Add inline static call implementation for x86-64
` [RESEND][PATCH v3 11/17] static_call: Simple self-test
` [RESEND][PATCH v3 12/17] tracepoint: Optimize using static_call()
` [RESEND][PATCH v3 13/17] x86/alternatives: Teach text_poke_bp() to emulate RET
` [RESEND][PATCH v3 14/17] static_call: Add static_cond_call()
` [RESEND][PATCH v3 15/17] static_call: Handle tail-calls
` [RESEND][PATCH v3 16/17] static_call: Allow early init
` [RESEND][PATCH v3 17/17] x86/perf, static_call: Optimize x86_pmu methods

[PATCH v3 0/7] drm/meson: add support for Amlogic Video FBC
 2020-03-24 14:24 UTC  (9+ messages)
` [PATCH v3 1/7] drm/fourcc: Add modifier definitions for describing Amlogic Video Framebuffer Compression
` [PATCH v3 2/7] drm/meson: add Amlogic Video FBC registers
` [PATCH v3 3/7] drm/meson: overlay: setup overlay for Amlogic FBC
` [PATCH v3 4/7] drm/meson: crtc: handle commit of Amlogic FBC frames
` [PATCH v3 5/7] drm/fourcc: amlogic: Add modifier definitions for Memory Saving option
` [PATCH v3 6/7] drm/meson: overlay: setup overlay for Amlogic FBC Memory Saving mode
` [PATCH v3 7/7] drm/meson: overlay: setup overlay for Amlogic FBC Scatter Memory layout

[tip: x86/vmware] x86/vmware: Add steal time clock support for VMware guests
 2020-03-24 14:23 UTC 

[tip: x86/vmware] x86/vmware: Enable steal time accounting
 2020-03-24 14:23 UTC 

[PATCH] HID: logitech-dj: issue udev change event on device connection
 2020-03-24 14:24 UTC  (7+ messages)
` [PATCH v2] "

[tip: x86/vmware] x86/vmware: Remove vmware_sched_clock_setup()
 2020-03-24 14:23 UTC 

[tip: x86/vmware] x86/vmware: Make vmware_select_hypercall() __init
 2020-03-24 14:23 UTC 

[tip: x86/vmware] x86/vmware: Use bool type for vmw_sched_clock
 2020-03-24 14:23 UTC 

[PATCH 0/5] improvements about lowmem_reserve and /proc/zoneinfo
 2020-03-24 14:22 UTC  (6+ messages)
` [PATCH 1/5] mm/page_alloc.c: only tune sysctl_lowmem_reserve_ratio value once when changing it
` [PATCH 2/5] mm/page_alloc.c: clear out zone->lowmem_reserve[] if the zone is empty
` [PATCH 3/5] mm/vmstat.c: do not show lowmem reserve protection information of empty zone
` [PATCH 4/5] mm/vmstat.c: move the per-node stats to the front of /proc/zoneinfo
` [PATCH 5/5] mm/vmstat.c: remove the useless code

[PATCH v4] Translate debugfs.txt into Chinese and link it to the index
 2020-03-24 14:18 UTC  (3+ messages)

[PATCH RESEND net 1/3] class: add class_find_and_get_file_ns() helper function
 2020-03-24 14:17 UTC 

[PATCH 1/3] dt-bindings: ath10k: Add wifi-firmware subnode for wifi node
 2020-03-24 14:14 UTC  (2+ messages)

[PATCH net 0/3] net: core: avoid unexpected situation in namespace change routine
 2020-03-24 14:08 UTC  (3+ messages)

[PATCH v3 0/3] block/diskstats: more accurate io_ticks and optimization
 2020-03-24 14:06 UTC  (3+ messages)
` [PATCH v3 1/3] block/diskstats: more accurate approximation of io_ticks for slow disks

lockdep warning in urb.c:363 usb_submit_urb
 2020-03-24 14:06 UTC  (3+ messages)

[tip:timers/core] BUILD SUCCESS ca214e2c1793058e3a1387f9e343cc5b1731db15
 2020-03-24 14:00 UTC 

[PATCH v6 0/8] gpio: Add GPIO Aggregator
 2020-03-24 13:56 UTC  (9+ messages)
` [PATCH v6 1/8] ARM: integrator: impd1: Use GPIO_LOOKUP() helper macro
  ` [PATCH v6 2/8] i2c: i801: "
  ` [PATCH v6 3/8] mfd: sm501: Use GPIO_LOOKUP_IDX() "
  ` [PATCH v6 4/8] gpiolib: Add support for GPIO lookup by line name
  ` [PATCH v6 5/8] gpiolib: Introduce gpiod_set_config()
  ` [PATCH v6 6/8] gpio: Add GPIO Aggregator
  ` [PATCH v6 7/8] docs: gpio: Add GPIO Aggregator documentation
  ` [PATCH v6 8/8] MAINTAINERS: Add GPIO Aggregator section

[PATCH] platform/chrome: wilco_ec: Provide correct output format to 'h1_gpio' file
 2020-03-24 13:54 UTC  (4+ messages)

[PATCH v3] video: fbdev: vesafb: add missed release_region
 2020-03-24 13:50 UTC  (4+ messages)

[PATCH v13 0/8] iio: adi-axi-adc,ad9647: Add support for AD9467 ADC
 2020-03-24 13:46 UTC  (9+ messages)
` [PATCH v13 1/8] include: fpga: adi-axi-common.h: fixup whitespace tab -> space
` [PATCH v13 2/8] include: fpga: adi-axi-common.h: add version helper macros
` [PATCH v13 3/8] iio: buffer-dmaengine: use %zu specifier for sprintf(align)
` [PATCH v13 4/8] iio: buffer-dmaengine: add dev-managed calls for buffer alloc
` [PATCH v13 5/8] iio: adc: adi-axi-adc: add support for AXI ADC IP core
` [PATCH v13 6/8] dt-bindings: iio: adc: add bindings doc for AXI ADC driver
` [PATCH v13 7/8] iio: adc: ad9467: add support AD9467 ADC
` [PATCH v13 8/8] dt-bindings: iio: adc: add bindings doc for "

lockdep warning in urb.c:363 usb_submit_urb
 2020-03-24 13:47 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).