linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-05 16:15:17 to 2019-04-05 20:20:40 UTC [more...]

[PATCH v3 1/2] x86/mm/KASLR: Only build one PUD entry of area for real mode trampoline
 2019-04-05 20:19 UTC  (2+ messages)
` [tip:x86/mm] x86/mm/KASLR: Use only one PUD entry "

[PATCH v3 2/2] x86/mm/KASLR: Change the granularity of randomization to PUD size in 5-level
 2019-04-05 20:19 UTC  (2+ messages)
` [tip:x86/mm] x86/mm/KASLR: Reduce randomization granularity for 5-level paging to 1GB

[PATCH v5 1/3] platform/chrome: wilco_ec: Standardize mailbox interface
 2019-04-05 20:15 UTC  (3+ messages)
` [PATCH v5 2/3] platform/chrome: Add Wilco EC keyboard backlight LEDs support

[PATCH] Staging: greybus: Cleanup in header file control.h
 2019-04-05 20:14 UTC 

[PATCH v3 00/25] Add generic support for composing LED class device name
 2019-04-05 20:08 UTC  (4+ messages)
` [PATCH v3 05/25] leds: core: Add support for composing LED class device names

[PATCH 1/3] platform/chrome: wilco_ec: Standardize mailbox interface
 2019-04-05 20:07 UTC  (3+ messages)
` [PATCH 2/3] platform/chrome: wilco_ec: Add USB PowerShare Policy control
` [PATCH 3/3] platform/chrome: wilco_ec: Add Boot on AC support

[PATCH] Staging: greybus: Fix spinlock_t definition without comment
 2019-04-05 20:00 UTC 

[PATCH 1/2] platform/chrome: Add CrOS USB PD logging driver
 2019-04-05 19:54 UTC  (2+ messages)

[PATCH v5 3/3] platform/chrome: Standardize Chrome OS keyboard backlight name
 2019-04-05 20:00 UTC  (14+ messages)

[PATCH v2] platform: chrome: Add ChromeOS EC ISHTP driver
 2019-04-05 19:44 UTC  (2+ messages)

[PATCH v3 bpf-next 00/21] bpf: Sysctl hook
 2019-04-05 19:35 UTC  (22+ messages)
` [PATCH v3 bpf-next 01/21] bpf: Add base proto function for cgroup-bpf programs
` [PATCH v3 bpf-next 02/21] bpf: Sysctl hook
` [PATCH v3 bpf-next 03/21] bpf: Introduce bpf_sysctl_get_name helper
` [PATCH v3 bpf-next 04/21] bpf: Introduce bpf_sysctl_get_current_value helper
` [PATCH v3 bpf-next 05/21] bpf: Introduce bpf_sysctl_{get,set}_new_value helpers
` [PATCH v3 bpf-next 06/21] bpf: Add file_pos field to bpf_sysctl ctx
` [PATCH v3 bpf-next 07/21] bpf: Sync bpf.h to tools/
` [PATCH v3 bpf-next 08/21] libbpf: Support sysctl hook
` [PATCH v3 bpf-next 09/21] selftests/bpf: Test sysctl section name
` [PATCH v3 bpf-next 10/21] selftests/bpf: Test BPF_CGROUP_SYSCTL
` [PATCH v3 bpf-next 11/21] selftests/bpf: Test bpf_sysctl_get_name helper
` [PATCH v3 bpf-next 12/21] selftests/bpf: Test sysctl_get_current_value helper
` [PATCH v3 bpf-next 13/21] selftests/bpf: Test bpf_sysctl_{get,set}_new_value helpers
` [PATCH v3 bpf-next 14/21] selftests/bpf: Test file_pos field in bpf_sysctl ctx
` [PATCH v3 bpf-next 15/21] bpf: Introduce ARG_PTR_TO_{INT,LONG} arg types
` [PATCH v3 bpf-next 16/21] bpf: Introduce bpf_strtol and bpf_strtoul helpers
` [PATCH v3 bpf-next 17/21] bpf: Sync bpf.h to tools/
` [PATCH v3 bpf-next 18/21] selftests/bpf: Add sysctl and strtoX helpers to bpf_helpers.h
` [PATCH v3 bpf-next 19/21] selftests/bpf: Test ARG_PTR_TO_LONG arg type
` [PATCH v3 bpf-next 20/21] selftests/bpf: Test bpf_strtol and bpf_strtoul helpers
` [PATCH v3 bpf-next 21/21] selftests/bpf: C based test for sysctl and strtoX

[PATCH] mm:workingset use real time to judge activity of the file page
 2019-04-05 19:34 UTC  (4+ messages)

[PATCH v13 1/3] /proc/pid/status: Add support for architecture specific output
 2019-04-05 19:32 UTC  (2+ messages)

[PATCH] Staging: olpc_dcon: Use WARN_ON() instead of BUG_ON()
 2019-04-05 19:28 UTC 

[patch V2 00/29] x86: Add guard pages to exception and interrupt stacks
 2019-04-05 19:25 UTC  (12+ messages)
` [patch V2 03/29] x86/irq/64: Remove a hardcoded irq_stack_union access
` [patch V2 04/29] x86/irq/64: Sanitize the top/bottom confusion
` [patch V2 07/29] x86/exceptions: Make IST index zero based
` [patch V2 08/29] x86/cpu_entry_area: Cleanup setup functions

[PATCH-tip v2 00/12] locking/rwsem: Rwsem rearchitecture part 2
 2019-04-05 19:21 UTC  (13+ messages)
` [PATCH-tip v2 01/12] locking/rwsem: Implement a new locking scheme
` [PATCH-tip v2 02/12] locking/rwsem: Implement lock handoff to prevent lock starvation
` [PATCH-tip v2 03/12] locking/rwsem: Remove rwsem_wake() wakeup optimization
` [PATCH-tip v2 04/12] locking/rwsem: Make rwsem_spin_on_owner() return owner state
` [PATCH-tip v2 05/12] locking/rwsem: Ensure an RT task will not spin on reader
` [PATCH-tip v2 06/12] locking/rwsem: Wake up almost all readers in wait queue
` [PATCH-tip v2 07/12] locking/rwsem: Enable readers spinning on writer
` [PATCH-tip v2 08/12] locking/rwsem: Enable time-based spinning on reader-owned rwsem
` [PATCH-tip v2 09/12] locking/rwsem: Add more rwsem owner access helpers
` [PATCH-tip v2 10/12] locking/rwsem: Guard against making count negative
` [PATCH-tip v2 11/12] locking/rwsem: Merge owner into count on x86-64
` [PATCH-tip v2 12/12] locking/rwsem: Remove redundant computation of writer lock word

[PATCH 00/12] i2c: core: introduce atomic transfers
 2019-04-05 19:20 UTC  (5+ messages)
` [PATCH 08/12] i2c: ocores: refactor setup for polling
` [PATCH 09/12] i2c: ocores: enable atomic xfers

[RFC PATCH v2 0/3] arch/x86: Add the support of ACRN guest under arch/x86
 2019-04-05 19:19 UTC  (7+ messages)
` [RFC PATCH v2 1/3] arch/x86: add the support of ACRN guest
` [RFC PATCH v2 2/3] arch/x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for Acrn upcall vector
` [RFC PATCH v2 3/3] arch/x86/acrn: add hypercall for acrn_guest

[PATCH 2/4] wan/hdlc_x25: fix skb handling
 2019-04-05 19:15 UTC  (4+ messages)

[PATCH v13] platform/mellanox: Add TmFifo driver for Mellanox BlueField Soc
 2019-04-05 19:10 UTC  (3+ messages)

[PATCH 00/10] Add Tegra194 PCIe support
 2019-04-05 18:58 UTC  (9+ messages)
` [PATCH 09/10] PCI: tegra: "

[RFC PATCH] perf/x86: make perf callchain work without CONFIG_FRAME_POINTER
 2019-04-05 18:55 UTC  (7+ messages)

[PATCH 01/14] x86 topology: Fix doc typo
 2019-04-05 18:50 UTC  (11+ messages)
` [PATCH 04/14] x86 topology: Add CPUID.1F multi-die/package support
` [PATCH 08/14] powercap/intel_rapl: Support multi-die/package
` [PATCH 09/14] thermal/x86_pkg_temp_thermal: "

[patch] KVM: SVM: prevent DBG_DECRYPT and DBG_ENCRYPT overflow
 2019-04-05 18:50 UTC  (2+ messages)

[patch] kvm: svm: fix potential get_num_contig_pages overflow
 2019-04-05 18:49 UTC  (2+ messages)

[PATCH 1/2] stmmac: introduce flag to dynamically disable TX offload for rockchip devices
 2019-04-05 18:38 UTC  (18+ messages)

[PATCH v3 00/13] QorIQ TMU multi-sensor and HWMON support
 2019-04-05 18:38 UTC  (25+ messages)
` [PATCH v3 01/13] thermal: qoriq: Remove unnecessary DT node is NULL check
` [PATCH v3 04/13] thermal: qoriq: Add local struct qoriq_sensor pointer
` [PATCH v3 05/13] thermal: qoriq: Embed per-sensor data into struct qoriq_tmu_data
` [PATCH v3 07/13] thermal: qoriq: Pass data to qoriq_tmu_calibration() directly
` [PATCH v3 08/13] thermal: qoriq: Convert driver to use devm_ioremap()
` [PATCH v3 09/13] thermal: qoriq: Convert driver to use regmap API
` [PATCH v3 11/13] thermal: qoriq: Do not report invalid temperature reading
` [PATCH v3 13/13] thermal: qoriq: Add hwmon support

[PATCH v5 0/9] selftests/kexec: add kexec tests
 2019-04-05 18:35 UTC  (4+ messages)
` [PATCH] selftests/kexec: update get_secureboot_mode

[PATCH 0/14] v2 multi-die/package topology support
 2019-04-05 18:33 UTC  (5+ messages)

[PATCH 5.0 000/246] 5.0.7-stable review
 2019-04-05 18:32 UTC  (2+ messages)

[PATCH 4.19 000/187] 4.19.34-stable review
 2019-04-05 18:31 UTC  (2+ messages)

[PATCH 4.14 000/121] 4.14.111-stable review
 2019-04-05 18:30 UTC  (2+ messages)

[PATCH 4.9 00/91] 4.9.168-stable review
 2019-04-05 18:30 UTC  (2+ messages)

[PATCH v3 0/4] Fix system crash for accessing unmapped IO port regions
 2019-04-05 18:29 UTC  (9+ messages)
` [PATCH v3 3/4] lib: logic_pio: Reject accesses to unregistered CPU MMIO regions

implement generic dma_map_ops for IOMMUs v2 [rebase + resend]
 2019-04-05 18:08 UTC  (13+ messages)
` [PATCH 01/21] arm64/iommu: handle non-remapped addresses in ->mmap and ->get_sgtable
` [PATCH 02/21] arm64/iommu: improve mmap bounds checking
` [PATCH 03/21] dma-mapping: add a Kconfig symbol to indicated arch_dma_prep_coherent presence
` [PATCH 04/21] dma-iommu: cleanup dma-iommu.h
` [PATCH 05/21] dma-iommu: remove the flush_page callback
` [PATCH 06/21] dma-iommu: use for_each_sg in iommu_dma_alloc

[PATCH] watchdog: alim7101: Mark expected switch fall-through
 2019-04-05 18:04 UTC  (4+ messages)

[PATCH 0/4] iommu/vt-d: Fix-up device-domain relationship by refactoring to use iommu group default domain
 2019-04-05 18:02 UTC  (12+ messages)
` [PATCH v2 0/7] "
  ` [PATCH v2 3/7] iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regions

[PATCH] block: remove CONFIG_LBDAF
 2019-04-05 18:00 UTC  (2+ messages)

[PATCH] watchdog: Convert to use devm_platform_ioremap_resource
 2019-04-05 17:59 UTC  (2+ messages)

[PATCH 0/4] Allow CPU0 to be nohz full
 2019-04-05 17:54 UTC  (4+ messages)

[PATCH] platform/x86: intel_pmc_core: Report slp_s0 residency range
 2019-04-05 17:52 UTC  (3+ messages)

[PATCH v10 0/9] freezer for cgroup v2
 2019-04-05 17:47 UTC  (10+ messages)
` [PATCH v10 1/9] cgroup: rename freezer.c into legacy_freezer.c
` [PATCH v10 2/9] cgroup: implement __cgroup_task_count() helper
` [PATCH v10 3/9] cgroup: protect cgroup->nr_(dying_)descendants by css_set_lock
` [PATCH v10 4/9] cgroup: cgroup v2 freezer
` [PATCH v10 5/9] kselftests: cgroup: don't fail on cg_kill_all() error in cg_destroy()
` [PATCH v10 6/9] kselftests: cgroup: add freezer controller self-tests
` [PATCH v10 7/9] cgroup: make TRACE_CGROUP_PATH irq-safe
` [PATCH v10 8/9] cgroup: add tracing points for cgroup v2 freezer
` [PATCH v10 9/9] cgroup: document cgroup v2 freezer interface

[RFC PATCH 0/5] EFI Special Purpose Memory Support
 2019-04-05 17:39 UTC  (7+ messages)
` [RFC PATCH 4/5] acpi/hmat: Register special purpose memory as a device

[PATCH v2 0/4] mfd: cros_ec: Instantiate CrOS FP, TP and ISH devices
 2019-04-05 17:33 UTC  (5+ messages)
` [PATCH v2 1/4] mfd: cros_ec: Update the EC feature codes
` [PATCH v2 2/4] mfd: cros_ec: instantiate properly CrOS ISH MCU device
` [PATCH v2 3/4] mfd: cros_ec: instantiate properly CrOS FP "
` [PATCH v2 4/4] mfd: cros_ec: instantiate properly CrOS Touchpad "

[PATCH v4 0/5] lib: rework bitmap_parselist and tests
 2019-04-05 17:32 UTC  (6+ messages)
` [PATCH 1/5] lib: make bitmap_parselist_user() a wrapper on bitmap_parselist()
` [PATCH 2/5] lib: rework bitmap_parselist
` [PATCH 3/5] lib/test_bitmap: switch test_bitmap_parselist to ktime_get()
` [PATCH 4/5] lib/test_bitmap: add testcases for bitmap_parselist
` [PATCH 5/5] lib/test_bitmap: add tests for bitmap_parselist_user

[PATCH net 00/14] net: hsr: improvements and bug fixes
 2019-04-05 17:31 UTC  (15+ messages)
` [PATCH net 01/14] net: hsr: fix lines exceeding 80 characters
` [PATCH net 02/14] net: hsr: fix multiple blank lines in the code
` [PATCH net 03/14] net: hsr: remove unnecessary paranthesis from "
` [PATCH net 04/14] net: hsr: fix alignment issues in the code for functions
` [PATCH net 05/14] net: hsr: fix lines that ends with a '('
` [PATCH net 06/14] net: hsr: fix NULL checks in the code
` [PATCH net 07/14] net: hsr: remove unnecessary space after a cast
` [PATCH net 08/14] net: hsr: fix placement of logical operator in a multi-line statement
` [PATCH net 09/14] net: hsr: add missing space around operator in code
` [PATCH net 10/14] net: hsr: remove camel case usage in the code
` [PATCH net 11/14] net: hsr: add blank line after function declaration
` [PATCH net 12/14] net: hsr: convert to SPDX identifier
` [PATCH net 13/14] net: hsr: add debugfs support for display node list
` [PATCH net 14/14] net: hsr: Fix node prune function for forget time expiry

[PATCH v5 0/5] PCIE support for i.MX8MQ (DT changes)
 2019-04-05 17:30 UTC  (6+ messages)
` [PATCH v5 1/5] arm64: dts: imx8mq: Mark iomuxc_gpr as i.MX6Q compatible
` [PATCH v5 2/5] arm64: dts: imx8mq: Add a node for SRC IP block
` [PATCH v5 3/5] arm64: dts: imx8mq: Combine PCIE power domains
` [PATCH v5 4/5] arm64: dts: imx8mq: Add nodes for PCIe IP blocks
` [PATCH v5 5/5] arm64: dts: imx8mq-evk: Enable PCIE0 interface

[PATCH v2 2/2] tracing: gpio: add Kconfig option for enabling/disabling trace events
 2019-04-05 17:25 UTC  (5+ messages)
` [Patch v3 0/2] tracing: allow disabling compilation of specific trace systems
  ` [Patch v3 2/2] tracing: gpio: add Kconfig option for enabling/disabling trace events

[PATCH 0/2] x86/mm/KASLR: Fix two code bugs
 2019-04-05 17:22 UTC  (4+ messages)
` [PATCH 1/2] x86/mm/KASLR: Fix the wrong calculation of memory region initial size

[PATCH] objtool: Don't use -Werror
 2019-04-05 17:22 UTC  (15+ messages)

[RFC PATCH 00/25] Accelerate page migration and use memcg for PMEM management
 2019-04-05 17:20 UTC  (3+ messages)

[PATCH v3] gcov: fix when CONFIG_MODULES is not set
 2019-04-05 17:18 UTC  (3+ messages)

[GIT PULL] arm64 fixes for -rc4
 2019-04-05 17:17 UTC 

[RFC 0/2] guarantee natural alignment for kmalloc()
 2019-04-05 17:11 UTC  (7+ messages)

[PATCH] um: Do not unlock mutex that is not hold
 2019-04-05 16:17 UTC  (2+ messages)

[PATCH 0/3] perf/x86/intel: force reschedule on TFA changes
 2019-04-05 17:00 UTC  (4+ messages)
` [PATCH 3/3] perf/x86/intel: force resched when TFA sysctl is modified

[PATCH v2 0/3] Initial Panfrost driver
 2019-04-05 16:53 UTC  (6+ messages)
` [PATCH v2 3/3] drm/panfrost: Add initial panfrost driver

[PATCH v2 3/4] Makefile: lld: tell clang to use lld
 2019-04-05 16:52 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] perf vendor events arm64: Map Brahma-B53 CPUID to cortex-a53 events
 2019-04-05 16:50 UTC 

[PATCH] selftests : netfilter: Wrote a error and exit code for a command which needed veth kernel module
 2019-04-05 16:47 UTC  (2+ messages)

[PATCH v4] kmemleak: survive in a low-memory situation
 2019-04-05 16:43 UTC  (9+ messages)

[PATCH v2 1/5] arm64: allwinner: h6: orangepi: Add PIO regulators
 2019-04-05 16:42 UTC  (7+ messages)
` [PATCH v2 5/5] ARM: dts: sun50i: h6: Introduce Beelink GS1 board

[PATCH v1 0/5] Add supply property for DSI controller
 2019-04-05 16:34 UTC  (5+ messages)
` [PATCH v1 1/5] dt-bindings: display: stm32: add supply property to "
` [PATCH v1 2/5] drm/stm: dw_mipi_dsi-stm: add support of an optional regulator

[PATCH] scsi: mptfusion: fix sign-extension on large shift of 1
 2019-04-05 16:33 UTC 

[PATCH] drm/stm: ltdc: add modifier support
 2019-04-05 16:32 UTC  (2+ messages)

[PATCH 1/5] f2fs: clean up codes with op_is_write()
 2019-04-05 16:31 UTC  (2+ messages)

[PATCH] drm/stm: ltdc: reset controller to avoid partial refresh
 2019-04-05 16:31 UTC  (2+ messages)

[PATCH v2 00/21] Remove Mysterious Macro Intended to Obscure Weird Behaviours (mmiowb())
 2019-04-05 16:30 UTC  (5+ messages)

[PATCH] drm/stm: ltdc: limit number of layer to avoid memory overflow
 2019-04-05 16:30 UTC  (2+ messages)

[PATCH RESEND v7 0/2] media: cedrus: Add H264 decoding support
 2019-04-05 16:27 UTC  (7+ messages)
` [PATCH RESEND v7 1/2] media: uapi: Add H264 low-level decoder API compound controls

[PATCH] sysctl: redefine zero as a unsigned long
 2019-04-05 16:27 UTC  (2+ messages)

[PATCH] overflow.h: Rename __ab_c_size() to __calc_size()
 2019-04-05 16:25 UTC  (7+ messages)

[PATCH 1/2] dt-bindings: watchdog: sunxi: Add H6 compatible
 2019-04-05 16:24 UTC  (8+ messages)
` [PATCH 2/2] arm64: dts: h6: Add watchdog node

[PATCH] platform/x86: intel_pmc_core: Mark local function static
 2019-04-05 16:23 UTC  (5+ messages)

[PATCH v2] x86/entry: re-enable interrupts before exiting
 2019-04-05 16:19 UTC 

[PATCH RFC 0/5] cpu/speculation: Add 'cpu_spec_mitigations=' cmdline options
 2019-04-05 16:18 UTC  (7+ messages)
` [PATCH RFC 1/5] "

[RFC PATCH v2 00/14] Implement an HPET-based hardlockup detector
 2019-04-05 16:12 UTC  (3+ messages)
` [RFC PATCH v2 11/14] x86/watchdog/hardlockup: Add "


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