All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-17 21:52:04 to 2020-09-17 22:42:07 UTC [more...]

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2020-09-17 22:42 UTC 

[PATCH 0/2] Add WDT driver for Toshiba Visconti ARM SoC
 2020-09-17 22:39 UTC  (6+ messages)
` [PATCH 1/2] watchdog: bindings: Add binding documentation for Toshiba Visconti watchdog device
` [PATCH 2/2] watchdog: Add Toshiba Visconti watchdog driver

[PATCH] selftests/seccomp: fix ptrace tests on powerpc
 2020-09-17 22:37 UTC  (6+ 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

[gpio:for-next] BUILD SUCCESS a5d0fe9ff2af9feb82d37782be5beb2976a4afdd
 2020-09-17 22:30 UTC 

Removing watchdog and ipmi
 2020-09-17 22:37 UTC  (3+ messages)

[RFC PATCH] bpf: Fix potential call bpf_link_free() in atomic context
 2020-09-17 22:37 UTC  (2+ messages)

[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

master - tests: also use sed to shorten log output
 2020-09-17 22:36 UTC 

master - tests: resolve missing removal of loopdevice on error path
 2020-09-17 22:36 UTC 

[PATCH 0/2] Add Toshiba Visconti SoC PWM support
 2020-09-17 22:31 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: pwm: Add bindings for Toshiba Visconti PWM Controller
` [PATCH 2/2] pwm: visconti: Add Toshiba Visconti SoC PWM support

[PATCH] config: option transfer.ipversion to set transport protocol version for network fetches
 2020-09-17 22:31 UTC  (5+ messages)

[pinctrl:for-next] BUILD SUCCESS 4f7a0cd03de56425e96b0eccb0e9725bae81b557
 2020-09-17 22:30 UTC 

[pinctrl:fixes] BUILD SUCCESS 63c3212e7a37d68c89a13bdaebce869f4e064e67
 2020-09-17 22:30 UTC 

[PATCH v3,net-next,0/4] Add Support for Marvell OcteonTX2 Cryptographic
 2020-09-17 22:30 UTC  (2+ messages)

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

[PATCH v14 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-09-17 22:18 UTC  (6+ messages)
` [PATCH v14 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

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

[PATCH 00/15] remote-mediawiki: various fixes to make tests pass
 2020-09-17 22:28 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/paulg/longterm-queue-5.2
 2020-09-17 22:27 UTC 

[PATCH v3 01/19] drm/virtio: blob prep: refactor getting pages and attaching backing
 2020-09-17 22:27 UTC  (5+ messages)
` [PATCH v3 09/19] drm/virtio: implement blob resources: probe for host visible region
    ` [PATCH v4 "

post-receive: pub/scm/linux/kernel/git/paulg/linux-5.2.y
 2020-09-17 22:27 UTC 

[PATCH BlueZ v2] a2dp: Keep track of ref ownership of a2dp_setup
 2020-09-17 22:27 UTC  (3+ messages)
` [BlueZ,v2] "

[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 v2 0/3] block: fix up bio_crypt_ctx allocation
 2020-09-17 22:26 UTC  (7+ messages)
` [PATCH v2 1/3] block: make bio_crypt_clone() able to fail
` [PATCH v2 2/3] block: make blk_crypto_rq_bio_prep() "
` [PATCH v2 3/3] block: warn if !__GFP_DIRECT_RECLAIM in bio_crypt_set_ctx()

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

[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 00/14] UBSan Enablement for hyp/nVHE code
 2020-09-17 22:21 UTC  (19+ messages)
` [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang

[PATCH BlueZ] a2dp: Keep track of ref ownership of a2dp_setup
 2020-09-17 22:22 UTC  (3+ messages)

[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

post-receive: pub/scm/linux/kernel/git/kabel/linux
 2020-09-17 22:22 UTC 

interest in a minimal image recipe
 2020-09-17 22:21 UTC  (3+ messages)

[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  (20+ 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

post-receive: pub/scm/linux/kernel/git/sashal/linux-stable
 2020-09-17 22:18 UTC 

[PATCH v16 2/2] drm/bridge: anx7625: Add anx7625 MIPI DSI/DPI to DP
 2020-09-17 22:18 UTC 

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

Changing vma->vm_file in dma_buf_mmap()
 2020-09-17 16:39 UTC  (16+ messages)
  ` [Linaro-mm-sig] "

[PATCH] fbcon: Remove the superfluous break
 2020-09-17 17:36 UTC  (2+ messages)

[PATCH] dma-fence: add get_signaled_timestamp to fence ops
 2020-09-17 21:45 UTC  (2+ messages)

[PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-17 18:14 UTC  (7+ 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 bpf-next] bpf: Use hlist_add_head_rcu when linking to local_storage
 2020-09-17 22:15 UTC  (2+ messages)

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

[linux-5.4 test] 154428: tolerable FAIL - PUSHED
 2020-09-17 22:13 UTC 

[PATCH 0/1] Convert to using devm_drm_dev_alloc() (v2)
 2020-09-17 22:13 UTC  (2+ messages)
` [PATCH 1/1] drm/amdgpu: "

stable-rc/queue/5.4 build: 200 builds: 1 failed, 199 passed, 1 error, 126 warnings (v5.4.65-137-g43c14d04b9f1)
 2020-09-17 22:13 UTC 

[PATCH 00/12] more miscellaneous Bloom filter improvements, redux
 2020-09-17 22:13 UTC  (4+ messages)
` [PATCH v2 00/13] "
  ` [PATCH v2 10/13] bloom: encode out-of-bounds filters as non-empty

post-receive: pub/scm/git/git
 2020-09-17 22:12 UTC 

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

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 22:08 UTC 

[arnd-playground:arm-kill-set_fs-5 17/40] drivers/scsi/megaraid/megaraid_sas_base.c:8347:10: warning: returning 'int' from a function with return type 'struct megasas_iocpacket makes pointer from integer without a cast
 2020-09-17 22:08 UTC 

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

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 22:07 UTC 

[robh:pci-more-dwc-cleanup 1/4] drivers/pci/controller/dwc/pcie-designware-host.c:512:15: error: redefinition of 'dw_pcie_own_conf_map_bus'
 2020-09-17 22:06 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 22:06 UTC 

[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

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 22:04 UTC 

[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

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 22:03 UTC 

[PATCH RESEND bpf-next] samples/bpf: Fix test_map_in_map on s390
 2020-09-17 22:02 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 22:02 UTC 

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

[PATCH v7 0/3] Add a vhost RPMsg API
 2020-09-17 22:01 UTC  (3+ messages)
` [PATCH v7 3/3] vhost: add an "

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 22:00 UTC 

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-09-17 22:00 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 21:59 UTC 

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

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 21:58 UTC 

[lustre-devel] lfs usage with OST pool quota flags
 2020-09-17 21:58 UTC 

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

Adventures in NFS re-exporting
 2020-09-17 21:57 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 21:55 UTC 

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 21:53 UTC 

[Intel-gfx] [PATCH 1/3] drm/i915: Extract intel_dp_output_format()
 2020-09-17 21:53 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for series starting with [1/3] "

[Intel-gfx] [PATCH 00/20] drm/i915: Finish (de)gamma readout
 2020-09-17 21:52 UTC  (3+ messages)
` [Intel-gfx] [PATCH 19/20] drm/i915: Complete the gamma/degamma state checking

post-receive: pub/scm/linux/kernel/git/jkirsher/next-queue
 2020-09-17 21:52 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.