linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-17 20:00:59 to 2020-09-17 23:09:05 UTC [more...]

[PATCH] ext4: flag as supporting buffered async reads
 2020-09-17 23:08 UTC  (11+ messages)
    ` REGRESSION: 37f4a24c2469: blk-mq: centralise related handling into blk_mq_get_driver_tag

[git pull] drm fixes for 5.9-rc6
 2020-09-17 23:05 UTC 

[PATCH v14 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-09-17 22:50 UTC  (9+ messages)
` [PATCH v14 1/5] firmware: xilinx: Add ZynqMP firmware ioctl enums for RPU configuration
` [PATCH v14 2/5] firmware: xilinx: Add shutdown/wakeup APIs
` [PATCH v14 3/5] firmware: xilinx: Add RPU configuration APIs
` [PATCH v14 4/5] dt-bindings: remoteproc: Add documentation for ZynqMP R5 rproc bindings
` [PATCH v14 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[PATCH 1/4] mm: Trial do_wp_page() simplification
 2020-09-17 22:48 UTC  (23+ messages)

[PATCH v8 0/7] Add UEFI support for RISC-V
 2020-09-17 22:37 UTC  (8+ messages)
` [PATCH v8 1/7] RISC-V: Move DT mapping outof fixmap
` [PATCH v8 2/7] RISC-V: Add early ioremap support
` [PATCH v8 3/7] RISC-V: Implement late mapping page table allocation functions
` [PATCH v8 4/7] RISC-V: Add PE/COFF header for EFI stub
` [PATCH v8 5/7] RISC-V: Add EFI stub support
` [PATCH v8 6/7] RISC-V: Add EFI runtime services
` [PATCH v8 7/7] RISC-V: Add page table dump support for uefi

[PATCH] mm/mmap: do the check on expand instead of on insert
 2020-09-17 22:47 UTC 

[PATCH] drm/msm/dp: Sleep properly in dp_hpd_handler kthread
 2020-09-17 22:44 UTC 

[PATCH leds v2 00/50] Start moving parsing of `linux,default-trigger` to LED core (a cleanup of LED drivers)
 2020-09-17 22:33 UTC  (51+ messages)
` [PATCH leds v2 01/50] leds: various: compile if COMPILE_TEST=y
` [PATCH leds v2 02/50] leds: ip30: "
` [PATCH leds v2 03/50] leds: fsg: "
` [PATCH leds v2 04/50] leds: various: use device_get_match_data
` [PATCH leds v2 05/50] leds: various: guard of_match_table member value with of_match_ptr
` [PATCH leds v2 06/50] leds: various: use dev_of_node(dev) instead of dev->of_node
` [PATCH leds v2 07/50] leds: lt3593: do not rewrite .of_node of new LED device to wrong value
` [PATCH leds v2 08/50] leds: various: use only available OF children
` [PATCH leds v2 09/50] leds: various: fix OF node leaks
` [PATCH leds v2 10/50] leds: bcm6328, bcm6358: use devres LED registering function
` [PATCH leds v2 11/50] leds: bcm6328, bcm6358: use struct led_init_data when registering
` [PATCH leds v2 12/50] leds: bcm6328: cosmetic: use reverse christmas tree
` [PATCH leds v2 13/50] leds: bcm6358: "
` [PATCH leds v2 14/50] leds: lm3697: use struct led_init_data when registering
` [PATCH leds v2 15/50] leds: lm3697: cosmetic change: use helper variable, reverse christmas tree
` [PATCH leds v2 16/50] leds: max77650: use struct led_init_data when registering
` [PATCH leds v2 17/50] leds: max77650: use reverse christmas tree
` [PATCH leds v2 18/50] leds: mt6323: use struct led_init_data when registering
` [PATCH leds v2 19/50] leds: mt6323: cosmetic change: use helper variable
` [PATCH leds v2 20/50] leds: pm8058: use struct led_init_data when registering
` [PATCH leds v2 21/50] leds: pm8058: cosmetic change: use helper variable
` [PATCH leds v2 22/50] leds: pm8058: cosmetic change: no need to return in if guard
` [PATCH leds v2 23/50] leds: pm8058: cosmetic: use reverse christmas tree
` [PATCH leds v2 24/50] leds: is31fl32xx: use struct led_init_data when registering
` [PATCH leds v2 25/50] leds: is31fl319x: compute aggregated max current separately
` [PATCH leds v2 26/50] leds: is31fl319x: don't store shutdown gpio descriptor
` [PATCH leds v2 27/50] leds: is31fl319x: don't store audio gain value, simply set it
` [PATCH leds v2 28/50] leds: is31fl319x: refactor to register LEDs while parsing DT
` [PATCH leds v2 29/50] leds: is31fl319x: cosmetic: use reverse christmas tree
` [PATCH leds v2 30/50] leds: is31fl319x: use struct led_init_data when registering
` [PATCH leds v2 31/50] leds: lm36274: use devres LED registering function
` [PATCH leds v2 32/50] leds: lm36274: cosmetic: rename lm36274_data to chip
` [PATCH leds v2 33/50] leds: lm36274: don't iterate through children since there is only one
` [PATCH leds v2 34/50] leds: lm36274: use struct led_init_data when registering
` [PATCH leds v2 35/50] leds: lm36274: do not set chip settings in DT parsing function
` [PATCH leds v2 36/50] leds: ns2: use devres LED registering function
` [PATCH leds v2 37/50] leds: ns2: alloc simple array instead of struct ns2_led_priv
` [PATCH leds v2 38/50] leds: ns2: support OF probing only, forget platdata
` [PATCH leds v2 39/50] leds: ns2: move parsing of one LED into separate function
` [PATCH leds v2 40/50] leds: ns2: use devres API for getting GPIO descriptors
` [PATCH leds v2 41/50] leds: ns2: cosmetic structure rename
` [PATCH leds v2 42/50] leds: ns2: cosmetic variable rename
` [PATCH leds v2 43/50] leds: ns2: cosmetic change
` [PATCH leds v2 44/50] leds: ns2: cosmetic change: use helper variable
` [PATCH leds v2 45/50] leds: ns2: register LED immediately after parsing DT properties
` [PATCH leds v2 46/50] leds: ns2: remove unneeded variable
` [PATCH leds v2 47/50] leds: ns2: cosmetic: use reverse christmas tree
` [PATCH leds v2 48/50] leds: ns2: reorder headers alphabetically
` [PATCH leds v2 49/50] leds: ns2: use struct led_init_data when registering
` [PATCH leds v2 50/50] leds: parse linux,default-trigger DT property in LED core

[PATCH] platform/x86: asus-wmi: Add support for SW_TABLET_MODE on UX360
 2020-09-17 22:29 UTC  (3+ messages)

[PATCH] arm64: dts: ti: k3-j721e: Rename mux header and update macro names
 2020-09-17 22:27 UTC  (3+ messages)

[PATCH] rcu-tasks: Fix compilation warning with !CONFIG_TASKS_RCU and CONFIG_TINY_RCU
 2020-09-17 22:26 UTC  (5+ messages)

linux-next: Fixes tags need some work in the amdgpu tree
 2020-09-17 22:27 UTC 

[PATCH 1/2] vfio/pci: Remove redundant declaration of vfio_pci_driver
 2020-09-17 22:22 UTC  (5+ messages)
` [PATCH 2/2] vfio/pci: Remove bardirty from vfio_pci_device

[PATCH v2 0/6] Bluetooth: Add new MGMT interface for advertising add
 2020-09-17 22:22 UTC  (7+ messages)
` [PATCH v2 1/6] Bluetooth: Add helper to set adv data
` [PATCH v2 2/6] Bluetooth: Break add adv into two mgmt commands
` [PATCH v2 3/6] Bluetooth: Use intervals and tx power from mgmt cmds
` [PATCH v2 4/6] Bluetooth: Emit tx power chosen on ext adv params completion
` [PATCH v2 5/6] Bluetooth: Query LE tx power on startup
` [PATCH v2 6/6] Bluetooth: Add MGMT command for controller capabilities

[PATCH 00/14] UBSan Enablement for hyp/nVHE code
 2020-09-17 22:21 UTC  (15+ messages)
` [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang

[PATCH v1 0/3] Debugfs and Sysfs entries for MHI
 2020-09-17 22:19 UTC  (4+ messages)
` [PATCH v1 1/3] bus: mhi: core: Remove warnings for missing MODULE_LICENSE()
` [PATCH v1 2/3] bus: mhi: core: Introduce debugfs entries for MHI
` [PATCH v1 3/3] bus: mhi: core: Introduce sysfs "

[PATCH v2] net: use exponential backoff in netdev_wait_allrefs
 2020-09-17 22:19 UTC 

[PATCH v2 0/9] THP iomap patches for 5.10
 2020-09-17 22:18 UTC  (13+ messages)
` [PATCH v2 5/9] iomap: Support arbitrarily many blocks per page
` [PATCH v2 6/9] iomap: Convert read_count to read_bytes_pending
` [PATCH v2 7/9] iomap: Convert write_count to write_bytes_pending
` [PATCH v2 8/9] iomap: Convert iomap_write_end types
` [PATCH v2 9/9] iomap: Change calling convention for zeroing

[PATCH] objtool: ignore unreachable trap after call to noreturn functions
 2020-09-17 22:16 UTC  (2+ messages)

[PATCH] add virtual PHY for PHY-less devices
 2020-09-17 22:16 UTC  (3+ messages)

[PATCH V7 0/4] Add the page size in the perf record (kernel)
 2020-09-17 22:16 UTC  (7+ messages)
` [PATCH V7 1/4] perf/core: Add PERF_SAMPLE_DATA_PAGE_SIZE

[PATCH] Introduce support for Systems Management Driver over WMI for Dell Systems
 2020-09-17 16:18 UTC  (7+ messages)

[RFC][Patch v1 1/3] sched/isolation: API to get num of hosekeeping CPUs
 2020-09-17 22:09 UTC  (4+ messages)

[PATCH] selftests/harness: Flush stdout before forking
 2020-09-17 22:07 UTC  (6+ messages)

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-17 22:05 UTC  (5+ messages)
` [RFC PATCH 1/6] security/fbfam: Add a Kconfig to enable the fbfam feature

[PATCH 00/13] Allow readpage to return a locked page
 2020-09-17 22:03 UTC  (5+ messages)
` [PATCH 01/13] mm: Add AOP_UPDATED_PAGE return value
` [PATCH 11/13] ubifs: Tell the VFS that readpage was synchronous

linux-next: build failure after merge of the rcu tree
 2020-09-17 22:01 UTC  (2+ messages)

[PATCH] platform/x86: fix kconfig dependency warning for LG_LAPTOP
 2020-09-17 21:51 UTC  (2+ messages)

[PATCH 5/8] x86/mce: Avoid tail copy when machine check terminated a copy from user
 2020-09-17 21:57 UTC  (5+ messages)

[PATCH] platform/x86: thinkpad_acpi: initialize tp_nvram_state variable
 2020-09-17 21:46 UTC  (2+ messages)

[PATCH] nfs: remove incorrect fallthrough label
 2020-09-17 21:45 UTC  (5+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH net] ethtool: add and use message type for tunnel info reply
 2020-09-17 21:42 UTC  (4+ messages)

[PATCH v2 1/1] fpga: dfl: afu: harden port enable logic
 2020-09-17 21:38 UTC  (3+ messages)

[PATCH 0/3] intel_pmt: Add Alder Lake and OOB-MSM support
 2020-09-17 21:35 UTC  (7+ messages)
` [PATCH 3/3] platform/x86: Intel PMT Crashlog capability driver

[PATCH 0/3 v4] x86: AMD: Don't flush cache if hardware enforces cache coherency across encryption domains
 2020-09-17 21:20 UTC  (4+ messages)
` [PATCH 1/3 v4] x86: AMD: Add hardware-enforced cache coherency as a CPUID feature
` [PATCH 2/3 v4] x86: AMD: Don't flush cache if hardware enforces cache coherency across encryption domnains
` [PATCH 3/3 v4] KVM: SVM: Don't flush cache if hardware enforces cache coherency across encryption domains

[RFC PATCH] Add bridge driver to connect sensors to CIO2 device via software nodes on ACPI platforms
 2020-09-17 21:25 UTC  (7+ messages)

[PATCH] i40e: Fix use of uninitialized variable
 2020-09-17 21:11 UTC  (2+ messages)

[PATCH] mmzone: clean code by removing unused macro parameter
 2020-09-17 21:19 UTC 

[BlueZ PATCH v2 1/6] Bluetooth: Update Adv monitor count upon removal
 2020-09-17 21:15 UTC  (2+ messages)

[PATCH v4 0/5] Add shared workqueue support for idxd driver
 2020-09-17 21:15 UTC  (5+ messages)
` [PATCH v4 1/5] x86/asm: move the raw asm in iosubmit_cmds512() to special_insns.h
` [PATCH v4 2/5] x86/asm: add enqcmds() to support ENQCMDS instruction
` [PATCH v4 4/5] dmaengine: idxd: clean up descriptors with fault error
` [PATCH v4 5/5] dmaengine: idxd: add ABI documentation for shared wq

[PATCH RFC tip/core/rcu 0/4] Accelerate RCU Tasks Trace updates
 2020-09-17 21:07 UTC  (10+ messages)
  ` [PATCH tip/core/rcu 1/8] rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()
  ` [PATCH tip/core/rcu 2/8] rcu-tasks: Mark variables static
  ` [PATCH tip/core/rcu 3/8] rcu-tasks: Use more aggressive polling for RCU Tasks Trace
  ` [PATCH tip/core/rcu 4/8] rcu-tasks: Selectively enable more RCU Tasks Trace IPIs
  ` [PATCH tip/core/rcu 5/8] rcu-tasks: Shorten per-grace-period sleep for RCU Tasks Trace
  ` [PATCH tip/core/rcu 6/8] rcu-tasks: Fix grace-period/unlock race in "
  ` [PATCH tip/core/rcu 7/8] rcu-tasks: Fix low-probability task_struct leak
  ` [PATCH tip/core/rcu 8/8] rcu-tasks: Enclose task-list scan in rcu_read_lock()

[PATCH v2 1/4] ARM: dts: imx6qdl-gw5xxx: correct interrupt flags
 2020-09-17 21:07 UTC  (2+ messages)

[PATCH v2] mm/migrate: correct thp migration stats
 2020-09-17 21:04 UTC 

[PATCH v7 0/7] Allow user space to restrict and augment MSR emulation
 2020-09-17 21:03 UTC  (3+ messages)
` [PATCH v7 6/7] KVM: x86: Introduce MSR filtering

[PATCH -next 0/4] ubifs: Fix some kernel-doc warnings for ubifs
 2020-09-17 21:01 UTC  (2+ messages)

[PATCH v2 0/4] i2c-hid: Save power by reducing i2c xfers with block reads
 2020-09-17 20:57 UTC  (3+ messages)
` [PATCH v2 3/4] i2c: designware: Allow SMBus block reads up to 255 bytes in length

[PATCH] mm/migrate: correct thp migration stats
 2020-09-17 20:59 UTC  (3+ messages)

[PATCH 1/2] ubifs: xattr: Fix some potential memory leaks while iterating entries
 2020-09-17 20:47 UTC  (4+ messages)

linux-next: Tree for Sep 17
 2020-09-17 20:45 UTC  (3+ messages)
` linux-next: Tree for Sep 17 (netdevice.h: net_has_fallback_tunnels when SYSCTL is not set)
` linux-next: Tree for Sep 17 (net/ipv4/devinet.c)

[GIT PULL] percpu fix for v5.9-rc6
 2020-09-17 20:45 UTC 

[PATCH] media: rc: gpio-ir-recv: add QoS support for cpuidle system
 2020-09-17 20:43 UTC  (4+ messages)

[RFC PATCH v7 00/23] Core scheduling v7
 2020-09-17 20:39 UTC  (5+ messages)
` [RFC PATCH v7 11/23] sched/fair: core wide cfs task priority comparison

[PATCH v3] perf metricgroup: Fix uncore metric expressions
 2020-09-17 20:39 UTC  (6+ messages)
    ` [PATCH v4] "

[PATCH] KVM: SVM: Use a separate vmcb for the nested L2 guest
 2020-09-17 19:23 UTC 

[PATCH v6 0/7] perf: Stream comparison
 2020-09-17 20:26 UTC  (11+ messages)
` [PATCH v6 1/7] perf util: Create streams
` [PATCH v6 2/7] perf util: Get the evsel_streams by evsel_idx
` [PATCH v6 4/7] perf util: Link stream pair
` [PATCH v6 7/7] perf diff: Support hot streams comparison

[PATCH v3] remoteproc: qcom_q6v5: Assign mpss region to Q6 before MBA boot
 2020-09-17 20:24 UTC  (2+ messages)

[PATCH V4] i2c: i2c-qcom-geni: Add shutdown callback for i2c
 2020-09-17 20:23 UTC  (2+ messages)

[PATCH v10 00/13] Add support for Kontron sl28cpld
 2020-09-17 19:25 UTC  (2+ messages)
` [GIT PULL] Immutable branch between MFD, HWMON, GPIO, IRQChip, PWM and Watchdog due for the v5.10 merge window

[PATCH v2 net] net: sch_generic: aviod concurrent reset and enqueue op for lockless qdisc
 2020-09-17 19:26 UTC  (4+ messages)

[PATCH V2] dma-direct: Fix potential NULL pointer dereference
 2020-09-17 16:47 UTC  (3+ messages)

slab-out-of-bounds in iov_iter_revert()
 2020-09-17 20:16 UTC  (10+ messages)

[PATCH v2 00/13] gpio: add common dtschema
 2020-09-17 20:13 UTC  (7+ messages)
` [PATCH v2 01/13] dt-bindings: gpio: add common schema for GPIO controllers
` [PATCH v2 02/13] dt-bindings: gpio: include common schema in "
` [PATCH v2 09/13] dt-bindings: pinctrl: "

[PATCH] ptp: mark symbols static where possible
 2020-09-17 19:38 UTC  (3+ messages)

[PATCH mfd] mfd: asic3: build if COMPILE_TEST=y
 2020-09-17 19:31 UTC 

[PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-17 20:11 UTC  (4+ messages)
        ` [Intel-gfx] "

[PATCH -next] vdpa: mlx5: select VHOST to fix build errors
 2020-09-17 19:34 UTC  (2+ messages)

[PATCH v2 1/8] x86/CPU/AMD: Save NodeId on AMD-based systems
 2020-09-17 20:10 UTC  (11+ messages)

[PATCH v6 0/7] Allow user space to restrict and augment MSR emulation
 2020-09-17 19:38 UTC  (5+ messages)
` [PATCH v6 1/7] KVM: x86: Deflect unknown MSR accesses to user space

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (3+ messages)

[PATCH v2] dt-bindings: mfd: rohm,bd71837-pmic: Add common properties
 2020-09-17 19:37 UTC 

[PATCH v2 1/2] dt-bindings: usb: Add binding for onboard USB hubs
 2020-09-17 19:54 UTC  (3+ messages)
` [PATCH v2 2/2] USB: misc: Add onboard_usb_hub driver


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