linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-13 18:51:10 to 2019-02-13 21:55:49 UTC [more...]

[RFC v3 00/19] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-02-13 21:55 UTC  (10+ messages)
` [RFC v3 14/19] Documentation: kunit: add documentation for KUnit

initramfs tidyups
 2019-02-13 21:54 UTC  (6+ messages)
` [PATCH 7/8] initramfs: proide a generic free_initrd_mem implementation

[PATCH v4 0/4] input: touchscreen: Add goodix GT5553 CTP support
 2019-02-13 21:52 UTC  (3+ messages)
` [PATCH v4 3/4] dt-bindings: input: touchscreen: goodix: Add GT5663 compatible

[PATCH v3 0/4] input: touchscreen: Add goodix GT5553 CTP support
 2019-02-13 21:51 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: input: touchscreen: goodix: Document AVDD28-supply property

[PATCH v3] of: fix kmemleak crash caused by imbalance in early memory reservation
 2019-02-13 21:47 UTC  (4+ messages)

[PATCH v4 1/9] dt-bindings: mtd: ingenic: Add compatible strings for JZ4740 and JZ4725B
 2019-02-13 21:46 UTC  (4+ messages)
` [PATCH v4 2/9] dt-bindings: mtd: ingenic: Change 'BCH' to 'ECC' in documentation

[RESEND PATCH net] mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
 2019-02-13 21:45 UTC 

X450LCP lost abillity to turn the screen off
 2019-02-13 21:46 UTC  (7+ messages)

[PATCH v4 0/4] USB SS PHY for Qualcomm's QCS404
 2019-02-13 21:44 UTC  (7+ messages)
` [PATCH v4 1/4] dt-bindings: phy: remove qcom-dwc3-usb-phy
` [PATCH v4 2/4] dt-bindings: connector: Add vbus-supply property
` [PATCH v4 3/4] dt-bindings: Add Qualcomm USB SuperSpeed PHY bindings

[PATCH V3 0/5] genirq/affinity: add .calc_sets for improving IRQ allocation & spread
 2019-02-13 21:41 UTC  (12+ messages)
` [PATCH V3 1/5] genirq/affinity: don't mark 'affd' as const
` [PATCH V3 3/5] genirq/affinity: add new callback for caculating set vectors
` [PATCH V3 4/5] nvme-pci: avoid irq allocation retrying via .calc_sets

[RFC][PATCH 0/3] arm64 relaxed ABI
 2019-02-13 21:41 UTC  (12+ messages)

[RFC 0/2] Add support for Suspend and Resume for Exynos4412 on
 2019-02-13 21:40 UTC  (3+ messages)
` [RFC 1/2] ARM: dts: exynos: Add proper regulator states for suspend-to-mem for odroid-u3
` [RFC 2/2] soc: samsung: pmu: Add the PMU data of exynos4412 to support low-power state

[PATCH] mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs
 2019-02-13 21:40 UTC  (4+ messages)

[RFC PATCH v1 00/25] printk: new implementation
 2019-02-13 21:39 UTC  (4+ messages)
` [RFC PATCH v1 02/25] printk-rb: add prb locking functions

[PATCH v6 00/12] x86: Enable FSGSBASE instructions
 2019-02-13 21:36 UTC  (13+ messages)
` [PATCH v6 01/12] x86/fsgsbase/64: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASE
` [PATCH v6 02/12] kbuild: Raise the minimum required binutils version to 2.21
` [PATCH v6 03/12] x86/fsgsbase/64: Add intrinsics for FSGSBASE instructions
` [PATCH v6 04/12] x86/fsgsbase/64: Enable FSGSBASE instructions in the helper functions
` [PATCH v6 05/12] x86/fsgsbase/64: Preserve FS/GS state in __switch_to() if FSGSBASE is on
` [PATCH v6 06/12] x86/fsgsbase/64: When copying a thread, use the FSGSBASE instructions if available
` [PATCH v6 07/12] x86/fsgsbase/64: Introduce the FIND_PERCPU_BASE macro
` [PATCH v6 08/12] x86/fsgsbase/64: Use the per-CPU base as GSBASE at the paranoid_entry
` [PATCH v6 09/12] selftests/x86/fsgsbase: Test WRGSBASE
` [PATCH v6 10/12] x86/fsgsbase/64: Enable FSGSBASE by default and add a chicken bit
` [PATCH v6 11/12] x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2
` [PATCH v6 12/12] x86/fsgsbase/64: Add documentation for FSGSBASE

[PATCH 4.19 00/17] V4.19 backport of more 32-bit arm spectre patches
 2019-02-13 21:32 UTC  (18+ messages)
` [PATCH 4.19 01/17] ARM: 8789/1: signal: copy registers using __copy_to_user()
` [PATCH 4.19 02/17] ARM: 8790/1: signal: always use __copy_to_user to save iwmmxt context
` [PATCH 4.19 03/17] ARM: 8791/1: vfp: use __copy_to_user() when saving VFP state
` [PATCH 4.19 04/17] ARM: 8792/1: oabi-compat: copy oabi events using __copy_to_user()
` [PATCH 4.19 05/17] ARM: 8793/1: signal: replace __put_user_error with __put_user
` [PATCH 4.19 06/17] ARM: 8794/1: uaccess: Prevent speculative use of the current addr_limit
` [PATCH 4.19 07/17] ARM: 8795/1: spectre-v1.1: use put_user() for __put_user()
` [PATCH 4.19 08/17] ARM: 8796/1: spectre-v1,v1.1: provide helpers for address sanitization
` [PATCH 4.19 09/17] ARM: 8797/1: spectre-v1.1: harden __copy_to_user
` [PATCH 4.19 10/17] ARM: 8810/1: vfp: Fix wrong assignement to ufp_exc
` [PATCH 4.19 11/17] ARM: make lookup_processor_type() non-__init
` [PATCH 4.19 12/17] ARM: split out processor lookup
` [PATCH 4.19 13/17] ARM: clean up per-processor check_bugs method call
` [PATCH 4.19 14/17] ARM: add PROC_VTABLE and PROC_TABLE macros
` [PATCH 4.19 15/17] ARM: spectre-v2: per-CPU vtables to work around big.Little systems
` [PATCH 4.19 16/17] ARM: ensure that processor vtables is not lost after boot
` [PATCH 4.19 17/17] ARM: fix the cockup in the previous patch

linux-next: Tree for Feb 12
 2019-02-13 21:29 UTC  (5+ messages)
` linux-next: Tree for Feb 12 (chrome/wilco_ec/)

[PATCH v2 0/5] kasan: more tag based mode fixes
 2019-02-13 21:28 UTC  (3+ messages)

[v5.0-rc6 regression] "perf/core: Don't WARN() for impossible ring-buffer sizes"
 2019-02-13 21:26 UTC 

linux-next: build failure after merge of the xarray tree
 2019-02-13 21:26 UTC  (4+ messages)

[PATCH v2 0/2] Intel Cherry Trail Whiskey Cove LEDs support
 2019-02-13 21:24 UTC  (3+ messages)
` [PATCH v2 2/2] mfd: Add leds MFD cell for intel_soc_pmic_chtwc

[PATCH] scsi: lpfc: fix a handful of indentation issues
 2019-02-13 21:24 UTC  (2+ messages)

[PATCH v4 0/8] iProc I2C slave mode and NIC mode
 2019-02-13 21:18 UTC  (5+ messages)
` [PATCH v4 3/8] dt-bindings: i2c: iproc: make 'interrupts' optional
` [PATCH v4 6/8] dt-bindings: i2c: iproc: add "brcm,iproc-nic-i2c" compatible string

linux-next: Fixes tag needs some work in the pci tree
 2019-02-13 21:17 UTC  (5+ messages)

[RFC PATCH 0/2] Fix for the internal card reader and suspend on MacBooks
 2019-02-13 21:13 UTC  (3+ messages)
` [RFC PATCH 1/2] usb: core: Add support of disabling SS link before system suspend
` [RFC PATCH 2/2] usb: quirks: Add quirk to fix card reader and suspend on MacBooks

[PATCH] slub: untag object before slab end
 2019-02-13 21:12 UTC  (3+ messages)

linux-next: Tree for Feb 13
 2019-02-13 21:12 UTC  (5+ messages)
` linux-next: Tree for Feb 13 (drivers/spmi/spmi-pmic-arb.c)

[PATCH] fs, ipc: Use an asynchronous version of kern_unmount in IPC
 2019-02-13 21:07 UTC 

[PATCH v4 0/8] Exynos5 Dynamic Memory Controller driver
 2019-02-13 21:07 UTC  (3+ messages)
  ` [PATCH v4 1/8] clk: samsung: add needed IDs for DMC clocks in Exynos5420

[PATCH] dt-bindings: clock: remove unused definition for stm32mp1
 2019-02-13 21:02 UTC  (2+ messages)

[PATCH 0/2] Ensure inX() is ordered wrt delay() routines
 2019-02-13 20:59 UTC  (5+ messages)
` [PATCH 1/2] asm-generic/io: Pass result on inX() accessor to __io_par()

APUv2/v3 board support V2
 2019-02-13 20:57 UTC  (3+ messages)
` [PATCH 1/2] gpio: AMD G-Series PCH gpio driver
` [PATCH 2/2] x86: pcengines apuv2 gpio/leds/keys platform driver

[PATCH v5 00/11] mfd: add support for max77650 PMIC
 2019-02-13 20:50 UTC  (9+ messages)
` [PATCH v5 01/11] dt-bindings: mfd: add DT bindings for max77650
` [PATCH v5 02/11] dt-bindings: power: supply: "
` [PATCH v5 03/11] dt-bindings: leds: "
` [PATCH v5 04/11] dt-bindings: input: "

[PATCH v5 00/10] Add support for TISCI irqchip drivers
 2019-02-13 20:40 UTC  (6+ messages)
` [PATCH v5 05/10] dt-bindings: irqchip: Introduce TISCI Interrupt router bindings

[PATCH v6 0/2] PWM support for HiFive Unleashed
 2019-02-13 20:37 UTC  (3+ messages)
` [PATCH v6 1/2] pwm: sifive: Add DT documentation for SiFive PWM Controller

[RFC v7 0/5] pstore/block: new support logger for block devices
 2019-02-13 20:35 UTC  (7+ messages)
` [RFC v7 2/5] dt-bindings: pstore-block: new support for blkoops

[PATCH v3 0/2] locking/rwsem: Remove arch specific rwsem files
 2019-02-13 20:32 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] locking/rwsem: Optimize down_read_trylock()

[PATCH 0/3] Minor bug fixes to leaking_addresses.pl
 2019-02-13 20:30 UTC  (4+ messages)
` [PATCH 3/3] leaking_addresses: Expand tilde in output file name

[PATCH v2 0/3] vmalloc enhancements
 2019-02-13 20:26 UTC  (5+ messages)

BUG: Bad page state (5)
 2019-02-13 20:23 UTC  (2+ messages)

[PATCH v4 0/4] Add driver for Mediatek-based GNSS receivers
 2019-02-13 20:19 UTC  (3+ messages)
` [PATCH v4 2/4] dt-bindings: gnss: add mediatek binding

[v5 PATCH 0/8] Various SMP related fixes
 2019-02-13 20:18 UTC  (9+ messages)
` [v5 PATCH 1/8] RISC-V: Do not wait indefinitely in __cpu_up
` [v5 PATCH 2/8] RISC-V: Move cpuid to hartid mapping to SMP
` [v5 PATCH 3/8] RISC-V: Remove NR_CPUs check during hartid search from DT
` [v5 PATCH 4/8] RISC-V: Allow hartid-to-cpuid function to fail
` [v5 PATCH 5/8] RISC-V: Compare cpuid with NR_CPUS before mapping
` [v5 PATCH 6/8] clocksource/drivers/riscv: Add required checks during clock source init
` [v5 PATCH 7/8] irqchip/irq-sifive-plic: Check and continue in case of an invalid cpuid
` [v5 PATCH 8/8] RISC-V: Assign hwcap as per comman capabilities

[PATCH v2] page cache: Store only head pages in i_pages
 2019-02-13 20:17 UTC  (3+ messages)

[LSF/MM TOPIC] FS, MM, and stable trees
 2019-02-13 20:14 UTC  (9+ messages)

[PATCH 1/7] Revert "ARM: mediatek: add MT7623a smp bringup code"
 2019-02-13 20:12 UTC  (3+ messages)
` [PATCH 3/7] dt-bindings: arm: mediatek: add support for MT7622 BPI-R64 and MT7629 RFB

[PATCH] Revert "gfs2: read journal in large chunks to locate the head"
 2019-02-13 20:12 UTC 

[GIT PULL] tpmdd updates for Linux v5.1
 2019-02-13 20:06 UTC  (2+ messages)

[PATCH v2] drivers: base: add support to skip power management in device/driver model
 2019-02-13 20:03 UTC  (2+ messages)

[PATCH 0/5] use pinned_vm instead of locked_vm to account pinned pages
 2019-02-13 20:03 UTC  (7+ messages)
` [PATCH 1/5] vfio/type1: "

[v4 PATCH 0/8] Various SMP related fixes
 2019-02-13 19:59 UTC  (6+ messages)
` [v4 PATCH 8/8] RISC-V: Assign hwcap as per comman capabilities

linux-next: manual merge of the akpm tree with the tip tree
 2019-02-13 19:59 UTC  (2+ messages)

[PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features
 2019-02-13 19:56 UTC  (3+ messages)

[PATCH v3] coccinelle: semantic patch for missing put_device()
 2019-02-13 19:52 UTC  (3+ messages)
` [PATCH v3] Coccinelle: "

[PATCH v2 0/2] Add PGR response PASID requirement check in Intel IOMMU
 2019-02-13 19:49 UTC  (3+ messages)
` [PATCH v2 1/2] PCI/ATS: Add pci_prg_resp_pasid_required() interface

[PATCH] binder: fix sparse issue in binder_alloc_selftest.c
 2019-02-13 19:48 UTC 

[PATCH 00/32] softirq: Per vector masking v2
 2019-02-13 19:47 UTC  (5+ messages)
` [PATCH 05/32] locking/lockdep: Prepare valid_state() to handle plain masks

[PATCH v14 00/15] tracing: Hist trigger snapshot and onchange additions
 2019-02-13 19:47 UTC  (7+ messages)
` [PATCH v14 05/15] tracing: Add conditional snapshot
` [PATCH v14 06/15] tracing: Add hist trigger snapshot() action

[PATCH v3 2/2] media: v4l: xilinx: Add Xilinx MIPI CSI-2 Rx Subsystem
 2019-02-13 19:45 UTC  (2+ messages)
` [v3,2/2] "

[PATCH v2 0/2] Add page alignment check in Intel IOMMU
 2019-02-13 19:45 UTC  (3+ messages)
` [PATCH v2 1/2] PCI/ATS: Add pci_ats_page_aligned() interface

[PATCH v4] staging: nrf24: add new driver for 2.4GHz radio transceiver
 2019-02-13 19:40 UTC 

[Patch v3 0/4] Protect against concurrent calls into UV BIOS
 2019-02-13 19:34 UTC  (5+ messages)
` [Patch v3 1/4] x86/platform/UV: remove unnecessary #ifdef CONFIG_EFI
` [Patch v3 2/4] x86/platform/UV: kill uv_bios_call_reentrant()
` [Patch v3 3/4] x86/platform/UV: use efi_enabled() instead of test_bit()
` [Patch v3 4/4] x86/platform/UV: use efi_runtime_lock to serialise BIOS calls

[RFC PATCH] docs/memory-barriers.txt: Rewrite "KERNEL I/O BARRIER EFFECTS" section
 2019-02-13 19:31 UTC  (7+ messages)

[PATCH v2] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-13 19:30 UTC  (2+ messages)

dma_declare_coherent spring cleaning
 2019-02-13 19:27 UTC  (5+ messages)
` [PATCH 06/12] dma-mapping: improve selection of dma_declare_coherent availability

[PATCH] crypto: ccp: introduce SEV_GET_ID2 command
 2019-02-13 19:23 UTC 

[PATCH] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-13 19:22 UTC  (3+ messages)

[PATCH 0/4] mm: Generalize putback functions
 2019-02-13 19:20 UTC  (7+ messages)
` [PATCH 2/4] mm: Move nr_deactivate accounting to shrink_active_list()
` [PATCH 3/4] mm: Remove pages_to_free argument of move_active_pages_to_lru()
` [PATCH 4/4] mm: Generalize putback scan functions

[PATCH] NFC: pn533: mark expected switch fall-throughs
 2019-02-13 18:57 UTC 

[PATCH v0 0/2] perf: Allow forcing high-order allocation for AUX buffers
 2019-02-13 19:17 UTC  (6+ messages)
` [PATCH v0 1/2] perf: Add an option to ask for high order allocations "

[PATCH] iio: chemical: sps30: mark expected switch fall-throughs
 2019-02-13 19:11 UTC  (2+ messages)

[PATCH v1 0/1] of: unittest: unflatten device tree on UML when testing
 2019-02-13 19:12 UTC  (3+ messages)
` [PATCH v1 1/1] "

[RFC PATCH] PCI/portdrv: Support for subtractive decode bridge
 2019-02-13 19:11 UTC  (4+ messages)

[PATCH 0/2] of: unittest: minor cleanups
 2019-02-13 19:09 UTC  (2+ messages)

[RFC][Patch v8 0/7] KVM: Guest Free Page Hinting
 2019-02-13 19:08 UTC  (8+ messages)

[PATCH v2 00/21] ASoC: dmaengine updates, secondary CPU DAI for Odroid boards
 2019-02-13 19:07 UTC  (4+ messages)
  ` [PATCH v2 18/21] ASoC: samsung: i2s: Comments clean up

[RFC 0/5] Add cpufreq-dt support i.MX8MQ
 2019-02-13 19:05 UTC  (6+ messages)
` [RFC 1/5] clk: imx: imx8mq: Fix the rate propagation for arm pll
` [RFC 2/5] dt-bindings: imx8mq-clock: Add the missing ARM clock
` [RFC 3/5] clk: imx8mq: "
` [RFC 4/5] arm64: dts: imx8mq: Add the clocks and the latencies for the A53 cores
` [RFC 5/5] arm64: dts: imx8mq: Add the opp table and the cpu-supply nodes

[PATCH RESEND] of: add dtc annotations functionality to dtx_diff
 2019-02-13 19:06 UTC  (2+ messages)

[PATCH] pid: remove next_pidmap() declaration
 2019-02-13 11:37 UTC 

[PATCH 4.9 00/24] 4.9.157-stable review
 2019-02-13 18:38 UTC  (6+ messages)
` [PATCH 4.9 08/24] mips: cm: reprime error cause
` [PATCH 4.9 10/24] MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds
` [PATCH 4.9 14/24] drm/modes: Prevent division by zero htotal
` [PATCH 4.9 15/24] drm/vmwgfx: Fix setting of dma masks
` [PATCH 4.9 21/24] libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()

[PATCH] PCI: pciehp: Do not turn off slot if presence comes up after link
 2019-02-13 18:55 UTC  (7+ messages)

[PATCH 4.14 00/35] 4.14.100-stable review
 2019-02-13 18:38 UTC  (7+ messages)
` [PATCH 4.14 01/35] mtd: rawnand: gpmi: fix MX28 bus master lockup problem
` [PATCH 4.14 03/35] iio: chemical: atlas-ph-sensor: correct IIO_TEMP values to millicelsius
` [PATCH 4.14 05/35] signal: Better detection of synchronous signals
` [PATCH 4.14 20/35] Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"
` [PATCH 4.14 25/35] perf tests attr: Fix task term values
` [PATCH 4.14 35/35] Revert "uio: use request_threaded_irq instead"

[PATCH v3 3/4] uaccess: Check no rescheduling function is called in unsafe region
 2019-02-13 18:54 UTC  (11+ messages)

[PATCH] linux-firmware: Add AMD SEV firmware
 2019-02-13 18:41 UTC 

[PATCH 4.19 00/44] 4.19.22-stable review
 2019-02-13 18:38 UTC  (15+ messages)
` [PATCH 4.19 03/44] mtd: spinand: Fix the error/cleanup path in spinand_init()
` [PATCH 4.19 05/44] libata: Add NOLPM quirk for SAMSUNG MZ7TE512HMHP-000L1 SSD
` [PATCH 4.19 14/44] samples: mei: use /dev/mei0 instead of /dev/mei
` [PATCH 4.19 16/44] pinctrl: sunxi: Correct number of IRQ banks on H6 main pin controller
` [PATCH 4.19 18/44] tracing: uprobes: Fix typo in pr_fmt string
` [PATCH 4.19 19/44] mips: cm: reprime error cause
` [PATCH 4.19 20/44] MIPS: OCTEON: dont set octeon_dma_bar_type if PCI is disabled
` [PATCH 4.19 21/44] MIPS: VDSO: Use same -m%-float cflag as the kernel proper
` [PATCH 4.19 23/44] MIPS: VDSO: Include $(ccflags-vdso) in o32,n32 .lds builds
` [PATCH 4.19 24/44] ARM: iop32x/n2100: fix PCI IRQ mapping
` [PATCH 4.19 25/44] ARM: tango: Improve ARCH_MULTIPLATFORM compatibility
` [PATCH 4.19 26/44] ARM: dts: da850: fix interrupt numbers for clocksource
` [PATCH 4.19 28/44] powerpc/radix: Fix kernel crash with mremap()
` [PATCH 4.19 29/44] mic: vop: Fix use-after-free on remove

[PATCH v3 00/13] ASoC: dmaengine updates, secondary CPU DAI for Odroid boards
 2019-02-13 18:42 UTC  (9+ messages)
    ` [PATCH v3 01/13] ASoC: samsung: i2s: Move SFR pointer to common driver data structure
    ` [PATCH v3 03/13] ASoC: samsung: i2s: Move IP variant data "
    ` [PATCH v3 04/13] ASoC: samsung: i2s: Move quirks "
    ` [PATCH v3 05/13] ASoC: samsung: i2s: Get rid of a static spinlock
    ` [PATCH v3 07/13] ASoC: samsung: Specify DMA channel names through custom DMA config
    ` [PATCH v3 09/13] ASoC: dmaengine: Remove unused SND_DMAENGINE_PCM_FLAG_CUSTOM_CHANNEL_NAME flag
    ` [PATCH v3 11/13] ASoC: samsung: i2s: Change indentation in SAMSUNG_I2S_FMTS definition
    ` [PATCH v3 12/13] ASoC: samsung: i2s: Comments clean up

[PATCH 0/4] crypto: caam - add ecb mode support
 2019-02-13 18:51 UTC  (4+ 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).