linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-15 14:39:51 to 2020-06-15 16:57:22 UTC [more...]

clean up kernel_{read,write} & friends v4
 2020-06-15 16:56 UTC  (7+ messages)
` [PATCH 05/13] fs: check FMODE_WRITE in __kernel_write
` [PATCH 10/13] integrity/ima: switch to using __kernel_read

[PATCH 0/2] cpufreq: Specify the default governor on command line
 2020-06-15 16:55 UTC  (3+ messages)
` [PATCH 1/2] cpufreq: Register governors at core_initcall
` [PATCH 2/2] cpufreq: Specify default governor on command line

possible deadlock in send_sigio
 2020-06-15 16:49 UTC  (10+ messages)

[PATCH v8 1/4] bitops: Introduce the for_each_set_clump macro
 2020-06-15 16:47 UTC  (2+ messages)

[RFC PATCH 0/3] firmware: Add support for PSA FF-A interface
 2020-06-15 16:48 UTC  (11+ messages)
` [RFC PATCH 1/3] dt-bindings: Add ARM PSA FF binding for non-secure VM partitions

[PATCH 0/3] mm/slub: Fix slabs_node return value
 2020-06-15 16:46 UTC  (3+ messages)
` [PATCH 1/3] mm/slub: Fix slabs_node return value when CONFIG_SLUB_DEBUG disabled

[PATCH] ovl: inode reference leak in "ovl_is_inuse" true case
 2020-06-15 16:45 UTC  (2+ messages)

[PATCH 0/5] LSM: Measure security module state
 2020-06-15 16:45 UTC  (9+ messages)
` [PATCH 4/5] LSM: Define SELinux function to measure security state
` [PATCH 5/5] LSM: Define workqueue for measuring security module state

[PATCH 0/6] sched: TTWU, IPI, and assorted stuff
 2020-06-15 16:45 UTC  (8+ messages)
` [PATCH 1/6] sched: Fix ttwu_queue_cond()
` [PATCH 6/6] smp: Cleanup smp_call_function*()

[PATCH 0/2] sched, xfs: Add PF_MEMALLOC_NOLOCKDEP to fix lockdep problem in xfs
 2020-06-15 16:43 UTC  (4+ messages)
` [PATCH 1/2] sched: Add PF_MEMALLOC_NOLOCKDEP flag
` [PATCH 2/2] xfs: Fix false positive lockdep warning with sb_internal & fs_reclaim

[PATCH net] MAINTAINERS: merge entries for felix and ocelot drivers
 2020-06-15 16:43 UTC  (3+ messages)

[PATCH v2 net] MAINTAINERS: merge entries for felix and ocelot drivers
 2020-06-15 16:42 UTC 

[PATCH V2 0/3] Convert i.MX/MXS mmc binding to json-schema
 2020-06-15 16:41 UTC  (7+ messages)
` [PATCH V2 1/3] dt-bindings: mmc: Convert imx esdhc "
` [PATCH V2 2/3] dt-bindings: mmc: Convert imx mmc "
` [PATCH V2 3/3] dt-bindings: mmc: Convert mxs "

properly support exec and wait with kernel pointers
 2020-06-15 16:41 UTC  (11+ messages)
` [PATCH 2/6] exec: simplify the compat syscall handling

[PATCH v2] spi: bcm2835: Enable shared interrupt support
 2020-06-15 16:34 UTC  (9+ messages)

KMSAN: uninit-value in hash_ip6_del
 2020-06-15 16:34 UTC 

[PATCH] arm64: mm: reset address tag set by kasan sw tagging
 2020-06-15 16:34 UTC  (2+ messages)

[PATCH] lib: kunit_test_overflow: add KUnit test of check_*_overflow functions
 2020-06-15 16:33 UTC  (5+ messages)

power-off delay/hang due to commit 6d25be57 (mainline)
 2020-06-15 16:32 UTC  (15+ messages)

[PATCH v2] iommu/tegra-smmu: Add missing locks around mapping operations
 2020-06-15 16:32 UTC  (2+ messages)

[PATCH v4 1/7] Bluetooth: Add definitions for advertisement monitor features
 2020-06-15 16:30 UTC  (3+ messages)
` [PATCH v4 6/7] Bluetooth: Notify adv monitor removed event

[PATCH v3] mtd: parsers: bcm63xx: simplify CFE detection
 2020-06-15 16:30 UTC  (3+ messages)
` [PATCH v4] "

[GIT PULL] SafeSetID LSM changes for v5.8
 2020-06-15 16:28 UTC  (9+ messages)

[PATCH] coccinelle: api: add device_attr_show script
 2020-06-15 16:27 UTC  (3+ messages)
  `  "

[PATCH 0/4] spi: bcm63xx: add BMIPS support
 2020-06-15 16:27 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/4] spi: bcm63xx-spi: add reset support
  ` [PATCH v2 2/4] spi: bcm63xx-spi: allow building for BMIPS
  ` [PATCH v2 4/4] spi: bcm63xx-hsspi: "

[PATCH v2] fs: Do not check if there is a fsnotify watcher on pseudo inodes
 2020-06-15 16:26 UTC  (2+ messages)

[PATCH v4 0/3] clk: bcm: Add BCM2711 DVP driver
 2020-06-15 16:26 UTC  (5+ messages)
` [PATCH v4 2/3] "
` [PATCH v4 3/3] ARM: dts: bcm2711: Add HDMI DVP

[PATCH 0/9] x86/entry fixes
 2020-06-15 16:24 UTC  (9+ messages)
` [PATCH 2/9] rcu: Fixup noinstr warnings

[PATCH v16 00/14] Introduce Data Access MONitor (DAMON)
 2020-06-15 16:19 UTC  (15+ messages)
` [PATCH v16 01/14] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v16 02/14] mm: Introduce Data Access MONitor (DAMON)
` [PATCH v16 03/14] mm/damon: Implement region based sampling
` [PATCH v16 04/14] mm/damon: Adaptively adjust regions
` [PATCH v16 05/14] mm/damon: Allow dynamic monitoring target regions update
` [PATCH v16 06/14] mm/damon: Implement callbacks for the virtual memory address spaces
` [PATCH v16 07/14] mm/damon: Implement access pattern recording
` [PATCH v16 08/14] mm/damon: Add tracepoints
` [PATCH v16 09/14] mm/damon: Add debugfs interface
` [PATCH v16 10/14] tools: Add a minimal user-space tool for DAMON
` [PATCH v16 11/14] Documentation/admin-guide/mm: Add a document "
` [PATCH v16 12/14] mm/damon: Add kunit tests
` [PATCH v16 13/14] mm/damon: Add user space selftests
` [PATCH v16 14/14] MAINTAINERS: Update for DAMON

[PATCH] media: i2c: adv748x: add enuminput control to adv748x hdmi subdev
 2020-06-15 16:12 UTC  (2+ messages)

[PATCH V2] dt-bindings: rtc: Convert imxdi rtc to json-schema
 2020-06-15 16:20 UTC  (2+ messages)

[PATCH V2] dt-bindings: clock: Convert imx7ulp clock to json-schema
 2020-06-15 16:20 UTC  (2+ messages)

[PATCH V5] dt-bindings: thermal: Convert qoriq to json-schema
 2020-06-15 16:19 UTC  (2+ messages)

[PATCH v2] Input: bma150: fix ref count leak in bma150_open
 2020-06-15 16:18 UTC 

[PATCH 20/22] docs: move remaining stuff under Documentation/*.txt to Documentation/staging
 2020-06-15 16:18 UTC  (2+ messages)

[patch V6 00/37] x86/entry: Rework leftovers and merge plan
 2020-06-15 16:17 UTC  (7+ messages)

net/sched/sch_fq.c:966:12: warning: stack frame size of 1400 bytes in function 'fq_dump'
 2020-06-15 16:17 UTC  (2+ messages)

[RESEND PATCH] dt-bindings: property-units: Add picoseconds type
 2020-06-15 16:17 UTC  (2+ messages)

[PATCH 0/6] Add STUSB160x Type-C port controller support
 2020-06-15 16:15 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: connector: add power-opmode optional property to usb-connector
` [PATCH 2/6] usb: typec: add typec_find_pwr_opmode
` [PATCH 3/6] dt-bindings: usb: Add DT bindings for STUSB160x Type-C controller
` [PATCH 4/6] usb: typec: add support for STUSB160x Type-C controller family
` [PATCH 5/6] ARM: dts: stm32: add STUSB1600 Type-C using I2C4 on stm32mp15xx-dkx
` [PATCH 6/6] ARM: multi_v7_defconfig: enable STUSB160X Type-C port controller support

[PATCH v3 0/2] Update K3 DSP remoteproc driver for C71x DSPs
 2020-06-15 16:15 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: remoteproc: k3-dsp: Update bindings "

[RESEND PATCH v10 00/10] exynos-ufs: Add support for UFS HCI
 2020-06-15 16:15 UTC  (4+ messages)
  ` [RESEND PATCH v10 10/10] arm64: dts: Add node for ufs exynos7

[PATCH] rtc: max77686: Do not allow interrupt to fire before system resume
 2020-06-15 16:14 UTC 

[PATCH] KVM: VMX: Add helpers to identify interrupt type from intr_info
 2020-06-15 16:12 UTC  (2+ messages)

[PATCH RFC v8 00/11] vhost: ring format independence
 2020-06-15 16:11 UTC  (5+ messages)
` [PATCH RFC v8 03/11] vhost/net: pass net specific struct pointer
` [PATCH RFC v8 05/11] vhost: format-independent API for used buffers

[PATCH] KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return type to bool
 2020-06-15 16:02 UTC  (2+ messages)

[PATCH v1] mfd: intel-lpss: Add Intel Emmitsburg PCH PCI IDs
 2020-06-15 16:10 UTC 

[PATCH v16 0/1] mt8183 dpi support pin mode swap
 2020-06-15 16:09 UTC  (3+ messages)
` [PATCH v16 1/1] dt-bindings: display: mediatek: convert the dpi bindings to yaml

[PATCH] dt-bindings: irqchip: renesas-rza1-irqc: Convert to json-schema
 2020-06-15 16:09 UTC  (2+ messages)

[PATCH 0/2] i2c-hid: Save power by reducing i2c xfers with block reads
 2020-06-15 16:07 UTC  (5+ messages)
` [PATCH 1/2] i2c: designware: Only check the first byte for SMBus block read length

[PATCH RFC v7 00/14] vhost: ring format independence
 2020-06-15 16:05 UTC  (7+ messages)
` [PATCH RFC v7 03/14] vhost: use batched get_vq_desc version

[PATCH v2 00/12] x86: tag application address space for devices
 2020-06-15 16:03 UTC  (7+ messages)
` [PATCH v2 12/12] x86/traps: Fix up invalid PASID

decruft the early init / initrd / initramfs code
 2020-06-15 16:03 UTC  (2+ messages)

[PATCH] <linux/rculist.h>: fix kernel-doc notation & warning
 2020-06-15 15:58 UTC  (2+ messages)

[PATCH 0/2] don't use pid for request cancellation
 2020-06-15 16:01 UTC  (3+ messages)

Maintainers / Kernel Summit 2020 submissions
 2020-06-15 15:58 UTC 

[PATCH v2] drm/etnaviv: fix ref count leak via pm_runtime_get_sync
 2020-06-15 15:57 UTC 

[PATCH V2] ARM: dts: am5729: beaglebone-ai: fix rgmii phy-mode
 2020-06-15 15:57 UTC 

[PATCH v2 0/2] media: Add colors' order over test image
 2020-06-15 15:55 UTC  (5+ messages)
` [PATCH v2 2/2] media: vimc: Add a control to show test pattern colors' order

[PATCH v2] mtd: set master partition panic write flag
 2020-06-15 15:51 UTC 

Add MediaTek MT6873 devapc driver
 2020-06-15 15:51 UTC  (3+ messages)
` [PATCH 2/2] soc: mediatek: devapc: add devapc-mt6873 driver

[PATCH] staging: rtl8712: Remove unnecesary else after return statement
 2020-06-15 15:51 UTC 

[PATCH] net: alx: fix race condition in alx_remove
 2020-06-15 15:50 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 0/5] Adding Huawei BMA drivers
 2020-06-15 15:50 UTC  (5+ messages)
` [PATCH 1/5] Huawei BMA: Adding Huawei BMA driver: host_edma_drv
` [PATCH 2/5] Huawei BMA: Adding Huawei BMA driver: host_cdev_drv
` [PATCH 3/5] Huawei BMA: Adding Huawei BMA driver: host_veth_drv

[PATCH] f2fs: fix use-after-free when accessing bio->bi_crypt_context
 2020-06-15 15:47 UTC  (2+ messages)

[PATCH v2 1/4] capability: add ns_capable_cred()
 2020-06-15 15:45 UTC  (4+ messages)
` [PATCH v2 3/4] nsproxy: attach to namespaces via pidfds

5.8-rc1: new warnings in ext4_mb_new_blocks?
 2020-06-15 15:43 UTC  (3+ messages)

[PATCH] macsec: Support 32bit PN netlink attribute for XPN links
 2020-06-15 15:41 UTC 

[PATCH v2 0/2] regulator_sync_state() support
 2020-06-15 15:37 UTC  (10+ messages)
` [PATCH v2 2/2] regulator: Add support for sync_state() callbacks

[PATCH v2 00/24] dynamic_debug cleanups, query features, WIP print-classes
 2020-06-15 15:37 UTC  (9+ messages)
` [PATCH v2 11/24] dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
` [PATCH v2 13/24] dyndbg: combine flags & mask into a struct, use that
` [PATCH v2 14/24] dyndbg: add filter parameter to ddebug_parse_flags
` [PATCH v2 15/24] dyndbg: extend ddebug_parse_flags to accept optional leading filter-flags

[PATCH] powerpc/fsl_booke/32: fix build with CONFIG_RANDOMIZE_BASE
 2020-06-15 14:53 UTC  (2+ messages)

drivers/reset/reset-intel-gw.c:18:9: warning: 'REG_OFFSET' macro redefined
 2020-06-15 15:27 UTC  (2+ messages)

[mm/vmalloc] 0acd9a0ded: kernel_BUG_at_mm/vmalloc.c
 2020-06-15 15:26 UTC  (3+ messages)

[PATCH] ARM: dts: am5729: beaglebone-ai: fix rgmii phy-mode
 2020-06-15 15:22 UTC  (4+ messages)

[PATCH -tip v3 1/2] kcov: Make runtime functions noinstr-compatible
 2020-06-15 15:20 UTC  (15+ messages)

[PATCH 0/2] pwm: Miscellaneous fixes for 64-bit support
 2020-06-15 15:18 UTC  (5+ messages)
` [PATCH 1/2] video: ssd1307fb: Print PWM period using 64-bit format specifier
` [PATCH 2/2] pwm: iqs620a: Use 64-bit division

[PATCH v10 0/4] MAX9286 GMSL Support (+RDACM20)
 2020-06-15 15:19 UTC  (6+ messages)
` [PATCH v10 1/4] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286

[PATCH] tracing/probe: fix memleak in fetch_op_data operations
 2020-06-15 15:10 UTC 

[PATCH 1/2] mtd: rawnand: brcmnand: Don't default to edu transfer
 2020-06-15 15:11 UTC  (8+ messages)
` [PATCH 2/2] mtd: rawnand: brcmnand: Ecc error handling on EDU transfers

[PATCH] sched/fair: Optimize dequeue_task_fair()
 2020-06-15 15:09 UTC  (2+ messages)

[PATCH] mm: memcontrol: handle div0 crash race condition in memory.low
 2020-06-15 15:09 UTC  (3+ messages)

[PATCH] mfd: sprd: get subdevices from DT instead for SC27XX SPI
 2020-06-15 15:08 UTC  (3+ messages)

[PATCH v2 1/2] mfd: mfd-core: Add mechanism for removal of a subset of children
 2020-06-15 15:07 UTC  (2+ messages)
` [PATCH v2 2/2] mfd: madera: Improve handling of regulator unbinding

[PATCH 0/8] x86/entry: KCSAN/KASAN/UBSAN vs noinstr
 2020-06-15 15:06 UTC  (5+ messages)

[PATCH] spi: uapi: spidev: Use TABs for alignment
 2020-06-15 15:06 UTC  (4+ messages)

[PATCH v1] regualtor: pfuze100: correct sw1a/sw2 on pfuze3000
 2020-06-15 15:06 UTC  (2+ messages)

[PATCH v3] ASoC: SOF: Intel: hda: Clear RIRB status before reading WP
 2020-06-15 15:05 UTC  (2+ messages)

[RFC PATCH] tick/sched: update full_nohz status after SCHED dep is cleared
 2020-06-15 15:05 UTC  (8+ messages)

[PATCH 1/2] ASoc: q6afe: add support to get port direction
 2020-06-15 15:05 UTC  (2+ messages)

[tip:master] BUILD SUCCESS 83cdaef93988a6bc6875623781de571b2694fe02
 2020-06-15 15:03 UTC 

[PATCH v2 0/4][RESEND] cancel all reqs of an exiting task
 2020-06-15 15:04 UTC  (2+ messages)

[PATCH] ath10k: Wait until copy complete is actually done before completing
 2020-06-15 15:02 UTC  (5+ messages)

[PATCH 0/2] MCA and EDAC updates for AMD Family 17h, Model 60h
 2020-06-15 15:01 UTC  (3+ messages)

[PATCH] scsi: target/sbp: remove SBP target driver
 2020-06-15 15:00 UTC  (5+ messages)
` [PATCH] scsi: target/sbp: remove firewire "

[PATCH v2 1/3] spi: spi-fsl-dspi: Fix external abort on interrupt in exit paths
 2020-06-15 14:59 UTC  (10+ messages)

[PATCH]: arch: arm64: vdso: export the symbols for time()
 2020-06-15 13:53 UTC  (2+ messages)

[PATCH 0/3] INVPCID support for the AMD guests
 2020-06-15 14:59 UTC  (9+ messages)
` [PATCH 3/3] KVM:SVM: Enable INVPCID feature on AMD

[PATCH v1 RFC 1/2] spi: introduce fallback to pio
 2020-06-15 14:55 UTC  (13+ messages)

[RFC v2] hwmon: add Corsair Commander Pro driver
 2020-06-15 14:54 UTC  (3+ messages)

[PATCH v12 0/4] Add JEITA properties and introduce the bq2515x charger
 2020-06-15 14:54 UTC  (4+ messages)
` [PATCH v12 2/4] dt-bindings: power: Convert battery.txt to battery.yaml
    ` [EXTERNAL] "

[PATCH] drm/panel-simple: fix connector type for LogicPD Type28 Display
 2020-06-15 14:53 UTC  (3+ messages)

[PATCH] Documentation: fix malformed table in filesystems/proc.rst
 2020-06-15 14:53 UTC  (5+ messages)

[PATCH 2/2] perf pmu: Improve CPU core PMU HW event list ordering
 2020-06-15 14:51 UTC 

[PATCH] x86/entry: Treat BUG/WARN as NMI-like entries
 2020-06-15 14:50 UTC  (3+ messages)
` [tip: x86/entry] "

[PATCH v2 0/3] scsi: ufs: Export UFS debugging dump for vendors
 2020-06-15 14:48 UTC  (4+ messages)
` [PATCH v2 1/3] scsi: ufs: Remove redundant label "out" in ufshcd_make_hba_operational()
` [PATCH v2 2/3] scsi: ufs: Manage and export UFS debugging information dump
` [PATCH v2 3/3] scsi: ufs-mediatek: Print host information for failed supsend and resume

[PATCH v3 1/3] net: phy: mscc: move shared probe code into a helper
 2020-06-15 14:45 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: net: ethernet-phy: add enet-phy-clock-out-frequency
` [PATCH v3 3/3] net: phy: mscc: handle the clkout control on some phy variants

[PATCH bpf 1/2] flow_dissector: reject invalid attach_flags
 2020-06-15 14:43 UTC  (3+ messages)

[PATCH] usb: replace hardcoded maximum usb string length by definition
 2020-06-15 14:42 UTC  (3+ messages)
` [PATCH v2] usb: replace hardcode "


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