linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-16 18:55:50 to 2021-04-16 22:45:37 UTC [more...]

[PATCH 00/13] [RFC] Rust support
 2021-04-16 22:45 UTC  (17+ messages)
` [PATCH 04/13] Kbuild: "

[PATCH net-next v2 0/3] introduce skb_for_each_frag()
 2021-04-16 22:44 UTC  (3+ messages)

[PATCH v4 00/27] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-16 22:39 UTC  (28+ messages)
` [PATCH v4 01/27] drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()
` [PATCH v4 02/27] drm/bridge: ti-sn65dsi86: Simplify refclk handling
` [PATCH v4 03/27] drm/bridge: ti-sn65dsi86: Remove incorrectly tagged kerneldoc comment
` [PATCH v4 04/27] drm/bridge: ti-sn65dsi86: Reorder remove()
` [PATCH v4 05/27] drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()
` [PATCH v4 06/27] drm/bridge: ti-sn65dsi86: Get rid of the useless detect() function
` [PATCH v4 07/27] drm/panel: panel-simple: Use runtime pm to avoid excessive unprepare / prepare
` [PATCH v4 08/27] drm/bridge: ti-sn65dsi86: Rename the main driver data structure
` [PATCH v4 09/27] drm/bridge: ti-sn65dsi86: More renames in prep for sub-devices
` [PATCH v4 10/27] drm/bridge: ti-sn65dsi86: Clean debugfs code
` [PATCH v4 11/27] drm/bridge: ti-sn65dsi86: Add local var for "dev" to simplify probe
` [PATCH v4 12/27] drm/bridge: ti-sn65dsi86: Cleanup managing of drvdata
` [PATCH v4 13/27] drm/bridge: ti-sn65dsi86: Use devm to do our runtime_disable
` [PATCH v4 14/27] drm/bridge: ti-sn65dsi86: Move all the chip-related init to the start
` [PATCH v4 15/27] drm/bridge: ti-sn65dsi86: Break GPIO and MIPI-to-eDP bridge into sub-drivers
` [PATCH v4 16/27] drm/panel: panel-simple: Get rid of hacky HPD chicken-and-egg code
` [PATCH v4 17/27] drm/bridge: ti-sn65dsi86: Use pm_runtime autosuspend
` [PATCH v4 18/27] drm/bridge: ti-sn65dsi86: Code motion of refclk management functions
` [PATCH v4 19/27] drm/bridge: ti-sn65dsi86: If refclk, DP AUX can happen w/out pre-enable
` [PATCH v4 20/27] drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
` [PATCH v4 21/27] i2c: i2c-core-of: Fix corner case of finding adapter by node
` [PATCH v4 22/27] drm/panel: panel-simple: Remove extra call: drm_connector_update_edid_property()
` [PATCH v4 23/27] drm/panel: panel-simple: Power the panel when reading the EDID
` [PATCH v4 24/27] drm/panel: panel-simple: Cache the EDID as long as we retain power
` [PATCH v4 25/27] drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
` [PATCH v4 26/27] arm64: dts: qcom: Link the panel to the bridge's DDC bus
` [PATCH v4 27/27] drm/panel: panel-simple: Prepare/unprepare are refcounted, not forced

[PATCH V2 net-next] net: mvpp2: Add parsing support for different IPv4 IHL values
 2021-04-16 22:40 UTC  (2+ messages)

[PATCH net v2 2/9] r8152: reset flow control patch when linking on for RTL8153B
 2021-04-16 22:40 UTC  (4+ messages)
` [PATCH net v2 6/9] r8152: disable test IO "
  ` [PATCH net-next 4/6] r8152: support new chips
` [PATCH net-next 0/6] "

[PATCH v8 clocksource] Do not mark clocks unstable due to delays for v5.13
 2021-04-16 22:38 UTC  (4+ messages)
` [PATCH v8 clocksource 1/5] clocksource: Provide module parameters to inject delays in watchdog

[PATCH 00/15] x86: Add support for Clang CFI
 2021-04-16 22:37 UTC  (28+ messages)
` [PATCH 01/15] objtool: Find a destination for jumps beyond the section end
` [PATCH 02/15] objtool: Add CONFIG_CFI_CLANG support
` [PATCH 03/15] objtool: Add ASM_STACK_FRAME_NON_STANDARD
` [PATCH 04/15] static_call: Use global functions for the self-test
` [PATCH 05/15] x86: Implement function_nocfi
` [PATCH 06/15] x86: Avoid CFI jump tables in IDT and entry points
` [PATCH 07/15] x86/ftrace: Use function_nocfi in MCOUNT_ADDR
` [PATCH 08/15] x86/extable: Do not mark exception callback as CFI
` [PATCH 09/15] x86/alternatives: Use C int3 selftest but disable KASAN
` [PATCH 10/15] x86/purgatory: Disable CFI
` [PATCH 11/15] x86, relocs: Ignore __typeid__ relocations
` [PATCH 12/15] x86, module: "
` [PATCH 13/15] x86, cpu: Use LTO for cpu.c with CFI
` [PATCH 14/15] x86, kprobes: Fix optprobe_template_func type mismatch
` [PATCH 15/15] x86, build: Allow CONFIG_CFI_CLANG to be selected

[PATCH] Documentation: kunit: Update kunit_tool page
 2021-04-16 22:35 UTC  (2+ messages)

[PATCH net-next,v3] net: ethernet: mediatek: ppe: fix busy wait loop
 2021-04-16 22:30 UTC  (2+ messages)

[PATCH net-next v6] atl1c: move tx cleanup processing out of interrupt
 2021-04-16 22:30 UTC  (2+ messages)

[PATCH] dt-bindings: arm: firmware: Convert linaro,optee-tz to json schema
 2021-04-16 22:25 UTC 

[PATCH v4 0/9] w1: ds2438: adding support for calibration of current measurements
 2021-04-16 22:26 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/6] w1: ds2438: fixed if brackets coding style issue

[PATCH V2 0/4] Add RTC support for PMIC PMK8350
 2021-04-16 22:20 UTC  (6+ messages)
` [PATCH V2 3/4] dt-bindings: mfd: Convert pm8xxx bindings to yaml
` (subset) [PATCH V2 0/4] Add RTC support for PMIC PMK8350

[PATCH v3 0/5] arm64: dts: renesas: Enable GMSL on R8A77970 V3M Eagle
 2021-04-16 22:18 UTC  (7+ messages)
` [PATCH v3 2/5] media: i2c: max9286: Use "maxim,gpio-poc" property

[PATCH v6 0/9] w1: ds2438: adding support for calibration of current measurements
 2021-04-16 22:17 UTC  (8+ messages)
` [PATCH v7 0/6] "
  ` [PATCH v7 1/6] w1: ds2438: fixed a coding style issue
  ` [PATCH v7 2/6] w1: ds2438: fixed if brackets "
  ` [PATCH v7 3/6] w1: ds2438: changed sysfs macro for rw file
  ` [PATCH v7 4/6] w1: ds2438: fixing bug that would always get page0
  ` [PATCH v7 5/6] w1: ds2438: adding support for reading page1
  ` [PATCH v7 6/6] w1: ds2438: support for writing to offset register

[PATCH 1/1] rtc: pcf85063: fallback to parent of_node
 2021-04-16 22:16 UTC  (2+ messages)

[PATCH V6 00/10] PKS: Add Protection Key Supervisor support
 2021-04-16 22:14 UTC  (2+ messages)

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-16 22:14 UTC  (20+ messages)

[PATCH v3 0/4] perf util: bpf perf improvements
 2021-04-16 22:13 UTC  (5+ messages)
` [PATCH v3 1/4] perf util: move bpf_perf definitions to a libperf header
` [PATCH v3 2/4] perf bpf: check perf_attr_map is compatible with the perf binary
` [PATCH v3 3/4] perf-stat: introduce config stat.bpf-counter-events
` [PATCH v3 4/4] perf-stat: introduce ':b' modifier

[PATCH v2] kunit: add unit test for filtering suites by names
 2021-04-16 22:09 UTC 

[PATCH v1 1/1] libnvdimm: Don't use GUID APIs against raw buffer
 2021-04-16 22:08 UTC  (5+ messages)

[PATCH 1/1] rtc: pcf85063: add integrity check
 2021-04-16 22:05 UTC  (2+ messages)

[PATCH v2] X86: Makefile: Replace -pg with CC_FLAGS_FTRACE
 2021-04-16 21:56 UTC  (2+ messages)

[PATCH v3 0/6] percpu: partial chunk depopulation
 2021-04-16 21:47 UTC  (22+ messages)
` [PATCH v3 1/6] percpu: fix a comment about the chunks ordering
` [PATCH v3 2/6] percpu: split __pcpu_balance_workfn()
` [PATCH v3 3/6] percpu: make pcpu_nr_empty_pop_pages per chunk type
` [PATCH v3 4/6] percpu: generalize pcpu_balance_populated()
` [PATCH v3 5/6] percpu: factor out pcpu_check_chunk_hint()

x86/crash: fix crash_setup_memmap_entries() out-of-bounds access
 2021-04-16 21:44 UTC  (10+ messages)
      ` [patch] "

[PATCH v13 00/12] Add AMD SEV guest live migration support
 2021-04-16 21:43 UTC  (2+ messages)

[ANNOUNCE] 4.19.188-rt77
 2021-04-16 21:37 UTC 

[PATCH] perf arm64: Fix off-by-one directory paths
 2021-04-16 21:41 UTC 

[PATCH] arm64: vdso: remove commas between macro name and arguments
 2021-04-16 21:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH bpf-next v4 0/3] add batched ops for percpu array
 2021-04-16 21:35 UTC  (2+ messages)

[RFC PATCH] capabilities: require CAP_SETFCAP to map uid 0 (v3)
 2021-04-16 21:34 UTC  (3+ messages)

[PATCH v2] sched: Warn on long periods of pending need_resched
 2021-04-16 21:33 UTC  (6+ messages)

[PATCH v2] mm/compaction:let proactive compaction order configurable
 2021-04-16 21:31 UTC  (2+ messages)

[PATCH v2 resubmit] sched: Warn on long periods of pending need_resched
 2021-04-16 21:29 UTC 

[PATCH 1/1] of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses
 2021-04-16 21:27 UTC  (4+ messages)

[PATCH net-next 00/10] Adding the Sparx5 Switch Driver
 2021-04-16 21:26 UTC  (5+ messages)
` [PATCH net-next 03/10] net: sparx5: add hostmode with phylink support
` [PATCH net-next 09/10] net: sparx5: add ethtool configuration and statistics support

[PATCH 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-04-16 21:25 UTC  (9+ messages)
` [PATCH 1/5] scsi: BusLogic: Fix missing `pr_cont' use
` [PATCH 2/5] scsi: BusLogic: Avoid unbounded `vsprintf' use

[PATCH 0/5] evm: Prepare for moving to the LSM infrastructure
 2021-04-16 21:25 UTC  (4+ messages)

[PATCH] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-16 21:24 UTC  (3+ messages)

[PATCH v3 0/2] Simplify and restrict IOMMU SVA APIs
 2021-04-16 12:45 UTC  (3+ messages)
` [PATCH v3 1/2] iommu/sva: Tighten SVA bind API with explicit flags
` [PATCH v3 2/2] iommu/sva: Remove mm parameter from SVA bind API

[PATCH] brd: expose number of allocated pages in debugfs
 2021-04-16 21:18 UTC 

[PATCH] blk-mq: Fix spurious debugfs directory creation during initialization
 2021-04-16 21:17 UTC  (2+ messages)

[PATCH][next] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-04-16 21:12 UTC  (4+ messages)

[tip:master] BUILD SUCCESS 345774c3f039a2d1d4844bfc3deb6ba9a05c6c65
 2021-04-16 21:11 UTC 

[PATCH v20 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-16 21:10 UTC  (5+ messages)
` [PATCH v20 3/9] mm: hugetlb: gather discrete indexes of tail page
` [PATCH v20 4/9] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page

[PATCH] x86/uaccess: small optimization in unsafe_copy_to_user()
 2021-04-16 20:57 UTC  (4+ messages)

[PATCH v8 clocksource 2/5] clocksource: Retry clock read if long delays detected
 2021-04-16 20:45 UTC  (2+ messages)

[PATCH 0/2] m68k: Add Virtual M68k Machine
 2021-04-16 20:34 UTC  (3+ messages)

linux-next: Tree for Apr 16
 2021-04-16 20:32 UTC  (4+ messages)
` linux-next: Tree for Apr 16 (IMA appraise causing build error)

[PATCH 1/2] drm/msm/dp: service only one irq_hpd if there are multiple irq_hpd pending
 2021-04-16 20:27 UTC 

[PATCH] powerpc/pseries: extract host bridge from pci_bus prior to bus removal
 2021-04-16 20:21 UTC  (3+ messages)

[PATCH][next] ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user()
 2021-04-16 20:15 UTC 

[PATCH v8 net-next 0/2] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)
 2021-04-16 20:11 UTC  (3+ messages)
` [PATCH v8 net-next 1/2] hv_netvsc: Make netvsc/VF binding check both MAC and serial number
` [PATCH v8 net-next 2/2] net: mana: Add a driver for Microsoft Azure Network Adapter (MANA)

[PATCH v3] dma-buf: Add DmaBufTotal counter in meminfo
 2021-04-16 20:10 UTC  (2+ messages)

[PATCH v4] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-04-16 20:10 UTC  (2+ messages)

[PATCH 5.10 00/25] 5.10.31-rc1 review
 2021-04-16 20:07 UTC  (3+ messages)

[PATCH 5.4 00/18] 5.4.113-rc1 review
 2021-04-16 20:04 UTC  (2+ messages)

[PATCH 4.19 00/13] 4.19.188-rc1 review
 2021-04-16 20:01 UTC  (2+ messages)

liburcu: LTO breaking rcu_dereference on arm64 and possibly other architectures ?
 2021-04-16 20:01 UTC  (7+ messages)

[PATCH V4 2/2] perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task
 2021-04-16 19:50 UTC  (4+ messages)
` [tip: perf/core] "

[PATCH v20 1/2] scsi: ufs: Enable power management for wlun
 2021-04-16 19:49 UTC  (2+ messages)
` [PATCH v20 2/2] ufs: sysfs: Resume the proper scsi device

[PATCH v2] virtio_blk: Add support for lifetime feature
 2021-04-16 19:47 UTC 

[PATCH 0/4 POC] Allow executing code and syscalls in another address space
 2021-04-16 19:29 UTC  (2+ messages)

[PATCH] static_call: fix unused variable warning
 2021-04-16 19:43 UTC 

[RFC PATCH 0/3] Separate BE DAI HW constraints from FE ones
 2021-04-16 19:39 UTC  (12+ messages)

[PATCH] PCI: acpiphp: Fixed coding style
 2021-04-16 19:35 UTC  (2+ messages)

[PATCH] node: fix device cleanups in error handling code
 2021-04-16 19:35 UTC  (2+ messages)

[PATCH RFC v3] media: em28xx: Fix race condition between open and init function
 2021-04-16 19:33 UTC  (3+ messages)

[PATCH][next] flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target()
 2021-04-16 19:31 UTC 

[PATCH 0/5] mtd: core: OTP nvmem provider support
 2021-04-16 19:26 UTC  (3+ messages)

[v9,2/7] PCI: Export pci_pio_to_address() for module use
 2021-04-16 19:24 UTC  (2+ messages)

[PATCH 1/2] kbuild: dummy-tools: Add elfedit
 2021-04-16 19:22 UTC  (6+ messages)

[v9,0/7] PCI: mediatek: Add new generation controller support
 2021-04-16 19:21 UTC  (2+ messages)

[PATCH V3] dt-bindings: mailbox: ti,secure-proxy: Convert to json schema
 2021-04-16 19:12 UTC  (2+ messages)
` [PATCH V3] dt-bindings: mailbox: ti, secure-proxy: "

[PATCH v5 net-next 00/10] net: Korina improvements
 2021-04-16 19:11 UTC  (6+ messages)
` [PATCH v5 net-next 10/10] dt-bindings: net: korina: Add DT bindings for IDT 79RC3243x SoCs

[PATCH] tick: Use the wrapped function to clear the logic
 2021-04-16 19:07 UTC  (2+ messages)
` [tip: timers/core] tick: Use tick_check_replacement() instead of open coding it

[PATCH v3] tick/broadcast: Allow later registered device enter oneshot mode
 2021-04-16 19:07 UTC  (2+ messages)
` [tip: timers/core] tick/broadcast: Allow late registered device to "

[PATCH] time: timecounter_cyc2time(): mark 1st argument (struct timecounter) as const
 2021-04-16 19:07 UTC  (2+ messages)
` [tip: timers/core] time/timecounter: Mark 1st argument of timecounter_cyc2time() "

[PATCH v4 30/33] dt-bindings: media: add microchip,xisc device bindings
 2021-04-16 19:06 UTC  (3+ messages)
` [PATCH v5 "
  ` [PATCH v5 30/33] dt-bindings: media: add microchip, xisc "

[PATCH V4] PCI: Add MCFG quirks for Tegra194 host controllers
 2021-04-16 19:06 UTC  (2+ messages)

[PATCH v8 00/15] soc: rockchip: power-domain: add rk3568 powerdomains
 2021-04-16 19:05 UTC  (7+ messages)
` [PATCH v8 11/15] dt-bindings: arm: rockchip: convert pmu.txt to YAML
` [PATCH v8 12/15] dt-bindings: arm: rockchip: add more compatible strings to pmu.yaml
` [PATCH v8 13/15] dt-bindings: power: rockchip: Convert to json-schema


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).