linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 19:13:44 to 2020-09-29 21:46:55 UTC [more...]

[PATCH v4 00/29] Add support for Clang LTO
 2020-09-29 21:46 UTC  (5+ messages)
` [PATCH v4 01/29] RAS/CEC: Fix cec_init() prototype
` [PATCH v4 02/29] x86/asm: Replace __force_order with memory clobber
` [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v4 07/29] tracing: add support for objtool mcount

[PATCH v2 0/6] Add initial support for ATC260x PMICs
 2020-09-29 21:46 UTC  (6+ messages)
` [PATCH v2 5/6] input: atc260x: Add onkey driver "

[PATCH v4 00/16] Add Broadcom VK driver
 2020-09-29 21:45 UTC  (4+ messages)
` [PATCH v4 06/16] misc: bcm-vk: add ttyVK support

[PATCH v2 0/9] KVM: collect sporadic patches
 2020-09-29 21:42 UTC  (3+ messages)
` [PATCH v2 4/9] KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit

Removal of HCI commands? (Was: Re: OCF_READ_LOCAL_CODECS is permitted only for root user)
 2020-09-29 21:32 UTC  (3+ messages)
          ` Removal of HCI commands, userspace bluetooth regression?

[PATCH] compiler.h: avoid escaped section names
 2020-09-29 21:33 UTC  (8+ messages)

[PATCH v2 RESEND 1/1] PCI: pcie_bus_config can be set at build time
 2020-09-29 21:31 UTC  (2+ messages)

[PATCH v2 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-29 21:27 UTC  (9+ messages)
` [PATCH v2 1/8] mm/gup_benchmark: rename to mm/gup_test
` [PATCH v2 2/8] selftests/vm: use a common gup_test.h
` [PATCH v2 3/8] selftests/vm: rename run_vmtests --> run_vmtests.sh
` [PATCH v2 4/8] selftests/vm: minor cleanup: Makefile and gup_test.c
` [PATCH v2 5/8] selftests/vm: only some gup_test items are really benchmarks
` [PATCH v2 6/8] selftests/vm: gup_test: introduce the dump_pages() sub-test
` [PATCH v2 7/8] selftests/vm: run_vmtest.sh: update and clean up gup_test invocation
` [PATCH v2 8/8] selftests/vm: hmm-tests: remove the libhugetlbfs dependency

[PATCH] vfio/pci: when irq_bypass_register_producer() return fails, we need to clean it up and return -EINVAL. instead of return true
 2020-09-29 21:25 UTC  (2+ messages)

[PATCH v3] tools lib traceevent: Hide non API functions
 2020-09-29 21:23 UTC  (2+ messages)

[PATCH v9 0/5] Simplify PCIe native ownership detection logic
 2020-09-29 21:23 UTC  (4+ messages)

[patch V2 00/36] net: in_interrupt() cleanup and fixes
 2020-09-29 21:22 UTC  (38+ messages)
` [patch V2 01/36] net: enic: Cure the enic api locking trainwreck
` [patch V2 02/36] net: caif: Remove unused caif SPI driver
` [patch V2 03/36] net: Add netif_rx_any_context()
` [patch V2 04/36] net: caif: Use netif_rx_any_context()
` [patch V2 05/36] net: atheros: Remove WARN_ON(in_interrupt())
` [patch V2 06/36] net: cxgb3: Cleanup in_interrupt() usage
` [patch V2 07/36] net: cxbg4: Remove pointless in_interrupt() check
` [patch V2 08/36] net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocation
` [patch V2 09/36] net: fec_mpc52xx: Replace in_interrupt() usage
` [patch V2 10/36] net: intel: Remove in_interrupt() warnings
` [patch V2 11/36] net: ionic: Replace in_interrupt() usage
` [patch V2 12/36] net: ionic: Remove WARN_ON(in_interrupt())
` [patch V2 13/36] net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())
` [patch V2 14/36] net: natsemi: Replace in_interrupt() usage
` [patch V2 15/36] net: sfc: "
` [patch V2 16/36] net: sfc: Use GFP_KERNEL in efx_ef10_try_update_nic_stats()
` [patch V2 17/36] net: sunbmac: Replace in_interrupt() usage
` [patch V2 18/36] net: sun3lance: Remove redundant checks in interrupt handler
` [patch V2 19/36] net: vxge: Remove in_interrupt() conditionals
` [patch V2 20/36] net: zd1211rw: Remove ZD_ASSERT(in_interrupt())
` [patch V2 21/36] net: usb: kaweth: Replace kaweth_control() with usb_control_msg()
` [patch V2 22/36] net: usb: kaweth: Remove last user of kaweth_control()
` [patch V2 23/36] net: usb: net1080: Remove in_interrupt() comment
` [patch V2 24/36] net: wan/lmc: Remove lmc_trace()
` [patch V2 25/36] net: brcmfmac: Replace in_interrupt()
` [patch V2 26/36] net: brcmfmac: Convey execution context via argument to brcmf_netif_rx()
` [patch V2 27/36] net: brcmfmac: Convey allocation mode as argument
` [patch V2 28/36] net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macros
` [patch V2 29/36] net: iwlwifi: Remove in_interrupt() from tracing macro
` [patch V2 30/36] net: hostap: Remove in_interrupt() usage
` [patch V2 31/36] net: mwifiex: Use netif_rx_any_context()
` [patch V2 32/36] net: libertas libertas_tf: Remove in_interrupt() from debug macro
` [patch V2 33/36] net: libertas: Use netif_rx_any_context()
` [patch V2 34/36] net: rtlwifi: Remove void* casts related to delayed work
` [patch V2 35/36] net: rtlwifi: Remove in_interrupt() from debug macro
` [patch V2 36/36] net: rtlwifi: Replace in_interrupt() for context detection

[PATCH] docs: programming-languages: refresh blurb on clang support
 2020-09-29 21:19 UTC 

[PATCH v8 00/32] Improvements for Tegra I2C driver
 2020-09-29 21:16 UTC  (6+ messages)
` [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers
` [PATCH v8 23/32] i2c: tegra: Factor out packet header setup from tegra_i2c_xfer_msg()

[PATCH 0/2] mips: Introduce some IO-accessors optimizations
 2020-09-29 21:12 UTC  (2+ messages)

[PATCH 4.19 000/244] 4.19.149-rc2 review
 2020-09-29 21:08 UTC  (2+ messages)

[PATCH v2 0/3] condition EAS enablement on FI support
 2020-09-29 20:54 UTC  (4+ messages)
` [PATCH v2 1/3] sched/topology,schedutil: wrap sched domains rebuild
` [PATCH v2 2/3] arm64: rebuild sched domains on invariance status changes
` [PATCH v2 3/3] sched/topology: condition EAS enablement on FIE support

[PATCH] x86/boot: Place kernel_info at a fixed offset
 2020-09-29 21:04 UTC 

[RFC PATCH 0/4] x86: Improve Minimum Alternate Stack Size
 2020-09-29 20:57 UTC  (5+ messages)
` [RFC PATCH 1/4] x86/signal: Introduce helpers to get the maximum signal frame size
` [RFC PATCH 2/4] x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
` [RFC PATCH 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery
` [RFC PATCH 4/4] selftest/x86/signal: Include test cases for validating sigaltstack

[PATCH] ACPICA: Fix a soft-lockup on large systems
 2020-09-29 21:01 UTC  (3+ messages)

[PATCH v2 1/1] i2c: busses: Add support for atomic transfers in Actions Semi Owl driver
 2020-09-29 21:00 UTC  (7+ messages)

[PATCH v10 00/16] s390/vfio-ap: dynamic configuration support
 2020-09-29 21:00 UTC  (11+ messages)
` [PATCH v10 02/16] s390/vfio-ap: use new AP bus interface to search for queue devices
` [PATCH v10 07/16] s390/vfio-ap: sysfs attribute to display the guest's matrix

[PATCH] habanalabs/gaudi: use correct define for qman init
 2020-09-29 20:58 UTC  (2+ messages)

[PATCH 0/3] nvmem: qfprom: Avoid untouchable regions
 2020-09-29 20:58 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: nvmem: Add qcom,sc7180-qfprom compatible string
` [PATCH 2/3] arm64: dts: qcom: sc7180: Add soc-specific qfprom compat string
` [PATCH 3/3] nvmem: qfprom: Don't touch certain fuses

[PATCH 5.8 00/99] 5.8.13-rc1 review
 2020-09-29 20:54 UTC  (2+ messages)

[GIT PULL] Devicetree fixes for v5.9, take 3
 2020-09-29 20:54 UTC 

[PATCH 5.4 000/388] 5.4.69-rc1 review
 2020-09-29 20:53 UTC  (2+ messages)

[PATCH 0/3] serial: 8250_dw: Fix clk-notifier/port suspend deadlock
 2020-09-29 20:51 UTC  (3+ messages)

[PATCH 4.14 000/166] 4.14.200-rc1 review
 2020-09-29 20:50 UTC  (2+ messages)

[PATCH 4.9 000/121] 4.9.238-rc1 review
 2020-09-29 20:48 UTC  (2+ messages)

Keyboard regression by intel-vbtn
 2020-09-29 20:47 UTC  (11+ messages)

[PATCH v3 0/10] libperf and arm64 userspace counter access support
 2020-09-29 20:46 UTC  (6+ messages)
` [PATCH v3 01/10] arm64: pmu: Add hook to handle pmu-related undefined instructions

[PATCH] bus: qcom: ebi2: fix device node iterator leak
 2020-09-29 20:46 UTC  (2+ messages)

[PATCH 4.4 00/85] 4.4.238-rc1 review
 2020-09-29 20:45 UTC  (2+ messages)

[PATCH] Documentation: PM: Fix a reStructuredText syntax error
 2020-09-29 20:41 UTC 

[PATCH 1/2] dt-bindings: pinctrl: at91-pio4: add microchip,sama7g5
 2020-09-29 20:41 UTC  (2+ messages)

[PATCH 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-29 20:36 UTC  (15+ messages)
` [PATCH 2/8] selftests/vm: use a common gup_test.h

[PATCH 0/3] tracing: Add dynamic strings for synthetic events
 2020-09-29 20:33 UTC  (4+ messages)
` [PATCH 1/3] tracing: Change STR_VAR_MAX_LEN
` [PATCH 2/3] tracing: Fix parse_synth_field() error handling
` [PATCH 3/3] tracing: Add support for dynamic strings to synthetic events

[PATCH] mm: clarify usage of GFP_ATOMIC in !preemptible contexts
 2020-09-29 20:33 UTC  (3+ messages)

[PATCH v2 devicetree 0/2] Add Seville Ethernet switch to T1040RDB
 2020-09-29 20:33 UTC  (6+ messages)
` [PATCH v2 devicetree 2/2] powerpc: dts: t1040rdb: add ports for Seville Ethernet switch

[PATCH v4 0/1] convert l2 cache dt bindings to YAML format
 2020-09-29 20:31 UTC  (3+ messages)
` [PATCH v4 1/1] dt-bindings: riscv: sifive-l2-cache: convert bindings to json-schema

[RESEND PATCH] soc: qcom: smp2p: Safely acquire spinlock without IRQs
 2020-09-29 20:30 UTC 

[PATCH v5 00/17] add support for Hisilicon SD5203 SoC
 2020-09-29 20:30 UTC  (23+ messages)
` [PATCH v5 01/17] dt-bindings: mfd: syscon: add some compatible strings for Hisilicon
` [PATCH v5 02/17] dt-bindings: arm: hisilicon: delete the descriptions of HiP05/HiP06 controllers
` [PATCH v5 03/17] dt-bindings: arm: hisilicon: split the dt-bindings of each controller into a separate file
` [PATCH v5 05/17] dt-bindings: arm: hisilicon: add binding for SD5203 SoC
` [PATCH v5 10/17] dt-bindings: arm: hisilicon: convert system controller bindings to json-schema
` [PATCH v5 11/17] dt-bindings: arm: hisilicon: convert hisilicon,cpuctrl "
  ` [PATCH v5 11/17] dt-bindings: arm: hisilicon: convert hisilicon, cpuctrl "
` [PATCH v5 12/17] dt-bindings: arm: hisilicon: convert hisilicon,pctrl "
  ` [PATCH v5 12/17] dt-bindings: arm: hisilicon: convert hisilicon, pctrl "
` [PATCH v5 13/17] dt-bindings: arm: hisilicon: convert hisilicon,hip04-fabric "
  ` [PATCH v5 13/17] dt-bindings: arm: hisilicon: convert hisilicon, hip04-fabric "
` [PATCH v5 14/17] dt-bindings: arm: hisilicon: convert hisilicon,hip04-bootwrapper "
  ` [PATCH v5 14/17] dt-bindings: arm: hisilicon: convert hisilicon, hip04-bootwrapper "
` [PATCH v5 16/17] dt-bindings: arm: hisilicon: convert hisilicon,hi3798cv200-perictrl "
  ` [PATCH v5 16/17] dt-bindings: arm: hisilicon: convert hisilicon, hi3798cv200-perictrl "
` [PATCH v5 17/17] dt-bindings: arm: hisilicon: convert LPC controller "

[PATCH -next] rtc: rv8803: simplify the return expression of rv8803_nvram_write
 2020-09-29 20:20 UTC  (2+ messages)

[PATCH][next] fddi/skfp: Avoid the use of one-element array
 2020-09-29 20:28 UTC  (2+ messages)

[PATCH v4 00/17] HSM driver for ACRN hypervisor
 2020-09-29 20:26 UTC  (5+ messages)
` [PATCH v4 02/17] x86/acrn: Introduce acrn_{setup, remove}_intr_handler()

[PATCH v6 0/1] irqchip: dw-apb-ictl: support hierarchy irq domain
 2020-09-29 20:23 UTC  (3+ messages)
` [PATCH v6 1/1] dt-bindings: dw-apb-ictl: convert to json-schema

[PATCH -next] rtc: meson: simplify the return expression of meson_vrtc_probe
 2020-09-29 20:19 UTC  (2+ messages)

[PATCH] rtc: rx8010: rename rx8010_init_client() to rx8010_init()
 2020-09-29 20:18 UTC  (2+ messages)

[PATCH v6 0/6] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-09-29 20:18 UTC  (3+ messages)
` [PATCH v6 3/6] genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flag

[PATCH] ARM: prima2: Constify static sirfsoc_rstc_ops
 2020-09-29 20:17 UTC 

[PATCH 1/2] drm/bridge: sii902x: Enable I/O and core VCC supplies if present
 2020-09-29 20:17 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] dt-bindings: display: sii902x: Add supply bindings

[PATCH v4 1/2] dt-bindings: usb: Add binding for discrete onboard USB hubs
 2020-09-29 20:17 UTC  (2+ messages)

[PATCH] ARM: dts: document pinctrl-single,pins when #pinctrl-cells = 2
 2020-09-29 20:15 UTC  (12+ messages)

[PATCH net-next 0/7] net: hns3: updates for -next
 2020-09-29 20:14 UTC  (2+ messages)

[PATCH] ACPI / NUMA: Add stub function for pxm_to_node
 2020-09-29 20:13 UTC  (2+ messages)

[PATCH 0/4] media: meson: Add support for the Amlogic GE2D Accelerator Unit
 2020-09-29 20:09 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: media: Add bindings "

[PATCH] man/statx: Add STATX_ATTR_DAX
 2020-09-29 20:09 UTC  (4+ messages)

[PATCH v2 0/3] hwmon: (lm75) Add regulator support
 2020-09-29 20:08 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: hwmon: Convert lm75 bindings to yaml
` [PATCH v2 2/3] dt-bindings: hwmon: Add the +vs supply to the lm75 bindings

[PATCH] ./Makefile: consider PAGER for `make help'
 2020-09-29 20:05 UTC 

[PATCH v6 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-09-29 20:06 UTC  (5+ messages)
` [PATCH v6 3/6] "

[PATCH v2 0/4] Add mmc support for MT8192 SoC
 2020-09-29 20:05 UTC  (3+ messages)
` [PATCH v2 1/4] dt-bindings: mmc: Convert mtk-sd to json-schema

[PATCH v13 8/8] x86/vsyscall/64: Fixup Shadow Stack and Indirect Branch Tracking for vsyscall emulation
 2020-09-29 20:00 UTC  (7+ messages)

[PATCH rdma-next v4 0/4] Dynamicaly allocate SG table from the pages
 2020-09-29 19:59 UTC  (3+ messages)
` [PATCH rdma-next v4 4/4] RDMA/umem: Move to allocate SG table from pages

[PATCH net v4] net: phy: realtek: fix rtl8211e rx/tx delay config
 2020-09-29 19:56 UTC  (2+ messages)

linux-next: Tree for Sep 29
 2020-09-29 19:51 UTC  (3+ messages)
` linux-next: Tree for Sep 29 (drivers/acpi/nfit/core.c)

[PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller
 2020-09-29 19:49 UTC  (2+ messages)

[PATCH 0/2] PCI/PM: Fix D2 transition delay
 2020-09-29 19:47 UTC  (3+ messages)
` [PATCH 1/2] PCI/PM: Remove unused PCI_PM_BUS_WAIT
` [PATCH 2/2] PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds"

[PATCH] phy: qcom-qusb2: Add support for SDM630/660
 2020-09-29 19:46 UTC  (4+ messages)

[PATCH 0/2] irqchip/ti-sci-inta: Support for unmapped events
 2020-09-29 19:43 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: irqchip: ti,sci-inta: Update for unmapped event handling
  ` [PATCH 1/2] dt-bindings: irqchip: ti, sci-inta: "

[PATCH v1 0/2] Modify documentation and machine driver for SC7180 sound card
 2020-09-29 19:41 UTC  (3+ messages)
` [PATCH v1 1/2] ASoC: qcom: dt-bindings: Modify sc7180 machine bindings

[PATCH -next] i2c: efm32: Use devm_platform_get_and_ioremap_resource()
 2020-09-29 19:38 UTC  (2+ messages)

[PATCH] USB: serial: ftdi_sio: Fix serial port stall after resume
 2020-09-29 19:33 UTC 

[PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-29 19:32 UTC  (12+ messages)
        ` [Intel-gfx] "

[PATCH 1/2] rcu/tree: Add a warning if CPU being onlined did not report QS already
 2020-09-29 19:32 UTC  (3+ messages)
` [PATCH 2/2] docs: Update RCU's hotplug requirements with a bit about design

[PATCH] mac80211_hwsim: close the race between running and enqueuing hrtimer
 2020-09-29 19:28 UTC 

[patch 15/35] net: sfc: Replace in_interrupt() usage
 2020-09-29 19:27 UTC  (5+ messages)
` [RFC PATCH net-next] sfc: replace "

[PATCH] srcu: avoid escaped section names
 2020-09-29 19:25 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 0/7] Add minimal boot support for IPQ5018
 2020-09-29 19:24 UTC  (3+ messages)
` [PATCH 2/7] dt-bindings: arm64: ipq5018: Add binding descriptions for clock and reset

[PATCH v3 1/2] dt-bindings: power: Convert ingenic,battery.txt to YAML
 2020-09-29 19:21 UTC  (2+ messages)

[PATCH 01/14] dt-bindings: vendor-prefixes: add DFI
 2020-09-29 19:19 UTC  (20+ messages)
` [PATCH 02/14] dt-bindings: vendor-prefixes: add iMX6 Rex Project
` [PATCH 03/14] dt-bindings: vendor-prefixes: add Embest RIoT
` [PATCH 04/14] dt-bindings: vendor-prefixes: add Wandbord/Technexion
` [PATCH 05/14] dt-bindings: vendor-prefixes: add Zealz
` [PATCH 06/14] dt-bindings: arm: fsl: document i.MX25 and i.MX27 boards
` [PATCH 07/14] dt-bindings: arm: fsl: document i.MX51 boards
` [PATCH 08/14] dt-bindings: arm: fsl: document i.MX53 boards
` [PATCH 09/14] dt-bindings: arm: fsl: document VF boards
` [PATCH 10/14] dt-bindings: arm: fsl: document i.MX6DL boards

[PATCH v2 0/3] objtool: Extend CFA updating/checking
 2020-09-29 19:18 UTC  (3+ messages)
` [PATCH v2 1/3] objtool: check: Fully validate the stack frame

[PATCH 1/3] dt-bindings: watchdog: fsl-imx: document i.MX compatibles
 2020-09-29 19:13 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).