linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-07 16:51:11 to 2018-09-07 20:52:10 UTC [more...]

[PATCH v2 0/6] x86/alternatives: text_poke() fixes
 2018-09-07 20:52 UTC  (4+ messages)
` [PATCH v2 4/6] x86/alternatives: initializing temporary mm for patching

[ANNOUNCE] Submit a topic for the RT Microconference at Linux Plumbers
 2018-09-07 20:44 UTC  (2+ messages)

[PATCH] asm-generic: bug: add unlikely() to BUG_ON()
 2018-09-07 20:41 UTC  (2+ messages)

[RESEND PATCH v2 0/3] add support to non-uniform SFDP SPI NOR flash memories
 2018-09-07 20:31 UTC  (5+ messages)
` [RESEND PATCH v2 1/3] mtd: spi-nor: "

[PATCH 1/3] soc: fsl: add Platform PM driver QorIQ platforms
 2018-09-07 20:35 UTC  (10+ messages)
` [PATCH 2/3] Documentation: dt: binding: fsl: update property description for RCPM
` [PATCH 3/3] soc: fsl: add RCPM driver

[PATCH v1] dd: Invoke one probe retry cycle after some initcall levels
 2018-09-07 20:34 UTC  (2+ messages)

[PATCH 00/12] block: always associate blkg and refcount cleanup
 2018-09-07 20:33 UTC  (13+ messages)
` [PATCH 01/12] blkcg: fix ref count issue with bio_blkcg using task_css
` [PATCH 03/12] blkcg: convert blkg_lookup_create to find closest blkg
` [PATCH 05/12] blkcg: consolidate bio_issue_init to be a part of core
` [PATCH 09/12] blkcg: remove additional reference to the css
` [PATCH 11/12] blkcg: change blkg reference counting to use percpu_ref

[PATCH v9 0/4] ipc: IPCMNI limit check for *mni & increase that limit
 2018-09-07 20:28 UTC  (5+ messages)
` [PATCH v9 1/4] ipc: IPCMNI limit check for msgmni and shmmni
` [PATCH v9 2/4] ipc: IPCMNI limit check for semmni
` [PATCH v9 3/4] ipc: Allow boot time extension of IPCMNI from 32k to 8M
` [PATCH v9 4/4] ipc: Conserve sequence numbers in extended IPCMNI mode

[PATCH 1/2] of/fdt: Allow architectures to override CONFIG_CMDLINE logic
 2018-09-07 20:29 UTC  (3+ messages)
` [PATCH 2/2] MIPS: Fix CONFIG_CMDLINE handling

[PATCH] x86/boot: define CC_HAVE_ASM_GOTO
 2018-09-07 20:26 UTC 

[PATCH 0/5] introduce setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 functions
 2018-09-07 20:00 UTC  (7+ messages)
` [PATCH 1/5] powerpc: rename setbits32/clrbits32 to setbits32_be/clrbits32_be
` [PATCH 2/5] include: add setbits32/clrbits32/clrsetbits32/setbits64/clrbits64/clrsetbits64 in linux/setbits.h
` [PATCH RFC 3/5] coccinelle: add xxxsetbitsXX converting spatch
` [PATCH 4/5] net: ethernet: stmmac: use xxxsetbits32
` [PATCH 5/5] ata: ahci_sunxi: use xxxsetbits32 functions

[PATCH 0/2] Document memory-to-memory video codec interfaces
 2018-09-07 20:17 UTC  (3+ messages)
` [PATCH 2/2] media: docs-rst: Document memory-to-memory video encoder interface

[PATCH 1/1] arm64: defconfig: Update UFSHCD for Hi3660 soc
 2018-09-07 20:13 UTC 

[PATCH V4 0/3] Add efi page fault handler to recover from page
 2018-09-07 20:13 UTC  (16+ messages)
` [PATCH V4 2/3] x86/efi: Add efi page fault handler to recover from page faults caused by the firmware
` [PATCH V4 3/3] x86/efi: Introduce EFI_PAGE_FAULT_HANDLER

[PATCH] x86/paravirt: Get rid of patch_site label
 2018-09-07 20:10 UTC  (3+ messages)
  ` [PATCH v2] x86/paravirt: Get rid of patch_site and patch_default labels

[PATCH] cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()
 2018-09-07 20:08 UTC 

Patch "arm64: mm: always enable CONFIG_HOLES_IN_ZONE" has been added to the 4.9-stable tree
 2018-09-07 20:06 UTC  (2+ messages)

[PATCH v2 0/8] Guest LBR Enabling
 2018-09-07 20:05 UTC  (7+ messages)
` [PATCH v2 6/8] perf/x86/intel/lbr: guest requesting KVM for lbr stack save/restore

[PATCH 4.4 00/43] 4.4.148-stable review
 2018-09-07 20:03 UTC  (4+ messages)
` [PATCH 4.4 31/43] mm: fix cache mode tracking in vm_insert_mixed()

[PATCH v2] of: __of_update_property_sysfs only call __of_sysfs_remove_bin_file if of_node_is_attached
 2018-09-07 20:00 UTC  (2+ messages)

+ mm-slab-shorten-kmalloc-cache-names-for-large-sizes.patch added to -mm tree
 2018-09-07 19:58 UTC 

BUG: bad usercopy in __check_object_size (2)
 2018-09-07 19:57 UTC  (3+ messages)

[PATCH] of: Split up name & type in modalias generation
 2018-09-07 19:56 UTC  (4+ messages)

[PULL REQUEST] i2c for 4.19
 2018-09-07 19:55 UTC 

[PATCH v2 0/3] x86/pti: Get rid of entry trampolines and add some docs
 2018-09-07 19:54 UTC  (5+ messages)
` [PATCH v2 3/3] x86/pti/64: Remove the SYSCALL64 entry trampoline

[PATCH v14 06/16] of/fdt: add helper functions for handling properties
 2018-09-07 19:53 UTC  (2+ messages)

[RFC][PATCH 0/8] x86/mm: page fault handling cleanups
 2018-09-07 19:49 UTC  (9+ messages)
` [RFC][PATCH 1/8] x86/mm: clarify hardware vs. software "error_code"
` [RFC][PATCH 2/8] x86/mm: break out kernel address space handling
` [RFC][PATCH 3/8] x86/mm: break out user "
` [RFC][PATCH 4/8] x86/mm: add clarifying comments for user addr space
` [RFC][PATCH 5/8] x86/mm: fix exception table comments
` [RFC][PATCH 6/8] x86/mm: add vsyscall address helper
` [RFC][PATCH 7/8] x86/mm/vsyscall: consider vsyscall page part of user address space
` [RFC][PATCH 8/8] x86/mm: remove spurious fault pkey check

[PATCH v2] drm: refuse ADDFB2 ioctl for broken bigendian drivers
 2018-09-07 19:47 UTC  (2+ messages)

[PATCH v2 0/4] bochs fixes and fb-helper documentation updates
 2018-09-07 19:46 UTC  (3+ messages)
` [PATCH v2 4/4] drm/fb-helper: improve documentation and print warnings

[PATCH v1 0/5] add quartz load support to NXP rtc drivers
 2018-09-07 19:35 UTC  (6+ messages)
` [PATCH v1 1/5] dt-binding: rtci-pcf8523: add quartz_load property
` [PATCH v1 2/5] dt-binding: rtc-pcf85063: add quartz load property
` [PATCH v1 3/5] dts: add nxp,quartz_load_12.5pf to all pcf8523 nodes
` [PATCH v1 4/5] rtc: pcf8523: external capacitor configuration
` [PATCH v1 5/5] rtc: pcf85063: "

[GIT PULL] ARC updates for 4.19-rc3
 2018-09-07 19:33 UTC  (3+ messages)

[PATCH] ring-buffer: Allow for rescheduling when removing pages
 2018-09-07 19:28 UTC  (3+ messages)

[RFC PATCH v2 0/3] Groundwork for AFBC YUV formats
 2018-09-07 19:28 UTC  (5+ messages)
` [RFC PATCH v2 1/3] drm/fourcc: Add 'bpp' field for formats with non-integer bytes-per-pixel

[PATCH] ASoC: max98373: usleep_range() needs include/delay.h
 2018-09-07 19:28 UTC  (5+ messages)

[PATCH RT 00/22] Linux 4.14.63-rt41-rc1
 2018-09-07 19:28 UTC  (4+ messages)
` [PATCH RT 11/22] irqchip/gic-v3-its: Move ITS ->pend_page allocation into an early CPU up hook

No video output on 4.19-rc1 on XPS 13 9360
 2018-09-07 19:28 UTC  (2+ messages)

[RESEND PATCH] mm: percpu: remove unnecessary unlikely()
 2018-09-07 19:24 UTC  (3+ messages)

x86/apic: MSI address malformed for "flat" driver
 2018-09-07 19:11 UTC  (2+ messages)

[PATCH v2 0/3] mtd concat device driver
 2018-09-07 19:08 UTC  (6+ messages)
` [PATCH v2 1/3] mtd: core: add get_mtd_device_by_node
` [PATCH v2 2/3] dt-bindings: add bindings for mtd-concat devices
` [PATCH v2 3/3] mtd: mtdconcat: add dt driver for concat devices

[PATCH] mt76: another missing 'select' in Kconfig
 2018-09-07 19:08 UTC 

[PATCH] cpuidle: enter_state: Don't needlessly calculate diff time
 2018-09-07 18:54 UTC 

kselftests for memory.oom.group
 2018-09-07 18:53 UTC  (9+ messages)
  ` [PATCH 1/2] Fix cg_read_strcmp()
  ` [PATCH 2/2] Add tests for memory.oom.group

[PATCH 0/6] flex_arrays -> genradix; prep work for bcachefs
 2018-09-07 18:49 UTC  (13+ messages)
` [PATCH 1/6] openvswitch: convert to kvmalloc
` [PATCH 2/6] md: "
` [PATCH 3/6] selinux: "
` [PATCH 4/6] Generic radix trees
` [PATCH 5/6] proc: commit to genradix
` [PATCH 6/6] Drop flex_arrays

[PATCH] perf: enum overflow in uapi/linux/perf_event.h
 2018-09-07 18:43 UTC  (6+ messages)

Conflict between sparse and commit cafa0010cd51f ("Raise the minimum required gcc version to 4.6")
 2018-09-07 18:37 UTC  (6+ messages)

[PATCH] optee: allow to work without static shared memory
 2018-09-07 18:37 UTC  (2+ messages)
` [PATCH v2] "

[GIT PULL] MD update for 4.19-rc2
 2018-09-07 18:36 UTC 

[PATCH 1/6] drm/bridge: use bus flags in bridge timings
 2018-09-07 18:25 UTC  (8+ messages)

[PATCH] r8169: set TxConfig register after TX / RX is enabled, just like RxConfig
 2018-09-07 18:15 UTC 

[PATCH v2 1/5] ext2: cache NULL when both default_acl and acl are NULL
 2018-09-07 18:11 UTC  (3+ messages)
` [PATCH v2 5/5] orangefs: "

[PATCH v2 0/9] Devicetree build consolidation
 2018-09-07 18:09 UTC  (4+ messages)
` [PATCH v2 2/9] nios2: build .dtb files in dts directory

[PATCH net-next] net: dsa: Expose tagging protocol to user-space
 2018-09-07 18:09 UTC 

[RFCv2 PATCH 0/7] A General Accelerator Framework, WarpDrive
 2018-09-07 18:04 UTC  (9+ messages)

[PATCH] mips: bug: add unlikely() to BUG_ON()
 2018-09-07 18:03 UTC 

[PATCH] orangefs: rate limit the client not running info message
 2018-09-07 18:01 UTC  (2+ messages)

[PATCH v6 0/5] x86: Fix SEV guest regression
 2018-09-07 17:57 UTC  (6+ messages)
` [PATCH v6 1/5] x86/mm: Restructure sme_encrypt_kernel()
` [PATCH v6 2/5] x86/mm: fix sme_populate_pgd() to update page flags
` [PATCH v6 3/5] x86/mm: add .data..decrypted section to hold shared variables
` [PATCH v6 4/5] x86/kvm: use __decrypted attribute in "
` [PATCH v6 5/5] x86/kvm: Avoid dynamic allocation of pvclock data when SEV is active

[PATCH] mm: hugepage: mark splitted page dirty when needed
 2018-09-07 17:54 UTC  (9+ messages)

[GIT PULL] arm64: fix for -rc3
 2018-09-07 17:51 UTC  (2+ messages)

[PATCH 0/9] psi: pressure stall information for CPU, memory, and IO v4
 2018-09-07 17:50 UTC  (6+ messages)
` [PATCH 8/9] psi: pressure stall information for CPU, memory, and IO

[PATCH] virtio: add unlikely() to WARN_ON_ONCE()
 2018-09-07 17:48 UTC 

[PATCH v2 00/12] iommu/vt-d: Add scalable mode support
 2018-09-07 17:43 UTC  (5+ messages)
` [PATCH v2 06/12] iommu/vt-d: Add second level page table interface

[PATCH] nfp: replace spin_lock_bh with spin_lock in tasklet callback
 2018-09-07 17:42 UTC  (2+ messages)

[REGRESSION] Commit 5745392e0c2b ("PCI: Apply the new generic I/O management on PCI IO hosts") breaks PCI for legacy virtio devices with kvmtool on arm64
 2018-09-07 17:41 UTC 

[PATCH V2 0/8] Introduce STPMIC1 PMIC Driver
 2018-09-07 17:38 UTC  (3+ messages)
` [PATCH V2 6/8] input: stpmic1: add stpmic1 onkey driver

[PATCH RFC LKMM 1/7] tools/memory-model: Add extra ordering for locks and remove it for ordinary release/acquire
 2018-09-07 17:38 UTC  (2+ messages)

Regression in next with filesystem context concept
 2018-09-07 17:35 UTC  (4+ messages)

[PATCH] ethernet:netronome:nfp:move spin_lock_bh to spin_lock in tasklet
 2018-09-07 17:35 UTC  (3+ messages)

[PATCH] Input: reserve 2 events code because of HID
 2018-09-07 17:35 UTC  (2+ messages)

[PATCH] block: umem: replace spin_lock_bh with spin_lock in tasklet callback
 2018-09-07 17:34 UTC  (2+ messages)

[PATCH 0/7] HID: logitech-hidpp: support non DJ devices
 2018-09-07 17:33 UTC  (3+ messages)
` [PATCH 6/7] HID: logitech-hidpp: support the G700 over wireless

[PATCH 00/22] KEYS: Support TPM-wrapped key and crypto ops
 2018-09-07 17:32 UTC  (4+ messages)

[PATCH AUTOSEL 4.18 01/88] usb: dwc3: change stream event enable bit back to 13
 2018-09-07 17:33 UTC  (3+ messages)
` [PATCH AUTOSEL 4.18 69/88] xen-netfront: fix queue name setting

[PATCH] infiniband: nes: add unlikely() to assert()
 2018-09-07 17:31 UTC  (5+ messages)

[PATCH v2 00/32] Device Tree Updates for GTA04 (A3/A4/A5 variants)
 2018-09-07 17:31 UTC  (4+ messages)

linux-next: build failure after merge of the net-next tree
 2018-09-07 17:31 UTC  (4+ messages)

[PATCH 1/3] ARM: dts: am571x-idk: Add tricolor Industrial LED support
 2018-09-07 17:29 UTC  (2+ messages)

[PATCH v3 0/2] net: ethernet: i40e/i40evf fix build error
 2018-09-07 17:29 UTC  (7+ messages)
` [PATCH v3 2/2] net: ethernet: i40evf: fix underlying "

[PATCH v4 0/6] Backlight fixes and cleanup
 2018-09-07 17:27 UTC  (4+ messages)
` [PATCH v4 2/6] drm/nouveau: Add NV_PRINTK_ONCE and variants

[PATCH] ethernet: hnae: add unlikely() to assert()
 2018-09-07 17:26 UTC 

[PATCH 4.4 000/124] 4.4.146-stable review
 2018-09-07 17:27 UTC  (4+ messages)
` [PATCH 4.4 105/124] xen-netfront: wait xenbus state change when load module manually

[PATCH] ath10k: utilize random MAC address if none is provided
 2018-09-07 17:21 UTC 

[PATCH] freescale: ethernet: remove unnecessary unlikely()
 2018-09-07 17:23 UTC 

[PATCH] [v3] drm/sun4i: fix build failure with CONFIG_DRM_SUN8I_MIXER=m
 2018-09-07 17:23 UTC  (3+ messages)

[PATCH] wimax: i2400m: remove unnecessary unlikely()
 2018-09-07 17:22 UTC 

[PATCH] mfd: ti-lmu: constify mfd_cell tables
 2018-09-07 17:20 UTC  (3+ messages)

[PATCH] xen-blkback: Switch to closed state after releasing the backing device
 2018-09-07 17:14 UTC  (8+ messages)
    ` [DRBD-user] "

[PATCH] firmware: arm_scmi: use strlcpy to ensure NULL-terminated strings
 2018-09-07 17:14 UTC  (2+ messages)

[PATCH] ARM: omap: Convert to using %pOFn instead of device_node.name
 2018-09-07 17:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] usb: octeon-hcd: remove unnecessary unlikely()
 2018-09-07 17:08 UTC 

[PATCH 0/8] Devicetree build consolidation
 2018-09-07 17:07 UTC  (5+ messages)
` [PATCH 6/8] kbuild: consolidate Devicetree dtb build rules

[GIT PULL] Ceph updates for 4.19-rc3
 2018-09-07 17:06 UTC 

[PATCH V5 0/4] Fix kvm misconceives NVDIMM pages as reserved mmio
 2018-09-07 18:03 UTC  (2+ messages)

[PATCH] lvm: device mapper: remove unnecessary unlikely()
 2018-09-07 17:03 UTC 

[PATCH v13 00/13] Intel SGX1 support
 2018-09-07 17:02 UTC  (9+ messages)
` [PATCH v13 11/13] platform/x86: Intel SGX driver

[PATCH v3 0/4] pci-dra7xx: Enable errata i870 workaround for RC mode
 2018-09-07 17:00 UTC  (4+ messages)

[PATCH v1 0/5] CPUFREQ OPP's and Tegra30 support by tegra20-cpufreq driver
 2018-09-07 16:59 UTC  (3+ messages)

[PATCH] android:ion: the order and count are in the wrong position
 2018-09-07 16:58 UTC  (2+ messages)

[PATCH 0/3] ARM: OMAP1: ams-delta: Clean up GPIO setup for MODEM
 2018-09-07 16:56 UTC  (2+ messages)

[PATCH v4] xen: avoid crash in disable_hotplug_cpu
 2018-09-07 16:56 UTC  (2+ messages)

[PATCH 0/4] 9p coverity fixes
 2018-09-07 16:50 UTC  (5+ messages)
` [PATCH 1/4] 9p: acl: fix uninitialized iattr access
` [PATCH 2/4] 9p/rdma: remove useless check in cm_event_handler
` [PATCH 3/4] 9p: p9dirent_read: check network-provided name length
` [PATCH 4/4] 9p locks: fix glock.client_id leak in do_lock


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