linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-19 18:59:36 to 2018-09-19 23:57:03 UTC [more...]

[PATCH v2 0/2] Compiler Attributes: (naked only, for v4.19)
 2018-09-19 23:56 UTC  (8+ messages)
` [PATCH v2 2/2] Compiler Attributes: naked can be shared

[PATCH v2 1/2] sched: move stack_canary field at the top of task_struct
 2018-09-19 23:54 UTC  (4+ messages)

[PATCH] ARM: amba: Fix leak of driver_override attribute value
 2018-09-19 23:47 UTC 

[PATCH] MAINTAINERS: Add PPC contacts for PCI core error handling
 2018-09-19 23:46 UTC  (6+ messages)

[PATCH] netfilter: nf_tables: add SECMARK support
 2018-09-19 23:36 UTC  (2+ messages)

Code of Conduct: Let's revamp it
 2018-09-19 23:35 UTC  (3+ messages)

[PATCH v2 00/11] dts: Update coresight device tree bindings
 2018-09-19 23:29 UTC  (2+ messages)

[PATCH] clocksource/drivers/fttmr010: fix set_next_event handler
 2018-09-19 23:16 UTC  (2+ messages)

[PATCH v2 0/6] Fix legacy DPMS changes with MST
 2018-09-19 23:09 UTC  (7+ messages)
` [PATCH v2 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check()
` [PATCH v2 2/6] drm/nouveau: Unbreak nv50_mstc->best_encoder()
` [PATCH v2 3/6] drm/i915: Leave intel_conn->mst_port set, use mst_port_gone instead
` [PATCH v2 4/6] drm/i915: Skip vcpi allocation for MSTB ports that are gone
` [PATCH v2 5/6] drm/i915: Fix intel_dp_mst_best_encoder()
` [PATCH v2 6/6] drm/amdgpu/dm/mst: Use drm_dp_mst_connector_atomic_check()

[PATCH v3 1/2] x86/mm: Add an option to change the padding used for the physical memory mapping
 2018-09-19 23:05 UTC  (7+ messages)

[PATCH] rdma: move the ib_wr_opcode enum to include/uapi
 2018-09-19 23:03 UTC  (10+ messages)

[PATCH v4 0/3] mtd: rawnand: ams-delta: Cleanups and optimizations
 2018-09-19 22:52 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/3] mtd: rawnand: ams-delta: show parent device in sysfs
  ` [PATCH v5 2/3] mtd: rawnand: ams-delta: Use private structure
  ` [PATCH v5 3/3] mtd: rawnand: ams-delta: Set port direction when needed

[PATCH v2 0/3] KVM: VMX: handle preemption timer value of zero
 2018-09-19 22:50 UTC  (4+ messages)
` [PATCH 1/3] KVM: VMX: immediately mark preemption timer expired only for zero value
` [PATCH 2/3] KVM: VMX: modify preemption timer bit only when arming timer
` [PATCH 3/3] KVM: VMX: use preemption timer to force immediate VMExit

[PATCH 1/2] f2fs: report ENOENT correct in f2fs_rename
 2018-09-19 22:50 UTC  (6+ messages)
` [PATCH 2/2] f2fs: avoid f2fs_bug_on if f2fs_get_meta_page_nofail got EIO
  ` [PATCH 2/2 v2] "
    ` [f2fs-dev] "
` [PATCH 1/2 v2] f2fs: report ENOENT correct in f2fs_rename

[PATCH RFC] MAINTAINERS: Update from @linux.vnet.ibm.com to @linux.ibm.com
 2018-09-19 22:48 UTC  (3+ messages)

[PATCH v2] cpufreq: qcom-kryo: Fix section mismatch warning
 2018-09-19 22:48 UTC  (8+ messages)

[PATCH] vfio/pci: Some buggy virtual functions incorrectly report 1 for intx
 2018-09-19 22:47 UTC  (6+ messages)

[PATCH] f2fs: avoid infinite loop in f2fs_alloc_nid
 2018-09-19 22:47 UTC 

[PATCH] KVM: VMX: check nested state and CR4.VMXE against SMM
 2018-09-19 22:42 UTC 

[PATCH 0/7] mm: faster get user pages
 2018-09-19 22:40 UTC  (12+ messages)
` [PATCH 1/7] mm/gup_benchmark: Time put_page
` [PATCH 2/7] mm/gup_benchmark: Add additional pinning methods
` [PATCH 3/7] tools/gup_benchmark: Fix 'write' flag usage
` [PATCH 4/7] tools/gup_benchmark: Allow user specified file
` [PATCH 5/7] tools/gup_benchmark: Add parameter for hugetlb
` [PATCH 6/7] mm/gup: Combine parameters into struct
` [PATCH 7/7] mm/gup: Cache dev_pagemap while pinning pages

[f2fs-dev] [PATCH] f2fs: fix quota info to adjust recovered data
 2018-09-19 22:38 UTC  (11+ messages)

[PATCH V2 00/12] OPP: Don't create multiple OPP tables for devices sharing OPP table
 2018-09-19 22:20 UTC  (13+ messages)
` [PATCH V2 01/12] OPP: Free OPP table properly on performance state irregularities
` [PATCH V2 02/12] OPP: Don't try to remove all OPP tables on failure
` [PATCH V2 03/12] OPP: Protect dev_list with opp_table lock
` [PATCH V2 04/12] OPP: Pass index to _of_init_opp_table()
` [PATCH V2 05/12] OPP: Parse OPP table's DT properties from _of_init_opp_table()
` [PATCH V2 06/12] OPP: Don't take OPP table's kref for static OPPs
` [PATCH V2 07/12] OPP: Create separate kref for static OPPs list
` [PATCH V2 08/12] cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()
` [PATCH V2 09/12] OPP: Don't remove dynamic OPPs from _dev_pm_opp_remove_table()
` [PATCH V2 10/12] OPP: Use a single mechanism to free the OPP table
` [PATCH V2 11/12] OPP: Prevent creating multiple OPP tables for devices sharing OPP nodes
` [PATCH V2 12/12] OPP: Pass OPP table to _of_add_opp_table_v{1|2}()

[PATCH v3 2/3] mtd: rawnand: ams-delta: use GPIO lookup table
 2018-09-19 22:17 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] rcu: Use cpus_read_lock() while looking at cpu_online_mask
 2018-09-19 22:11 UTC  (6+ messages)

[PATCH 0/2] Provide options to enable spectre_v2 userspace-userspace protection
 2018-09-19 21:35 UTC  (3+ messages)
` [PATCH 1/2] x86/speculation: Option to select app to app mitigation for spectre_v2
` [PATCH 2/2] x86/speculation: Provide application property based STIBP protection

[PATCH] of/unittest: Fix I2C bus unit-address error
 2018-09-19 22:07 UTC 

[PATCH 2/2] drm/virtio: add iommu support
 2018-09-19 22:06 UTC  (9+ messages)
  ` [virtio-dev] "

[PATCH 00/22] various dynamic_debug patches
 2018-09-19 22:04 UTC  (23+ messages)
` [PATCH 01/22] linux/device.h: use DYNAMIC_DEBUG_BRANCH in dev_dbg_ratelimited
` [PATCH 02/22] linux/device.h: use unique identifier for each struct _ddebug
` [PATCH 03/22] linux/net.h: use DYNAMIC_DEBUG_BRANCH in net_dbg_ratelimited
` [PATCH 04/22] linux/net.h: use unique identifier for each struct _ddebug
` [PATCH 05/22] linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimited
` [PATCH 06/22] linux/printk.h: use unique identifier for each struct _ddebug
` [PATCH 07/22] dynamic_debug: consolidate DEFINE_DYNAMIC_DEBUG_METADATA definitions
` [PATCH 08/22] dynamic_debug: don't duplicate modname in ddebug_add_module
` [PATCH 09/22] dynamic_debug: use pointer comparison in ddebug_remove_module
` [PATCH 10/22] dynamic_debug: remove unused EXPORT_SYMBOLs
` [PATCH 11/22] dynamic_debug: move pr_err from module.c to ddebug_add_module
` [PATCH 12/22] dynamic_debug: add static inline stub for ddebug_add_module
` [PATCH 13/22] dynamic_debug: refactor dynamic_pr_debug and friends
` [PATCH 14/22] btrfs: implement btrfs_debug* in terms of helper macro
` [PATCH 15/22] ACPI: use proper DYNAMIC_DEBUG_BRANCH macro
` [PATCH 16/22] ACPI: remove unused __acpi_handle_debug macro
` [PATCH 17/22] ACPI: implement acpi_handle_debug in terms of _dynamic_func_call
` [PATCH 18/22] dynamic_debug: introduce accessors for string members of struct _ddebug
` [PATCH 19/22] dynamic_debug: drop use of bitfields in "
` [PATCH 20/22] dynamic_debug: introduce CONFIG_DYNAMIC_DEBUG_RELATIVE_POINTERS
` [PATCH 21/22] x86: jump_label: introduce ASM_STATIC_KEY_INIT_{TRUE,FALSE}
` [PATCH 22/22] x86_64: use relative pointers with dynamic debug

[PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check() (fwd)
 2018-09-19 21:59 UTC  (2+ messages)

[RESEND][PATCH v2] cfq: clear queue pointers from cfqg after unpinning them in cfq_pd_offline
 2018-09-19 21:58 UTC 

[RFC 00/60] Coscheduling for Linux
 2018-09-19 21:53 UTC  (4+ messages)

[PATCH 1/2] libata: add ledtrig support
 2018-09-19 21:49 UTC  (3+ messages)
` [PATCH] libata: fix semicolon.cocci warnings

[PATCH] ALSA: xen-front: Refine indentations and constify snd_pcm_ops
 2018-09-19 21:47 UTC 

[PATCH 00/11] OPP: Don't create multiple OPP tables for devices sharing OPP table
 2018-09-19 21:40 UTC  (8+ messages)
` [PATCH 07/11] cpufreq: mvebu: Remove OPPs using dev_pm_opp_remove()

[GIT PULL] hwmon fixes for v4.19-rc5
 2018-09-19 21:38 UTC  (2+ messages)

[PATCH] cpufreq: qcom: Fix section attribute for qcom_cpufreq_kryo_exit()
 2018-09-19 21:32 UTC 

[PATCH] gpu: do not double put device node in zx_drm_probe
 2018-09-19 21:32 UTC  (4+ messages)

[PATCH] regulator: fix crash caused by null driver data
 2018-09-19 21:30 UTC 

[PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree
 2018-09-19 21:27 UTC  (3+ messages)
` [PATCH 2/2] MAINTAINERS: Move mxsfb "

[PATCH v2] mtd: rawnand: atmel: Fix potential NULL pointer dereference
 2018-09-19 21:27 UTC  (2+ messages)

[PATCH 0/2] mtd: rawnand: denali: clean-up unnecessary hook and device reset
 2018-09-19 21:26 UTC  (3+ messages)
` [PATCH 1/2] mtd: rawnand: denali: remove ->dev_ready() hook

[PATCH v2 1/2] mtd: rawnand: reorder NAND manufacturer IDs
 2018-09-19 21:24 UTC  (2+ messages)

Linux 4.9.128
 2018-09-19 21:19 UTC  (2+ messages)

Linux 4.4.157
 2018-09-19 21:19 UTC  (2+ messages)

Linux 4.14.71
 2018-09-19 21:19 UTC  (2+ messages)

Linux 4.18.9
 2018-09-19 21:18 UTC  (2+ messages)

[PATCH v2] PCI: kirin: Fix section mismatch warning
 2018-09-19 21:08 UTC  (2+ messages)

[RFC PATCH] glibc: Perform rseq(2) registration at nptl init and thread creation
 2018-09-19 21:01 UTC  (5+ messages)

[GIT PULL] SCSI fixes for 4.19-rc3
 2018-09-19 20:59 UTC  (2+ messages)

[RFC 00/20] ns: Introduce Time Namespace
 2018-09-19 20:50 UTC  (21+ messages)
` [RFC 01/20] "
` [RFC 02/20] timens: Add timens_offsets
` [RFC 03/20] timens: Introduce CLOCK_MONOTONIC offsets
` [RFC 04/20] timens: Introduce CLOCK_BOOTTIME offset
` [RFC 05/20] timerfd/timens: Take into account ns clock offsets
` [RFC 06/20] kernel: Take into account timens clock offsets in clock_nanosleep
` [RFC 07/20] timens: Shift /proc/uptime
` [RFC 08/20] x86/vdso: Restrict splitting vvar vma
` [RFC 09/20] x86/vdso/timens: Add offsets page in vvar
` [RFC 10/20] x86/vdso: Use set_normalized_timespec() to avoid 32 bit overflow
` [RFC 11/20] x86/vdso: Purge timens page on setns()/unshare()/clone()
` [RFC 12/20] x86/vdso: Look for vvar vma to purge timens page
` [RFC 13/20] posix-timers/timens: Take into account clock offsets
` [RFC 14/20] timens: Add align for timens_offsets
` [RFC 15/20] timens: Optimize zero-offsets
` [RFC 16/20] selftest: Add Time Namespace test for supported clocks
` [RFC 17/20] selftest/timens: Add test for timerfd
` [RFC 18/20] selftest/timens: Add test for clock_nanosleep
` [RFC 19/20] timens/selftest: Add procfs selftest
` [RFC 20/20] timens/selftest: Add timer offsets test

[PATCH] i2c: i2c-qcom-geni: Properly handle DMA safe buffers
 2018-09-19 20:45 UTC  (4+ messages)

[PATCH 1/4] staging: rtl8188eu: remove 5 GHz code from Hal_GetChnlGroup88E()
 2018-09-19 20:40 UTC  (4+ messages)
` [PATCH 2/4] staging: rtl8188eu: change return type of Hal_GetChnlGroup88E()
` [PATCH 3/4] staging: rtl8188eu: rename parameter "
` [PATCH 4/4] staging: rtl8188eu: clean function definitions - style

Make perf script easier to use for itrace
 2018-09-19 20:38 UTC  (5+ messages)
` [PATCH v1 03/10] tools, perf, script: Add --insn-trace for instruction decoding

[PATCH crypto-next 00/23] crypto: skcipher - Remove VLA usage
 2018-09-19 20:37 UTC  (3+ messages)
` [PATCH crypto-next 03/23] lib80211: Remove VLA usage of skcipher

[PATCH] percpu-refcount: relax limit on percpu_ref_reinit()
 2018-09-19 20:36 UTC  (11+ messages)

[PATCH V12 00/14] Krait clocks + Krait CPUfreq
 2018-09-19 20:24 UTC  (5+ messages)

[PATCHv5 0/7] tty: Hold write ldisc sem in tty_reopen()
 2018-09-19 20:21 UTC  (6+ messages)

[PATCH v2] ipmi: looped device detection
 2018-09-19 20:20 UTC  (7+ messages)

[PATCH] ARM: dts: sun8i: sun8i-h3-nanopi-m1-plus: enable HDMI output
 2018-09-19 20:14 UTC 

[PATCH v6 0/5] seccomp trap to userspace
 2018-09-19 19:58 UTC  (7+ messages)
` [PATCH v6 4/5] seccomp: add support for passing fds via USER_NOTIF

[RFC/PATCH 0/5] Support children for legacy device properties
 2018-09-19 19:55 UTC  (2+ messages)

[PATCH v2 1/2] vfio: add edid api for display (vgpu) devices
 2018-09-19 19:52 UTC  (2+ messages)

[PATCH] misc: mic: scif: Remove unused variable
 2018-09-19 19:50 UTC 

[PATCH v2 0/7] Introduce STMFX I2C Multi-Function eXpander
 2018-09-19 19:50 UTC  (16+ messages)
` [PATCH v2 1/7] dt-bindings: mfd: Add ST Multi-Function eXpander (STMFX) core bindings
` [PATCH v2 2/7] mfd: Add ST Multi-Function eXpander (STMFX) core driver
` [PATCH v2 3/7] dt-bindings: pinctrl: document the STMFX pinctrl bindings
` [PATCH v2 4/7] pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver
` [PATCH v2 5/7] ARM: dts: stm32: add STMFX support on stm32746g-eval
` [PATCH v2 6/7] ARM: dts: stm32: add joystick "
` [PATCH v2 7/7] ARM: dts: stm32: add orange and blue leds "

[PATCH v2] usb: host: Replace empty define with do while
 2018-09-19 19:48 UTC 

[RFC PATCH 04/10] x86/fpu: eager switch PKRU state
 2018-09-19 19:49 UTC  (14+ messages)
` [RFC PATCH 04/10 v2 ] "

[PATCH 1/1] iommu/arm-smmu: Add support to use Last level cache
 2018-09-19 19:35 UTC  (6+ messages)

[PATCH] f2fs: allow out-place-update for direct IO in LFS mode
 2018-09-19 19:27 UTC  (6+ messages)

[PATCH 1/2] dt-bindings: iio: light: bh1750: Add device tree binding documentation
 2018-09-19 19:22 UTC  (3+ messages)
` [PATCH 2/2] iio: light: bh1750: Add device tree support

[PATCH RESEND] spi: clps711x: remove unused header
 2018-09-19 19:17 UTC 

[PATCH] net-next: mscc: remove unused ocelot_dev_gmii.h
 2018-09-19 19:06 UTC 

[PATCH] media: davinci: Fix implicit enum conversion warning
 2018-09-19 19:03 UTC  (3+ messages)

[PATCH 0/5] platform: dwc: Add of DesignWare MIPI CSI-2 Host
 2018-09-19 19:03 UTC  (3+ messages)
` [PATCH 5/5] media: platform: dwc: Add MIPI CSI-2 controller driver

[PATCH v8 00/20] kasan: add software tag-based mode for arm64
 2018-09-19 19:01 UTC  (5+ messages)
` [PATCH v8 02/20] kasan: move common generic and tag-based code to common.c
` [PATCH v8 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
` [PATCH v8 05/20] kasan, arm64: adjust shadow size for tag-based mode

[PATCH 00/15] tools/lib/traceevent: Namespace updates to make traceevent into a library
 2018-09-19 18:56 UTC  (3+ messages)
` [PATCH 02/15] tools/lib/traceevent, tools/perf: Rename struct format{_field} to struct tep_format{_field}
` [PATCH 06/15] tools/lib/traceevent, tools/perf: Add prefix tep_ to all print_* structures


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