linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-21 14:51:24 to 2020-07-21 16:42:53 UTC [more...]

[PATCH 00/40] Set 4: Next set of SCSI related W=1 warnings
 2020-07-21 16:41 UTC  (20+ messages)
` [PATCH 01/40] scsi: arcmsr: arcmsr_hba: Remove statement with no effect
` [PATCH 03/40] scsi: aacraid: sa: Add descriptions for missing parameters
` [PATCH 04/40] scsi: aacraid: rkt: Add missing description for 'dev'
` [PATCH 05/40] scsi: aacraid: nark: "
` [PATCH 07/40] scsi: aacraid: src: Add descriptions for missing parameters
` [PATCH 08/40] scsi: aic94xx: aic94xx_tmf: Fix kerneldoc formatting issue with 'task'
` [PATCH 10/40] scsi: pm8001: pm8001_sas: Mover function header and supply some missing parameter descriptions
` [PATCH 11/40] scsi: pm8001: pm8001_ctl: Add descriptions for unused 'attr' function parameters
` [PATCH 12/40] scsi: qla4xxx: ql4_init: Remove set but unused variable 'func_number'
` [PATCH 13/40] scsi: qla4xxx: ql4_init: Check return value of pci_set_mwi()
` [PATCH 16/40] scsi: pm8001: pm8001_hwi: Fix a bunch of kerneldoc issues
` [PATCH 17/40] scsi: pm8001: pm80xx_hwi: Fix some function documentation issues
` [PATCH 18/40] scsi: pm8001: pm8001_hwi: Remove a bunch of set but unused variables
` [PATCH 25/40] scsi: pm8001: pm80xx_hwi: Staticify 'pm80xx_pci_mem_copy' and 'mpi_set_phy_profile_req'
` [PATCH 26/40] scsi: qla4xxx: ql4_os: Fix some kerneldoc parameter documentation issues
` [PATCH 28/40] scsi: lpfc: lpfc_mem: Provide description for lpfc_mem_alloc()'s 'align' param
` [PATCH 29/40] scsi: qla4xxx: ql4_init: Document qla4xxx_process_ddb()'s 'conn_err'
` [PATCH 32/40] scsi: qla4xxx: ql4_nx: Remove three set but unused variables
` [PATCH 36/40] scsi: lpfc: lpfc_sli: Ensure variable has the same stipulations as code using it

[PATCH v4 0/6] TI K3 DSP remoteproc driver for C66x DSPs
 2020-07-21 16:40 UTC  (4+ messages)
` [PATCH v4 3/6] dt-bindings: remoteproc: Add common TI SCI rproc bindings

[PATCH v2 1/4] dt-bindings: clk: versaclock5: fix 'idt' prefix typos
 2020-07-21 16:40 UTC  (4+ messages)
` [PATCH v2 4/4] dt-bindings: clk: versaclock5: convert to yaml

[PATCH 5.7 000/243] 5.7.10-rc2 review
 2020-07-21 16:38 UTC  (2+ messages)

[PATCH 5.4 000/215] 5.4.53-rc1 review
 2020-07-21 16:38 UTC  (2+ messages)

[PATCH 0/4] tracing: export event trace and trace_marker
 2020-07-21 16:37 UTC  (3+ messages)
` [PATCH 2/4] tracing: add trace_export support for event trace

[PATCH 4.19 000/133] 4.19.134-rc1 review
 2020-07-21 16:37 UTC  (2+ messages)

[PATCH v9 0/2] ADD interconnect support for Qualcomm DWC3 driver
 2020-07-21 16:37 UTC  (3+ messages)
` [PATCH v9 1/2] usb: dwc3: qcom: Add interconnect support in dwc3 driver

[PATCH 4.14 000/125] 4.14.189-rc1 review
 2020-07-21 16:37 UTC  (2+ messages)

[PATCH 4.9 00/86] 4.9.231-rc1 review
 2020-07-21 16:36 UTC  (2+ messages)

[PATCH 4.4 00/58] 4.4.231-rc1 review
 2020-07-21 16:36 UTC  (2+ messages)

[PATCH v3 1/4] dt-bindings: power: Add BQ27561 compatible
 2020-07-21 16:32 UTC  (4+ messages)
` [PATCH v3 2/4] power: supply: bq27xxx_battery: Add the BQ27561 Battery monitor
` [PATCH v3 3/4] dt-bindings: power: Add BQ28z610 compatible
` [PATCH v3 4/4] power: supply: bq27xxx_battery: Add the BQ28z610 Battery monitor

[PATCH v1] crypto: ccp: sp-pci: use generic power management
 2020-07-21 16:30 UTC  (3+ messages)

[PATCH RFC V2 00/17] PKS: Add Protection Keys Supervisor (PKS) support
 2020-07-21 16:31 UTC  (6+ messages)
` [PATCH RFC V2 13/17] kmap: Add stray write protection for device pages

add file system helpers that take kernel pointers for the init code v2
 2020-07-21 16:28 UTC  (25+ messages)
` [PATCH 01/24] fs: refactor do_mount
` [PATCH 02/24] fs: refactor ksys_umount
` [PATCH 03/24] fs: push the getname from do_rmdir into the callers
` [PATCH 04/24] devtmpfs: open code do_mount
` [PATCH 05/24] devtmpfs: open code ksys_chdir and ksys_chroot
` [PATCH 06/24] md: open code vfs_stat in md_setup_drive
` [PATCH 07/24] init: initialize ramdisk_execute_command at compile time
` [PATCH 08/24] init: move the prepare_namespace prototype to init/do_mounts.h
` [PATCH 09/24] init: mark create_dev as __init
` [PATCH 10/24] init: open code ksys_umount in handle_initrd
` [PATCH 11/24] init: open code do_utimes in do_utime
` [PATCH 12/24] init: add an init_mount helper
` [PATCH 13/24] init: add an init_unlink helper
` [PATCH 14/24] init: add an init_rmdir helper
` [PATCH 15/24] init: add an init_chdir helper
` [PATCH 16/24] init: add an init_chroot helper
` [PATCH 17/24] init: add an init_chown helper
` [PATCH 18/24] init: add an init_chmod helper
` [PATCH 19/24] init: add an init_eaccess helper
` [PATCH 20/24] init: add an init_link helper
` [PATCH 21/24] init: add an init_symlink helper
` [PATCH 22/24] init: add an init_mkdir helper
` [PATCH 23/24] init: add an init_mknod helper
` [PATCH 24/24] init: add an init_lstat helper

[PATCH RFC v2 00/18] Add VFIO mediated device support and DEV-MSI support for the idxd driver
 2020-07-21 16:28 UTC  (23+ messages)
` [PATCH RFC v2 01/18] platform-msi: Introduce platform_msi_ops
` [PATCH RFC v2 02/18] irq/dev-msi: Add support for a new DEV_MSI irq domain
` [PATCH RFC v2 03/18] irq/dev-msi: Create IR-DEV-MSI "
` [PATCH RFC v2 04/18] irq/dev-msi: Introduce APIs to allocate/free dev-msi interrupts
` [PATCH RFC v2 05/18] dmaengine: idxd: add support for readonly config devices
` [PATCH RFC v2 06/18] dmaengine: idxd: add interrupt handle request support
` [PATCH RFC v2 07/18] dmaengine: idxd: add DEV-MSI support in base driver
` [PATCH RFC v2 08/18] dmaengine: idxd: add device support functions in prep for mdev
` [PATCH RFC v2 09/18] dmaengine: idxd: add basic mdev registration and helper functions
` [PATCH RFC v2 10/18] dmaengine: idxd: add emulation rw routines
` [PATCH RFC v2 11/18] dmaengine: idxd: prep for virtual device commands
` [PATCH RFC v2 12/18] dmaengine: idxd: virtual device commands emulation
` [PATCH RFC v2 13/18] dmaengine: idxd: ims setup for the vdcm
` [PATCH RFC v2 14/18] dmaengine: idxd: add mdev type as a new wq type
` [PATCH RFC v2 15/18] dmaengine: idxd: add dedicated wq mdev type
` [PATCH RFC v2 16/18] dmaengine: idxd: add new wq state for mdev
` [PATCH RFC v2 17/18] dmaengine: idxd: add error notification from host driver to mediated device
` [PATCH RFC v2 18/18] dmaengine: idxd: add ABI documentation for mediated device support

[PATCH] dma-pool: Do not allocate pool memory from CMA
 2020-07-21 16:27 UTC  (9+ messages)

[PATCH] selftests: txtimestamp: tear down setup() 'tc' and 'ip' env on EXIT
 2020-07-21 16:25 UTC  (4+ messages)
  ` [PATCH v2] selftest: txtimestamp: fix net ns entry logic

[PATCH] cpufreq: intel_pstate: Implement passive mode with HWP enabled
 2020-07-21 16:25 UTC  (9+ messages)

[patch V2 0/5] posix-cpu-timers: Move expiry into task work context
 2020-07-21 16:23 UTC  (5+ messages)
` [patch V2 2/5] posix-cpu-timers: Convert the flags to a bitmap

[PATCH 1/1] iommu/arm-smmu: Implement qcom,skip-init
 2020-07-21 16:20 UTC  (6+ messages)

[PATCH] i2c: i2c-qcom-geni: Fix DMA transfer race
 2020-07-21 16:18 UTC  (4+ messages)

[PATCH] clocksource/drivers/timer-ti-dm: Fix suspend and resume for am3 and am4
 2020-07-21 16:15 UTC  (2+ messages)
` [tip: timers/urgent] "

kworker/0:3+pm hogging CPU
 2020-07-21 16:14 UTC  (12+ messages)

[PATCH 0/2] livepatch: Add compiler optimization disclaimer/docs
 2020-07-21 16:14 UTC  (3+ messages)
` [PATCH 1/2] docs/livepatch: Add new compiler considerations doc
` [PATCH 2/2] samples/livepatch: Add README.rst disclaimer

[PATCH for v5.9] dt-bindings: aspeed-lpc: Replace HTTP links with HTTPS ones
 2020-07-21 16:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] x86/xen/time: set the X86_FEATURE_TSC_KNOWN_FREQ flag in xen_tsc_khz()
 2020-07-21 16:12 UTC 

[PATCH 1/3] Input: elan_i2c - Do no operation for elan_smbus_set_mode function
 2020-07-21 16:12 UTC  (2+ messages)

[PATCH 3/3] Input: elan_i2c - Get the device information from PS/2 interface
 2020-07-21 16:11 UTC  (2+ messages)

[PATCH for v5.9] regulator: Replace HTTP links with HTTPS ones
 2020-07-21 16:10 UTC  (2+ messages)

[PATCH for v5.9] mfd: Replace HTTP links with HTTPS ones
 2020-07-21 16:10 UTC  (2+ messages)

[PATCH for v5.9] dt-bindings: drm/bridge: Replace HTTP links with HTTPS ones
 2020-07-21 16:09 UTC  (2+ messages)

[PATCH for v5.9] drm/tilcdc: Replace HTTP links with HTTPS ones
 2020-07-21 16:09 UTC  (2+ messages)

[PATCH for v5.9] ASoC: Replace HTTP links with HTTPS ones
 2020-07-21 16:09 UTC  (2+ messages)

[PATCH for v5.9] ARM: dts: Replace HTTP links with HTTPS ones
 2020-07-21 16:08 UTC  (2+ messages)

[PATCH] fbdev: Detect integer underflow at "struct fbcon_ops"->clear_margins
 2020-07-21 16:08 UTC  (10+ messages)
` [PATCH v2] "

[PATCH 1/2] gpio: gpio-pch.c: changed every 'unsigned' to 'unsigned int'
 2020-07-21 16:07 UTC  (3+ messages)
` [PATCH 2/2] gpio: gpio-pch.c: fixed coding style issue

SDX - an idea more : 48bit Graphics
 2020-07-21 16:07 UTC 

[PATCH V6 00/14] TopDown metrics support for Icelake
 2020-07-21 16:07 UTC  (9+ messages)
` [PATCH V6 09/14] perf/x86/intel: Support TopDown metrics on Ice Lake
` [PATCH V6 11/14] perf/x86/intel: Disable sample-read the slots and metrics events

[PATCH for v5.9] ARM: dts: mxs: Replace HTTP links with HTTPS ones
 2020-07-21 16:07 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: vendor-prefixes: add Seeed Studio
 2020-07-21 16:06 UTC  (6+ messages)
` [PATCH v2 2/3] dt-bindings: arm: stm32: document Odyssey compatible
` [PATCH v2 3/3] ARM: dts: stm32: add initial support for stm32mp157-odyssey board

[PATCH] firmware: ti_sci: Replace HTTP links with HTTPS ones
 2020-07-21 16:06 UTC  (2+ messages)

[PATCH] csky: Fix build with upstream gcc
 2020-07-21 16:05 UTC  (2+ messages)

[PATCH] gpio: gpio-crystalcove.c: changed every 'unsigned' to 'unsigned int'
 2020-07-21 16:05 UTC  (2+ messages)

[PATCH v4] hv_netvsc: add support for vlans in AF_PACKET mode
 2020-07-21 16:05 UTC  (2+ messages)

nouveau regression with 5.7 caused by "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"
 2020-07-21 16:00 UTC  (7+ messages)

[PATCH] KVM: x86/mmu: Add capability to zap only sptes for the affected memslot
 2020-07-21 16:00 UTC  (9+ messages)

[fsnotify] c738fbabb0: will-it-scale.per_process_ops -9.5% regression
 2020-07-21 15:59 UTC  (2+ messages)

strace of io_uring events?
 2020-07-21 15:58 UTC  (13+ messages)

[PATCH -next] drm/nouveau/kms/nvd9-: Fix file release memory leak
 2020-07-21 15:50 UTC  (2+ messages)

[RFC PATCH] mm: silence soft lockups from unlock_page
 2020-07-21 15:49 UTC  (5+ messages)

[PATCH v7 00/14] Add PCIe support to TI's J721E SoC
 2020-07-21 15:49 UTC  (3+ messages)
` [PATCH v7 03/14] PCI: cadence: Convert all r/w accessors to perform only 32-bit accesses

arm: tinyconfig: entry-common.S:156: Error: r13 not allowed here -- `bic tsk,sp,#(((1<<12)<<1)-1)&~63'
 2020-07-21 15:46 UTC  (3+ messages)

[PATCH v3 00/14] Enable GPU for SM8150 and SM8250
 2020-07-21 15:45 UTC  (3+ messages)

[PATCH 0/4] printk: reimplement LOG_CONT handling
 2020-07-21 15:40 UTC  (9+ messages)
` [PATCH 2/4] printk: store instead of processing cont parts

[PATCH v3] mm: Fix kthread_use_mm() vs TLB invalidate
 2020-07-21 15:41 UTC 

5.8-rc*: kernel BUG at kernel/signal.c:1917
 2020-07-21 15:38 UTC  (11+ messages)
                ` [PATCH] sched: Fix race against ptrace_freeze_trace()

[PATCH v4 0/3] powernv/idle: Power9 idle cleanup
 2020-07-21 15:37 UTC  (4+ messages)
` [PATCH v4 1/3] powerpc/powernv/idle: Replace CPU features check with PVR check
` [PATCH v4 2/3] powerpc/powernv/idle: Rename pnv_first_spr_loss_level variable
` [PATCH v4 3/3] powerpc/powernv/idle: Exclude mfspr on HID1,4,5 on P9 and above

[PATCH] ath10k: Add interrupt summary based CE processing
 2020-07-21 15:37 UTC  (11+ messages)

[PATCH v4 1/3] arm64: dts: Add a device tree for the Librem 5 phone
 2020-07-21 15:32 UTC  (3+ messages)
` [PATCH v4 2/3] MAINTAINERS: Add Purism Librem 5 section to the list
` [PATCH v4 3/3] dt-bindings: arm: fsl: Add the librem 5 phone

[PATCH 0/2] Fix warnings in display/bridge/nwl-dsi.yaml DT example
 2020-07-21 15:35 UTC  (2+ messages)

[ANNOUNCE] 5.4.52-rt31
 2020-07-21 15:28 UTC 

[PATCH][next] x86/ioperm: initialize pointer bitmap with NULL rather than 0
 2020-07-21 15:26 UTC  (2+ messages)

[PATCH 1/2] KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
 2020-07-21 15:25 UTC  (3+ messages)

[RFC 00/11] Hyper-V: Support PAGE_SIZE larger than 4K
 2020-07-21 15:23 UTC  (5+ messages)
` [RFC 01/11] Drivers: hv: vmbus: Always use HV_HYP_PAGE_SIZE for gpadl
` [RFC 02/11] Drivers: hv: vmbus: Move __vmbus_open()

[RFC PATCH 4/7] x86: use exit_lazy_tlb rather than membarrier_mm_sync_core_before_usermode
 2020-07-21 15:22 UTC  (14+ messages)

Start messages in message buffer missing (dmesg)
 2020-07-21 15:20 UTC 

[PATCH v2 0/5] Add support of SECVIO from SNVS on iMX8q/x
 2020-07-21 15:20 UTC  (6+ messages)
` [PATCH v2 1/5] firmware: imx: scu-seco: Add SEcure Controller APIS
` [PATCH v2 2/5] firmware: imx: scu-irq: Add API to retrieve status of IRQ
` [PATCH v2 3/5] dt-bindings: firmware: imx-scu: Add SECVIO resource
` [PATCH v2 4/5] dt-bindings: arm: imx: Documentation of the SC secvio driver
` [PATCH v2 5/5] soc: imx8: Add the SC SECVIO driver

[PATCH] interconnect: Do not skip aggregation for disabled paths
 2020-07-21 15:20 UTC  (2+ messages)

[PATCH ghak84 v4] audit: purge audit_log_string from the intra-kernel audit API
 2020-07-21 15:19 UTC  (6+ messages)

[PATCH 00/10] RFC: move logical block size checking to the block core
 2020-07-21 15:14 UTC  (5+ messages)
` [PATCH 01/10] block: introduce blk_is_valid_logical_block_size
` [PATCH 02/10] block: virtio-blk: check logical block size

Linux 5.8-rc6
 2020-07-21 15:14 UTC  (4+ messages)

[PATCH v2 0/4] hwspinlock: qcom: Allow dropping the intermediate TCSR mutex syscon
 2020-07-21 15:13 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: hwlock: qcom: Migrate binding to YAML

kernel BUG at include/linux/swapops.h:LINE!
 2020-07-21 15:11 UTC  (5+ messages)

[PATCH] isst: isst_if.h: drop a duplicated word
 2020-07-21 15:10 UTC  (2+ messages)

[PATCH v1] hostap: use generic power management
 2020-07-21 15:08 UTC  (2+ messages)

[PATCH -next] soc: TI knav_qmss: make symbol 'knav_acc_range_ops' static
 2020-07-21 15:17 UTC 

[PATCH -next] mtd: rawnand: pasemi: Make pasemi_device_ready() static
 2020-07-21 15:16 UTC 

[PATCH][next] phy: qualcomm: fix setting of tx_deamp_3_5db when device property read fails
 2020-07-21 15:06 UTC 

[PATCH v2] Fix zone-append error code
 2020-07-21 15:03 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sdm845: Support ETMv4 power management
 2020-07-21 15:01 UTC  (2+ messages)

[PATCH v3 0/2] Selftest for cpuidle latency measurement
 2020-07-21 14:57 UTC  (2+ messages)

[PATCH v3 0/3] powernv/idle: Power9 idle cleanup
 2020-07-21 14:55 UTC  (6+ messages)
` [PATCH v3 2/3] powerpc/powernv/idle: Rename pnv_first_spr_loss_level variable

[Regression] hangs caused by commit 3202fa62fb (slub: relocate freelist pointer to middle of object)
 2020-07-21 14:55 UTC 

[PATCH] PCI/ATS: PASID and PRI are only enumerated in PF devices
 2020-07-21 14:54 UTC  (2+ messages)

[PATCH v2] Makefile: Fix GCC_TOOLCHAIN_DIR prefix for Clang cross compilation
 2020-07-21 14:52 UTC  (3+ messages)

[PATCH 1/2] gpio: gpio-sch.c: changed every 'unsigned' to 'unsigned int'
 2020-07-21 14:51 UTC  (2+ messages)
` [PATCH 2/2] gpio: gpio-sch.c: fixed coding style issue


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).