linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-10 19:33:26 to 2018-09-11 02:36:55 UTC [more...]

[PATCH 12/15] blkcg: cleanup and make blk_get_rl use blkg_lookup_create
 2018-09-11  2:37 UTC  (2+ messages)
` [LKP] [blkcg] 22f657e287: general_protection_fault:#[##]

[PATCH v2 0/4] Add 96Boards Rock960 CE board support
 2018-09-11  2:30 UTC  (5+ messages)
` [PATCH v2 1/4] arm64: dts: rockchip: Split out common nodes for Rock960 based boards
` [PATCH v2 2/4] dt-bindings: arm: rockchip: Add binding for Rock960 board
` [PATCH v2 3/4] arm64: boot: dts: rockchip: Add support "
` [PATCH v2 4/4] arm64: dts: rockchip: Enable SD card detection for Rock960 boards

[PATCH 4.19 regression fix] printk: For early boot messages check loglevel when flushing the buffer
 2018-09-11  2:30 UTC  (11+ messages)

[RFC PATCH 0/2] Document the V4L2 (stateful) Codec API
 2018-09-11  2:26 UTC  (3+ messages)
` [RFC PATCH 1/2] media: docs-rst: Add decoder UAPI specification to Codec Interfaces

[PATCH v3 0/2] Register i2c adapter driver earlier and use DMA safe buffers
 2018-09-11  2:26 UTC  (4+ messages)
` [PATCH v3 1/2] i2c: mediatek: Register i2c adapter driver earlier

[PATCH] kernel: prevent submission of creds with higher privileges inside container
 2018-09-11  2:08 UTC 

[PATCH] qxl: refactor to use drm_fb_helper_fbdev_setup
 2018-09-11  2:22 UTC  (2+ messages)

[PATCH] ip6_gre: simplify gre header parsing in ip6gre_err
 2018-09-11  2:19 UTC  (3+ messages)

[PATCH] iio: proximity: Add driver support for ST's VL53L0X ToF ranging sensor
 2018-09-11  2:19 UTC  (3+ messages)

4.19-rc[23] iwlwifi: BUG in swiotlb
 2018-09-11  2:17 UTC 

[PATCH -next] drm/omap: dss: Use PTR_ERR_OR_ZERO in hdmi_audio_register()
 2018-09-11  2:15 UTC 

[PATCH] arm64: add NUMA emulation support
 2018-09-11  2:02 UTC  (11+ messages)

[PATCH -next] drm/omap: omap_display_timings: Use PTR_ERR_OR_ZERO in hdmi5_core_init()
 2018-09-11  2:10 UTC 

[PATCH v9 0/6] provide power off support for iMX6 with external PMIC
 2018-09-11  1:53 UTC  (10+ messages)
` [PATCH v9 3/6] kernel/reboot.c: export pm_power_off_prepare

[PATCHv3 0/6] tty: Hold write ldisc sem in tty_reopen()
 2018-09-11  1:48 UTC  (7+ messages)
` [PATCHv3 1/6] tty: Drop tty->count on tty_reopen() failure
` [PATCHv3 2/6] tty/ldsem: Update waiter->task before waking up reader
` [PATCHv3 3/6] tty: Hold tty_ldisc_lock() during tty_reopen()
` [PATCHv3 4/6] tty/lockdep: Add ldisc_sem asserts
` [PATCHv3 5/6] tty: Simplify tty->count math in tty_reopen()
` [PATCHv3 6/6] tty/ldsem: Decrement wait_readers on timeouted down_read()

[PATCH] percpu-refcount: relax limit on percpu_ref_reinit()
 2018-09-11  1:48 UTC  (6+ messages)

[PATCH] rtmutex: Fix the preprocessor logic with normal #ifdef #else #endif
 2018-09-11  1:46 UTC 

[PATCH] bcache: remove unnecessary null poiner check in cache_set_free
 2018-09-11  1:36 UTC  (3+ messages)

[PATCH v3 00/12] SMP cleanup and new features
 2018-09-11  1:36 UTC  (10+ messages)
` [PATCH v3 02/12] RISC-V: Filter ISA and MMU values in cpuinfo
` [PATCH v3 06/12] RISC-V: Rename riscv_of_processor_hart to riscv_of_processor_hartid
` [PATCH v3 11/12] RISC-V: Use Linux logical cpu number instead of hartid

[PATCH v6 0/3] x86/boot/KASLR: Parse ACPI table and limit kaslr in immovable memory
 2018-09-11  1:27 UTC  (5+ messages)
` [PATCH v6 1/3] x86/boot: Add acpitb.c to parse acpi tables

[PATCH v8 1/2] leds: core: Introduce LED pattern trigger
 2018-09-11  1:22 UTC  (7+ messages)

[PATCH net-next v3 00/17] WireGuard: Secure Network Tunnel
 2018-09-11  1:17 UTC  (20+ messages)
` [PATCH net-next v3 01/17] asm: simd context helper API
` [PATCH net-next v3 02/17] zinc: introduce minimal cryptography library
` [PATCH net-next v3 03/17] zinc: ChaCha20 generic C implementation
` [PATCH net-next v3 04/17] zinc: ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v3 05/17] zinc: ChaCha20 x86_64 implementation
` [PATCH net-next v3 06/17] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v3 07/17] zinc: Poly1305 generic C implementation and selftest
` [PATCH net-next v3 07/17] zinc: Poly1305 generic C implementations "
` [PATCH net-next v3 08/17] zinc: Poly1305 ARM and ARM64 implementations
` [PATCH net-next v3 09/17] zinc: Poly1305 x86_64 implementation
` [PATCH net-next v3 10/17] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v3 11/17] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v3 12/17] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v3 13/17] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v3 14/17] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v3 15/17] zinc: Curve25519 ARM implementation
` [PATCH net-next v3 16/17] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v3 17/17] net: WireGuard secure network tunnel

[PATCH] iio: remove unnecessary condition judgment in am2315_trigger_handler
 2018-09-11  1:16 UTC  (5+ messages)

[PATCH 0/2] sound: Use kmemdup to replace kzalloc + memcpy
 2018-09-11  1:13 UTC  (4+ messages)
` [PATCH 1/2] sound: q6core: "

[PATCH] net: ipv4: Use BUG_ON directly instead of a if condition followed by BUG
 2018-09-11  1:12 UTC  (5+ messages)

[RFC PATCH v2 0/8] lru_lock scalability and SMP list functions
 2018-09-11  0:59 UTC  (9+ messages)
` [RFC PATCH v2 1/8] mm, memcontrol.c: make memcg lru stats thread-safe without lru_lock
` [RFC PATCH v2 2/8] mm: make zone_reclaim_stat updates thread-safe
` [RFC PATCH v2 3/8] mm: convert lru_lock from a spinlock_t to a rwlock_t
` [RFC PATCH v2 4/8] mm: introduce smp_list_del for concurrent list entry removals
` [RFC PATCH v2 5/8] mm: enable concurrent LRU removals
` [RFC PATCH v2 6/8] mm: splice local lists onto the front of the LRU
` [RFC PATCH v2 7/8] mm: introduce smp_list_splice to prepare for concurrent LRU adds
` [RFC PATCH v2 8/8] mm: enable "

[PATCH v4 0/2] Fix lockdep warning with nested instances of i2c-mux
 2018-09-11  0:58 UTC  (4+ messages)
` [PATCH v4 1/2] rtmutex: allow specifying a subclass for nested locking

[PATCH 0/3] libnvdimm: reset seeds for next namespace creation
 2018-09-11  0:50 UTC  (2+ messages)

[LKP] [vfs] fd0002870b: BUG:KASAN:null-ptr-deref_in_n
 2018-09-11  0:47 UTC 

[PATCH 3/3] libnvdimm, region_devs: reset related seeds when fail to create namespace
 2018-09-11  0:40 UTC  (3+ messages)
` [RFC PATCH] libnvdimm, region_devs: nd_region_detach_and_reset() can be static

[PATCH RFC] mm: don't raise MEMCG_OOM event due to failed high-order allocation
 2018-09-11  0:40 UTC  (2+ messages)

Plumbers 2018 - Performance and Scalability Microconference
 2018-09-11  0:38 UTC  (7+ messages)

[PATCH 0/4] Address issues slowing persistent memory initialization
 2018-09-11  0:37 UTC  (7+ messages)
` [PATCH 1/4] mm: Provide kernel parameter to allow disabling page init poisoning
` [PATCH 2/4] mm: Create non-atomic version of SetPageReserved for init use
` [PATCH 3/4] mm: Defer ZONE_DEVICE page initialization to the point where we init pgmap
` [PATCH 4/4] nvdimm: Trigger the device probe on a cpu local to the device

[PATCH 2/2] fs: list init in the critical section
 2018-09-11  0:23 UTC  (2+ messages)

[WTF?] extremely old dead code
 2018-09-10 23:55 UTC 

[PATCH v2] sched/fair: Remove setting task's se->runnable_weight during PELT update
 2018-09-10 23:49 UTC  (2+ messages)

[PATCH v5 0/4] Add EDAC driver for QCOM SoCs
 2018-09-10 23:46 UTC  (5+ messages)
` [PATCH v5 1/4] drivers: soc: Add broadcast base for Last Level Cache Controller (LLCC)
` [PATCH v5 2/4] drivers: soc: Add support to register LLCC EDAC driver
` [PATCH v5 3/4] drivers: edac: Add EDAC driver support for QCOM SoCs
` [PATCH v5 4/4] dt-bindings: msm: Update documentation of qcom,llcc

[PATCH net-next] net: dsa: b53: Only call b53_port_event() for SGMII ports
 2018-09-10 23:47 UTC 

[PATCH] scsi: ibmvscsis: Fix a stringop-overflow warning
 2018-09-10 23:30 UTC  (2+ messages)

[PATCH v2 0/2] rtc: abx80x: add basic watchdog support
 2018-09-10 23:20 UTC  (4+ messages)
` [PATCH 1/2] rtc: abx80x: use a 'priv' struct for client data
` [PATCH 2/2] rtc: abx80x: add basic watchdog support

[PATCH] kgdboc: Fix restrict error
 2018-09-10 23:20 UTC 

[RFC PATCH 2/2] fscrypt: enable RCU-walk path for .d_revalidate
 2018-09-10 23:20 UTC  (3+ messages)
` [RFC PATCH v2 "

[PATCH 0/6] flex_arrays -> genradix; prep work for bcachefs
 2018-09-10 23:18 UTC  (3+ messages)
` [PATCH 4/6] Generic radix trees
  ` [PATCH] Generic radix tree: add kernel-doc chapter

sysfs: Do not return POSIX ACL xattrs via listxattr()
 2018-09-10 23:16 UTC  (3+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2018-09-10 23:04 UTC 

[PATCH] misc: kgdbts: Fix restrict error
 2018-09-10 23:04 UTC 

[PATCH v4 0/8] usb: dwc3: Fix broken BULK stream support to dwc3 gadget driver
 2018-09-10 22:50 UTC  (4+ messages)
` [PATCH v4 6/8] usb: dwc3: check for requests in started list for stream capable endpoints

[PATCH v4 0/4] Add EDAC driver for QCOM SoCs
 2018-09-10 22:45 UTC  (6+ messages)
` [PATCH v4 3/4] drivers: edac: Add EDAC driver support "

[PATCH v2 3/5] irqchip: RISC-V Local Interrupt Controller Driver
 2018-09-10 22:19 UTC  (15+ messages)

[PATCH 0/7] Add Xilinx ZynqMP R5 remoteproc driver
 2018-09-10 22:09 UTC  (4+ messages)
` [PATCH 6/7] remoteproc: Add Xilinx ZynqMP R5 remoteproc

[PATCH resend] uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member name
 2018-09-10 22:09 UTC  (3+ messages)

[PATCH 1/5] gpio: davinci: Remove unused member of davinci_gpio_controller
 2018-09-10 22:05 UTC  (8+ messages)
` [PATCH 2/5] gpio: davinci: Use dev name for label and automatic base selection

Regression in next with apps hanging with vm_fault_t
 2018-09-10 22:05 UTC  (3+ messages)

[PATCH v9 00/22] guest dedicated crypto adapters
 2018-09-10 21:58 UTC  (5+ messages)
` [PATCH v9 09/22] s390: vfio-ap: register matrix device with VFIO mdev framework

Random crashes with i386 and efi boots
 2018-09-10 21:56 UTC 

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

[PATCH 0/3] ARM: OMAP1: ams-delta: Clean up GPIO setup for MODEM
 2018-09-10 21:49 UTC  (3+ messages)
` [PATCH v2 "

[ANNOUNCE] 4.14.63-rt41
 2018-09-10 21:48 UTC 

[PATCH v3 0/3] mtd concat device driver
 2018-09-10 21:47 UTC  (3+ messages)
` [PATCH v3 3/3] mtd: mtdconcat: add dt driver for concat devices

[PATCH v3] cpuidle: enter_state: Don't needlessly calculate diff time
 2018-09-10 21:47 UTC 

[RFC PATCH i2c-next 0/2] i2c: aspeed: Add bus idle waiting logic for multi-master use cases
 2018-09-10 21:45 UTC  (3+ messages)
` [RFC PATCH i2c-next 1/2] dt-bindings: i2c: aspeed: Add 'idle-wait-timeout-ms' setting
` [RFC PATCH i2c-next 2/2] i2c: aspeed: Add bus idle waiting logic for multi-master use cases

[PATCH v2] cpuidle: enter_state: Don't needlessly calculate diff time
 2018-09-10 21:40 UTC  (4+ messages)

[PATCH v5 0/2] Harden spectrev2 userspace-userspace protection
 2018-09-10 21:36 UTC  (10+ messages)
` [PATCH v5 1/2] x86/speculation: apply IBPB more strictly to avoid cross-process data leak

omap4: support for manually updated display
 2018-09-10 21:28 UTC  (4+ messages)

USB type-C altmode support for UCSI
 2018-09-10 21:25 UTC  (5+ messages)

[PATCH 1/3] Revert "ASoC: Intel: Skylake: Acquire irq after RIRB allocation"
 2018-09-10 21:23 UTC  (3+ messages)
` [PATCH 2/3] sound: enable interrupt after dma buffer initialization
  ` [PATCH 3/3] sound: don't call skl_init_chip() to reset intel skl soc

[PATCH v13 00/13] Intel SGX1 support
 2018-09-10 21:22 UTC  (10+ messages)
` [PATCH v13 11/13] platform/x86: Intel SGX driver

[PATCH] fs/ext4: Convert fault handler to use vm_fault_t type
 2018-09-10 21:21 UTC  (2+ messages)

[RFC][PATCH 0/8] x86/mm: page fault handling cleanups
 2018-09-10 21:17 UTC  (12+ messages)
` [RFC][PATCH 1/8] x86/mm: clarify hardware vs. software "error_code"
` [RFC][PATCH 3/8] x86/mm: break out user address space handling
` [RFC][PATCH 5/8] x86/mm: fix exception table comments

[PATCH] Drivers: hv: vmbus: include header for get_irq_regs()
 2018-09-10 21:08 UTC  (3+ messages)

How to handle PTE tables with non contiguous entries ?
 2018-09-10 21:06 UTC  (3+ messages)

[PATCH 1/2] platform/x86: dell-smbios-wmi: Correct a memory leak
 2018-09-10 20:51 UTC  (2+ messages)

[PATCH 00/21] DT cpu node iterator
 2018-09-10 20:49 UTC  (4+ messages)
` [PATCH 08/21] microblaze: get cpu node with of_get_cpu_node

rng_dev_read: Kernel memory exposure attempt detected from SLUB object 'kmalloc-64'
 2018-09-10 20:42 UTC  (5+ messages)

[PATCH] staging: rtl8188eu: change array type to u8
 2018-09-10 20:38 UTC 

[PATCH v3 0/2] phy: zynqmp: Add phy driver for xilinx zynqmp phy core
 2018-09-10 20:30 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] phy: zynqmp: Add dt bindings for ZynqMP phy

[PATCH] mm, thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
 2018-09-10 20:22 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: can: tcan4x5x: Add DT bindings for TCAN4x5X driver
 2018-09-10 20:12 UTC  (2+ messages)
` [PATCH 2/2] can: tcan4x5x: Add tcan4x5x driver to the kernel

[PATCH] usb: gadget: udc: atmel: handle at91sam9rl PMC
 2018-09-10 20:12 UTC 

[RFC PATCH v3 0/3] Add reset driver support for ZynqMP
 2018-09-10 20:12 UTC  (3+ messages)
` [RFC PATCH v3 2/3] dt-bindings: reset: Add bindings for ZynqMP reset driver

[PATCH 00/11] crypto: caam - add DPAA2 (DPSECI) driver
 2018-09-10 20:11 UTC  (5+ messages)
` [PATCH 02/11] Revert "staging: fsl-mc/dpio: remove couple of unused functions"
` [PATCH 04/11] soc: fsl: dpio: add congestion notification support

[ANNOUNCE] Git v2.19.0
 2018-09-10 20:11 UTC 

[PATCH v3 1/4] iio: gyro: add support for fxas21002c
 2018-09-10 20:09 UTC  (3+ messages)
` [PATCH v3 2/4] iio: gyro: add device tree "

[PATCH v3 00/13] ASoC: Add support to WCD9335 Audio Codec
 2018-09-10 20:06 UTC  (5+ messages)
` [PATCH v3 01/13] ASoC: dt-bindings: update wcd9335 bindings
` [PATCH v3 10/13] ASoC: dt-bindings: Add WCD9335 MBHC specific properties

[PATCH v3 0/2] Add ADSP PIL driver for SDM845
 2018-09-10 20:01 UTC  (3+ messages)
` [PATCH v3 1/2] dt-binding: remoteproc: Add QTI ADSP PIL bindings

[RFC] reset: make reset controller driver initialize early
 2018-09-10 19:59 UTC 

[PATCH v2] cpuidle: Remove unnecessary wrapper cpuidle_get_last_residency()
 2018-09-10 19:59 UTC 

[PATCH v3 0/3] ARM: NSP updates to support switch interrupts/SFP
 2018-09-10 19:57 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: net: dsa: Document B53 SRAB interrupts and registers

[PATCH v3] dt-bindings: arm: Explicitly mark Samsung Exynos SoC as unstable
 2018-09-10 19:55 UTC  (2+ messages)

[PATCH] mm: Use BUG_ON directly instead of a if condition followed by BUG
 2018-09-10 19:54 UTC  (2+ messages)

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

[PATCH v6 1/2] dt-bindings: leds: Add bindings for lm3697 driver
 2018-09-10 19:51 UTC  (9+ messages)

[PATCH V5 0/2] Add efi page fault handler to recover from page
 2018-09-10 19:47 UTC  (4+ messages)
` [PATCH V5 1/2] efi: Make efi_rts_work accessible to efi page fault handler
` [PATCH V5 2/2] x86/efi: Add efi page fault handler to recover from page faults caused by the firmware

[PATCH] ARM: OMAP1: ams-delta: Don't request unused GPIOs
 2018-09-10 19:50 UTC 

[PATCH v2 00/14] mm: Asynchronous + multithreaded memmap init for ZONE_DEVICE
 2018-09-10 19:47 UTC  (13+ messages)

[PATCH] slub: extend slub debug to handle multiple slabs
 2018-09-10 19:46 UTC  (2+ messages)

[PATCH v3 00/30] IIO-based thermal sensor driver for Allwinner H3 and A83T SoC
 2018-09-10 19:44 UTC  (4+ messages)
` [PATCH v3 14/30] dt-bindings: update the Allwinner GPADC device tree binding for H3 & A83T

[PATCH] MAINTAINERS: add tree location for staging/erofs
 2018-09-10 19:41 UTC  (2+ messages)
` [PATCH v4] staging: erofs: use explicit unsigned int type

[PATCH v3 0/2] add the Amlogic Meson PCIe controller driver
 2018-09-10 19:38 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: meson: add DT bindings for Amlogic Meson PCIe controller

[PATCH v5 0/2] Panasonic AN30259A support
 2018-09-10 19:33 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).