linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 16:37:57 to 2020-01-15 19:48:04 UTC [more...]

[PATCH 0/4] Fix alarmtimer suspend failure
 2020-01-15 19:47 UTC  (3+ messages)
` [PATCH 3/4] alarmtimer: Use wakeup source from alarmtimer platform device

[RFC PATCH V2 00/12] Enable per-file/directory DAX operations V2
 2020-01-15 19:45 UTC  (19+ messages)
` [RFC PATCH V2 01/12] fs/stat: Define DAX statx attribute
` [RFC PATCH V2 07/12] fs: Add locking for a dynamic inode 'mode'
` [RFC PATCH V2 09/12] fs: Prevent mode change if file is mmap'ed

[PATCH V2] firmware: arm_scmi: Make scmi core independent of transport type
 2020-01-15 19:37 UTC  (8+ messages)

[PATCH 0/2] arm64: dts: allwinner: h6: Introduce OrangePi 3 eMMC board
 2020-01-15 19:42 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: arm: sunxi: add OrangePi 3 with eMMC
` [PATCH 2/2] arm64: dts: allwinner: h6: Introduce OrangePi 3 eMMC variant

Fix built-in early-load Intel microcode alignment
 2020-01-15 19:41 UTC  (9+ messages)

[net] vxlan: fix vxlan6_get_route() adding a call to xfrm_lookup_route()
 2020-01-15 19:22 UTC 

[GIT PULL] Crypto Update for 5.4
 2020-01-15 19:35 UTC  (6+ messages)
` [GIT PULL] Crypto Fixes "
  ` [GIT PULL] Crypto Fixes for 5.5

[GIT PULL] platform-drivers-x86 for 5.5-3
 2020-01-15 19:35 UTC  (2+ messages)

[git pull] vfs fixes
 2020-01-15 19:35 UTC  (2+ messages)

[PATCH 1/3] arm64: dts: allwinner: h6: tanix-tx6: enable emmc
 2020-01-15 19:34 UTC 

[PATCH] i2c: iop3xx: Fix memory leak in probe error path
 2020-01-15 19:33 UTC  (2+ messages)

[RFC PATCH v4 00/19] Core scheduling v4
 2020-01-15 19:33 UTC  (6+ messages)

[PATCH v2] drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists
 2020-01-15 19:32 UTC  (6+ messages)

[PATCH 2/4] alarmtimer: Make alarmtimer platform device child of RTC device
 2020-01-15 19:32 UTC  (5+ messages)

[PATCH -rcu] asm-generic, kcsan: Add KCSAN instrumentation for bitops
 2020-01-15 19:27 UTC  (2+ messages)

[PATCH v2 0/6] locking/lockdep: Reuse zapped chain_hlocks entries
 2020-01-15 19:26 UTC  (8+ messages)
` [PATCH v2 4/6] locking/lockdep: Reuse freed "

[BUGFIX PATCH] selftests: Fix pthread link option
 2020-01-15 19:25 UTC  (2+ messages)

[PATCH 0/2] ath10k: Enable QDSS clock on sm8150
 2020-01-15 19:19 UTC  (4+ messages)

[PATCH v2] ima: add the ability to query the hash of a given file
 2020-01-15 19:09 UTC  (5+ messages)

[PATCH v4] drivers/base/memory.c: cache blocks in radix tree to accelerate lookup
 2020-01-15 19:09 UTC  (2+ messages)

RFC: hold i_rwsem until aio completes
 2020-01-15 19:07 UTC  (8+ messages)

[PATCH] mm/mempolicy.c: Fix out of bounds write in mpol_parse_str()
 2020-01-15 19:05 UTC  (6+ messages)

[PATCH v3 01/10] dt-bindings: Document loongson vendor-prefix
 2020-01-15 18:59 UTC  (2+ messages)

[PATCH V2] mips/vdso: Support mremap() for vDSO
 2020-01-15 18:59 UTC  (2+ messages)

[PATCH 0/2] Add HWMON and WiFi support for CU1000-Neo
 2020-01-15 18:59 UTC  (2+ messages)

[PATCH 1/2] ARM: dts: rockchip: rename dwmmc node names to mmc
 2020-01-15 18:52 UTC  (2+ messages)
` [PATCH 2/2] arm64: "

[PATCH v7 0/3] Add support for Amazon's Annapurna Labs EDAC for L1/L2
 2020-01-15 18:50 UTC  (5+ messages)
` [PATCH v7 1/3] edac: Add support for Amazon's Annapurna Labs L1 EDAC
` [PATCH v7 3/3] edac: Add support for Amazon's Annapurna Labs L2 EDAC

[PATCH 1/2] dt-bindings: edac: Add DT bindings for Kryo EDAC
 2020-01-15 18:49 UTC  (5+ messages)
  ` [PATCH 2/2] drivers: edac: Add EDAC support for Kryo CPU caches

[RFC PATCH] UML: add support for KASAN under x86_64
 2020-01-15 18:48 UTC  (2+ messages)

[PATCH 0/2] SPI bus multiplexing
 2020-01-15 18:45 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: spi: Document binding for generic SPI multiplexer

[PATCH 0/2] Add EDAC support for Kryo CPU core caches
 2020-01-15 18:46 UTC 

[PATCH] thermal: intel_pch_thermal: Add PCI ids for Lewisburg PCH
 2020-01-15 18:44 UTC 

[PATCH v5 bpf-next 0/9] add bpf batch ops to process more than 1 elem
 2020-01-15 18:43 UTC  (10+ messages)
` [PATCH v5 bpf-next 1/9] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
` [PATCH v5 bpf-next 2/9] bpf: add generic support for lookup batch op
` [PATCH v5 bpf-next 3/9] bpf: add generic support for update and delete batch ops
` [PATCH v5 bpf-next 4/9] bpf: add lookup and update batch ops to arraymap
` [PATCH v5 bpf-next 5/9] bpf: add batch ops to all htab bpf map
` [PATCH v5 bpf-next 6/9] tools/bpf: sync uapi header bpf.h
` [PATCH v5 bpf-next 7/9] libbpf: add libbpf support to batch ops
` [PATCH v5 bpf-next 8/9] selftests/bpf: add batch ops testing for htab and htab_percpu map
` [PATCH v5 bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map

[PATCH] Documentation: Call out example SYM_FUNC_* usage as x86-specific
 2020-01-15 18:43 UTC 

[PATCH 0/5] a few devtmpfs patches
 2020-01-15 18:41 UTC  (6+ messages)
` [PATCH 1/5] devtmpfs: fix theoretical stale pointer deref in devtmpfsd()
` [PATCH 2/5] devtmpfs: factor out setup part of devtmpfsd()
` [PATCH 3/5] devtmpfs: simplify initialization of mount_dev
` [PATCH 4/5] devtmpfs: initify a bit
` [PATCH 5/5] devtmpfs: factor out common tail of devtmpfs_{create,delete}_node

[PATCH] ptrace: reintroduce usage of subjective credentials in ptrace_has_cap()
 2020-01-15 18:38 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net] net: dsa: tag_gswip: fix typo in tagger name
 2020-01-15 18:36 UTC  (3+ messages)

[PATCH] KVM: x86: Perform non-canonical checks in 32-bit KVM
 2020-01-15 18:36 UTC 

[PATCH v3] HID: logitech-dj: add support for the Powerplay mat/receiver
 2020-01-15 18:35 UTC 

[PATCH v5 0/2] kvm: Use huge pages for DAX-backed files
 2020-01-15 18:33 UTC  (5+ messages)
` [PATCH v5 1/2] mm: make dev_pagemap_mapping_shift() externally visible

[PATCH] mm/vmscan: remove prefetch_prev_lru_page
 2020-01-15 18:27 UTC  (4+ messages)

[PATCH v3 0/2] rxe should use same buffer size for SGE's and inline data
 2020-01-15 18:27 UTC  (3+ messages)
` [PATCH v3 2/2] SGE buffer and max_inline data must have same size

[PATCH v8 00/18] dmaengine/soc: Add Texas Instruments UDMA support
 2020-01-15 18:26 UTC  (10+ messages)
` [PATCH v8 02/18] soc: ti: k3: add navss ringacc driver

[PATCH v2] KVM: SVM: Fix potential memory leak in svm_cpu_init()
 2020-01-15 18:23 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
 2020-01-15 18:20 UTC  (2+ messages)

[PATCH] KVM: x86/mmu: Fix a benign Bitwise vs. Logical OR mixup
 2020-01-15 18:20 UTC  (5+ messages)

[PATCH 0/3] perf vendor events amd: latest PMU events for zen1/zen2
 2020-01-15 18:19 UTC  (3+ messages)
` [PATCH 3/3] perf vendor events amd: update Zen1 events to V2

[PATCH] drivers: qcom: rpmh-rsc: Use rcuidle tracepoints for rpmh
 2020-01-15 18:18 UTC  (2+ messages)

[PATCH v2] KVM: nVMX: vmread should not set rflags to specify success in case of #PF
 2020-01-15 18:18 UTC  (2+ messages)

[PATCH v2 0/2] KVM: x86/mmu: Optimize rsvd pte checks
 2020-01-15 18:17 UTC  (5+ messages)
` [PATCH v2 2/2] KVM: x86/mmu: Micro-optimize nEPT's bad memptype/XWR checks

[PATCH v4 0/5] gpio: Add GPIO Aggregator
 2020-01-15 18:15 UTC  (6+ messages)
` [PATCH v4 1/5] gpiolib: Add support for gpiochipN-based table lookup
` [PATCH v4 2/5] gpiolib: Add support for GPIO line "
` [PATCH v4 3/5] gpio: Add GPIO Aggregator
` [PATCH v4 4/5] docs: gpio: Add GPIO Aggregator documentation
` [PATCH v4 5/5] MAINTAINERS: Add GPIO Aggregator section

KMSAN: uninit-value in digitv_rc_query
 2020-01-15 18:15 UTC  (5+ messages)
` [PATCH] media: dvb: check return value digitv_ctrl_msg

[PATCH] KVM: VMX: Clean up the spaces redundant
 2020-01-15 18:09 UTC  (2+ messages)

[PATCH] KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declaration
 2020-01-15 18:08 UTC  (2+ messages)

[PATCH v2 0/5] KVM: x86: X86_FEATURE bit() cleanup
 2020-01-15 18:07 UTC  (2+ messages)

[RFC PATCH] PCI, kdump: Clear bus master bit upon shutdown in kdump kernel
 2020-01-15 18:05 UTC  (11+ messages)

[PATCH bpf-next v2 00/10] tools: Use consistent libbpf include paths everywhere
 2020-01-15 18:06 UTC  (8+ messages)
` [PATCH bpf-next v2 02/10] tools/bpf/runqslower: Fix override option for VMLINUX_BTF
` [PATCH bpf-next v2 05/10] bpftool: Use consistent include paths for libbpf
` [PATCH bpf-next v2 09/10] selftests: Remove tools/lib/bpf from include path

[PATCH 0/4] KVM: x86: Add checks on host-reserved cr4 bits
 2020-01-15 18:05 UTC  (2+ messages)

[RFC PATCH 0/2] of: unittest: add overlay gpio test to catch gpio hog problem
 2020-01-15 18:05 UTC  (6+ messages)

reiserfs broke between 4.9.205 and 4.9.208
 2020-01-15 18:02 UTC  (8+ messages)

[PATCH v1 1/4] Bluetooth: hci_qca: Add QCA Rome power off support to the qca_power_off()
 2020-01-15 18:02 UTC  (7+ messages)
` [PATCH v4 1/3] Bluetooth: hci_qca: Add QCA Rome power off support to the qca_power_shutdown()
  ` [PATCH v4 2/3] Bluetooth: hci_qca: Retry btsoc initialize when it fails
  ` [PATCH v4 3/3] Bluetooth: hci_qca: Enable power off/on support during hci down/up for QCA Rome

[PATCH 0/2] KVM: VMX: PT (RTIT) bug fix and cleanup
 2020-01-15 17:59 UTC  (2+ messages)

[PATCH v2 4/4] PCI: Allow extend_bridge_window() to shrink resource if necessary
 2020-01-15 17:58 UTC 

[PATCH v2 3/4] PCI: Change extend_bridge_window() to set resource size directly
 2020-01-15 17:57 UTC 

[PATCH v2 2/4] PCI: Rename extend_bridge_window() to adjust_bridge_window()
 2020-01-15 17:57 UTC 

[PATCH v2 1/4] PCI: In extend_bridge_window() change available to new_size
 2020-01-15 17:57 UTC 

[PATCH v2 0/4] PCI: Allow Thunderbolt to work with resources from pci=hpmemsize
 2020-01-15 17:56 UTC 

[PATCH v2 3/3] PCI: Consider alignment of hot-added bridges when distributing available resources
 2020-01-15 17:56 UTC 

[PATCH 0/6] Fix various comment errors
 2020-01-15 17:56 UTC  (2+ messages)

[PATCH v2 2/3] PCI: Change pci_bus_distribute_available_resources() args to struct resource
 2020-01-15 17:55 UTC 

[PATCH v2 1/3] PCI: Remove redundant brackets in pci_bus_distribute_available_resources()
 2020-01-15 17:55 UTC 

[PATCH v2 0/3] PCI: Fix failure to assign BARs with alignment >1M with Thunderbolt
 2020-01-15 17:55 UTC 

[PATCH v3] clocksource: Add driver for the Ingenic JZ47xx OST
 2020-01-15 17:54 UTC  (5+ messages)

[PATCH 0/6] remove unnecessary return val of kvm pit
 2020-01-15 17:53 UTC  (3+ messages)
` [PATCH 5/6] KVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()

[PATCH v3 RESEND] media: vimc: fla: Add virtual flash subdevice
 2020-01-15 17:53 UTC  (2+ messages)

[PATCH v4 1/2] KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpath
 2020-01-15 17:51 UTC  (4+ messages)
` [PATCH v4 2/2] KVM: LAPIC: micro-optimize fixed mode ipi delivery

KASAN: use-after-free Write in hiddev_disconnect
 2020-01-15 17:46 UTC  (2+ messages)
` [PATCH] HID: hiddev: Fix race in in hiddev_disconnect()

[PATCH v2 1/4] i2c: pmcmsp: Use proper printk format for resource_size_t
 2020-01-15 17:45 UTC  (6+ messages)
` [PATCH v2 3/4] i2c: highlander: Use proper printk format for iomem pointer
` [PATCH v2 4/4] i2c: stu300: "

[PATCH v1 3/4] PCI: Change extend_bridge_window() to set resource size directly
 2020-01-15 17:41 UTC  (3+ messages)

[PATCH] net: xen-netback: hash.c: Use built-in RCU list checking
 2020-01-15 17:41 UTC  (2+ messages)

[PATCH v5 0/8] NVIDIA Tegra I2C driver fixes and improvements
 2020-01-15 17:35 UTC  (6+ messages)
` [PATCH v5 1/8] i2c: tegra: Fix suspending in active runtime PM state
` [PATCH v5 2/8] i2c: tegra: Properly disable runtime PM on driver's probe error

[PATCH bpf-next v2 00/10] MAC and Audit policy using eBPF (KRSI)
 2020-01-15 17:30 UTC  (13+ messages)
` [PATCH bpf-next v2 01/10] bpf: btf: Make some of the API visible outside BTF
` [PATCH bpf-next v2 02/10] bpf: lsm: Add a skeleton and config options
` [PATCH bpf-next v2 03/10] bpf: lsm: Introduce types for eBPF based LSM
` [PATCH bpf-next v2 04/10] bpf: lsm: Add mutable hooks list for the BPF LSM
` [PATCH bpf-next v2 05/10] bpf: lsm: BTF API for LSM hooks
` [PATCH bpf-next v2 06/10] bpf: lsm: Implement attach, detach and execution
` [PATCH bpf-next v2 07/10] bpf: lsm: Make the allocated callback RO+X
` [PATCH bpf-next v2 08/10] tools/libbpf: Add support for BPF_PROG_TYPE_LSM
` [PATCH bpf-next v2 09/10] bpf: lsm: Add selftests "
` [PATCH bpf-next v2 10/10] bpf: lsm: Add Documentation

[PATCH -next v3] mm/hotplug: silence a lockdep splat with printk()
 2020-01-15 17:29 UTC 

[PATCH] net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_info
 2020-01-15 17:29 UTC  (2+ messages)

[PATCH v2] media: xilinx: Use dma_request_chan() instead dma_request_slave_channel()
 2020-01-15 17:28 UTC  (2+ messages)

[stable] [PATCH 1/2] coresight: etb10: Do not call smp_processor_id from preemptible
 2020-01-15 17:28 UTC  (7+ messages)

[PATCH] mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()
 2020-01-15 17:27 UTC  (2+ messages)

[PATCH net] net: dsa: tag_qca: fix doubled Tx statistics
 2020-01-15 17:23 UTC  (2+ messages)

[PATCH v1] tty: baudrate: Synchronise baud_table[] and baud_bits[]
 2020-01-15 17:21 UTC  (4+ messages)

[PATCH v1 1/2] iio: accel: kxcjk1013: Support orientation matrix
 2020-01-15 17:20 UTC  (2+ messages)

[PATCH -next] mm/hotplug: silence a lockdep splat with printk()
 2020-01-15 17:16 UTC  (3+ messages)

KASAN: use-after-free Read in snd_timer_resolution
 2020-01-15 17:16 UTC 

[PATCH v4] fs: Fix page_mkwrite off-by-one errors
 2020-01-15 17:10 UTC  (3+ messages)

[PATCH RFC 0/3] x86/kvm/hyper-v: fix enlightened VMCS & QEMU4.2
 2020-01-15 17:10 UTC  (4+ messages)
` [PATCH RFC 1/3] x86/kvm/hyper-v: remove stale evmcs_already_enabled check from nested_enable_evmcs()
` [PATCH RFC 2/3] x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()
` [PATCH RFC 3/3] x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested guests

KASAN: use-after-free Read in rds_inc_put (2)
 2020-01-15 17:09 UTC 

[PATCH v1 0/4] spi: npcm-pspi: improve preformance modify reset and fix issue
 2020-01-15 16:23 UTC  (5+ messages)
` [PATCH v1 1/4] spi: npcm-pspi: fix 16 bit send and receive support
` [PATCH v1 2/4] spi: npcm-pspi: improve spi transfer performance
` [PATCH v1 3/4] dt-binding: spi: add NPCM PSPI reset binding
` [PATCH v1 4/4] spi: npcm-pspi: modify reset support

[PATCH 0/2] Add support for sun4i HDMI audio
 2020-01-15 17:07 UTC  (4+ messages)
` [PATCH 1/2] dmaengine: sun4i: Add support for cyclic requests with dedicated DMA

sched/fair: scheduler not running high priority process on idle cpu
 2020-01-15 17:07 UTC  (9+ messages)

[PATCH v2 0/7] Switchtec Gen4 Support
 2020-01-15 17:01 UTC  (2+ messages)

[PATCH] io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
 2020-01-15 16:59 UTC  (5+ messages)

Lower than expected CPU pressure in PSI
 2020-01-15 16:55 UTC  (4+ messages)

[PATCH v2] watchdog: da9062: make restart handler atomic safe
 2020-01-15 16:54 UTC  (2+ messages)

[PATCH] x86/fpu: Warn only when CPU-provided sizes less than struct declaration
 2020-01-15 16:54 UTC  (9+ messages)

[PATCH v4] xen-pciback: optionally allow interrupt enable flag writes
 2020-01-15 16:48 UTC  (2+ messages)
` [Xen-devel] "

[PATCH] modsign: print module name along with error message
 2020-01-15 16:47 UTC 

[PATCH v2] staging: most: remove header include path to drivers/staging
 2020-01-15 16:44 UTC 

[PATCH v11 0/4] Add uacce module for Accelerator
 2020-01-15 16:43 UTC  (7+ messages)
` [PATCH v11 2/4] uacce: add uacce driver

linux-next: build warning after merge of the rcu tree
 2020-01-15 16:42 UTC  (5+ messages)

[PATCH v12 00/10] efi/firmware/platform-x86: Add EFI embedded fw support
 2020-01-15 16:41 UTC  (5+ messages)
` [PATCH v12 05/10] test_firmware: add support for firmware_request_platform
` [PATCH v12 06/10] selftests: firmware: Add firmware_request_platform tests

[PATCH net-next v3] openvswitch: add TTL decrement action
 2020-01-15 16:40 UTC 

[PATCH -rcu] kcsan: Make KCSAN compatible with lockdep
 2020-01-15 16:37 UTC  (4+ 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).