All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-07-21 08:59:31 to 2019-07-21 12:40:58 UTC [more...]

post-receive: pub/scm/linux/kernel/git/leon/linux-rdma
 2019-07-21 12:40 UTC 

[PATCH] s390/hypfs: fix a typo in the name of a function
 2019-07-21 12:33 UTC  (2+ messages)

WARNING in __mmdrop
 2019-07-21 12:28 UTC  (8+ messages)
    ` RFC: call_rcu_outstanding (was Re: WARNING in __mmdrop)

[PATCH v2] Input: applespi: fix warnings detected by sparse
 2019-07-21 12:27 UTC  (2+ messages)

stable/linux-4.14.y boot: 44 boots: 0 failed, 44 passed (v4.14.134)
 2019-07-21 12:22 UTC 

post-receive: pub/scm/network/wireless/iwd
 2019-07-21 12:19 UTC 

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

[PATCH 0/7] Collection of small fixes and updates
 2019-07-21 12:12 UTC  (7+ messages)
` [PATCH 1/7] toyrcu: Convert Listing B.1 to new scheme
` [PATCH 2/7] toyrcu: Extract Listing B.15 from rcu_nest.h
` [PATCH 6/7] toyrcu: Extract Listing B.13 from rcu.h

stable-rc/linux-4.9.y build: 197 builds: 5 failed, 192 passed, 4 errors, 8 warnings (v4.9.186)
 2019-07-21 12:11 UTC 

[Xen-devel] [linux-linus test] 139223: regressions - FAIL
 2019-07-21 12:10 UTC 

stable/linux-4.4.y boot: 38 boots: 1 failed, 37 passed (v4.4.186)
 2019-07-21 12:06 UTC 

[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] KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nested
 2019-07-21 11:57 UTC  (2+ messages)

stable-rc/linux-4.4.y build: 190 builds: 12 failed, 178 passed, 7 errors, 20 warnings (v4.4.186)
 2019-07-21 11:57 UTC 

[Linux-kernel-mentees] [SYZBOT REPORT] global-out-of-bounds Read in hdpvr_probe
 2019-07-21 11:56 UTC  (3+ messages)

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

[Cocci] Coccinelle for Go
 2019-07-21 11:45 UTC  (2+ messages)

stable-rc/linux-4.14.y build: 201 builds: 4 failed, 197 passed, 4 errors, 108 warnings (v4.14.134)
 2019-07-21 11:45 UTC 

[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

ENOBUILD in nf_tables
 2019-07-21 11:31 UTC  (4+ messages)
` [PATCH net] kbuild: add net/netfilter/nf_tables_offload.h to header-test blacklist

[nft PATCH 1/2] parser_bison: Get rid of (most) bison compiler warnings
 2019-07-21 11:29 UTC  (4+ messages)
` [nft PATCH 2/2] nfnl_osf: Silence string truncation gcc warnings

stable-rc/linux-5.1.y build: 209 builds: 0 failed, 209 passed, 20 warnings (v5.1.19)
 2019-07-21 11:26 UTC 

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

post-receive: pub/scm/linux/kernel/git/jolsa/perf
 2019-07-21 11:22 UTC 

stable-rc/linux-5.2.y build: 209 builds: 0 failed, 209 passed, 20 warnings (v5.2.2)
 2019-07-21 11:19 UTC 

Grub2.02 installed with Pythin 3, boots Xen Dom0 but not Xen DomU-s
 2019-07-21 10:58 UTC 

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.60)
 2019-07-21 10:55 UTC 

[PATCH] iio: sca3000: Fix a typo
 2019-07-21 10:53 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/5] usb, ohci-hcd: add usb ohci pci DM driver
 2019-07-21 10:52 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/3] phy: Add support for phy-da8xx-usb
 2019-07-21 10:50 UTC  (5+ messages)
` [U-Boot] [PATCH V2 2/3] usb: musb-new: Add support for da8xx-musb

[PATCH] iio: light: apds9960: Fix a typo
 2019-07-21 10:49 UTC  (2+ messages)

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

[U-Boot] [PATCH v4] spl: kconfig: separate sysreset and firmware drivers from misc
 2019-07-21 10:47 UTC  (2+ messages)

[PATCH nft] doc: fib: explain example in more detail
 2019-07-21 10:43 UTC 

[U-Boot] [PATCH] fpga: arria10: Fix error in fpga pin configuration
 2019-07-21 10:46 UTC  (2+ messages)

[PATCH v2 0/3] Make working with compound pages easier
 2019-07-21 10:46 UTC  (4+ messages)
` [PATCH v2 1/3] mm: Introduce page_size()
` [PATCH v2 2/3] mm: Introduce page_shift()
` [PATCH v2 3/3] mm: Introduce compound_nr()

[U-Boot] [PATCH v4 1/4] arm: socfpga: rst: add register definition for cold reset
 2019-07-21 10:45 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] USB: Add cadence USB3 gadget driver and host driver
 2019-07-21 10:44 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] USB: host: Add the USB3 "

[PATCH] dlm: fix a typo
 2019-07-21 10:43 UTC  (3+ messages)
` [Cluster-devel] "

[PATCH nft] src: osf: fix snprintf -Wformat-truncation warning
 2019-07-21 10:43 UTC  (4+ messages)

[PATCH] tipc: Fix a typo
 2019-07-21 10:38 UTC  (2+ messages)

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

stable/linux-5.1.y build: 209 builds: 0 failed, 209 passed, 20 warnings (v5.1.19)
 2019-07-21 10:34 UTC 

[PATCH 1/3] mt76: fix checkpatch warnings and errors
 2019-07-21 10:28 UTC  (6+ 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  (8+ messages)
` [PATCH 01/10] drm/mxsfb: Update mxsfb to support a bridge
` [PATCH 02/10] drm/mxsfb: Update mxsfb with additional pixel formats

[PATCH] ALSA: line6: Fix a typo
 2019-07-21 10:25 UTC  (2+ messages)

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

[PATCH nft] scanner: don't rely on fseek for input stream repositioning
 2019-07-21 10:18 UTC 

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

ATTN: Sir/Madam, GOOD NEWS....152
 2019-07-21 10:11 UTC 

stable/linux-5.2.y build: 209 builds: 0 failed, 209 passed, 20 warnings (v5.2.2)
 2019-07-21 10:08 UTC 

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

[Qemu-devel] [PATCH] ioapic: kvm: Skip route updates for masked pins
 2019-07-21 10:04 UTC  (4+ messages)

[Xen-devel] [xen-unstable-coverity test] 139236: all pass - PUSHED
 2019-07-21 10:02 UTC 

stable/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.60)
 2019-07-21 10:02 UTC 

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2019-07-21  9:58 UTC 

[PATCH] percpu: Fix a typo
 2019-07-21  9:56 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/mlx5: fix interrupt install
 2019-07-21  9:56 UTC  (2+ messages)

post-receive: pub/scm/libs/ell/ell
 2019-07-21  9:52 UTC 

[PATCH] crypto: ghash - add comment and improve help text
 2019-07-21  9:51 UTC  (2+ messages)

xts fuzz testing and lack of ciphertext stealing support
 2019-07-21  9:50 UTC  (14+ messages)
                  ` [dm-devel] "

[U-Boot] [PATCH 1/1] efi_loader: remove efi_exit_caches()
 2019-07-21  9:46 UTC  (6+ messages)

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

[Buildroot] [PATCH 1/1] package/glib-networking: needs dynamic library
 2019-07-21  9:34 UTC  (2+ messages)

stable/linux-4.9.y build: 197 builds: 5 failed, 192 passed, 4 errors, 8 warnings (v4.9.186)
 2019-07-21  9:32 UTC 

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

post-receive: pub/scm/linux/kernel/git/maz/arm-platforms
 2019-07-21  9:09 UTC 

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2019-07-21  9:08 UTC 

[Qemu-devel] [PATCH V3] net/colo-compare.c: Fix memory leak and code style issue
 2019-07-21  9:07 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/stable/linux-stable-rc
 2019-07-21  9:08 UTC 

KVM_SET_NESTED_STATE not yet stable
 2019-07-21  9:05 UTC  (8+ messages)

post-receive: pub/scm/linux/kernel/git/mellanox/linux
 2019-07-21  9:05 UTC 

[Qemu-devel] [PATCH V4] net/colo-compare.c: Fix memory leak and code style issue
 2019-07-21  8:58 UTC 

post-receive: pub/scm/linux/kernel/git/deller/parisc-linux
 2019-07-21  9:03 UTC 

post-receive: pub/scm/linux/kernel/git/deller/parisc-linux
 2019-07-21  9:03 UTC 

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

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2019-07-21  9:01 UTC 

[Qemu-devel] [PATCH] i386/vmmouse: Properly reset state
 2019-07-21  8:58 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.