All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-19 06:08:39 to 2020-07-19 08:08:13 UTC [more...]

[PATCH v5 0/19] backlight: backlight updates
 2020-07-19  8:07 UTC  (21+ messages)
` [PATCH v5 01/19] backlight: refactor fb_notifier_callback()
` [PATCH v5 02/19] backlight: add backlight_is_blank()
` [PATCH v5 03/19] backlight: improve backlight_ops documentation
` [PATCH v5 04/19] backlight: improve backlight_properties documentation
` [PATCH v5 05/19] backlight: improve backlight_device documentation
` [PATCH v5 08/19] backlight: remove the unused backlight_bl driver
` [PATCH v5 09/19] backlight: drop extern from prototypes
` [PATCH v5 10/19] backlight: add overview and update existing doc
` [PATCH v5 11/19] backlight: wire up kernel-doc documentation
` [PATCH v5 12/19] backlight: introduce backlight_get_brightness()
` [PATCH v5 13/19] backlight: as3711_bl: simplify update_status
` [PATCH v5 15/19] backlight: gpio_backlight: simplify update_status()
` [PATCH v5 19/19] backlight: make of_find_backlight static

[PATCH net-next v1] net: phy: at803x: add mdix configuration support for AR9331 and AR8035
 2020-07-19  8:05 UTC 

How to comfirm whether __GI___clock_gettime() implemented as fast system call or not on x86_64 platform with Linux 4.19.84?
 2020-07-19  8:04 UTC 

[Buildroot] [PATCH] initscripts: Make installation of S20urandom optional
 2020-07-19  8:05 UTC  (2+ messages)

[Buildroot] local autobuild failures
 2020-07-19  8:03 UTC  (4+ messages)

[Buildroot] [PATCH v2 1/1] package/meson: fix LDFLAGS rpath match pattern
 2020-07-19  8:01 UTC  (2+ messages)

[PATCH] habanalabs: use no flags on MMU cache invalidation
 2020-07-19  8:00 UTC 

[PATCH] i2c: iproc: fix race between client unreg and isr
 2020-07-19  7:59 UTC  (2+ messages)

[PATCH v2 1/1] efi_loader: use logging for bootefi command
 2020-07-19  7:57 UTC 

[Buildroot] [git commit] package/meson: fix LDFLAGS rpath match pattern
 2020-07-19  7:55 UTC 

How to add python debugger "epdb" module in recipe
 2020-07-19  7:55 UTC 

[PATCH] m68k: Replace HTTP links with HTTPS ones
 2020-07-19  7:51 UTC  (4+ messages)

[LTP] [PATCH 0/9] Rewrite shmctl() testcases
 2020-07-19  7:48 UTC  (3+ messages)
` [LTP] [PATCH 3/9] syscalls/ipc: shmctl04: Rewrite from scratch

[PATCH net] bonding: check error value of register_netdevice() immediately
 2020-07-19  7:41 UTC  (3+ messages)

[GIT PULL] dma-mapping fixes for 5.8
 2020-07-19  7:39 UTC  (2+ messages)

WARNING in do_syscall_64
 2020-07-19  7:42 UTC 

[Bug 208605] New: AACRAID frequent hos bus reset with intensive IO on large arrays
 2020-07-19  7:32 UTC  (2+ messages)
` [Bug 208605] "

[PATCH] drm/lima: fix wait pp reset timeout
 2020-07-19  7:30 UTC 

[RFC PATCH v4 08/12] ipe: add property for signed dmverity volumes
 2020-07-19  7:28 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH 1/6] eal: introduce macros for getting value for bit
 2020-07-19  7:28 UTC  (3+ messages)
` [dpdk-dev] [PATCH v7 0/9] Improve mlx5 PMD driver framework for multiple classes

[PATCH v3 0/4] Fix up and simplify error recovery mechanism
 2020-07-19  7:27 UTC  (3+ messages)
` [PATCH v3 1/4] scsi: ufs: Add checks before setting clk-gating states

[PATCH rdma-next v1] RDMA/include: Replace license text with SPDX tags
 2020-07-19  7:25 UTC 

do a single memdup_user in sctp_setsockopt v2
 2020-07-19  7:22 UTC  (104+ messages)
` [PATCH 01/51] sctp: copy the optval from user space in sctp_setsockopt
` [PATCH 02/51] sctp: pass a kernel pointer to sctp_setsockopt_bindx
` [PATCH 03/51] sctp: pass a kernel pointer to __sctp_setsockopt_connectx
` [PATCH 04/51] sctp: pass a kernel pointer to sctp_setsockopt_disable_fragments
` [PATCH 05/51] sctp: pass a kernel pointer to sctp_setsockopt_events
` [PATCH 06/51] sctp: pass a kernel pointer to sctp_setsockopt_autoclose
` [PATCH 07/51] sctp: pass a kernel pointer to sctp_setsockopt_peer_addr_params
` [PATCH 08/51] sctp: pass a kernel pointer to sctp_setsockopt_delayed_ack
` [PATCH 09/51] sctp: pass a kernel pointer to sctp_setsockopt_partial_delivery_point
` [PATCH 10/51] sctp: pass a kernel pointer to sctp_setsockopt_initmsg
` [PATCH 11/51] sctp: pass a kernel pointer to sctp_setsockopt_default_send_param
` [PATCH 12/51] sctp: pass a kernel pointer to sctp_setsockopt_default_sndinfo
` [PATCH 13/51] sctp: pass a kernel pointer to sctp_setsockopt_primary_addr
` [PATCH 14/51] sctp: pass a kernel pointer to sctp_setsockopt_peer_primary_addr
` [PATCH 15/51] sctp: pass a kernel pointer to sctp_setsockopt_nodelay
` [PATCH 16/51] sctp: pass a kernel pointer to sctp_setsockopt_rtoinfo
` [PATCH 17/51] sctp: pass a kernel pointer to sctp_setsockopt_associnfo
` [PATCH 18/51] sctp: pass a kernel pointer to sctp_setsockopt_mappedv4
` [PATCH 19/51] sctp: pass a kernel pointer to sctp_setsockopt_maxseg
` [PATCH 20/51] sctp: pass a kernel pointer to sctp_setsockopt_adaptation_layer
` [PATCH 21/51] sctp: pass a kernel pointer to sctp_setsockopt_context
` [PATCH 22/51] sctp: pass a kernel pointer to sctp_setsockopt_fragment_interleave
` [PATCH 23/51] sctp: pass a kernel pointer to sctp_setsockopt_maxburst
` [PATCH 24/51] sctp: pass a kernel pointer to sctp_setsockopt_auth_chunk
` [PATCH 25/51] sctp: pass a kernel pointer to sctp_setsockopt_hmac_ident
` [PATCH 26/51] sctp: switch sctp_setsockopt_auth_key to use memzero_explicit
` [PATCH 27/51] sctp: pass a kernel pointer to sctp_setsockopt_auth_key
` [PATCH 28/51] sctp: pass a kernel pointer to sctp_setsockopt_active_key
` [PATCH 29/51] sctp: pass a kernel pointer to sctp_setsockopt_del_key
` [PATCH 30/51] sctp: pass a kernel pointer to sctp_setsockopt_deactivate_key
` [PATCH 31/51] sctp: pass a kernel pointer to sctp_setsockopt_auto_asconf
` [PATCH 32/51] sctp: pass a kernel pointer to sctp_setsockopt_paddr_thresholds
` [PATCH 33/51] sctp: pass a kernel pointer to sctp_setsockopt_recvrcvinfo
` [PATCH 34/51] sctp: pass a kernel pointer to sctp_setsockopt_recvnxtinfo
` [PATCH 35/51] sctp: pass a kernel pointer to sctp_setsockopt_pr_supported
` [PATCH 36/51] sctp: pass a kernel pointer to sctp_setsockopt_default_prinfo
` [PATCH 37/51] sctp: pass a kernel pointer to sctp_setsockopt_reconfig_supported
` [PATCH 38/51] sctp: pass a kernel pointer to sctp_setsockopt_enable_strreset
` [PATCH 39/51] sctp: pass a kernel pointer to sctp_setsockopt_reset_streams
` [PATCH 40/51] sctp: pass a kernel pointer to sctp_setsockopt_reset_assoc
` [PATCH 41/51] sctp: pass a kernel pointer to sctp_setsockopt_add_streams
` [PATCH 42/51] sctp: pass a kernel pointer to sctp_setsockopt_scheduler
` [PATCH 43/51] sctp: pass a kernel pointer to sctp_setsockopt_scheduler_value
` [PATCH 44/51] sctp: pass a kernel pointer to sctp_setsockopt_interleaving_supported
` [PATCH 45/51] sctp: pass a kernel pointer to sctp_setsockopt_reuse_port
` [PATCH 46/51] sctp: pass a kernel pointer to sctp_setsockopt_event
` [PATCH 47/51] "
` [PATCH 48/51] sctp: pass a kernel pointer to sctp_setsockopt_auth_supported
` [PATCH 49/51] sctp: pass a kernel pointer to sctp_setsockopt_ecn_supported
` [PATCH 50/51] sctp: pass a kernel pointer to sctp_setsockopt_pf_expose
` [PATCH 51/51] sctp: remove the out_nounlock label in sctp_setsockopt

[libvirt test] 152006: regressions - FAIL
 2020-07-19  7:18 UTC 

[RFC PATCH v2] scsi: ufs: set STATE_ERROR when ufshcd_probe_hba() failed
 2020-07-19  7:14 UTC  (2+ messages)

[Linux-kernel-mentees] [PATCH] checkpatch: Fix SPDX license check for scripts
 2020-07-19  7:13 UTC  (10+ messages)

[dpdk-dev] [PATCH v1 8/8] mlx5: remove inclusion of verbs header files
 2020-07-19  7:11 UTC  (10+ messages)
` [dpdk-dev] [PATCH v2 0/8] mlx5 PMD multi OS support - part #3
  ` [dpdk-dev] [PATCH v2 1/8] net/mlx5: move flow prio discovery and adjust under Verbs
  ` [dpdk-dev] [PATCH v2 2/8] net/mlx5: replace Linux specific calls with rte API
  ` [dpdk-dev] [PATCH v2 3/8] net/mlx5: refactor Linux MAC operations
  ` [dpdk-dev] [PATCH v2 4/8] linux/mlx5: add setters for promiscuous and all-multi
  ` [dpdk-dev] [PATCH v2 5/8] net/mlx5: eliminate dependency on Linux in shared header
  ` [dpdk-dev] [PATCH v2 6/8] net/mlx5: header file cleanup
  ` [dpdk-dev] [PATCH v2 7/8] net/mlx5: refactor multi process communication
  ` [dpdk-dev] [PATCH v2 8/8] mlx5: remove inclusion of Verbs header files

[PATCH] parisc: Fix spinlock barriers
 2020-07-19  7:03 UTC  (4+ messages)

[PATCH v5 0/7] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-07-19  6:59 UTC  (16+ messages)
` [PATCH v5 1/7] ata: ahci: mvebu: Rename a platform data flag
` [PATCH v5 2/7] ata: ahci: mvebu: Support A8k compatible
` [PATCH v5 3/7] ata: ahci: mvebu: Add support for A8k legacy DT bindings
` [PATCH v5 4/7] irqchip/irq-mvebu-icu: Remove the double SATA ports interrupt hack
` [PATCH v5 5/7] dt-bindings: ata: Update ahci bindings with possible per-port interrupts
` [PATCH v5 6/7] dt-bindings: ata: Update ahci_mvebu bindings
` [PATCH v5 7/7] arm64: dts: marvell: armada-cp110: Switch to per-port SATA interrupts

[PATCH rdma-next] RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flow
 2020-07-19  6:57 UTC 

[PATCH 0/3] build: fix for SunOS systems
 2020-07-18 12:36 UTC 

[PATCH rdma-rc] RDMA/mlx5: Prevent prefetch from racing with implicit destruction
 2020-07-19  6:54 UTC 

[RFC PATCH v3 0/2] ufs: support various values per device
 2020-07-19  6:46 UTC  (5+ messages)
  ` [RFC PATCH v3 2/2] ufs: change the way to complete fDeviceInit

[PATCH] staging: kpc2000: Replace depracated MSI API
 2020-07-19  6:32 UTC  (3+ messages)

[powerpc:next-test 103/106] arch/powerpc/mm/book3s64/radix_pgtable.c:513:21: error: use of undeclared identifier 'SECTION_SIZE_BITS'
 2020-07-19  6:35 UTC  (2+ messages)

[Bug 207855] New: arcconf host reset causes kernel panic -> driver crash?
 2020-07-19  6:36 UTC  (2+ messages)
` [Bug 207855] "

[PATCH v6 0/5] scsi: ufs: Add Host Performance Booster Support
 2020-07-19  6:35 UTC  (4+ messages)

[PATCH v4 0/7] Avoid multiple recursive calls for same path in read_directory_recursive()
 2020-07-19  6:33 UTC  (4+ messages)
` [PATCH v5 00/12] "
  ` [PATCH v5 11/12] Fix error-prone fill_directory() API; make it only return matches

Git bug - Windows subst/net use, Windows drive letter prefix
 2020-07-19  6:31 UTC  (2+ messages)

[PATCH] coresight: stm: support marked packet
 2020-07-19  6:27 UTC 

Two platforms use the some kernel Deb, one works all for half a month, the other one can't boot up at all with the error meassage: init failed, -19
 2020-07-19  6:26 UTC 

[PATCH 0/7] Armada8k enable per-port SATA interrupts and drop a hack in the IRQ subsystem
 2020-07-19  6:14 UTC  (3+ messages)

[PATCH] git-mv: improve error message for conflicted file
 2020-07-19  6:16 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/libzip: bump version to 1.7.3
 2020-07-19  6:14 UTC 

[git pull] habanalabs fixes pull request for kernel 5.8-rc7
 2020-07-19  6:13 UTC 

[PATCH] drivers: staging: media: atomisp: pci: css_2401_system: host: csi_rx.c: fixed a sparse warning by making undeclared symbols static
 2020-07-19  6:10 UTC  (2+ messages)

[Buildroot] [PATCH 1/2] package/libgcrypt: bump version to 1.8.6
 2020-07-19  6:09 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/gnupg2: bump vesion to 2.2.21

[PATCH 1/1 v2] inside-secure irq balance
 2020-07-19  6:09 UTC  (3+ messages)

[PATCH,v2] ipvs: fix the connection sync failed in some cases
 2020-07-19  6:08 UTC  (2+ messages)


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.