linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-27 19:50:18 to 2020-03-27 23:41:26 UTC [more...]

[PATCH 00/10] IOASID extensions for guest SVA
 2020-03-27 23:47 UTC  (7+ messages)
` [PATCH 09/10] iommu/ioasid: Support ioasid_set quota adjustment
` [PATCH 10/10] iommu/vt-d: Register PASID notifier for status change

[PATCH v3] pinctrl: qcom: use scm_call to route GPIO irq to Apps
 2020-03-27 23:33 UTC  (3+ messages)

[PATCH v3] mm/hugetlb: fix a addressing exception caused by huge_pte_offset
 2020-03-27 23:32 UTC  (3+ messages)

[RFC][PATCHSET] uaccess: getting csum_and_copy_..._user() into saner shape
 2020-03-27 23:31 UTC  (15+ messages)
` [RFC][PATCH 01/14] get rid of csum_partial_copy_to_user()
  ` [RFC][PATCH 02/14] x86_64: csum_..._copy_..._user(): switch to unsafe_..._user()
  ` [RFC][PATCH 03/14] x86: switch both 32bit and 64bit to providing csum_and_copy_from_user()
  ` [RFC][PATCH 04/14] x86: switch 32bit csum_and_copy_to_user() to user_access_{begin,end}()
  ` [RFC][PATCH 05/14] ia64: csum_partial_copy_nocheck(): don't abuse csum_partial_copy_from_user()
  ` [RFC][PATCH 06/14] ia64: turn csum_partial_copy_from_user() into csum_and_copy_from_user()
  ` [RFC][PATCH 07/14] alpha: "
  ` [RFC][PATCH 08/14] parisc: "
  ` [RFC][PATCH 09/14] sparc: switch to providing csum_and_copy_from_user()
  ` [RFC][PATCH 10/14] xtensa: "
  ` [RFC][PATCH 11/14] m68k: convert to csum_and_copy_from_user()
  ` [RFC][PATCH 12/14] sh32: "
  ` [RFC][PATCH 13/14] arm: switch "
  ` [RFC][PATCH 14/14] take the dummy csum_and_copy_from_user() into net/checksum.h

6d25be5782 ("sched/core, workqueues: Distangle worker .."): [ 52.816697] WARNING: CPU: 0 PID: 14 at kernel/workqueue.c:882 wq_worker_sleeping
 2020-03-27 23:29 UTC  (3+ messages)
` [PATCH] workqueue: Don't double assign worker->sleeping
  ` [PATCH v2] workqueue: Remove the warning in wq_worker_sleeping()

[tip:x86/splitlock] BUILD SUCCESS a6a60741035bb48ca8d9f92a138958818148064c
 2020-03-27 23:29 UTC 

[ANNOUNCE] 4.19.106-rt45
 2020-03-27 23:22 UTC  (3+ messages)

[PATCH] Add documentation on meaning of -EPROBE_DEFER
 2020-03-27 23:25 UTC  (3+ messages)

[Patch v2 1/2] mm/page_alloc.c: use NODE_MASK_NONE define used_mask
 2020-03-27 23:18 UTC  (4+ messages)
` [Patch v2 2/2] mm/page_alloc.c: define node_order with all zero

[tip:x86/cleanups] BUILD SUCCESS 5bacdc0982f2b343afa5adbb80517d3392a7e357
 2020-03-27 23:03 UTC 

[PATCH net-next v3 00/12] ethtool netlink interface, part 4
 2020-03-27 23:01 UTC  (13+ messages)
` [PATCH net-next v3 01/12] ethtool: fix reference leak in ethnl_set_privflags()
` [PATCH net-next v3 02/12] ethtool: provide coalescing parameters with COALESCE_GET request
` [PATCH net-next v3 03/12] ethtool: set coalescing parameters with COALESCE_SET request
` [PATCH net-next v3 04/12] ethtool: add COALESCE_NTF notification
` [PATCH net-next v3 05/12] ethtool: provide pause parameters with PAUSE_GET request
` [PATCH net-next v3 06/12] ethtool: set pause parameters with PAUSE_SET request
` [PATCH net-next v3 07/12] ethtool: add PAUSE_NTF notification
` [PATCH net-next v3 08/12] ethtool: provide EEE settings with EEE_GET request
` [PATCH net-next v3 09/12] ethtool: set EEE settings with EEE_SET request
` [PATCH net-next v3 10/12] ethtool: add EEE_NTF notification
` [PATCH net-next v3 11/12] ethtool: add timestamping related string sets
` [PATCH net-next v3 12/12] ethtool: provide timestamping information with TSINFO_GET request

[PATCH v7] arm64: dts: qcom: sc7180: Add WCN3990 WLAN module device node
 2020-03-27 23:00 UTC  (2+ messages)

[Patch v5 0/6] Introduce Power domain based warming device driver
 2020-03-27 22:54 UTC  (9+ messages)
` [Patch v5 1/6] PM/Domains: Add support for retrieving genpd performance states information
` [Patch v5 2/6] soc: qcom: rpmhpd: Introduce function to retrieve power domain performance state count
` [Patch v5 4/6] soc: qcom: Extend RPMh power controller driver to register warming devices
` [Patch v5 6/6] arm64: dts: qcom: Indicate rpmhpd hosts a power domain that can be used as a warming device

[PATCH 01/10] locking/rtmutex: Remove Comparison to bool
 2020-03-27 22:51 UTC  (11+ messages)
  ` [PATCH 02/10] sched/topology: Replace 1 and 0 by boolean value
  ` [PATCH 03/10] cpu: Remove Comparison to bool
  ` [PATCH 04/10] irq: Replace 1 by true
  ` [PATCH 05/10] softirq: Replace BUG() after if statement with BUG_ON
  ` [PATCH 06/10] rcu: Replace assigned pointer ret value by corresponding boolean value
  ` [PATCH 07/10] sched/fair: Replace 1 and 0 by "
  ` [PATCH 08/10] trace: Replace printk and WARN_ON with WARN
  ` [PATCH 09/10] kernel/sysctl.c: Replace 1 and 0 by corresponding boolean value
  ` [PATCH 10/10] trace: Replace printk and WARN_ON with WARN

[PATCH v3 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-03-27 22:51 UTC  (11+ messages)
` [PATCH v3 01/10] mmap locking API: initial implementation as rwsem wrappers
` [PATCH v3 02/10] MMU notifier: use the new mmap locking API
` [PATCH v3 03/10] DMA reservations: "
` [PATCH v3 04/10] mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
` [PATCH v3 05/10] mmap locking API: convert mmap_sem call sites missed by coccinelle
` [PATCH v3 06/10] mmap locking API: convert nested write lock sites
` [PATCH v3 07/10] mmap locking API: add mmap_read_release() and mmap_read_unlock_non_owner()
` [PATCH v3 08/10] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH v3 09/10] mmap locking API: use lockdep_assert_held
` [PATCH v3 10/10] mmap locking API: rename mmap_sem to mmap_lock

[PATCH] dt-bindings: iio: Fix adi,ltc2983 uint64-matrix schema constraints
 2020-03-27 22:45 UTC 

[PATCH] selinux: clean up indentation issue with assignment statement
 2020-03-27 22:44 UTC  (2+ messages)

[PATCH v1] drivers/base/memory.c: indicate all memory blocks as removable
 2020-03-27 22:42 UTC  (8+ messages)

[PATCH v2] Makefile.llvm: simplify LLVM build
 2020-03-27 22:42 UTC  (3+ messages)

[PATCH V3] panic: Add sysctl to dump all CPUs backtraces on oops event
 2020-03-27 22:41 UTC 

[PATCH V3] kernel/hung_task.c: Introduce sysctl to print all traces when a hung task is detected
 2020-03-27 22:36 UTC 

[PATCH v7 00/12] Cros EC sensor hub FIFO support
 2020-03-27 22:34 UTC  (13+ messages)
` [PATCH v7 01/12] platform: chrome: sensorhub: Add the number of sensors in sensorhub
` [PATCH v7 02/12] platform: chrome: sensorhub: Add FIFO support
` [PATCH v7 03/12] platform: chrome: sensorhub: Add code to spread timestmap
` [PATCH v7 04/12] platform: chrome: sensorhub: Add median filter
` [PATCH v7 05/12] iio: cros_ec: Move function description to .c file
` [PATCH v7 06/12] iio: expose iio_device_set_clock
` [PATCH v7 07/12] iio: cros_ec: Register to cros_ec_sensorhub when EC supports FIFO
` [PATCH v7 08/12] iio: cros_ec: Remove pm function
` [PATCH v7 09/12] iio: cros_ec: Expose hwfifo_timeout
` [PATCH v7 10/12] iio: cros_ec: Report hwfifo_watermark_max
` [PATCH v7 11/12] iio: cros_ec: Use Hertz as unit for sampling frequency
` [PATCH v7 12/12] iio: cros_ec: flush as hwfifo attribute

[PATCH RFC tip/core/rcu 0/16] Prototype RCU usable from idle, exception, offline
 2020-03-27 22:24 UTC  (37+ messages)
` [PATCH RFC v2 tip/core/rcu 0/22] "
  ` [PATCH RFC v3 tip/core/rcu 0/34] "
    ` [PATCH v3 tip/core/rcu 01/34] sched/core: Add function to sample state of locked-down task
    ` [PATCH v3 tip/core/rcu 02/34] rcu: Add per-task state to RCU CPU stall warnings
    ` [PATCH v3 tip/core/rcu 03/34] rcutorture: Add flag to produce non-busy-wait task stalls
    ` [PATCH v3 tip/core/rcu 04/34] rcu-tasks: Move Tasks RCU to its own file
    ` [PATCH v3 tip/core/rcu 05/34] rcu-tasks: Create struct to hold state information
    ` [PATCH v3 tip/core/rcu 06/34] rcu: Reinstate synchronize_rcu_mult()
    ` [PATCH v3 tip/core/rcu 07/34] rcutorture: Add a test for synchronize_rcu_mult()
    ` [PATCH v3 tip/core/rcu 08/34] rcu-tasks: Refactor RCU-tasks to allow variants to be added
    ` [PATCH v3 tip/core/rcu 09/34] rcu-tasks: Add an RCU-tasks rude variant
    ` [PATCH v3 tip/core/rcu 10/34] rcutorture: Add torture tests for RCU Tasks Rude
    ` [PATCH v3 tip/core/rcu 11/34] rcu-tasks: Use unique names for RCU-Tasks kthreads and messages
    ` [PATCH v3 tip/core/rcu 12/34] rcu-tasks: Further refactor RCU-tasks to allow adding more variants
    ` [PATCH v3 tip/core/rcu 13/34] rcu-tasks: Code movement to allow more Tasks RCU variants
    ` [PATCH v3 tip/core/rcu 14/34] rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooks
    ` [PATCH v3 tip/core/rcu 15/34] rcutorture: Add torture tests for RCU Tasks Trace
    ` [PATCH v3 tip/core/rcu 16/34] rcu-tasks: Add stall warnings "
    ` [PATCH v3 tip/core/rcu 17/34] rcu-tasks: Move #ifdef into tasks.h
    ` [PATCH v3 tip/core/rcu 18/34] rcu-tasks: Add RCU tasks to rcutorture writer stall output
    ` [PATCH v3 tip/core/rcu 19/34] rcu-tasks: Make rcutorture writer stall output include GP state
    ` [PATCH v3 tip/core/rcu 20/34] rcu-tasks: Make RCU Tasks Trace make use of RCU scheduler hooks
    ` [PATCH v3 tip/core/rcu 21/34] rcu-tasks: Add a grace-period start time for throttling and debug
    ` [PATCH v3 tip/core/rcu 22/34] rcu-tasks: Provide boot parameter to delay IPIs until late in grace period
    ` [PATCH v3 tip/core/rcu 23/34] rcu-tasks: Split ->trc_reader_need_end
    ` [PATCH v3 tip/core/rcu 24/34] rcu-tasks: Add grace-period and IPI counts to statistics
    ` [PATCH v3 tip/core/rcu 25/34] rcu-tasks: Add Kconfig option to mediate smp_mb() vs. IPI
    ` [PATCH v3 tip/core/rcu 26/34] rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so built
    ` [PATCH v3 tip/core/rcu 27/34] rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locks
    ` [PATCH v3 tip/core/rcu 28/34] rcu-tasks: Disable CPU hotplug across RCU tasks trace scans
    ` [PATCH v3 tip/core/rcu 29/34] rcu-tasks: Handle the running-offline idle-task special case
    ` [PATCH v3 tip/core/rcu 30/34] rcu-tasks: Make RCU tasks trace also wait for idle tasks
    ` [PATCH v3 tip/core/rcu 31/34] rcu-tasks: Add rcu_dynticks_zero_in_eqs() effectiveness statistics
    ` [PATCH v3 tip/core/rcu 32/34] rcu-tasks: Add count for idle tasks on offline CPUs
    ` [PATCH v3 tip/core/rcu 33/34] rcutorture: Add TRACE02 scenario enabling RCU Tasks Trace IPIs
    ` [PATCH v3 tip/core/rcu 34/34] rcu-tasks: Add IPI failure count to statistics

[PATCH] iommu: Lower severity of add/remove device messages
 2020-03-27 22:25 UTC  (5+ messages)

[PATCH v4 0/4] Documentation/litmus-tests: Add litmus tests for atomic APIs
 2020-03-27 22:18 UTC  (2+ messages)

[PATCH 00/20] virtiofs: Add DAX support
 2020-03-27 22:06 UTC  (5+ messages)
` [PATCH 20/20] fuse,virtiofs: Add logic to free up a memory range

[PATCH v2 00/10] Add a new mmap locking API wrapping mmap_sem calls
 2020-03-27 21:52 UTC  (4+ messages)
` [PATCH v2 01/10] mmap locking API: initial implementation as rwsem wrappers

[PATCH v2] pinctrl: qcom: use scm_call to route GPIO irq to Apps
 2020-03-27 21:51 UTC  (4+ messages)
  ` R: "

[PATCH v4 0/5] Add battery charger driver support for MP2629
 2020-03-27 21:50 UTC  (4+ messages)
` [PATCH v4 1/5] dt-bindings: mfd: add document bindings for mp2629

[PATCH 0/7] thp/khugepaged improvements and CoW semantics
 2020-03-27 21:44 UTC  (9+ messages)
` [PATCH 4/7] khugepaged: Allow to callapse a page shared across fork
` [PATCH 5/7] khugepaged: Allow to collapse PTE-mapped compound pages
` [PATCH 6/7] thp: Change CoW semantics for anon-THP

[PATCH] sched/vtime: Fix an unitialized variable warning
 2020-03-27 21:43 UTC 

[PATCH 0/2] gpiolib: gpio_set_config() cleanups
 2020-03-27 21:40 UTC  (5+ messages)
` [PATCH 1/2] gpiolib: Pass gpio_desc to gpio_set_config()
` [PATCH 2/2] gpiolib: Remove unused gpio_chip parameter from gpio_set_bias()

[GIT PULL] parisc architecture fix for kernel v5.6
 2020-03-27 21:40 UTC  (2+ messages)

[PATCH v6 0/8] gpio: Add GPIO Aggregator
 2020-03-27 21:37 UTC  (7+ messages)
` [PATCH v6 1/8] ARM: integrator: impd1: Use GPIO_LOOKUP() helper macro
  ` [PATCH v6 5/8] gpiolib: Introduce gpiod_set_config()

[PATCH v2 0/3] Fixes: update Tiger Lake ACPI device IDs
 2020-03-27 21:28 UTC  (4+ messages)
` [PATCH v2 1/3] ACPI: fix: Update "
` [PATCH v2 2/3] platform/x86: intel-hid: fix: Update Tiger Lake ACPI device ID
` [PATCH v2 3/3] thermal: int340x_thermal: fix: Update Tiger Lake ACPI device IDs

[rcu:rcu/next] BUILD SUCCESS c4ee749cffa9244e2de2066109339bfdc647573b
 2020-03-27 21:31 UTC 

[GIT PULL 1/3] bcm2835-dt-fixes-2020-03-27
 2020-03-27 21:16 UTC  (3+ messages)
` [GIT PULL 2/3] bcm2835-dt-next-2020-03-27
` [GIT PULL 3/3] bcm2835-defconfig-next-2020-03-27

[PATCH] pci: Fixes MaxPayloadSize (MPS) programming for RCiEP devices
 2020-03-27 21:16 UTC 

[PATCH 0/9] vfio/fsl-mc: VFIO support for FSL-MC devices
 2020-03-27 21:12 UTC  (4+ messages)
` [PATCH 1/9] vfio/fsl-mc: Add VFIO framework skeleton for fsl-mc devices

[PATCH v2] rtc: ds1307: add support for watchdog timer on ds1388
 2020-03-27 21:12 UTC  (2+ messages)

[PATCH 1/2] pinctrl: sprd: Use the correct pin output configuration
 2020-03-27 21:11 UTC  (4+ messages)
` [PATCH 2/2] pinctrl: sprd: Add pin high impedance mode support

[PATCH v2 0/2] Misc. rproc fixes around fixed memory region support
 2020-03-27 21:09 UTC  (5+ messages)
` [PATCH v2 1/2] remoteproc: fall back to using parent memory pool if no dedicated available

Toby MPCI - L201 cellular modem http hang after random MAC address assignment
 2020-03-27 20:56 UTC 

[v2,1/1] hwmon: (nct7904) Add watchdog function
 2020-03-27 20:54 UTC  (3+ messages)
    ` 答复: "

[PATCH -next] locking/percpu-rwsem: fix a task_struct refcount
 2020-03-27 20:47 UTC  (3+ messages)
  ` Memory leaks due to "locking/percpu-rwsem: Remove the embedded rwsem"

[PATCH v2 0/4] Add XHCI, EHCI and OHCI support for Broadcom STB SoS's
 2020-03-27 20:47 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: Add Broadcom STB USB support
` [PATCH v2 2/4] usb: xhci: xhci-plat: Add support for Broadcom STB SoC's
` [PATCH v2 3/4] usb: ehci: Add new EHCI driver "
` [PATCH v2 4/4] usb: host: Add ability to build new Broadcom STB USB drivers

[PATCH v2] bpf: fix build warning - missing prototype
 2020-03-27 20:47 UTC  (4+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v1 0/3] Fixes: update Tiger Lake ACPI device IDs
 2020-03-27 20:45 UTC  (6+ messages)
` [PATCH v1 1/3] ACPI: fix: Update "
` [PATCH v1 2/3] platform/x86: intel-hid: fix: Update Tiger Lake ACPI device ID
` [PATCH v1 3/3] thermal: int340x_thermal: fix: Update Tiger Lake ACPI device IDs

lockdep warning in urb.c:363 usb_submit_urb
 2020-03-27 20:45 UTC  (2+ messages)

[PATCH] watchdog: sp805: fix restart handler
 2020-03-27 20:42 UTC  (2+ messages)

[PATCH 0/9] drm/nouveau: Introduce CRC support for gf119+
 2020-03-27 20:38 UTC  (5+ messages)
` [PATCH 1/9] drm/vblank: Add vblank works

[GIT PULL] ARM: DT and driver fixes for v5.6
 2020-03-27 20:33 UTC 

[PATCH] perf tools: update docs regarding kernel/user space unwinding
 2020-03-27 20:33 UTC  (5+ messages)

[PATCH v8 0/3] Add support for the Gateworks System Controller
 2020-03-27 20:33 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: mfd: Add Gateworks System Controller bindings
` [PATCH v8 2/3] mfd: add Gateworks System Controller core driver
` [PATCH v8 3/3] hwmon: add Gateworks System Controller support

[PATCH 0/4] Add XHCI, EHCI and OHCI support for Broadcom STB SoS's
 2020-03-27 20:28 UTC  (11+ messages)
` [PATCH 1/4] dt-bindings: Add Broadcom STB USB support
` [PATCH 3/4] usb: ehci: Add new EHCI driver for Broadcom STB SoC's

[PATCH 0/4] dt-bindings: additionalProperties clean-up
 2020-03-27 20:21 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: iio/accel: Drop duplicate adi,adxl345/6 from trivial-devices.yaml
  ` [PATCH 1/4] dt-bindings: iio/accel: Drop duplicate adi, adxl345/6 "

[PATCH][next] btrfs: inode: Fix uninitialized variable bug
 2020-03-27 20:01 UTC 

[PATCH] ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()
 2020-03-27 19:56 UTC  (4+ messages)
` [PATCH V2] "
    ` [PATCH -mm] ipc-mqueuec-change-__do_notify-to-bypass-check_kill_permission-fix

[PATCH 00/28] DT: Improve validation for Marvell SoCs
 2020-03-27 19:55 UTC  (7+ messages)
` [PATCH 26/28] dt-bindings: spi: Convert spi-pxa2xx to json-schema
` [PATCH 27/28] dt-bindings: timer: Convert mrvl,mmp-timer "
` [PATCH 28/28] dt-bindings: usb: Convert ehci-mv "

[PATCH net-next 2/9] dt-bindings: net: add backplane dt bindings
 2020-03-27 19:49 UTC  (2+ 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).