All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-20 19:15:47 to 2018-04-20 20:33:57 UTC [more...]

[PATCH v4 00/22] Workarounds for Icelake
 2018-04-20 20:34 UTC  (18+ messages)
` [PATCH 01/22] drm/i915/icl: Introduce initial Icelake Workarounds
` [PATCH 02/22] drm/i915/icl: Enable Sampler DFR
` [PATCH 03/22] drm/i915/icl: WaGAPZPriorityScheme
` [PATCH 04/22] drm/i915/icl: WaL3BankAddressHashing
` [PATCH 05/22] drm/i915/icl: WaModifyGamTlbPartitioning
` [PATCH 06/22] drm/i915/icl: WaDisableCleanEvicts
` [PATCH 07/22] drm/i915/icl: WaCL2SFHalfMaxAlloc
` [PATCH 08/22] drm/i915/icl: WaDisCtxReload
` [PATCH 09/22] drm/i915/icl: Wa_1405779004
` [PATCH 10/22] drm/i915/icl: Wa_1406680159 and Wa_2201832410
` [PATCH 11/22] drm/i915/icl: Wa_1604302699
` [PATCH 12/22] drm/i915/icl: Wa_1406838659
` [PATCH 13/22] drm/i915/icl: WaForwardProgressSoftReset
` [PATCH 14/22] drm/i915/icl: WaDisableImprovedTdlClkGating
` [PATCH 15/22] drm/i915/icl: WaEnableStateCacheRedirectToCS
` [PATCH 16/22] drm/i915/icl: Wa_2006665173
` [PATCH 17/22] drm/i915/icl: WaEnableFloatBlendOptimization

[GIT PULL] kselftest update for 4.17-rc2
 2018-04-20 20:33 UTC  (3+ messages)

RFC for a render API to support adaptive sync and VRR
 2018-04-20 20:32 UTC  (8+ messages)

[PATCH] drm/i915: Wait for vblank after register read
 2018-04-20 20:56 UTC  (5+ messages)

Re: Troubleshooting WireGuard connections
 2018-04-20 20:31 UTC  (10+ messages)
    `  "

[PATCH 0/2] tools/memory-model: References updates
 2018-04-20 20:31 UTC  (2+ messages)

linux-next: Tree for Apr 4
 2018-04-20 20:30 UTC  (23+ messages)
` ARM compile failure in "
        ` FORTIFY_SOURCE breaks ARM compilation in -next -- was "
          ` [regression v4.17-rc0] "

[PATCH] ALSA: add more quirks for DSD interfaces
 2018-04-20 20:29 UTC 

[PATCH] MAINTAINERS: Update e-mail address for Andrea Parri
 2018-04-20 20:30 UTC  (2+ messages)

[PATCH v3 00/14] Rearrange struct page
 2018-04-20 20:27 UTC  (4+ messages)
` [PATCH v3 05/14] mm: Move 'private' union within "

[PATCH] vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
 2018-04-20 20:26 UTC  (3+ messages)

[PATCH v2 0/4] Improve MTK NAND driver
 2018-04-20 20:24 UTC  (13+ messages)
` [PATCH v2 1/4] dt-bindings: mtd: mtk-nand: Update properties description
` [PATCH v2 2/4] MAINTAINERS: Add entry for Mediatek NAND controller driver
` [PATCH v2 3/4] mtd: rawnand: mtk: Replace max_sector_size with sector size array
` [PATCH v2 4/4] mtd: rawnand: mtk: Add new nfc capability maximize_fdm_ecc

usercopy whitelist woe in scsi_sense_cache
 2018-04-20 20:23 UTC  (19+ messages)

[PATCH v6 01/16] initrd: Add weakly-linked generic free_initrd_mem
 2018-04-20 20:22 UTC  (3+ messages)

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-04-20 20:22 UTC  (7+ messages)
` [RFC PATCH ghak32 V2 11/13] audit: add support for containerid to network namespaces

[PATCH 1/2] agp/intel-gtt: Drop the code for gen > 1
 2018-04-20 20:20 UTC  (4+ messages)
` [PATCH 2/2] drm/i915: Only build INTEL_GTT on 32-bit x86
` ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] agp/intel-gtt: Drop the code for gen > 1
` ✗ Fi.CI.BAT: failure "

[PATCH net] bpf: sockmap remove dead check
 2018-04-20 20:13 UTC  (2+ messages)

[Buildroot] [PATCH] package/flann: fix build with cmake >= 3.11
 2018-04-20 20:13 UTC  (3+ messages)

[PATCH RFC net-next 00/11] udp gso
 2018-04-21  3:11 UTC  (8+ messages)

[U-Boot] [PATCH] sunxi: improve throughput in the sunxi_mmc driver
 2018-04-20 20:10 UTC  (5+ messages)

[PATCH 0/4] LD_DEAD_CODE_DATA_ELIMINATION fixes and enabling for powerpc
 2018-04-20 20:08 UTC  (6+ messages)
` [PATCH 4/4] powerpc: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selected

How can I disable compile optimization in kernel for friendly debugging, Thanks
 2018-04-20 20:08 UTC  (4+ messages)

[PATCH v3 0/2] sparc64: Add privileged ADI driver
 2018-04-20 20:06 UTC  (16+ messages)
` [PATCH v3 1/2] SPARC M7 and newer processors utilize ADI to version and protect memory. This driver
  ` [PATCH v3 1/2] SPARC M7 and newer processors utilize ADI to version and protect memory. This driver is capable of reading/writing ADI/MCD versions from privileged user space processes. Addresses in the adi file are mapped linearly to physical memory at a ratio of 1:adi_blksz. Thus, a read (or write) of offset K in the file operates upon the ADI version at physical address K * adi_blksz. The version information is encoded as one version per byte. Intended consumers are makedumpfile and crash
` [PATCH v3 2/2] Add a selftest for the sparc64 privileged ADI driver. These tests verify the read(),
  ` [PATCH v3 2/2] Add a selftest for the sparc64 privileged ADI driver. These tests verify the read(), pread(), write(), pwrite(), and seek() functionality of the driver. The tests also report simple performance statistics:

[PATCH 0/3] rebase -i: avoid stale "# This is a combination of" in commit messages
 2018-04-20 20:04 UTC  (8+ messages)
` [PATCH 1/3] rebase -i: demonstrate bug with fixup!/squash! "
` [PATCH 2/3] sequencer: leave a tell-tale when a fixup/squash failed

[PATCH v2] clk: add duty cycle support
 2018-04-20 20:04 UTC  (3+ messages)

Reporting more CPU features in /proc/cpuinfo
 2018-04-20 20:04 UTC 

[Qemu-devel] [RFC 00/24] Avocado-based functional tests
 2018-04-20 20:03 UTC  (7+ messages)
` [Qemu-devel] [RFC 01/24] qemu.py: Introduce _create_console() method
` [Qemu-devel] [RFC 02/24] Introduce the basic framework to run Avocado tests
` [Qemu-devel] [RFC 20/24] avocado_qemu: Set QMP log level to INFO

[Qemu-devel] [RFC PATCH 0/6] Convert softmmu-template into normal code
 2018-04-20 20:02 UTC  (5+ messages)

[PATCH 0/8] Introduce AMD SVM AVIC
 2018-04-20 20:02 UTC  (4+ messages)
` [PATCH 3/8] x86/SVM: Add AVIC vmexit handlers

[PATCH v2] mtd: onenand: omap2: Disable DMA for HIGHMEM buffers
 2018-04-20 20:01 UTC  (2+ messages)

[pci PATCH v8 0/4] Add support for unmanaged SR-IOV
 2018-04-20 20:01 UTC  (5+ messages)
  ` [virtio-dev] "

[RFC PATCH 00/79] Generic page write protection and a solution to page waitqueue
 2018-04-20 19:57 UTC  (3+ messages)

[git pull] vfs fixes
 2018-04-20 19:57 UTC  (4+ messages)

[Intel-wired-lan] [PATCH RFC net-next] igb: adjust SYSTIM register using TIMADJ register
 2018-04-20 19:56 UTC  (2+ messages)
`  "

[PATCH] mtd: spi-nor: clear Extended Address Reg on switch to 3-byte addressing
 2018-04-20 19:54 UTC  (3+ messages)
` [PATCH v2] mtd: spi-nor: clear Winbond "

[v3] usb: mon: Change return type to vm_fault_t
 2018-04-20 19:54 UTC 

[RFC PATCH] dt-bindings: add a jsonschema binding example
 2018-04-20 19:53 UTC  (4+ messages)

[kcov] watchdog: BUG: soft lockup - CPU#0 stuck for 22s! [swapper/0:1]
 2018-04-20 19:52 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/2] While trying to compile u-boot in thumb due space constraints on a mxs
 2018-04-20 19:51 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] arm: make arm926ejs startup code thumb compatible
` [U-Boot] [PATCH v2 2/2] arm: Make arch specific memcpy thumb-safe

[PATCH 1/2] dt: bindings: add new dt entry for ath10k calibration variant
 2018-04-20 19:50 UTC  (5+ messages)
` [PATCH 2/2] ath10k: search DT for qcom,ath10k-calibration-variant
  ` [PATCH 2/2] ath10k: search DT for qcom, ath10k-calibration-variant

[Qemu-devel] [PATCH] migration: update docs
 2018-04-20 19:49 UTC  (2+ messages)

[PATCH 1/5] proc: make /proc/*/cmdline go through LSM
 2018-04-20 19:46 UTC  (8+ messages)
` [PATCH 2/5] proc: more "unsigned int" in /proc/*/cmdline
  ` [PATCH 3/5] proc: somewhat simpler code for /proc/*/cmdline
    ` [PATCH 4/5] proc: simpler iterations "

[PATCH v3] fs: kernfs: Adding new return type vm_fault_t
 2018-04-20 19:45 UTC 

[PATCH 1/2] x86, pti: fix boot problems from Global-bit setting
 2018-04-20 19:44 UTC  (4+ messages)
` [PATCH 2/2] x86, pti: fix boot warning "

[Qemu-devel] [PATCH v3 00/18] Translation loop conversion for sh4/sparc/mips/s390x/openrisc/riscv targets
 2018-04-20 19:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH 14/18] target/openrisc: convert to DisasContextBase

[PATCH] mtdcore: add writeable attribute in sysfs
 2018-04-20 19:43 UTC  (2+ messages)

[PATCH 0/9] cfg80211/mac80211 patches from our internal tree 2018-04-20
 2018-04-20 19:43 UTC  (3+ messages)
` [PATCH 8/9] mac80211: Support adding duration for prepare_tx() callback

[[RFC]DPU PATCH 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel driver
 2018-04-20 19:43 UTC  (5+ messages)
` [[RFC]DPU PATCH 1/4] drm/bridge: add support for sn65dsi86 bridge driver
` [[RFC]DPU PATCH 3/4] drm/panel: add Innolux TV123WAM eDP panel driver

[PATCH] Input: atmel_mxt_ts - fix reset-gpio for level based irqs
 2018-04-20 19:42 UTC  (3+ messages)

commit -> public-inbox link helper
 2018-04-20 19:40 UTC  (3+ messages)

AMD graphics performance regression in 4.15 and later
 2018-04-20 19:40 UTC  (13+ messages)

[Patch v2] Storvsc: Select channel based on available percentage of ring buffer to write
 2018-04-20 19:40 UTC  (3+ messages)

[U-Boot] [PATCH v3] db410c: set clk node to be probed before relocation
 2018-04-20 19:39 UTC 

[rocko/master][PATCH] conf/machine: bump max_leb_cnt for am3
 2018-04-20 19:38 UTC 

[PATCH v2] storvsc: Set up correct queue depth values for IDE devices
 2018-04-20 19:36 UTC  (7+ messages)

[PATCH 0/3] Some add-on patches on top of dj/runtime-prefix
 2018-04-20 19:35 UTC  (6+ messages)
` [PATCH 1/3] gettext: avoid initialization if the locale dir is not present

[Qemu-devel] [PATCH 0/2] iotests: Skip 181 and 201 without userfaultfd
 2018-04-20 19:35 UTC  (2+ messages)

[PATCH 0/6] Add documentation power related sysfs interfaces
 2018-04-20 19:35 UTC  (4+ messages)
` [PATCH 4/6] drm/amdgpu/pm: document pp_dpm_sclk pp_dpm_mclk pp_dpm_pcie

[PATCH] drm/amdgpu: cleanup firmware requests v2
 2018-04-20 19:35 UTC  (2+ messages)

[U-Boot] [PATCH v2] db410c: set clk node to be probed before relocation
 2018-04-20 19:34 UTC 

[PATCH 0/9] Loading optional firmware v3
 2018-04-20 19:33 UTC  (4+ messages)
` [PATCH 9/9] brcmfmac: use request_firmware_nowait2 to load firmware without warnings

[BUG] Git fast-export with import marks file omits merge commits
 2018-04-20 19:32 UTC  (4+ messages)
` [PATCH] fast-export: fix regression skipping some merge-commits

[PATCH v2 00/13] staging: iio: ad2s1200: Driver clean up
 2018-04-20 19:32 UTC  (28+ messages)
` [PATCH v2 01/13] staging: iio: ad2s1200: Remove unneeded include
` [PATCH v2 02/13] staging: iio: ad2s1200: Sort includes alphabetically
` [PATCH v2 03/13] staging: iio: ad2s1200: Reverse Christmas tree ordering
` [PATCH v2 04/13] staging: iio: ad2s1200: Add blank lines
` [PATCH v2 05/13] staging: iio: ad2s1200: Add kernel docs to driver state
` [PATCH v2 06/13] staging: iio: ad2s1200: Introduce variable for repeated value
` [PATCH v2 07/13] staging: iio: ad2s1200: Improve readability with be16_to_cpup
` [PATCH v2 08/13] staging: iio: ad2s1200: Replace legacy gpio API with modern API
` [PATCH v2 09/13] staging: iio: ad2s1200: Add documentation for device tree binding
` [PATCH v2 10/13] staging: iio: ad2s1200: Add scaling factor for angular velocity channel
` [PATCH v2 11/13] staging: iio: Documentation: Add missing sysfs docs for angle channel
` [PATCH v2 12/13] staging: iio: ad2s1200: Add scaling factor "
` [PATCH v2 13/13] staging: iio: ad2s1200: Move driver out of staging

usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
 2018-04-20 19:30 UTC 

[rocko/master][PATCH 1/3] recipes: fix host contamination warnings
 2018-04-20 19:29 UTC  (3+ messages)
` [rocko/master][PATCH 2/3] sa-lld-test, multiprocmgr: suppress no GNU_HASH warnings
` [rocko/master][PATCH 3/3] recipes-bsp: whitespace cleanup

[v1] mm: access to uninitialized struct page
 2018-04-20 19:29 UTC  (2+ messages)

[PATCH 0/2] regulator: add QCOM RPMh regulator driver
 2018-04-20 19:28 UTC  (8+ messages)
` [PATCH 1/2] "

Using WG for transport security in a p2p network
 2018-04-20 19:27 UTC  (5+ messages)

[PATCH net] ibmvnic: Clean actual number of RX or TX pools
 2018-04-20 19:25 UTC 

Subject: [PATCH] [PATCH] time: tick-sched: use bool for tick_stopped
 2018-04-20 19:24 UTC  (13+ messages)
      `  "

[rocko/master][PATCH] conf, recipes: introduce k2l family and add support for k2l-hs-evm
 2018-04-20 19:23 UTC 

[PATCH 0/7] i2c: clean up include/linux/i2c-*
 2018-04-20 19:23 UTC  (4+ messages)
` [PATCH 1/7] i2c: i2c-gpio: move header to platform_data

[rocko/master][PATCH] conf, recipes: introduce k2l family and add support for k2l-hs-evm
 2018-04-20 19:22 UTC 

[PATCH] fs: dax: Adding new return type vm_fault_t
 2018-04-20 19:21 UTC  (3+ messages)

[Bug 198497] handle_mm_fault / xen_pmd_val / radix_tree_lookup_slot Null pointer
 2018-04-20 19:20 UTC  (9+ messages)
        ` [Xen-devel] "

Seen "Internal error: Can't find EDAC structure"?
 2018-04-20 19:19 UTC 

[Lsf-pc] [LSF/MM] Ride sharing
 2018-04-20 19:19 UTC  (4+ messages)
  `  "

[PATCHv4 net 0/3] net: sched: ife: malformed ife packet fixes
 2018-04-20 19:15 UTC  (4+ messages)
` [PATCHv4 net 1/3] net: sched: ife: signal not finding metaid
` [PATCHv4 net 2/3] net: sched: ife: handle malformed tlv length
` [PATCHv4 net 3/3] net: sched: ife: check on metadata length

RFC Xen signature verification for kexec
 2018-04-20 19:12 UTC 

[Patch v4] cifs: Allocate validate negotiation request through kmalloc
 2018-04-20 19:15 UTC  (5+ 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.