linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-20 12:52:24 to 2019-07-21 12:19:10 UTC [more...]

WARNING in __mmdrop
 2019-07-21 12:18 UTC  (4+ messages)

[Question] orphan platform data header
 2019-07-21 12:12 UTC  (5+ messages)

[PATCH 1/2] hwmon: (k8temp) update to use new hwmon registration API
 2019-07-21 12:00 UTC  (2+ messages)
  ` [PATCH v3 1/1] "

[PATCH v2 0/2] arm64: dts: imx8mq: Add DT node for the Mixel MIPI D-PHY
 2019-07-21 11:47 UTC  (4+ messages)
` [PATCH v2 1/2] arm64: dts: imx8mq: Add "

[PATCH] scsi: lpfc: fix "NULL check before some freeing functions is not needed"
 2019-07-21 11:42 UTC 

[RFC 00/79] perf tools: Initial libperf separation
 2019-07-21 11:25 UTC  (80+ messages)
` [PATCH 01/79] perf tools: Move loaded out of struct perf_counts_values
` [PATCH 02/79] perf tools: Rename struct cpu_map to struct perf_cpu_map
` [PATCH 03/79] perf tools: Rename struct thread_map to struct perf_thread_map
` [PATCH 04/79] perf tools: Rename struct perf_evsel to struct evsel
` [PATCH 05/79] perf tools: Rename struct perf_evlist to struct evlist
` [PATCH 06/79] perf tools: Rename perf_evsel__init to evsel__init
` [PATCH 07/79] perf tools: Rename perf_evlist__init to evlist__init
` [PATCH 08/79] perf tools: Rename perf_evlist__new to evlist__new
` [PATCH 09/79] perf tools: Rename perf_evlist__delete to evlist__delete
` [PATCH 10/79] perf tools: Rename perf_evsel__delete to evsel__delete
` [PATCH 11/79] perf tools: Rename perf_evsel__new to evsel__new
` [PATCH 12/79] perf tools: Rename perf_evlist__add to evlist__add
` [PATCH 13/79] perf tools: Rename perf_evlist__remove to evlist__remove
` [PATCH 14/79] perf tools: Rename perf_evsel__open to evsel__open
` [PATCH 15/79] perf tools: Rename perf_evsel__enable to evsel__enable
` [PATCH 16/79] perf tools: Rename perf_evsel__disable to evsel__disable
` [PATCH 17/79] perf tools: Rename perf_evsel__apply_filter to evsel__apply_filter
` [PATCH 18/79] perf tools: Rename perf_evsel__cpus to evsel__cpus
` [PATCH 19/79] perf tools: Rename perf_evlist__open to evlist__open
` [PATCH 20/79] perf tools: Rename perf_evlist__close to evlist__close
` [PATCH 21/79] perf tools: Rename perf_evlist__enable to evlist__enable
` [PATCH 22/79] perf tools: Rename perf_evlist__disable to evlist__disable
` [PATCH 23/79] libperf: Make libperf.a part of the build
` [PATCH 24/79] libperf: Add build version support
` [PATCH 25/79] libperf: Add libperf in python.so compilation
` [PATCH 26/79] libperf: Add perf/core.h header
` [PATCH 27/79] libperf: Add debug output support
` [PATCH 28/79] libperf: Add perf_cpu_map struct
` [PATCH 29/79] libperf: Add perf_cpu_map__dummy_new function
` [PATCH 30/79] libperf: Add perf_cpu_map__get/perf_cpu_map__put
` [PATCH 31/79] libperf: Add perf_thread_map struct
` [PATCH 32/79] libperf: Add perf_thread_map__new_dummy function
` [PATCH 33/79] libperf: Add perf_thread_map__get/perf_thread_map__put
` [PATCH 34/79] libperf: Add perf_evlist and perf_evsel structs
` [PATCH 35/79] libperf: Include perf_evsel in evsel object
` [PATCH 36/79] libperf: Include perf_evlist in evlist object
` [PATCH 37/79] libperf: Add perf_evsel__init function
` [PATCH 38/79] libperf: Add perf_evlist__init function
` [PATCH 39/79] libperf: Add perf_evlist__add function
` [PATCH 40/79] libperf: Add perf_evlist__remove function
` [PATCH 41/79] libperf: Add nr_entries to perf_evlist
` [PATCH 42/79] libperf: Add attr to perf_evsel
` [PATCH 43/79] libperf: Add perf_cpu_map__new/perf_cpu_map__read functions
` [PATCH 44/79] libperf: Move zalloc.o into libperf
` [PATCH 45/79] libperf: Add perf_evlist__new function
` [PATCH 46/79] libperf: Add perf_evsel__new function
` [PATCH 47/79] libperf: Add perf_evlist__for_each_evsel macro
` [PATCH 48/79] libperf: Add perf_evlist__delete function
` [PATCH 49/79] libperf: Add perf_evsel__delete function
` [PATCH 50/79] libperf: Add cpus to struct perf_evsel
` [PATCH 51/79] libperf: Add own_cpus "
` [PATCH 52/79] libperf: Add threads "
` [PATCH 53/79] libperf: Add has_user_cpus to struct perf_evlist
` [PATCH 54/79] libperf: Add cpus "
` [PATCH 55/79] libperf: Add threads "
` [PATCH 56/79] libperf: Add perf_evlist__set_maps function
` [PATCH 57/79] libperf: Add xyarray object
` [PATCH 58/79] libperf: Add fd array to struct perf_evsel
` [PATCH 59/79] libperf: Add nr_members "
` [PATCH 60/79] libperf: Add readn/writen function
` [PATCH 61/79] libperf: Add perf_evsel__alloc_fd function
` [PATCH 62/79] libperf: Add perf_evsel__open function
` [PATCH 63/79] libperf: Add perf_evsel__close function
` [PATCH 64/79] libperf: Add perf_evsel__read function
` [PATCH 65/79] libperf: Add perf_evsel__enable/disable/apply_filter functions
` [PATCH 66/79] libperf: Add perf_cpu_map__for_each_cpu macro
` [PATCH 67/79] libperf: Add perf_evsel__cpus/threads functions
` [PATCH 68/79] libperf: Add perf_evlist__open/close functions
` [PATCH 69/79] libperf: Add perf_evlist__enable/disable functions
` [PATCH 70/79] libperf: Add perf_evsel__attr functions
` [PATCH 71/79] libperf: Add install targets
` [PATCH 72/79] libperf: Add tests support
` [PATCH 73/79] libperf: Add perf_cpu_map test
` [PATCH 74/79] libperf: Add perf_thread_map test
` [PATCH 75/79] libperf: Add perf_evlist test
` [PATCH 76/79] libperf: Add perf_evsel tests
` [PATCH 77/79] libperf: Add perf_evlist__enable/disable test
` [PATCH 78/79] libperf: Add perf_evsel__enable/disable test
` [PATCH 79/79] libperf: Initial documentation

[PATCH] fs/omfs: make use of kmemdup
 2019-07-21 11:23 UTC 

[PATCH] iio: sca3000: Fix a typo
 2019-07-21 10:53 UTC 

[PATCH] iio: light: apds9960: Fix a typo
 2019-07-21 10:49 UTC 

[PATCH] jfs: Change return type of txLog
 2019-07-21 10:49 UTC 

[PATCH] dlm: fix a typo
 2019-07-21 10:43 UTC 

[PATCH] tipc: Fix a typo
 2019-07-21 10:38 UTC 

[PATCH 0/2] hwmon: (k8temp) update to use new hwmon registration API
 2019-07-20 23:56 UTC  (6+ messages)
` [PATCH 1/2] "
  ` [PATCH v2 1/1] "
` [PATCH 2/2] hwmon: (k8temp) documentation: update URL of datasheet

[PATCH 1/3] mt76: fix checkpatch warnings and errors
 2019-07-21 10:28 UTC  (4+ messages)
` [PATCH 3/3] mt76: mt7615: add cwmin/cwmax initial values

[PATCH 00/10] Improvements and fixes for mxsfb DRM driver
 2019-07-21 10:27 UTC  (9+ messages)
` [PATCH 01/10] drm/mxsfb: Update mxsfb to support a bridge
` [PATCH 02/10] drm/mxsfb: Update mxsfb with additional pixel formats
  ` [EXT] Re: [PATCH 00/10] Improvements and fixes for mxsfb DRM driver

[PATCH] ALSA: line6: Fix a typo
 2019-07-21 10:25 UTC 

[PATCH] staging/wlan-ng: Fixing "line over 80 characters" warnings
 2019-07-21 10:03 UTC  (3+ messages)

[PATCH] hwmon: (pmbus/max31785) Remove a useless #define
 2019-07-21 10:15 UTC 

Kernel 4.19.42 and newer have broke my Bluetooth keyboard/mouse support
 2019-07-21 10:05 UTC 

[PATCH] percpu: Fix a typo
 2019-07-21  9:56 UTC 

[PATCH] drm/panel: simple: Doxygenize 'struct panel_desc'; rename a few functions
 2019-07-21  9:38 UTC  (3+ messages)

[PATCH] rat_cs: Remove duplicate code
 2019-07-21  9:12 UTC  (2+ messages)

[PATCH v2 0/2] usbip: Implement SG support
 2019-07-21  9:01 UTC  (3+ messages)

[PATCH] .gitignore: Add compilation database files
 2019-07-21  8:54 UTC 

[PATCH v2] Input: applespi: fix warnings detected by sparse
 2019-07-21  8:10 UTC 

[PATCH 2/2] Input: applespi: fix warnings detected by sparse
 2019-07-21  7:59 UTC  (3+ messages)

[PATCH v2] powerpc: slightly improve cache helpers
 2019-07-21  7:58 UTC  (9+ messages)

upstream boot error: WARNING: workqueue cpumask: online intersect > possible intersect
 2019-07-21  7:58 UTC 

[PATCH] backlight: add include guards to platform_lcd.h and ili9320.h
 2019-07-21  7:39 UTC 

[PATCH] usb: dwc3: omap: squash include/linux/platform_data/dwc3-omap.h
 2019-07-21  7:36 UTC 

[PATCH] drm: bridge: DRM_SIL_SII8620 should depend on, not select INPUT
 2019-07-21  7:22 UTC  (4+ messages)

[PATCH v2] Input: applespi - register touchpad device synchronously in probe
 2019-07-21  7:05 UTC 

Is Linux Kernel 5.2.1 able to support Intel Core i9-9980XE Extreme Edition or AMD Ryzen 9 3950X?
 2019-07-20  9:18 UTC  (2+ messages)

[PATCH] allocate_flower_entry: should check for null deref
 2019-07-21  6:37 UTC 

[PATCH] mm, slab: Move memcg_cache_params structure to mm/slab.h
 2019-07-21  5:31 UTC  (2+ messages)

[PATCH] tracing: kmem: convert call_site addresses to user friendly symbols
 2019-07-21  5:26 UTC  (2+ messages)

[PATCH v2 00/24] erofs: promote erofs from staging
 2019-07-21  4:12 UTC  (6+ messages)
` [PATCH v2 03/24] erofs: add super block operations

[git pull] typo fix
 2019-07-21  3:20 UTC 

[GIT PULL] Devicetree fixes for 5.3-rc
 2019-07-21  2:37 UTC 

[PATCH 0/3] arm64: kprobes: Fix some bugs in arm64 kprobes
 2019-07-21  1:50 UTC  (8+ messages)
` [PATCH 3/3] arm64: debug: Remove rcu_read_lock from debug exception

[PATCH] netfilter: ebtables: compat: fix a memory leak bug
 2019-07-21  0:26 UTC  (2+ messages)

WARNING in xt_compat_add_offset
 2019-07-20 23:55 UTC  (2+ messages)

[GIT PULL] SMB3 Fixes
 2019-07-20 23:48 UTC 

[PATCH][next] scsi: megaraid_sas: fix spelling mistake "megarid_sas" -> "megaraid_sas"
 2019-07-20 21:58 UTC 

[GIT PULL] NTB changes for v5.3
 2019-07-20 21:58 UTC 

[PATCH] lightnvm: introduce pr_fmt for the previx nvm
 2019-07-20 21:27 UTC  (2+ messages)

[PATCH 1/2] hwmon: (k8temp) update to use new hwmon registration API
 2019-07-20 21:12 UTC 

Regression with the latest iwlwifi-9260-*-46.ucode
 2019-07-20 20:49 UTC  (5+ messages)

linux-headers-5.2 and proper use of SIOCGSTAMP
 2019-07-20 20:40 UTC  (5+ messages)

[PATCH] rtl8192_init_priv_variable: null check is missing for kzalloc
 2019-07-20 20:25 UTC 

[PATCH] rtc: snvs: fix possible race condition
 2019-07-20 19:55 UTC  (8+ messages)

[PATCH] gpio: don't WARN() on NULL descs if gpiolib is disabled
 2019-07-20 19:44 UTC  (6+ messages)

[git pull] Input updates for v5.3-rc0
 2019-07-20 19:35 UTC  (2+ messages)

[GIT PULL] dma-mapping fixes for 5.3
 2019-07-20 19:35 UTC  (2+ messages)

[GIT pull] core/urgent for 5.3-rc1
 2019-07-20 18:40 UTC  (10+ messages)
` [GIT pull] sched/urgent "
` [GIT pull] x86/urgent "
` [GIT pull] perf/urgent "
` [GIT pull] smp/urgent "

[GIT PULL] Second batch of KVM changes for 5.3 merge window
 2019-07-20 18:40 UTC  (2+ messages)

[GIT PULL] More Kbuild updates for v5.3-rc1
 2019-07-20 18:40 UTC  (2+ messages)

[GIT PULL] final round of SCSI updates for the 5.2+ merge window
 2019-07-20 18:40 UTC  (2+ messages)

[git pull] vfs.git - dcache and mountpoint stuff
 2019-07-20 18:40 UTC  (2+ messages)

[PATCH v3] staging: kpc2000: Convert put_page to put_user_page*()
 2019-07-20 17:36 UTC  (5+ messages)

[PATCH v4] staging: kpc2000: Convert put_page to put_user_page*()
 2019-07-20 17:32 UTC 

[PATCH] Documentation: filesystem: fix "Removed Sysctls" table
 2019-07-20 17:29 UTC 

network problems with r8169
 2019-07-20 16:44 UTC  (6+ messages)

[PATCH 1/3] kbuild: use $(basename ...) for cmd_asn1_compiler
 2019-07-20 16:27 UTC  (3+ messages)
` [PATCH 2/3] kbuild: make bison create C file and header in a single pattern rule
` [PATCH 3/3] kbuild: move flex and bison rules to Makefile.host

[PATCH 0/3] drm/sun4i: Add support for color encoding and range
 2019-07-20 16:03 UTC  (3+ messages)

[TRIVIAL PATCH] of: per-file dtc preprocessor flags
 2019-07-20 15:37 UTC  (3+ messages)

[PATCH] knfsd: add nfs-export support to ramfs
 2019-07-20 15:25 UTC  (2+ messages)

[PATCH] Add Second Fan Support for Thinkpad P50
 2019-07-20 15:22 UTC  (3+ messages)

[PATCH 0/2] Support for buttons on newer MS Surface devices
 2019-07-20 15:15 UTC  (2+ messages)

[PATCH v5 0/2] Add basic support for pico-pi-imx8m
 2019-07-20 15:09 UTC  (3+ messages)
` [PATCH v5 1/2] arm64: dts: fsl: pico-pi: Add a device tree for the PICO-PI-IMX8M

workqueue: possible deadlock when setting sysfs "debug_force_rr_cpu"
 2019-07-20 15:07 UTC 

[PATCH v3 0/2] Support for buttons on newer MS Surface devices
 2019-07-20 15:05 UTC  (3+ messages)
` [PATCH v3 1/2] platform/x86: surfacepro3_button: Fix device check
` [PATCH v3 2/2] Input: soc_button_array - Add support for newer surface devices

[PATCH v8 00/19] locking/rwsem: Rwsem rearchitecture part 2
 2019-07-20 15:04 UTC  (7+ messages)
` [PATCH v8 13/19] locking/rwsem: Make rwsem->owner an atomic_long_t

[PATCH v3] module: add link_flag pram in ref_module func to decide whether add usage link
 2019-07-20 14:40 UTC 

[PATCH] hwmon: (adt7475) Convert to use hwmon_device_register_with_groups()
 2019-07-20 14:23 UTC  (2+ messages)

[PATCH v3 0/6] Tracing vs CR2
 2019-07-20 14:23 UTC  (8+ messages)

[PATCH v1 0/2] AUXADC: support efuse calibration on MT818
 2019-07-20 14:13 UTC  (3+ messages)
` [PATCH v1 2/2] auxadc: mediatek: support efuse calibration in auxadc driver

[PATCH v3 0/9] x86: Concurrent TLB flushes
 2019-07-20 13:58 UTC  (7+ messages)
` [PATCH v3 5/9] x86/mm/tlb: Privatize cpu_tlbstate

[PATCH] mtd: hyperbus: Kconfig: Fix HBMC_AM654 dependencies
 2019-07-20 13:45 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).