linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-04 09:21:18 to 2018-05-04 13:56:05 UTC [more...]

[PATCH 0/3] kcov: fix unexpected faults
 2018-05-04 13:55 UTC  (4+ messages)
` [PATCH 1/3] kcov: ensure irq code sees a valid area
` [PATCH 2/3] kcov: prefault the kcov_area
` [PATCH 3/3] sched/core / kcov: avoid kcov_area during task switch

[PATCH RT 0/3] 4.4.131-rt148-rc1
 2018-05-04 13:55 UTC  (3+ messages)
` [PATCH RT 2/3] posix-timers: move the rcu head out of the union
` [PATCH RT 3/3] Linux 4.4.131-rt148-rc1

[PATCH v2 00/26] device link, bridge supplier <-> drm device
 2018-05-04 13:52 UTC  (18+ messages)
` [PATCH v2 01/26] drm/bridge: allow optionally specifying an owner .odev device
` [PATCH v2 02/26] drm/bridge: adv7511: provide "
` [PATCH v2 06/26] drm/bridge: vga-dac: "
` [PATCH v2 07/26] drm/bridge: lvds-encoder: "
` [PATCH v2 09/26] drm/bridge: nxp-ptn3460: "
` [PATCH v2 10/26] drm/bridge: panel: "
` [PATCH v2 11/26] drm/bridge: ps8622: "
` [PATCH v2 14/26] drm/bridge: sii8620: "
` [PATCH v2 16/26] drm/bridge: tc358767: "
` [PATCH v2 18/26] drm/bridge: ti-tfp410: "
` [PATCH v2 20/26] drm/mediatek: hdmi: provide an owner .odev device for the bridge
` [PATCH v2 21/26] drm/msm: specify the owner .odev of the bridges
` [PATCH v2 22/26] drm/rcar-du: lvds: provide an owner .odev device for the bridge
` [PATCH v2 23/26] drm/sti: provide an owner .odev device for the bridges
` [PATCH v2 24/26] drm/bridge: remove the .of_node member
` [PATCH v2 25/26] drm/bridge: require the owner .odev to be filled in on drm_bridge_add/attach
` [PATCH v2 26/26] drm/bridge: establish a link between the bridge supplier and consumer

[PATCH] media: staging: atomisp: fix a potential missing-check bug
 2018-05-04 13:53 UTC  (2+ messages)

SPECTRE, MELTDOWN, boot loaders, and cursors: A shot out of the blue
 2018-05-04 13:52 UTC  (2+ messages)

[PATCH] tools/power/x86/intel_pstate_tracer: Add optional setting of trace buffer memory allocation
 2018-05-04 13:46 UTC 

[PATCH] Remove duplicated entry for westmereep-dp in mapfile.csv
 2018-05-04 13:45 UTC  (2+ messages)

[PATCH v3 1/3] big key: get rid of stack array allocation
 2018-05-04 13:42 UTC  (2+ messages)

[PATCH v2 00/10] Sunxi-Cedrus driver for the Allwinner Video Engine, using media requests
 2018-05-04 13:40 UTC  (9+ messages)
` [PATCH v2 09/10] ARM: dts: sun7i-a20: Add Video Engine and reserved memory nodes

[PATCH] apparmor: secid: fix error return value in error handling path
 2018-05-04 13:39 UTC 

[PATCH] IB/umem: use tgid instead of pid in ib_umem structure
 2018-05-04 13:39 UTC  (8+ messages)

[PATCH 0/7] gnss: add new GNSS subsystem
 2018-05-04 13:37 UTC  (13+ messages)
` [PATCH 4/7] dt-bindings: gnss: add u-blox binding

[PATCH 3/3] mm/page_alloc: Fix typo in debug info of calculate_node_totalpages
 2018-05-04 13:35 UTC  (2+ messages)
  ` [PATCH 2/3] include/linux/gfp.h: use unsigned int in gfp_zone

[PATCH v2 0/4] Restore ULPI USB on Tegra20
 2018-05-04 13:33 UTC  (5+ messages)
` [PATCH v2 4/4] ARM: dts: tegra20: Revert "Fix ULPI regression on Tegra20"

pciehp 0000:00:1c.0:pcie004: Timeout on hotplug command 0x1038 (issued 65284 msec ago)
 2018-05-04 13:33 UTC  (6+ messages)

[PATCH v3 0/3] sh: make early_platform code SuperH-specific
 2018-05-04 13:27 UTC  (4+ messages)
` [PATCH v3 1/3] clocksource: timer-ti-dm: remove the early platform driver registration
` [PATCH v3 2/3] platform: move the early platform device support to arch/sh
` [PATCH v3 3/3] sh: add the sh_ prefix to early platform symbols

Introducing a nanoMIPS port for Linux
 2018-05-04 13:24 UTC  (3+ messages)

[PATCH] driver-core: Log the BUG() causing driver
 2018-05-04 13:23 UTC  (2+ messages)
` [PATCH v2] driver-core: Return EBUSY error instead of BUG_ON()

KASAN: use-after-free Read in should_fail
 2018-05-04 13:17 UTC  (2+ messages)

[PATCH 00/17] Implement use of HW assistance on TLB table walk on 8xx
 2018-05-04 13:16 UTC  (19+ messages)
` [PATCH 01/17] powerpc/nohash: remove hash related code from nohash headers
` [PATCH 02/17] powerpc/nohash: remove _PAGE_BUSY
` [PATCH 03/17] powerpc/nohash: use IS_ENABLED() to simplify __set_pte_at()
` [PATCH 04/17] Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for CONFIG_SWAP"
` [PATCH 05/17] powerpc: move io mapping functions into ioremap.c
` [PATCH 06/17] powerpc: common ioremap functions
` [PATCH 07/17] powerpc: make ioremap_bot common to PPC32 and PPC64
` [PATCH 08/17] powerpc: make __iounmap() "
` [PATCH 09/17] powerpc: make __ioremap_caller() "
` [PATCH 10/17] powerpc: use _ALIGN macro
` [PATCH 11/17] powerpc/nohash32: set GUARDED attribute in the PMD directly
` [PATCH 12/17] powerpc/8xx: Remove PTE_ATOMIC_UPDATES
` [PATCH 13/17] powerpc/mm: Use hardware assistance in TLB handlers on the 8xx
` [PATCH 14/17] powerpc/8xx: reunify TLB handler routines
` [PATCH 15/17] powerpc/8xx: Free up SPRN_SPRG_SCRATCH2
` [PATCH 16/17] powerpc/mm: Make pte_fragment_alloc() common to PPC32 and PPC64
` [PATCH BAD 17/17] powerpc/mm: Use pte_fragment_alloc() on 8xx

[PATCH v7 0/2] PCI: mediatek: Fixups for the IRQ handle routine and MT7622's class code
 2018-05-04 13:16 UTC  (2+ messages)

[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
 2018-05-04 13:14 UTC  (4+ messages)
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct

[PATCH] netfilter: nf_queue: Replace conntrack entry
 2018-05-04 13:11 UTC  (2+ messages)

[PATCH v2] watchdog: sp805: add restart handler
 2018-05-04 13:11 UTC  (3+ messages)
` [PATCH v3] "

[Ksummit-discuss] bug-introducing patches
 2018-05-04 13:09 UTC  (13+ messages)
`  "

[PATCH] EDAC: fix spelling mistake: "redundacy" -> "redundancy"
 2018-05-04 13:00 UTC  (2+ messages)

[RFC PATCH] MIPS: Oprofile: Drop support
 2018-05-04 12:59 UTC  (10+ messages)

[PATCH] drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OF
 2018-05-04 12:57 UTC  (7+ messages)

[PATCH v2] mm: access to uninitialized struct page
 2018-05-04 12:47 UTC  (3+ messages)
` [v2] "

[PATCH 4/8] dma-buf: add peer2peer flag
 2018-05-04 12:45 UTC  (13+ messages)
      ` [Linaro-mm-sig] "

[PATCH] wireless: ipw2200: fix spelling mistake: "functionalitis" -> "functionalities"
 2018-05-04 12:37 UTC  (2+ messages)
`  "

[PATCH 0/2] HISI LPC ACPI UART support
 2018-05-04 12:33 UTC  (11+ messages)
` [PATCH 1/2] HISI LPC: Reference static MFD cells for ACPI support
` [PATCH 2/2] HISI LPC: Add ACPI UART support

[PATCH] rtlwifi: fix spelling mistake: "dismatch" -> "mismatch"
 2018-05-04 12:36 UTC  (2+ messages)
`  "

[PATCH 1/3] powerpc/nohash: remove hash related code from nohash headers
 2018-05-04 12:35 UTC  (4+ messages)

[PATCH v2] On ppc64le we HAVE_RELIABLE_STACKTRACE
 2018-05-04 12:38 UTC  (5+ messages)
      ` [PATCH v3] "

[PATCH v1 0/3] Couple more DRM plane features on Tegra
 2018-05-04 12:32 UTC  (10+ messages)
` [PATCH v1 1/3] drm/tegra: dc: Enable plane scaling filters
` [PATCH v1 2/3] drm/tegra: plane: Implement zPos plane property for older Tegra's
` [PATCH v1 3/3] drm/tegra: dc: Rename supports_blending to has_legacy_blending

[PATCH v3] KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
 2018-05-04 12:29 UTC  (2+ messages)

[PATCH v5 03/14] clk: qcom: Add CPU clock driver for msm8996
 2018-05-04 12:27 UTC  (2+ messages)

[PATCH] KVM: X86: Limit timer frequency with more smaller interval
 2018-05-04 12:28 UTC  (2+ messages)

[PATCH 1/2] i2c: sprd: Prevent i2c accesses after suspend is called
 2018-05-04 12:24 UTC  (7+ messages)
          ` I2C PM overhaul needed? (Re: [PATCH 1/2] i2c: sprd: Prevent i2c accesses after suspend is called)

[PATCH v1 0/5] Support IOMMU for 2d/3d on Tegra30/114
 2018-05-04 12:20 UTC  (13+ messages)
` [PATCH v1 1/5] drm/tegra: dc: Balance IOMMU group refcounting
` [PATCH v1 2/5] drm/tegra: gr2d: Add IOMMU support
` [PATCH v1 3/5] drm/tegra: gr3d: "

[RFC PATCH 0/5] Macb power management support for ZynqMP
 2018-05-04 12:17 UTC  (3+ messages)
` [RFC PATCH 5/5] net: macb: Add WOL support with ARP

[PATCH REPOST] mfd: syscon: atmel-smc: include string.h
 2018-05-04 12:16 UTC  (2+ messages)

serial: start_tx & buffer handling
 2018-05-04 12:14 UTC  (5+ messages)

wireless: need help to learn WiFi kernel stack
 2018-05-04 12:12 UTC 

[PATCH] perf: Allow suppressing AUX records
 2018-05-04 12:09 UTC  (3+ messages)
` [PATCH v2] perf: Suppress AUX/OVERWRITE records

[RFC PATCH v4 1/3] EDAC, GHES: Remove unused argument to ghes_edac_report_mem_error
 2018-05-04 11:56 UTC  (3+ messages)
  ` [RFC PATCH v4 2/3] acpi: apei: Rename ghes_severity() to ghes_cper_severity()

[PATCH v8 00/13] Support PPTT for ARM64
 2018-05-04 11:44 UTC  (4+ messages)

[PATCH v2 0/4] KVM: Support PUD hugepages at stage 2
 2018-05-04 11:40 UTC  (9+ messages)
` [PATCH v2 1/4] KVM: arm/arm64: Share common code in user_mem_abort()
` [PATCH v2 2/4] KVM: arm/arm64: Introduce helpers to manupulate page table entries
` [PATCH v2 4/4] KVM: arm64: Add support for PUD hugepages at stage 2

[PATCH RFC] random: Reduce preempt disabled region
 2018-05-04 11:39 UTC 

[ANNOUNCE] 4.4.131-rt147
 2018-05-04 11:25 UTC 

[PATCH v2] vmw_balloon: fixing double free when batching mode is off
 2018-05-04 11:26 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 03/13] drm/kms/mode/exynos-dsi: using helper func drm_display_mode_to_videomode for calculating timing parameters
 2018-05-04 11:25 UTC  (3+ messages)
  ` [PATCH v1 "

[PATCH v7 3/9] PCI: endpoint: functions/pci-epf-test: Add second entry
 2018-05-04 11:18 UTC  (11+ messages)

[PATCH 0/2] Stackleak for arm64
 2018-05-04 11:16 UTC  (7+ messages)
` [PATCH 2/2] arm64: Clear the stack

[PATCH] x86: Convert mce timer to hrtimer
 2018-05-04 11:14 UTC  (2+ messages)
` [PATCH] x86: UV: raw_spinlock conversion

[Regression] PCI / PM: Simplify device wakeup settings code
 2018-05-04 11:14 UTC  (4+ messages)

[RFC PATCH] Add /proc/<pid>/numa_vamaps for numa node information
 2018-05-04 11:12 UTC  (9+ messages)

[PATCH] btrfs: send: fix spelling mistake: "send_in_progres" -> "send_in_progress"
 2018-05-04 11:11 UTC 

[PATCH 00/28] Venus updates
 2018-05-04 11:09 UTC  (5+ messages)
` [PATCH 10/28] venus: vdec: call session_continue in insufficient event

[PATCH 0/4] exit: Make unlikely case in mm_update_next_owner() more scalable
 2018-05-04 11:07 UTC  (11+ messages)
          ` [RFC][PATCH] memcg: Replace mm->owner with mm->memcg
                ` [PATCH] "

[PATCH v3 1/2] clk: x86: Add ST oscout platform clock
 2018-05-04 11:07 UTC  (7+ messages)
` [PATCH v2 2/2] ACPI: APD: Add AMD misc clock handler support

[PATCH 00/10] vfio: ccw: Refactoring the VFIO CCW state machine
 2018-05-04 11:02 UTC  (5+ messages)
` [PATCH 04/10] vfio: ccw: replace IO_REQ event with SSCH_REQ event

[PATCH] bpf: fix possible spectre-v1 in find_and_alloc_map()
 2018-05-04 10:49 UTC  (3+ messages)

[PATCH v7 00/13] Intel Processor Trace virtualization enabling
 2018-05-04 10:45 UTC  (18+ messages)
` [PATCH v7 06/13] KVM: x86: Add Intel Processor Trace virtualization mode
` [PATCH v7 09/13] KVM: x86: Implement Intel Processor Trace context switch
` [PATCH v7 11/13] KVM: x86: Implement Intel Processor Trace MSRs read/write
` [PATCH v7 13/13] KVM: x86: Disable Intel Processor Trace when VMXON in L1 guest

[PATCH v6 0/3] Misc patches to support clocks for SDM845
 2018-05-04 10:45 UTC  (4+ messages)
` [PATCH v6 3/3] clk: qcom: Add Global Clock controller (GCC) driver "

[PATCH REPOST] Revert mm/vmstat.c: fix vmstat_update() preemption BUG
 2018-05-04 10:44 UTC 

[PATCH] sched/swait: include wait.h
 2018-05-04 10:42 UTC 

[PATCH] mm/page_alloc: use ac->high_zoneidx for classzone_idx
 2018-05-04 10:33 UTC  (3+ messages)

[PATCH REPOST] rbtree: include rcu.h because we use it
 2018-05-04 10:31 UTC 

[GIT PULL for v4.17-rc4] media fixes and a MAINTAINERS file update with my email
 2018-05-04 10:29 UTC 

[PATCH] display: panel: Add KOE tx14d24vm1bpa display support (320x240)
 2018-05-04 10:28 UTC  (3+ messages)

[PATCH v3 0/3] resource: Use list_head to link sibling resource
 2018-05-04 10:16 UTC  (7+ messages)
` [PATCH v3 2/3] resource: add walk_system_ram_res_rev()

[PATCH v9 0/2] hid-steam driver with user mode client dection
 2018-05-04 10:16 UTC  (3+ messages)

[PATCH v2] ARM: dts: tegra: Add support for 256 MB Colibri-T20 (plus such board on Iris)
 2018-05-04 10:14 UTC  (5+ messages)

[GIT PULL] Power management fix for v4.17-rc4
 2018-05-04 10:12 UTC 

[GIT PULL] ACPI fix for v4.17-rc4
 2018-05-04 10:10 UTC 

[PATCH 1/2] dt-bindings: leds: Add SC27xx breathing light controller documentation
 2018-05-04 10:08 UTC  (2+ messages)
` [PATCH 2/2] leds: Add Spreadtrum SC27xx breathing light controller driver

[PATCH v2] staging: lustre: llite: fix potential missing-check bug when copying lumv
 2018-05-04 10:08 UTC  (4+ messages)

[PATCH v2 0/6] arm64: provide pseudo NMI with GICv3
 2018-05-04 10:06 UTC  (3+ messages)
` [PATCH v2 2/6] arm64: alternative: Apply alternatives early in boot process

[v8] clk: qcom: clk-rpmh: Add QCOM RPMh clock driver
 2018-05-04 10:02 UTC  (2+ messages)

[PATCH v9 00/27] ARM: davinci: convert to common clock framework​
 2018-05-04 10:01 UTC  (5+ messages)
` [PATCH v9 07/27] ARM: davinci: dm355: add new clock init using common clock framework

[PATCH] f2fs-tools: fix the sector_size to default value
 2018-05-04  9:56 UTC  (2+ messages)

[PATCH v3] PCI / PM: Always check PME wakeup capability for runtime wakeup support
 2018-05-04  9:55 UTC  (4+ messages)

[PATCH] mmc: tegra: remove redundant return statement
 2018-05-04  9:50 UTC  (3+ messages)

[RFC] sched/core: Don't schedule threads on pre-empted vcpus
 2018-05-04  9:47 UTC  (3+ messages)
` [tip:sched/core] sched/core: Don't schedule threads on pre-empted vCPUs

[PATCH 1/9] R3Di and SBZ quirk entires + alt firmware loading
 2018-05-04  9:40 UTC  (2+ messages)

[PATCH] drm/kms/mode: added a new helper for calculating videomode from crtc's display mode
 2018-05-04  9:41 UTC  (5+ messages)
  ` [PATCH v1] "

[PATCH] drm/tegra: hub: Use state directly
 2018-05-04  9:38 UTC  (2+ messages)

[PATCH 2/2] sched/fair: Avoid calling sync_entity_load_avg() unnecessarily
 2018-05-04  9:37 UTC  (2+ messages)
` [tip:sched/core] "

[PATCH V2 1/2] sched/fair: Rearrange select_task_rq_fair() to optimize it
 2018-05-04  9:36 UTC  (2+ messages)
` [tip:sched/core] "

[GIT PULL] xen: one cleanup for 4.17-rc4
 2018-05-04  9:34 UTC 

[PATCH] jffs2: safely remove obsolete dirent from the f->dents list
 2018-05-04  9:27 UTC  (5+ messages)

[PATCH 1/9] R3Di and SBZ quirk entires + alt firmware loading
 2018-05-04  9:26 UTC  (3+ messages)
` [PATCH 3/9] Add PCI region2 iomap for SBZ


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