All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-06 19:03:12 to 2020-12-06 22:07:59 UTC [more...]

[patch 0/8] ntp/rtc: Fixes and cleanups
 2020-12-06 21:46 UTC  (7+ messages)
` [patch 1/8] rtc: mc146818: Prevent reading garbage
` [patch 2/8] rtc: mc146818: Reduce spinlock section in mc146818_set_time()
` [patch 3/8] rtc: cmos: Make rtc_cmos sync offset correct
` [patch 6/8] ntp, rtc: Move rtc_set_ntp_time() to ntp code
` [patch 7/8] ntp: Make the RTC sync offset less obscure
` [patch 8/8] ntp: Consolidate the RTC update implementation

[PATCH] do_exit(): panic() when double fault detected
 2020-12-06 22:05 UTC  (3+ messages)
` [NEEDS-REVIEW] "

mcp251xfd No Oscillator (clock) defined
 2020-12-06 22:00 UTC  (14+ messages)
  ` AW: "
          ` AW: "
              ` AW: "

linux-next: Fixes tag needs some work in the drm-msm tree
 2020-12-06 22:00 UTC  (4+ messages)

[PATCH v3 0/4] tpm_tis: Detect interrupt storms
 2020-12-06 21:59 UTC  (25+ messages)
` [PATCH v3 1/4] irq: export kstat_irqs
          ` [Intel-gfx] "
` [PATCH v3 2/4] drm/i915/pmu: Use kstat_irqs to get interrupt count
      ` [Intel-gfx] "
` [PATCH v3 3/4] tpm_tis: Disable interrupts if interrupt storm detected
    ` [Intel-gfx] "
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for tpm_tis: Detect interrupt storms (rev2)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✓ Fi.CI.BAT: success "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[RFC] fpga: dfl: a prototype uio driver
 2020-12-06 21:55 UTC 

[PATCH v3 0/13] drivers/video: W=1 warning fixes
 2020-12-06 21:49 UTC  (55+ messages)
` [PATCH v3 01/13] video: fbdev: hgafb: Fix kernel-doc warnings
` [PATCH v3 02/13] video: fbdev: core: Fix kernel-doc warnings in fbmon + fb_notify
` [PATCH v3 03/13] video: fbdev: omapfb: Fix set but not used warnings in hdmi*_core
` [PATCH v3 04/13] video: fbdev: uvesafb: Fix set but not used warning
` [PATCH v3 05/13] sh: Fix set but not used warnings with !CONFIG_MMU
` [PATCH v3 06/13] video: fbdev: sparc drivers: fix kernel-doc warnings for blank_mode
` [PATCH v3 07/13] video: fbdev: mmp: Fix kernel-doc warning for lcd_spi_write
` [PATCH v3 08/13] video: fbdev: wmt_ge_rops: Fix function not declared warnings
` [PATCH v3 09/13] video: fbdev: goldfishfb: Fix defined but not used warning
` [PATCH v3 10/13] video: fbdev: gbefb: Fix set "
` [PATCH v3 11/13] video: fbdev: efifb: Fix set but not used warning for screen_pitch
` [PATCH v3 12/13] video: fbdev: controlfb: Fix set but not used warnings
` [PATCH v3 13/13] video: fbdev: sis: Drop useless call to SiS_GetResInfo()

ath11k: QCA6390 on Dell XPS 13 and kernel crashes
 2020-12-06 21:45 UTC  (3+ messages)

[PATCH next v2 0/3] printk: remove logbuf_lock
 2020-12-06 21:44 UTC  (13+ messages)
` [PATCH next v2 2/3] printk: change @clear_seq to atomic64_t
` [PATCH next v2 3/3] printk: remove logbuf_lock, add syslog_lock
  ` devkmsg: was "
  ` syslog: was: "
  ` recursion handling: "

[ANNOUNCEMENT] FOSDEM 2021 Open Source Firmware, BMC and Bootloader Devroom Call for Participation
 2020-12-06 21:44 UTC 

crypto: sun4i-ss: error with kmap
 2020-12-06 21:40 UTC  (12+ messages)

timers: Move clearing of base::timer_running under base::lock
 2020-12-06 21:40 UTC 

linux-next: build failure after merge of the rcu tree
 2020-12-06 21:39 UTC  (3+ messages)

[PATCH v2 0/7] Drivers: hv: vmbus: More VMBus-hardening changes
 2020-12-06 21:33 UTC  (4+ messages)
` [PATCH v2 4/7] Drivers: hv: vmbus: Copy the hv_message object in vmbus_on_msg_dpc()

[PATCH] acpi: Permit OEM ID and OEM table ID fields to be changed
 2020-12-06 21:28 UTC 

[PATCH][next] arm64: fix the mm build error in mm/kfence/core.c
 2020-12-06 21:23 UTC  (3+ messages)

[PATCH v3 0/3] Support wakeup methods of Atmel maXTouch controllers
 2020-12-06 21:22 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: input: atmel_mxt_ts: Document atmel,wakeup-method and wake-GPIO
` [PATCH v3 2/3] Input: atmel_mxt_ts - support wakeup methods
` [PATCH v3 3/3] ARM: tegra: acer-a500: Add atmel,wakeup-method property

[patch 0/3] tick: Annotate and document the intentionaly racy tick_do_timer_cpu
 2020-12-06 21:12 UTC  (4+ messages)
` [patch 1/3] tick: Remove pointless cpu valid check in hotplug code
` [patch 2/3] tick/sched: Remove bogus boot "safety" check
` [patch 3/3] tick: Annotate tick_do_timer_cpu data races

[PATCH 0/6] spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic
 2020-12-06 21:21 UTC  (7+ messages)
` [PATCH 1/6] sandbox: spi: Drop unused sandbox_spi_parse_spec function
` [PATCH 2/6] sandbox: test: Add a second SPI slave on sandbox_spi bus
` [PATCH 3/6] spi: sandbox_spi: Implement speed/mode setup
` [PATCH 4/6] test: spi: Add sandbox_spi_get_{speed, mode} interface
` [PATCH 5/6] spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logic
` [PATCH 6/6] test: dm: spi: Add testcase for spi_claim_bus()

[PATCH 5.9 00/46] 5.9.13-rc1 review
 2020-12-06 21:08 UTC  (2+ messages)

[linux-lvm] cache_check --clear-needs-check-flag does not clear needs_check flag?
 2020-12-06 21:01 UTC 

[PATCH v9 0/2] avoid xfs transaction reservation recursion
 2020-12-06 21:04 UTC  (3+ messages)
` [PATCH v9 2/2] xfs: avoid "

[linux-sunxi] Re: [PATCH 3/3] arm64: allwinner: dts: a64: add DT for PineTab developer sample
 2020-12-06 21:03 UTC  (13+ messages)

[PATCH 1/2] cpufreq: sun50i: add a100 cpufreq support
 2020-12-06 20:59 UTC  (5+ messages)

[jfern:coresched 16/37] kernel/sched/sched.h:1224:17: warning: declaration of 'struct sched_group' will not be visible outside of this function
 2020-12-06 20:58 UTC 

linux-next: ERROR: build error for arm64
 2020-12-06  8:33 UTC  (2+ messages)
  `  "

Problem with BPF_CORE_READ macro function
 2020-12-06 20:56 UTC  (5+ messages)

[RFC PATCH] 9p: create writeback fid on shared mmap
 2020-12-06 20:53 UTC  (3+ messages)
  ` [V9fs-developer] "

[jfern:coresched 16/37] kernel/sched/sched.h:1224:17: warning: declaration of 'struct sched_group' will not be visible outside of this function
 2020-12-06 20:53 UTC 

[failures] mm-memblock-use-a-more-appropriate-order-calculation-when-free-memblock-pages.patch removed from -mm tree
 2020-12-06 20:51 UTC  (2+ messages)

[PATCH V4 net-next 0/9] XDP Redirect implementation for ENA driver
 2020-12-06 20:22 UTC  (5+ messages)
` [PATCH V4 net-next 6/9] net: ena: use xdp_frame in XDP TX flow
` [PATCH V4 net-next 9/9] net: ena: introduce ndo_xdp_xmit() function for XDP_REDIRECT

[Bug 210517] New: nouveau: DRM: failed to map fb: -28 (GeForce 6600 LE, ppc64)
 2020-12-06 20:24 UTC  (2+ messages)
` [Bug 210517] "

[PATCH] mtd: core: Fix refcounting for unpartitioned MTDs
 2020-12-06 20:22 UTC  (2+ messages)

[PATCH v6 0/5] PCI: Unify ECAM constants in native PCI Express drivers
 2020-12-06 20:16 UTC  (6+ messages)
` [PATCH v6 1/5] "

linux-next: Fixes tag needs some work in the pinctrl tree
 2020-12-06 20:16 UTC 

[meta-zephyr][PATCH 0/5] Add 96Boards Nitrogen support
 2020-12-06 20:15 UTC  (6+ messages)
` [meta-zephyr][PATCH 1/5] zephyr-kernel: clone Nordic HAL
` [meta-zephyr][PATCH 2/5] conf: machine: add support for Nordic nRF52832 Cortex-M4 chip
` [meta-zephyr][PATCH 3/5] conf: machine: add 96boards Nitrogen support
` [meta-zephyr][PATCH 4/5] zephyr-kernel: don't limit deploy to .elf file
` [meta-zephyr][PATCH 5/5] zephyr-flash-pyocd.bbclass: support for flashing via pyocd

drivers/usb/gadget/udc/fsl_qe_udc.c:837:33: sparse: sparse: non size-preserving integer to pointer cast
 2020-12-06 20:12 UTC  (2+ messages)

[PATCH] drivers: broadcom: save return value of pci_find_capability() in u8
 2020-12-06 20:10 UTC 

[PATCH v8 00/16] Add support for Clang LTO
 2020-12-06 20:09 UTC  (10+ messages)

[qemu-mainline test] 157239: regressions - FAIL
 2020-12-06 20:06 UTC 

[PATCH 0/6] video: remove VIDCONSOLE_AS_LCD and VIDCONSOLE_AS_NAME
 2020-12-06 19:59 UTC  (4+ messages)
` [PATCH 1/6] tbs2910: configs: remove VIDCONSOLE_AS_LCD

[GIT PULL] USB driver fixes for 5.10-rc7
 2020-12-06 19:52 UTC  (2+ messages)

[GIT PULL] Char/Misc driver fixes for 5.10-rc7
 2020-12-06 19:52 UTC  (2+ messages)

[GIT PULL] TTY fixes for 5.10-rc7
 2020-12-06 19:52 UTC  (2+ messages)

[PATCH] drivers: infiniband: save return value of pci_find_capability() in u8
 2020-12-06 19:51 UTC 

[Buildroot] [PATCH v4 1/4] package/pkg-qmake: adding FOO_SYNC_HEADERS
 2020-12-06 19:52 UTC  (8+ messages)
` [Buildroot] [PATCH v4 2/4] package/qt5/qt5coap: new package
` [Buildroot] [PATCH v4 3/4] package/qt5/qt5mqtt: "
` [Buildroot] [PATCH v4 4/4] package/qt5/qt5knx: "

[jfern:coresched 16/37] kernel/sched/sched.h:1224:17: warning: 'struct sched_group' declared inside parameter list will not be visible outside of this definition or declaration
 2020-12-06 19:48 UTC 

warnings from MTU setting on switch ports
 2020-12-06 19:45 UTC  (7+ messages)
    ` vlan_filtering=1 breaks all traffic (was: Re: warnings from MTU setting on switch ports)
        ` vlan_filtering=1 breaks all traffic

[PATCH v4 00/15] Cryptodisk fixes for v2.06 redux
 2020-12-06 19:44 UTC  (12+ messages)
` [PATCH v7 00/17] "
  ` [PATCH v7 11/17] cryptodisk: Properly handle non-512 byte sized sectors
  ` [PATCH v7 12/17] luks2: Better error handling when setting up the cryptodisk
  ` [PATCH v7 13/17] luks2: Error check segment.sector_size
  ` [PATCH v7 15/17] mips: Enable __clzdi2()
  ` [PATCH v7 17/17] luks2: Use grub_log2ull to calculate log_sector_size and improve readability

[PATCH] drivers: block: save return value of pci_find_capability() in u8
 2020-12-06 19:43 UTC 

[PATCH v2 0/3] Support wakeup methods of Atmel maXTouch controllers
 2020-12-06 19:42 UTC  (4+ messages)
` [PATCH v2 2/3] Input: atmel_mxt_ts - support wakeup methods

[PATCH v3 0/2] add support for Compulab iot-gate-imx8
 2020-12-06 19:43 UTC  (3+ messages)
` [PATCH v3 1/2] arm: dts: add imx8mm-cl-iot-gate dts file
` [PATCH v3 2/2] arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate)

[PATCH v1 0/3] Support wakeup methods of Atmel maXTouch controllers
 2020-12-06 19:41 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: input: atmel_mxt_ts: Document atmel,wakeup-method and wake-GPIO

arch/mips/loongson2ef/common/serial.c:66:4: error: 'loongson_uart_base' undeclared
 2020-12-06 19:34 UTC  (2+ messages)

+ mm-initialize-struct-pages-in-reserved-regions-outside-of-the-zone-ranges.patch added to -mm tree
 2020-12-06 19:30 UTC  (3+ messages)

[GIT pull] irq/urgent for v5.10-rc7
 2020-12-06 19:30 UTC  (8+ messages)
` [GIT pull] locking/urgent "
` [GIT pull] perf/urgent "
` [GIT pull] x86/urgent "

[PATCH 0/8] gitlab-ci: Add accelerator-specific Linux jobs
 2020-12-06 19:23 UTC  (7+ messages)
` [PATCH 2/8] gitlab-ci: Introduce 'cross_accel_build_job' template
` [PATCH 5/8] gitlab-ci: Add KVM s390x cross-build jobs
` [PATCH 7/8] gitlab-ci: Add KVM MIPS "
` [PATCH 8/8] gitlab-ci: Add Xen "

[Buildroot] [rust-bin / BR 2020.11] some hashes are missing
 2020-12-06 19:26 UTC 

stable-rc/linux-4.19.y baseline: 175 runs, 6 regressions (v4.19.161-33-g35a4debf26a4)
 2020-12-06 19:21 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Inject a failure into the initial modeset
 2020-12-06 19:13 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Inject a failure into the initial modeset (rev3)

[igt-dev] [PATCH i-g-t] i915/i915_selftest: Add subtests description
 2020-12-06 19:04 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "


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.