linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-17 03:33:01 to 2019-06-17 09:08:45 UTC [more...]

[PATCH, RFC 00/62] Intel MKTME enabling
 2019-06-17  9:08 UTC  (10+ messages)
` [PATCH, RFC 45/62] mm: Add the encrypt_mprotect() system call for MKTME
` [PATCH, RFC 49/62] mm, x86: export several MKTME variables

[PATCH v2 0/5] media: venus: Update clock scaling and core selection
 2019-06-17  9:07 UTC  (11+ messages)
` [PATCH 1/5] media: venus: Add codec data table
` [PATCH 2/5] media: venus: Initialize codec data
` [PATCH 3/5] media: venus: Update clock scaling
` [PATCH 4/5] media: venus: Add interface for load per core
` [PATCH 5/5] media: venus: Update core selection

[PATCH] ps3: Use [] to denote a flexible array member
 2019-06-17  9:07 UTC 

[PATCH v2 0/5] Perf uncore PMU event alias support for Hisi hip08 ARM64 platform
 2019-06-17  9:06 UTC  (4+ messages)
` [PATCH v2 2/5] perf pmu: Support more complex PMU event aliasing

When SME is enabled on Dell PowerEdge R7425(AMD) machine, the first kernel can not successfully boot because of the megaraid_sas failure
 2019-06-17  9:04 UTC  (3+ messages)

[RFC][PATCH] module: Propagate MODULE_STATE_COMING notifier errors
 2019-06-17  9:03 UTC 

linux-next: build warnings after merge of the clockevents tree
 2019-06-17  8:58 UTC  (2+ messages)

[PATCH v2 0/2] Add macb support for SiFive FU540-C000
 2019-06-17  8:56 UTC  (6+ messages)
` [PATCH v2 1/2] macb: bindings doc: add sifive fu540-c000 binding
` [PATCH v2 2/2] macb: Add support for SiFive FU540-C000

[PATCH v3 0/2] fix return value issue of soft offlining hugepages
 2019-06-17  8:51 UTC  (3+ messages)
` [PATCH v3 1/2] mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() fails
` [PATCH v3 2/2] mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHuge

[PATCH 0/1] ARM: dts: stm32: replace rgmii mode with rgmii-id on stm32mp15 boards
 2019-06-17  8:50 UTC  (2+ messages)
` [PATCH 1/1] "

[LINUX PATCH v16] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2019-06-17  8:50 UTC 

linux-next: manual merge of the akpm tree with the net and net-next trees
 2019-06-17  8:47 UTC 

[PATCH v4 0/7] s390: vfio-ap: dynamic configuration support
 2019-06-17  8:47 UTC  (5+ messages)
` [PATCH v4 1/7] s390: vfio-ap: Refactor vfio_ap driver probe and remove callbacks
` [PATCH v4 2/7] s390: vfio-ap: wait for queue empty on queue reset

[PATCH v4 0/5] brcmfmac: sdio: Deal better w/ transmission errors related to idle
 2019-06-17  8:46 UTC  (15+ messages)
` [PATCH v4 2/5] mmc: core: API to temporarily disable retuning for SDIO CRC errors
` [PATCH v4 3/5] brcmfmac: sdio: Disable auto-tuning around commands expected to fail
` [PATCH v4 4/5] mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()
` [PATCH v4 5/5] brcmfmac: sdio: Don't tune while the card is off

[PATCH 0/4] crypto: ccree: minor fixes
 2019-06-17  8:46 UTC  (5+ messages)
` [PATCH 1/4] crypto: ccree: Relocate driver irq registration after clk init
` [PATCH 2/4] crypto: ccree: check that cryptocell reset completed
` [PATCH 3/4] crypto: ccree: prevent isr handling in case driver is suspended
` [PATCH 4/4] crypto: ccree: add HW engine config check

properly communicate queue limits to the DMA layer
 2019-06-17  8:44 UTC  (6+ messages)
` [PATCH 10/13] megaraid_sas: set virt_boundary_mask in the scsi host

[PATCH 0/3] x86/cpufeatures: Re-arrange a few features and enumerate AVX512 BFLOAT16 intructions
 2019-06-17  8:35 UTC  (10+ messages)
` [PATCH 1/3] x86/resctrl: Get max rmid and occupancy scale directly from CPUID instead of cpuinfo_x86

[PATCH] staging: iio: ad7150: use ternary operating to ensure 0/1 value
 2019-06-17  8:40 UTC  (3+ messages)

[PATCH repost] dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support
 2019-06-17  8:41 UTC  (4+ messages)

[LINUX PATCH v15] mtd: rawnand: pl353: Add basic driver for arm pl353 smc nand interface
 2019-06-17  8:38 UTC  (2+ messages)

[PATCH 1/2] perf ioctl: Add check for the sample_period value
 2019-06-17  8:38 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v4 0/4] arm64: SPE ACPI enablement
 2019-06-17  8:36 UTC  (2+ messages)

[PATCH v2 8/8] habanalabs: enable 64-bit DMA mask in POWER9
 2019-06-17  8:35 UTC  (9+ messages)

use exact allocation for dma coherent memory
 2019-06-17  8:33 UTC  (3+ messages)

[PATCH v5 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-17  8:26 UTC  (19+ messages)
` [PATCH v5 01/18] kunit: test: add KUnit test runner core
` [PATCH v5 02/18] kunit: test: add test resource management API
` [PATCH v5 03/18] kunit: test: add string_stream a std::stream like string builder
` [PATCH v5 04/18] kunit: test: add kunit_stream a std::stream like logger
` [PATCH v5 05/18] kunit: test: add the concept of expectations
` [PATCH v5 06/18] kbuild: enable building KUnit
` [PATCH v5 07/18] kunit: test: add initial tests
` [PATCH v5 08/18] objtool: add kunit_try_catch_throw to the noreturn list
` [PATCH v5 09/18] kunit: test: add support for test abort
` [PATCH v5 10/18] kunit: test: add tests for kunit "
` [PATCH v5 11/18] kunit: test: add the concept of assertions
` [PATCH v5 12/18] kunit: test: add tests for KUnit managed resources
` [PATCH v5 13/18] kunit: tool: add Python wrappers for running KUnit tests
` [PATCH v5 14/18] kunit: defconfig: add defconfigs for building "
` [PATCH v5 15/18] Documentation: kunit: add documentation for KUnit
` [PATCH v5 16/18] MAINTAINERS: add entry for KUnit the unit testing framework
` [PATCH v5 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()
` [PATCH v5 18/18] MAINTAINERS: add proc sysctl KUnit test to PROC SYSCTL section

[RFC PATCH v4 00/21] Implement an HPET-based hardlockup detector
 2019-06-17  8:25 UTC  (4+ messages)
` [RFC PATCH v4 20/21] iommu/vt-d: hpet: Reserve an interrupt remampping table entry for watchdog

[PATCH -next] coresight: replicator: Add terminate entry for acpi_device_id tables
 2019-06-17  8:25 UTC  (2+ messages)

[v2 1/9] hwmon: (nct7904) Add error handling in probe function
 2019-06-17  8:22 UTC  (10+ messages)
` [v2 2/9] hwmon: (nct7904) Changes comments "
` [v2 3/9] hwmon: (nct7904) Add extra sysfs support for fan, voltage and temperature
` [v2 4/9] hwmon: (nct7904) Fix incorrect register setting for the high value high limit of voltage
` [v2 5/9] hwmon: (nct7904) Fix incorrect register bit mapping of temperature alarm
` [v2 6/9] hwmon: (nct7904) Fix wrong return code in function nct7904_write_fan
` [v2 7/9] hwmon: (nct7904) Delete wrong comment in function nct7904_write_in
` [v2 8/9] hwmon: (nct7904) Fix wrong attribute names for temperature
` [v2 9/9] hwmon: (nct7904) Fix wrong registers setting "

[PATCH 0/5] mm: Cleanup & allow modules to hotplug memory
 2019-06-17  8:21 UTC  (21+ messages)
` [PATCH 1/5] mm: Trigger bug on if a section is not found in __section_nr
` [PATCH 2/5] mm: don't hide potentially null memmap pointer in sparse_remove_one_section
` [PATCH 3/5] mm: Don't manually decrement num_poisoned_pages
` [PATCH 4/5] mm/hotplug: Avoid RCU stalls when removing large amounts of memory
` [PATCH 5/5] mm/hotplug: export try_online_node

[PATCH v4 00/10] memory: tegra: Introduce Tegra30 EMC driver
 2019-06-17  8:21 UTC  (2+ messages)

[PATCH] initramfs: Fix populate_initrd_image() section mismatch
 2019-06-17  8:18 UTC  (2+ messages)

[PATCH] Fix tun: wake up waitqueues after IFF_UP is set
 2019-06-17  8:16 UTC  (3+ messages)

linux-next: manual merge of the akpm-current tree with the dma-mapping tree
 2019-06-17  8:15 UTC  (2+ messages)

[PATCH] jffs2: do not use C++ style comments in uapi header
 2019-06-17  8:14 UTC  (2+ messages)

call trace: WARNING: ttm_bo_vm_open on qemuarm64 when starting X
 2019-06-17  8:05 UTC 

[PATCH] ovl: fix typo in MODULE_PARM_DESC
 2019-06-17  7:39 UTC 

[PATCH v2] i2c: i2c-stm32f7: fix the get_irq error cases
 2019-06-17  7:54 UTC  (3+ messages)

[PATCH v3] i2c: i2c-stm32f7: fix the get_irq error cases
 2019-06-17  7:53 UTC 

答复: 答复: [PATCH] input: alps-fix the issue alps cs19 trackstick do not work
 2019-06-17  7:49 UTC  (11+ messages)
` 答复: "
                ` 答复: "

[PATCH 1/2] mmc: mediatek: fix SDIO IRQ interrupt handle flow
 2019-06-17  7:47 UTC  (4+ messages)

general protection fault in rb_next (3)
 2019-06-17  7:46 UTC 

[PATCH] integrity: Fix __integrity_init_keyring() section mismatch
 2019-06-17  7:44 UTC 

[PATCH] wl18xx: Fix Wunused-const-variable
 2019-06-17  7:44 UTC  (3+ messages)

[RFC 00/10] Process-local memory allocations for hiding KVM secrets
 2019-06-17  7:38 UTC  (5+ messages)

[PATCH v3 0/7] Hexdump Enhancements
 2019-06-17  7:39 UTC  (5+ messages)
` [PATCH v3 3/7] lib/hexdump.c: Optionally suppress lines of repeated bytes
` [PATCH v3 4/7] lib/hexdump.c: Replace ascii bool in hex_dump_to_buffer with flags

DM Regression in 4.16-rc1 - read() returns data when it shouldn't
 2019-06-17  7:32 UTC  (11+ messages)
` [PATCH] block: be more careful about status in __bio_chain_endio
  `  "

[PATCH] 9p: Transport error uninitialized
 2019-06-17  6:56 UTC  (3+ messages)

[PATCH] time: fix a assignment error in ntp module
 2019-06-17  7:21 UTC  (2+ messages)

Build regressions/improvements in v5.2-rc5
 2019-06-17  7:19 UTC 

[PATCH 1/3] drm/stm: drv: fix suspend/resume
 2019-06-17  7:18 UTC 

[RESEND PATCH v2 3/3] regulator: lp87565: Add 4-phase lp87561 regulator support
 2019-06-17  7:15 UTC  (3+ messages)
` [GIT PULL] Immutable branch between MFD and Regulator due for the v5.3 merge window

[PATCH v2 10/10] arm/arm64: defconfig: Update configs to use the new CROS_EC options
 2019-06-17  7:12 UTC  (2+ messages)

[PATCH mtd-utils] ubi-tests: ubi_mkvol_request: Fully initialize 'struct ubi_mkvol_request req'
 2019-06-17  7:03 UTC  (2+ messages)

[PATCH mtd-utils] ubi-tests: io_read: Filter invalid offset value before 'lseek' in io_read test
 2019-06-17  7:03 UTC  (2+ messages)

[PATCH mtd-utils] ubi-tests: fm_param: Replace 'fm_auto' with 'fm_autoconvert'
 2019-06-17  7:04 UTC  (2+ messages)

[PATCH mtd-utils] ubi-tests: mkvol test: Checks return value 'ENOSPC' for 'ubi_mkvol'
 2019-06-17  7:04 UTC  (2+ messages)

[PATCH V3] i2c: busses: tegra: Add suspend-resume support
 2019-06-17  7:09 UTC  (7+ messages)

[PATCH] [RFC] dmaengine: add fifo_size member
 2019-06-17  7:07 UTC  (11+ messages)

[PATCH stable 4.4 v2] coredump: fix race condition between mmget_not_zero()/get_task_mm() and core dumping
 2019-06-17  6:58 UTC  (2+ messages)
` [PATCH stable-4.4 v3] "

[PATCH v4 00/14] ima: introduce IMA Digest Lists extension
 2019-06-17  6:56 UTC  (2+ messages)

[PATCH] net: remove duplicate fetch in sock_getsockopt
 2019-06-17  6:56 UTC 

[RFC PATCH v5] rtl8xxxu: Improve TX performance of RTL8723BU on rtl8xxxu driver
 2019-06-17  6:56 UTC 

remove dead powernv code v2
 2019-06-17  6:46 UTC  (2+ messages)

[PATCH] modules: fix BUG when load module with rodata=n
 2019-06-17  6:59 UTC 

[PATCH 1/2] dt-bindings: pinctrl: qcom: Add SM8150 pinctrl binding
 2019-06-17  6:37 UTC  (7+ messages)
` [PATCH 2/2] pinctrl: qcom: Add SM8150 pinctrl driver

general protection fault in oom_unkillable_task
 2019-06-17  6:33 UTC  (11+ messages)

[PATCH RESEND v3 0/3] KVM: x86: Enable user wait instructions
 2019-06-17  6:31 UTC  (4+ messages)
` [PATCH RESEND v3 2/3] KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL

[RFC PATCH 00/16] xenhost support
 2019-06-17  6:28 UTC  (7+ messages)
` [RFC PATCH 07/16] x86/xen: make vcpu_info part of xenhost_t
` [RFC PATCH 09/16] xen/evtchn: support evtchn in xenhost_t

[PATCH v2 0/3] PWM framework: add support referencing PWMs from ACPI
 2019-06-17  6:24 UTC  (6+ messages)
` [PATCH v2 1/3] ACPI: Resolve objects on host-directed table loads

[PATCH] builddeb: generate multi-arch friendly linux-libc-dev package
 2019-06-17  6:14 UTC 

[PATCH 5.2 1/2] mwifiex: Don't abort on small, spec-compliant vendor IEs
 2019-06-17  6:14 UTC  (4+ messages)
` [PATCH 2/2] mwifiex: use 'total_ie_len' in mwifiex_update_bss_desc_with_ie()

[PATCH] powerpc/32s: fix suspend/resume when IBATs 4-7 are used
 2019-06-17  6:10 UTC 

[PATCH] timers: Fix up get_target_base() to use old base properly
 2019-06-17  6:09 UTC  (3+ messages)

linux-next: manual merge of the cgroup tree with Linus' tree
 2019-06-17  6:06 UTC 

[PATCH] drm/komeda: Adds power management support
 2019-06-17  5:55 UTC 

[PATCH 1/1] drm/bochs: Fix connector leak during driver unload
 2019-06-17  5:45 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH] fsi: sbefifo: Don't fail operations when in SBE IPL state
 2019-06-17  5:41 UTC  (3+ messages)

[PATCH v7 00/18] x86: Enable FSGSBASE instructions
 2019-06-17  5:18 UTC  (11+ messages)
` [PATCH v7 18/18] x86/fsgsbase/64: Add documentation for FSGSBASE

[PATCH V7] i2c: tegra: remove BUG, BUG_ON
 2019-06-17  5:09 UTC 

[PATCH v3 0/7] perf diff: diff cycles at basic block level
 2019-06-17 12:50 UTC  (8+ messages)
` [PATCH v3 1/7] perf util: Create block_info structure
` [PATCH v3 2/7] perf util: Add block_info in hist_entry
` [PATCH v3 3/7] perf diff: Check if all data files with branch stacks
` [PATCH v3 4/7] perf diff: Use hists to manage basic blocks per symbol
` [PATCH v3 5/7] perf diff: Link same basic blocks among different data
` [PATCH v3 6/7] perf diff: Print the basic block cycles diff
` [PATCH v3 7/7] perf diff: Documentation -c cycles option

[PATCH] nvdimm: remove prototypes for nonexistent functions
 2019-06-17  4:47 UTC 

[PATCH] ocxl: Allow contexts to be attached with a NULL mm
 2019-06-17  4:41 UTC 

[PATCH v5 0/5] MTD: Add Initial Hyperbus support
 2019-06-17  4:30 UTC  (4+ messages)
` [PATCH v5 4/5] dt-bindings: mtd: Add bindings for TI's AM654 HyperBus memory controller

[PATCH v4 0/5] THP aware uprobe
 2019-06-17  4:27 UTC  (2+ messages)

[RFC v2 00/11] DVFS in the OPP core
 2019-06-17  4:26 UTC  (15+ messages)
` [RFC v2 01/11] OPP: Don't overwrite rounded clk rate
` [RFC v2 02/11] OPP: Make dev_pm_opp_set_rate() with freq=0 as valid

[PATCH v3] kasan: add memory corruption identification for software tag-based mode
 2019-06-17  4:00 UTC  (5+ messages)

[PATCH v2 0/5] hv: Remove dependencies on guest page size
 2019-06-17  3:59 UTC  (4+ messages)
` [PATCH v2 2/5] x86: hv: hv_init.c: Add functions to allocate/deallocate page for Hyper-V

[PATCH v5] ASoC: max98090: remove 24-bit format support if RJ is 0
 2019-06-17  3:55 UTC 

linux-next: manual merge of the mlx5-next tree with Linus' tree
 2019-06-17  3:53 UTC  (2+ messages)

[PATCH 0/6] qcom: add OCMEM support
 2019-06-17  3:43 UTC  (5+ messages)
` [PATCH 6/6] drm/msm/gpu: add ocmem init/cleanup functions

linux-next: manual merge of the imx-drm tree with the v4l-vdb tree
 2019-06-17  3:36 UTC 

[PATCH] MAINTAINERS: fpga: hand off maintainership to Moritz
 2019-06-17  3:35 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).