linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-01 14:06:18 to 2021-11-01 17:28:56 UTC [more...]

[GIT PULL] TPM DEVICE DRIVER changes for v5.16
 2021-11-01 17:28 UTC  (2+ messages)

[GIT PULL] Memory folios for v5.16
 2021-11-01 17:28 UTC  (2+ messages)

[PATCH v6 0/5] x86/edac/amd64: Add heterogeneous node support
 2021-11-01 17:28 UTC  (3+ messages)
` [PATCH v6 1/5] x86/amd_nb: Add support for northbridges on Aldebaran

[PATCH 0/3] i2c:imx: Deliver a timely stop on slave side, fix recv
 2021-11-01 17:27 UTC  (3+ messages)
` [PATCH 1/3] i2c:imx: Add timer for handling the stop condition

Linux 5.15
 2021-11-01 17:25 UTC  (11+ messages)
` Thorsten is tracking regression again and could need a little help (was: Re: Linux 5.15)

[PATCH V2 0/4] Add SEV_INIT_EX support
 2021-11-01 17:21 UTC  (5+ messages)
` [PATCH V2 1/4] crypto: ccp - Fix SEV_INIT error logging on init
` [PATCH V2 2/4] crypto: ccp - Move SEV_INIT retry for corrupted data
` [PATCH V2 3/4] crypto: ccp - Refactor out sev_fw_alloc()
` [PATCH V2 4/4] crypto: ccp - Add SEV_INIT_EX support

[PATCH] speakup: Fix typo in documentation "boo" -> "boot"
 2021-11-01 17:19 UTC  (3+ messages)

[PATCH 0/4] Add SEV_INIT_EX support
 2021-11-01 17:18 UTC  (15+ messages)
` [PATCH 1/4] crypto: ccp - Fix SEV_INIT error logging on init
` [PATCH 2/4] crypto: ccp - Move SEV_INIT retry for corrupted data
` [PATCH 3/4] crypto: ccp - Refactor out sev_fw_alloc()
` [PATCH 4/4] crypto: ccp - Add SEV_INIT_EX support

[PATCH v6 00/10] Restructure the rpmsg_char driver and introduce rpmsg_ctrl driver
 2021-11-01 17:14 UTC  (9+ messages)
` [PATCH v6 01/10] rpmsg: char: Export eptdev create an destroy functions
` [PATCH v6 02/10] rpmsg: create the rpmsg class in core instead of in rpmsg char
` [PATCH v6 03/10] rpmsg: Move the rpmsg control device from rpmsg_char to rpmsg_ctrl
` [PATCH v6 04/10] rpmsg: Update rpmsg_chrdev_register_device function

[PATCH v4 0/8] add the imx8m pcie phy driver and imx8mm pcie support
 2021-11-01 17:13 UTC  (7+ messages)
` [PATCH v4 5/8] phy: freescale: pcie: Initialize the imx8 pcie standalone phy driver

[PATCH v3 1/4] arm64: dts: sc7180: Include gpio.h in edp bridge dts
 2021-11-01 17:09 UTC  (8+ messages)
` [PATCH v3 2/4] arm64: dts: sc7180: Specify "data-lanes" for DSI host output
` [PATCH v3 3/4] arm64: dts: sc7180: Support Lazor/Limozeen rev9

[PATCH net-next v2 0/3] net: ethernet: ti: cpsw: enable bc/mc storm prevention support
 2021-11-01 17:01 UTC  (4+ messages)
` [PATCH net-next v2 1/3] drivers: net: cpsw: ale: add broadcast/multicast rate limit support
` [PATCH net-next v2 2/3] net: ethernet: ti: am65-cpsw: enable bc/mc storm prevention support
` [PATCH net-next v2 3/3] net: ethernet: ti: cpsw_new: "

[PATCH] Clocksource: Avoid misjudgment of clocksource
 2021-11-01 16:57 UTC  (11+ messages)

[PATCH] tags: add a space regex to DECLARE_BITMAP
 2021-11-01 16:53 UTC  (2+ messages)

[PATCH] cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c
 2021-11-01 16:50 UTC  (2+ messages)

amdgpu hang on picasso
 2021-11-01 16:49 UTC  (2+ messages)

[PATCH] cgroup: Fix rootcg cpu.stat guest double counting
 2021-11-01 16:48 UTC  (2+ messages)

[PATCH 1/1] staging: vchiq: Replace global state with per device state
 2021-11-01 16:45 UTC  (3+ messages)

[GIT PULL] Btrfs updates for 5.16
 2021-11-01 16:45 UTC 

[GIT PULL] seccomp updates for v5.16-rc1
 2021-11-01 16:44 UTC 

[PATCH V3 0/3] livepatch: cleanup kpl_patch kobject release
 2021-11-01 16:44 UTC  (2+ messages)

[PATCH v2] staging: r8188eu: Use kzalloc() with GFP_ATOMIC in atomic context
 2021-11-01 16:43 UTC  (6+ messages)

[PATCH net-next 0/4] net: mana: some misc patches
 2021-11-01 16:41 UTC  (6+ messages)
` [PATCH net-next 4/4] net: mana: Support hibernation and kexec

[PATCH v9 0/5] USB DWC3 host wake up support from system suspend
 2021-11-01 16:39 UTC  (6+ messages)
` [PATCH v9 3/5] usb: dwc3: qcom: Add helper functions to enable,disable wake irqs
` [PATCH v9 4/5] usb: dwc3: qcom: Change the IRQ flag for DP/DM hs phy irq

[PATCH v2] tcp: Initial support for RFC5925 auth option
 2021-11-01 16:35 UTC  (26+ messages)
` [PATCH v2 01/25] tcp: authopt: Initial support and key management
` [PATCH v2 02/25] docs: Add user documentation for tcp_authopt
` [PATCH v2 03/25] selftests: Initial tcp_authopt test module
` [PATCH v2 04/25] selftests: tcp_authopt: Initial sockopt manipulation
` [PATCH v2 05/25] tcp: authopt: Add crypto initialization
` [PATCH v2 06/25] tcp: authopt: Compute packet signatures
` [PATCH v2 07/25] tcp: Use BIT() for OPTION_* constants
` [PATCH v2 08/25] tcp: authopt: Hook into tcp core
` [PATCH v2 09/25] tcp: authopt: Disable via sysctl by default
` [PATCH v2 10/25] selftests: tcp_authopt: Test key address binding
` [PATCH v2 11/25] tcp: authopt: Implement Sequence Number Extension
` [PATCH v2 12/25] tcp: ipv6: Add AO signing for tcp_v6_send_response
` [PATCH v2 13/25] tcp: authopt: Add support for signing skb-less replies
` [PATCH v2 14/25] tcp: ipv4: Add AO signing for "
` [PATCH v2 15/25] selftests: tcp_authopt: Implement SNE in python
` [PATCH v2 16/25] selftests: tcp_authopt: Add scapy-based packet signing code
` [PATCH v2 17/25] selftests: tcp_authopt: Add packet-level tests
` [PATCH v2 18/25] selftests: tcp_authopt: Initial sne test
` [PATCH v2 19/25] tcp: authopt: Add key selection controls
` [PATCH v2 20/25] selftests: tcp_authopt: Add tests for rollover
` [PATCH v2 21/25] tcp: authopt: Add initial l3index support
` [PATCH v2 22/25] selftests: tcp_authopt: Initial tests for l3mdev handling
` [PATCH v2 23/25] selftests: nettest: Rename md5_prefix to key_addr_prefix
` [PATCH v2 24/25] selftests: nettest: Initial tcp_authopt support
` [PATCH v2 25/25] selftests: net/fcnal: "

[PATCH v3] firmware: arm_scmi: Free mailbox channels if probe fails
 2021-11-01 16:35 UTC  (6+ messages)

[GIT PULL] overflow updates for v5.16-rc1
 2021-11-01 16:35 UTC 

Re:[PATCH v9] tty: Fix the keyboard led light display problem
 2021-11-01 16:35 UTC  (3+ messages)
` [PATCH "

[GIT PULL] m68k updates for v5.16
 2021-11-01 13:00 UTC 

Build regressions/improvements in v5.15
 2021-11-01 12:26 UTC 

[PATCH] fs: remove fget_many and fput_many interface
 2021-11-01 16:31 UTC  (2+ messages)

[PATCH v2 0/6] nSVM optional features
 2021-11-01 16:26 UTC  (4+ messages)
` [PATCH v2 1/6] KVM: x86: SVM: add module param to control LBR virtualization

[PATCH] PCI: Marvell: Update PCIe fixup
 2021-11-01 16:27 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: reset: Add generic GPIO reset binding
 2021-11-01 16:24 UTC  (5+ messages)

[PATCH v4] i2c: qcom-geni: Add support for GPI DMA
 2021-11-01 16:23 UTC  (2+ messages)

net/ceph/decode.c:164:38: warning: taking address of packed member 'in_addr' of class or structure 'ceph_entity_addr' may result in an unaligned pointer value
 2021-11-01 16:20 UTC 

[GIT PULL] hardening updates for v5.16-rc1
 2021-11-01 16:20 UTC 

[PATCH v3 0/6] KVM: my debug patch queue
 2021-11-01 16:19 UTC  (5+ messages)
` [PATCH v3 6/6] KVM: selftests: test KVM_GUESTDBG_BLOCKIRQ

[GIT PULL] cpu-to-thread_info update for v5.16-rc1
 2021-11-01 16:12 UTC 

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-11-01 16:10 UTC  (3+ messages)
` [PATCH v2 01/12] kexec: Allow architecture code to opt-out at runtime

[PATCH v7 00/11] extend task comm from 16 to 24
 2021-11-01 16:06 UTC  (5+ messages)

fs/hugetlbfs/inode.c:1579:1: warning: ISO C90 forbids mixing declarations and code
 2021-11-01 15:31 UTC 

[RFC][PATCH v4 1/2] trace: Add trace any kernel object
 2021-11-01 15:55 UTC  (3+ messages)

[GIT PULL] parisc architecture fixes for kernel v5.16-rc1
 2021-11-01 15:53 UTC 

[PATCH] mm: use correct VMA flags when freeing page-tables
 2021-11-01 15:45 UTC  (3+ messages)

[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
 2021-11-01 15:44 UTC  (8+ messages)

[PATCH bpf-next v3] bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
 2021-11-01 15:44 UTC  (2+ messages)

[GIT PULL] hwmon updates for v5.16
 2021-11-01 15:44 UTC 

[RFC] perf arm-spe: Track task context switch for cpu-mode events
 2021-11-01 15:42 UTC  (13+ messages)

[PATCH] ftrace/samples: Add missing prototype for my_direct_func
 2021-11-01 15:39 UTC  (3+ messages)

[PATCHv2] ftrace/samples: Add missing prototype for my_direct_func
 2021-11-01 15:39 UTC 

[PATCH v4 0/6] PCI: imx6: refine codes and add compliance tests mode support
 2021-11-01 15:36 UTC  (3+ messages)
` [PATCH v4 5/6] PCI: imx6: Fix the regulator dump when link never came up

[PATCH] tty: serial: Use fifo in 8250 console driver
 2021-11-01 15:32 UTC  (3+ messages)

fs/hugetlbfs/inode.c:1503:1: warning: ISO C90 forbids mixed declarations and code
 2021-11-01 15:32 UTC 

[PATCH] [RFC] arm64: export this_cpu_has_cap
 2021-11-01 15:32 UTC  (9+ messages)

[RFCv1 0/4] arm64: Use static key for PID in CONTEXTIDR
 2021-11-01 15:28 UTC  (4+ messages)
` [RFCv1 4/4] perf: arm_spe: Dynamically switch PID tracing to contextidr

[PATCH v6 0/9] PCI: brcmstb: have host-bridge turn on sub-device power
 2021-11-01 15:26 UTC  (5+ messages)
` [PATCH v6 7/9] PCI: brcmstb: Add control of subdevice voltage regulators
` [PATCH v6 8/9] PCI: brcmstb: Do not turn off regulators if EP can wake up

[PATCH v2] net: davinci_emac: Fix interrupt pacing disable
 2021-11-01 15:23 UTC 

[GIT PULL] SPI updates for v5.16
 2021-11-01 15:21 UTC 

[GIT PULL] regulator updates for v5.16
 2021-11-01 15:21 UTC 

[GIT PULL] regmap updates for v5.16
 2021-11-01 15:20 UTC 

[PATCH] pinctrl: apple: Always return valid type in apple_gpio_irq_type
 2021-11-01 15:18 UTC  (2+ messages)

[avpatel:riscv_kvm_aia_v1 46/47] arch/riscv/kvm/aia_aplic.c:254:6: warning: variable 'inject' is used uninitialized whenever 'if' condition is true
 2021-11-01 15:15 UTC 

[tip:locking/core 19/45] kernel/futex/syscalls.c:29:1: sparse: sparse: Using plain integer as NULL pointer
 2021-11-01 15:14 UTC 

[PATCH] net: davinci_emac: Fix interrupt pacing disable
 2021-11-01 15:13 UTC  (3+ messages)

[PATCH] mm: migrate: Correct the hugetlb migration stats
 2021-11-01 15:12 UTC  (4+ messages)

[PATCH v1 1/1] mfd: intel-lpss: Fix too early PM enablement in the ACPI ->probe()
 2021-11-01 15:10 UTC 

[RFC][PATCH v4 2/2] trace: add documentation for the object trace
 2021-11-01 15:10 UTC 

[rostedt-trace:for-next 58/100] samples/ftrace/ftrace-direct-multi.c:8:6: warning: no previous prototype for function 'my_direct_func'
 2021-11-01 15:09 UTC  (5+ messages)

Need help in debugging "memory leak in em28xx_init_dev"
 2021-11-01 15:05 UTC  (10+ messages)

[PATCH] csky: fix typo of fpu config macro
 2021-11-01 15:05 UTC 

[GIT PULL] Mailbox changes for v5.16
 2021-11-01 15:03 UTC 

[PATCH net-next] devlink: Require devlink lock during device reload
 2021-11-01 15:03 UTC  (2+ messages)

[PATCH v7 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-11-01 15:02 UTC  (10+ messages)
` [PATCH v7 2/4] drivers/acpi: Introduce Platform Firmware Runtime Update device driver

[PATCH] Drivers: hv: balloon: Use VMBUS_RING_SIZE() wrapper for dm_ring_size
 2021-11-01 15:00 UTC 

[PATCH bpf-next] bpf: Allow bpf_d_path in perf_event_mmap
 2021-11-01 15:01 UTC  (5+ messages)

[PATCH v2 RESEND] PCI: imx6: Replace legacy gpio interface for gpiod interface
 2021-11-01 14:58 UTC  (4+ messages)

[PATCH v3 0/3] Driver for TI INA238 I2C Power Monitor
 2021-11-01 14:57 UTC  (7+ messages)
` [PATCH v3 3/3] hwmon: Driver for Texas Instruments INA238

[PATCH] selftests: net: reuseport_bpf_numa: skip nodes not available
 2021-11-01 14:53 UTC 

[PATCH] media: docs: dev-decoder: add restrictions about CAPTURE buffers
 2021-11-01 14:52 UTC  (7+ messages)
  ` [EXT] "

[PATCH v1 0/5] Implement livepatch on PPC32
 2021-11-01 14:50 UTC  (2+ messages)

[PATCH v2] staging: vchiq_core: get rid of typedef
 2021-11-01 14:48 UTC  (2+ messages)

[PATCH 5.14 000/125] 5.14.16-rc1 review
 2021-11-01 14:42 UTC  (2+ messages)

[PATCH] PM: runtime: Allow rpm_resume() to succeed when runtime PM is disabled
 2021-11-01 14:41 UTC  (8+ messages)

[PATCH] staging: mm: Fix ERROR:do not initialise statics to 0 or NULL in memblock.c
 2021-11-01 14:39 UTC  (2+ messages)

mm/mmap.c:1617:5: warning: passing argument 4 of 'hugetlb_file_setup' makes pointer from integer without a cast
 2021-11-01 14:24 UTC 

[PATCH] mm: shmem: implement POSIX_FADV_[WILL|DONT]NEED for shmem
 2021-11-01 14:40 UTC  (3+ messages)

[PATCH] hid: playstation: add LEDS_CLASS dependency
 2021-11-01 14:37 UTC  (2+ messages)

[for-next][PATCH] tracing/histogram: Fix semicolon.cocci warnings
 2021-11-01 14:35 UTC 

[PATCH v3 0/2] i2c-mux-gpmux: Support settle-time-us property
 2021-11-01 14:32 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: i2c-mux: Add property for settle time

[PATCH v2 0/8] subject: staging: vt6655: Fix line wrapping in `RFvWriteWakeProgSyn`
 2021-11-01 14:32 UTC  (9+ messages)
` [PATCH v2 1/8] staging: vt6655: Introduce `idx` temporary variable
` [PATCH v2 2/8] staging: vt6655: Use incrementation in `idx`
` [PATCH v2 3/8] staging: vt6655: Remove unused `i` increments
` [PATCH v2 4/8] staging: vt6655: Rewrite conditional in AL7320 initialization
` [PATCH v2 5/8] staging: vt6655: Rename `RFvWriteWakeProgSyn` function
` [PATCH v2 6/8] staging: vt6655: Update comment for `rf_write_wake_prog_syn`
` [PATCH v2 7/8] staging: vt6655: Delete bogus check for `init_count` in AL2230
` [PATCH v2 8/8] staging: vt6655: Delete bogus check for `init_count` in AL7230

[RFC 0/8] Hardening page _refcount
 2021-11-01 14:30 UTC  (10+ messages)
` [RFC 3/8] mm: Avoid using set_page_count() in set_page_recounted()

[PATCH] rtc: da9063: add as wakeup source
 2021-11-01 14:25 UTC 

[PATCH v3] configs: Introduce debug.config for CI-like setup
 2021-11-01 14:28 UTC 

[PATCH v4 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-01 14:25 UTC  (5+ messages)
` [PATCH v4 10/11] platform/x86: int3472: Pass tps68470_regulator_platform_data to the tps68470-regulator MFD-cell

[PATCH v7 0/2] iio/scmi: Add reading "raw" attribute
 2021-11-01 14:23 UTC  (8+ messages)
` [PATCH v7 1/2] iio: core: Introduce IIO_VAL_INT_64

[PATCH -next] bonding: Fix a use-after-free problem when bond_sysfs_slave_add() failed
 2021-11-01 14:34 UTC 

[PATCH 00/17] various fixes for atomisp to make it work
 2021-11-01 14:22 UTC  (10+ messages)
` [PATCH 04/17] media: atomisp: pci: do not use err var when checking port validity for ISP2400
` [PATCH 14/17] media: atomisp: pci: Remove remaining instance of call to trace_printk

[PATCH] ath9k_hw: use swap() to make code cleaner
 2021-11-01 14:20 UTC  (2+ messages)

[PATCH 0/5] Raspberry Pi Sense HAT driver
 2021-11-01 14:18 UTC  (3+ messages)

[PATCH v2 1/3] wcn36xx: add debug prints for sw_scan start/complete
 2021-11-01 14:18 UTC  (2+ messages)

[PATCH] dma-direct: fix DMA_ATTR_NO_KERNEL_MAPPING
 2021-11-01 14:17 UTC  (4+ messages)

[PATCH] static_call,x86: Robustify trampoline patching
 2021-11-01 14:14 UTC  (12+ messages)

[REGRESSION] Kernel 5.15 fails to boot on Apple Macs with T2 chip
 2021-11-01 14:12 UTC  (2+ messages)

[PATCH V9 0/9] vDPA support
 2021-11-01 14:11 UTC  (3+ messages)
` [PATCH V9 7/9] vhost: introduce vDPA-based backend

[PATCH] mwifiex_usb: Fix skb_over_panic in mwifiex_usb_recv
 2021-11-01 14:07 UTC  (2+ messages)

[PATCH] rsi_usb: Fix use-after-free in rsi_rx_done_handler
 2021-11-01 14:06 UTC  (2+ messages)

[PATCH] rsi_usb: Fix out-of-bounds read in rsi_read_pkt
 2021-11-01 14:07 UTC  (2+ messages)

[PATCH v2] usb: core: reduce power-on-good delay time of root hub
 2021-11-01 14:06 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).