linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-30 15:40:03 to 2018-10-30 19:34:28 UTC [more...]

[PATCH] perf/core: clean up inconsisent indentation
 2018-10-30 19:34 UTC  (4+ messages)

[PATCH v5 0/8] Introduce STPMIC1 PMIC Driver
 2018-10-30 19:32 UTC  (3+ messages)
` [PATCH v5 1/8] dt-bindings: mfd: document stpmic1

[PATCH v5 0/8] EDAC drivers for Armada XP L2 and DDR
 2018-10-30 19:31 UTC  (3+ messages)
` [PATCH v5 5/8] ARM: l2x0: add marvell,ecc-enable property for aurora

[PATCH v2] kernel/SRCU: Fix ctags
 2018-10-30 19:31 UTC  (3+ messages)

WARNING in rds_message_alloc_sgs
 2018-10-30 19:28 UTC 

[Patch v4 00/18] Provide process property based options to enable Spectre v2 userspace-userspace protection*
 2018-10-30 18:49 UTC  (19+ messages)
` [Patch v4 01/18] x86/speculation: Clean up spectre_v2_parse_cmdline()
` [Patch v4 02/18] x86/speculation: Remove unnecessary ret variable in cpu_show_common()
` [Patch v4 03/18] x86/speculation: Reorganize cpu_show_common()
` [Patch v4 04/18] x86/speculation: Add X86_FEATURE_USE_IBRS_ENHANCED
` [Patch v4 05/18] x86/speculation: Disable STIBP when enhanced IBRS is in use
` [Patch v4 06/18] smt: Create cpu_smt_enabled static key for SMT specific code
` [Patch v4 07/18] x86/smt: Convert cpu_smt_control check to cpu_smt_enabled static key
` [Patch v4 08/18] sched: Deprecate sched_smt_present and use "
` [Patch v4 09/18] x86/speculation: Rename SSBD update functions
` [Patch v4 10/18] x86/speculation: Reorganize speculation control MSRs update
` [Patch v4 11/18] x86/speculation: Update comment on TIF_SSBD
` [Patch v4 12/18] x86: Group thread info flags by functionality
` [Patch v4 13/18] security: Update security level of a process when modifying its dumpability
` [Patch v4 14/18] x86/speculation: Turn on or off STIBP according to a task's TIF_STIBP
` [Patch v4 15/18] x86/speculation: Add Spectre v2 app to app protection modes
` [Patch v4 16/18] x86/speculation: Enable STIBP to protect security sensitive tasks
` [Patch v4 17/18] x86/speculation: Update SPEC_CTRL MSRs of remote CPUs
` [Patch v4 18/18] x86/speculation: Create PRCTL interface to restrict indirect branch speculation

[PATCH 10/17] prmem: documentation
 2018-10-30 19:20 UTC  (23+ messages)
` [PATCH 13/17] prmem: linked list: disable layout randomization
` [PATCH 16/17] prmem: pratomic-long

[GIT PULL] nfsd changes for 4.20
 2018-10-30 19:17 UTC 

[PATCH] modsign: use all trusted keys to verify module signature
 2018-10-30 19:11 UTC  (2+ messages)

Regression found (Stop-marking-clocks-as-CLK_IS_CRITICAL)
 2018-10-30 19:10 UTC  (20+ messages)

[GIT PULL] Cramfs fixes
 2018-10-30 19:09 UTC 

[PATCH] soc: ti: QMSS: Fix usage of irq_set_affinity_hint
 2018-10-30 19:05 UTC  (8+ messages)

A concern about overflow ring buffer mode
 2018-10-30 19:05 UTC  (4+ messages)
` [PATCHES/RFC] "

[PATCH] fs/proc: introduce /proc/stat2 file
 2018-10-30 18:57 UTC  (8+ messages)

[PATCH 0/2] constify vb2_ops structures
 2018-10-30 18:54 UTC  (5+ messages)
` [PATCH 1/2] usb: gadget: uvc: constify vb2_ops structure
` [PATCH 2/2] media: video-i2c: hwmon: "

[RFC][PATCH v1] ACPI / scan: Create platform device for BOSC0200 ACPI nodes
 2018-10-30 18:52 UTC  (3+ messages)

[PATCH v2 1/4] platform/x86: intel_pmc_core: Show Latency Tolerance info
 2018-10-30 18:50 UTC  (7+ messages)

Bug#912087: openssh-server: Slow startup after the upgrade to 7.9p1
 2018-10-30 18:37 UTC  (3+ messages)

[PATCH] net: mvpp2: Fix affinity hint allocation
 2018-10-30 18:40 UTC  (2+ messages)

[PATCH v2 0/8] selftests/resctrl: Add resctrl selftest
 2018-10-30 18:35 UTC  (4+ messages)
` [PATCH v2 2/8] selftests/resctrl: Add basic resctrl file system operations and data
      ` Fwd: "

[PATCH v2] codafs: Fix build using bare-metal toolchain
 2018-10-30 18:39 UTC  (7+ messages)

[PATCHSET v3 0/16] blk-mq: Add support for multiple queue maps
 2018-10-30 18:35 UTC  (18+ messages)
` [PATCH 01/16] blk-mq: kill q->mq_map
` [PATCH 02/16] blk-mq: abstract out queue map
` [PATCH 03/16] blk-mq: provide dummy blk_mq_map_queue_type() helper
` [PATCH 04/16] blk-mq: pass in request/bio flags to queue mapping
` [PATCH 05/16] blk-mq: allow software queue to map to multiple hardware queues
` [PATCH 06/16] blk-mq: add 'type' attribute to the sysfs hctx directory
` [PATCH 07/16] blk-mq: support multiple hctx maps
` [PATCH 08/16] blk-mq: separate number of hardware queues from nr_cpu_ids
` [PATCH 09/16] blk-mq: cache request hardware queue mapping
` [PATCH 10/16] blk-mq: cleanup and improve list insertion
` [PATCH 11/16] blk-mq: improve plug list sorting
` [PATCH 12/16] blk-mq: initial support for multiple queue maps
` [PATCH 13/16] irq: add support for allocating (and affinitizing) sets of IRQs
` [PATCH 14/16] nvme: utilize two queue maps, one for reads and one for writes
` [PATCH 15/16] block: add REQ_HIPRI and inherit it from IOCB_HIPRI
` [PATCH 16/16] nvme: add separate poll queue map

[PATCH v2] kselftests/bpf: use ping6 as the default ipv6 ping binary if it exists
 2018-10-30 18:35 UTC  (2+ messages)

[PATCH 0/2] net: xlinx: mdio: recheck condition after timeout
 2018-10-30 18:25 UTC  (5+ messages)
` [PATCH 1/2] net: axienet: recheck condition after timeout in mdio_wait()
` [PATCH 2/2] net: xilinx_emaclite: "

[PATCH net-next v2 0/6] net/ncsi: Allow enabling multiple packages & channels
 2018-10-30 18:23 UTC  (5+ messages)
` [PATCH net-next v2 5/6] net/ncsi: Reset channel state in ncsi_start_dev()

[PATCH] hwmon: (ibmpowernv) Remove bogus __init annotations
 2018-10-30 18:23 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 01/19] bpf: do not blindly change rlimit in reuseport net selftest
 2018-10-30 18:21 UTC  (4+ messages)
` [PATCH AUTOSEL 4.14 17/19] selftests: ftrace: Add synthetic event syntax testcase

[PATCH] firmware: raspberrypi: Define timeout for transactions
 2018-10-30 18:08 UTC 

[PATCH v2] proc: use ns_capable instead of capable for timerslack_ns
 2018-10-30 18:00 UTC 

[PATCH 0/9 v3] locks: avoid thundering-herd wake-ups
 2018-10-30 17:56 UTC  (6+ messages)

[PATCH] mm: handle no memcg case in memcg_kmem_charge() properly
 2018-10-30 17:55 UTC  (4+ messages)

[PATCH RFC kenrel/rcu] Eliminate BUG_ON() for sync.c
 2018-10-30 17:55 UTC  (5+ messages)

[PATCH] x86/fsgsbase/64: Fix the base write helper functions
 2018-10-30 17:54 UTC  (2+ messages)

[PATCH] mm: hide incomplete nr_indirectly_reclaimable in /proc/zoneinfo
 2018-10-30 17:48 UTC 

Logitech high-resolution scrolling
 2018-10-30 17:48 UTC  (14+ messages)

[PATCHSET v2 0/14] blk-mq: Add support for multiple queue maps
 2018-10-30 17:47 UTC  (25+ messages)
` [PATCH 09/14] blk-mq: ensure that plug lists don't straddle hardware queues
` [PATCH 11/14] irq: add support for allocating (and affinitizing) sets of IRQs

[PATCH] Choose CPU based on allocated IRQs
 2018-10-30 17:44 UTC  (3+ messages)

[PATCH] ARM: kprobes: Fix false positive with FORTIFY_SOURCE
 2018-10-30 17:40 UTC  (2+ messages)

[PATCH V5 0/5] KVM: X86: Introducing ROE Protection Kernel Hardening
 2018-10-30 17:31 UTC  (4+ messages)

[PATCH] ARC: [plat-hsdk] Enable DW APB GPIO support
 2018-10-30 17:25 UTC  (2+ messages)

[PATCH v2] arm64: dts: sdm845: Add PSCI cpuidle low power states
 2018-10-30 17:23 UTC 

[PATCH v8 0/2] seccomp trap to userspace
 2018-10-30 17:21 UTC  (7+ messages)
` [PATCH v8 1/2] seccomp: add a return code to "

[PATCH v3 00/20] vmw_balloon: compaction, shrinker, 64-bit, etc
 2018-10-30 17:05 UTC  (5+ messages)

[GIT PULL] tracing: Updates for 4.20 (or 5.0)
 2018-10-30 17:02 UTC  (2+ messages)

[RFC PATCH] Implement /proc/pid/kill
 2018-10-30 17:01 UTC  (4+ messages)

[PATCH v2 0/6] staging:iio:ad2s90: Add scale info and improve error handling
 2018-10-30 16:57 UTC  (3+ messages)

Re:Business proposition for you
 2018-10-30 16:56 UTC 

[PATCH] usb: gadget: aspeed-vhub: constify usb_gadget_ops structure
 2018-10-30 16:19 UTC 

[PATCH] thermal: broadcom: use devm_thermal_zone_of_sensor_register
 2018-10-30 16:54 UTC  (2+ messages)

[PATCH 0/4] Improve virtio ID allocation
 2018-10-30 16:53 UTC  (5+ messages)
  ` [PATCH v2 1/2] drm/virtio: Handle error from virtio_gpu_resource_id_get
    ` [PATCH v2 2/2] drm/virtio: Use IDAs more efficiently

[PATCH v2] xen-blkfront: fix kernel panic with negotiate_mq error path
 2018-10-30 16:52 UTC  (2+ messages)

[PATCH] arm64: dts: sdm845: Add PSCI cpuidle low power states
 2018-10-30 16:52 UTC  (4+ messages)

[PATCH v2 1/2] kbuild: replace cc-name test with CONFIG_CC_IS_CLANG
 2018-10-30 16:51 UTC  (2+ messages)

[PATCH 0/2] [GIT PULL] tracing: Fixes to synthetic events
 2018-10-30 16:48 UTC  (2+ messages)

[PATCH] kernel/signal: Signal-based pre-coredump notification
 2018-10-30 16:46 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "
            ` [PATCH v5] "

[PATCH 0/7] mfd/pinctrl: add initial support of TI DS90Ux9xx ICs
 2018-10-30 16:44 UTC  (15+ messages)
` [PATCH 1/7] dt-bindings: mfd: ds90ux9xx: add description "
` [PATCH 2/7] dt-bindings: mfd: ds90ux9xx: add description of TI DS90Ux9xx I2C bridge
` [PATCH 4/7] mfd: ds90ux9xx: add TI DS90Ux9xx de-/serializer MFD driver
` [PATCH 3/7] dt-bindings: pinctrl: ds90ux9xx: add description of TI DS90Ux9xx pinmux

[PATCH] proc: use ns_capable instead of capable for timerslack_ns
 2018-10-30 16:40 UTC  (3+ messages)

[PATCH v1 0/2] Add support for display port clocks and clock ops
 2018-10-30 16:33 UTC  (8+ messages)
` [PATCH v1 2/2] clk: qcom : dispcc: Add support for display port clocks

[PATCH] ASoC: stm32: sai: fix invalid use of sizeof in stm32_sai_add_mclk_provider()
 2018-10-30 16:33 UTC  (2+ messages)
` [alsa-devel] "

[GIT PULL] xen: fixes for 4.20-rc1
 2018-10-30 16:32 UTC  (2+ messages)

[PATCH] xen-blkfront: fix kernel panic with negotiate_mq error path
 2018-10-30 16:29 UTC  (5+ messages)
  ` [Xen-devel] "

[PATCH v2] ASoC: AMD: Fix race condition between register access
 2018-10-30 16:26 UTC 

Re: [PATCH v2] clk: boston: fix possible memory leak in clk_boston_setup()
 2018-10-30 16:25 UTC 

Build error in drivers/cpufreq/intel_pstate.c
 2018-10-30 16:22 UTC  (2+ messages)

[PATCH 0/2] constify thermal_zone_of_device_ops structures
 2018-10-30 16:22 UTC  (5+ messages)
` [PATCH 1/2] thermal: armada: constify thermal_zone_of_device_ops structure
` [PATCH 2/2] thermal: broadcom: "

[PATCH] arm64: dts: qcom: msm8998: Reserve gpio ranges on MTP
 2018-10-30 16:18 UTC  (2+ messages)

KMSAN: uninit-value in tipc_nl_compat_name_table_dump
 2018-10-30 16:18 UTC 

KMSAN: uninit-value in tipc_nl_compat_bearer_enable
 2018-10-30 16:18 UTC 

[GIT PULL] More ACPI updates for v4.20-rc1
 2018-10-30 16:16 UTC  (2+ messages)

[PATCH 0/9] serial: Add Tegra Combined UART driver
 2018-10-30 16:15 UTC  (7+ messages)
` [PATCH 4/9] mailbox: tegra-hsp: Add support for shared mailboxes

[PATCH] sched/fair: util_est: fix cpu_util_wake for execl
 2018-10-30 16:09 UTC 

[GIT PULL] More power management updates for v4.20-rc1
 2018-10-30 16:09 UTC  (2+ messages)

[PATCH v2] ARC: IOC: panic if kernel was started with previously enabled IOC
 2018-10-30 16:05 UTC  (2+ messages)

[PATCH 0/4 v5] Keep rtsx_usb suspended when there's no card
 2018-10-30 16:04 UTC  (7+ messages)
` [PATCH 2/4 v5] memstick: Prevent memstick host from getting runtime suspended during card detection

linux-next: manual merge of the compiler-attributes tree with the kbuild tree
 2018-10-30 16:02 UTC  (6+ messages)

[PATCH] kbuild: remove unused cc-fullversion variable
 2018-10-30 16:00 UTC  (2+ messages)

[PATCH 1/2] kconfig: remove oldnoconfig target
 2018-10-30 16:00 UTC  (4+ messages)
` [PATCH 2/2] kconfig: remove silentoldconfig target

[PATCH v5 0/2] arm64: dts: qcom: pm8998: Add die temperature channel node to the ADC
 2018-10-30 16:00 UTC  (7+ messages)
` [PATCH v5 1/2] dt-bindings: iio: vadc: Update example to include unit address for node 'usb-id-nopull'

[PATCH v5 4/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
 2018-10-30 15:57 UTC  (12+ messages)

linux-next: Tree for Oct 30
 2018-10-30 15:55 UTC  (2+ messages)
` linux-next: Tree for Oct 30 (openvswitch: nf_connlabels_replace undefined)

[PATCH v3 0/5] tpm: retrieve digest size of unknown algorithms from TPM
 2018-10-30 15:47 UTC  (6+ messages)
` [PATCH v3 1/5] tpm: change the end marker of the active_banks array to zero
` [PATCH v3 2/5] tpm: rename and export tpm2_digest and tpm2_algorithms
` [PATCH v3 3/5] tpm: modify tpm_pcr_read() definition to pass a TPM hash algorithm
` [PATCH v3 4/5] tpm: retrieve digest size of unknown algorithms with PCR read
` [PATCH v3 5/5] tpm: ensure that output of PCR read contains the correct digest size

[PATCH 0/5] virgl: fence fd support
 2018-10-30 15:48 UTC  (6+ messages)
` [PATCH 2/5] drm/virtio: add uapi for in and out explicit fences

[PATCH] ASoC: AMD: Fix race condition between register access
 2018-10-30 15:48 UTC  (3+ messages)

[RFC PATCH v2 00/17] CPUFREQ OPP's, DVFS and Tegra30 support by tegra20-cpufreq driver
 2018-10-30 15:48 UTC  (10+ messages)
` [RFC PATCH v2 01/17] OPP: Allow to request stub voltage regulators

[PATCH] perf cs-etm: Correct CPU mode for samples
 2018-10-30 15:45 UTC  (6+ messages)

[PATCH] sched/rt: Remove unnecessary CONFIG_RT_GROUP_SCHED in rt_se_prio()
 2018-10-30 15:42 UTC  (3+ messages)

[PATCH] tlclk: lean an indentation issue, remove extraneous tabs
 2018-10-30 15:41 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).