linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-29 11:58:28 to 2019-08-29 14:33:09 UTC [more...]

[PATCH v4 0/4] Disable compat cruft on ppc64le v4
 2019-08-29 14:32 UTC  (7+ messages)
` [PATCH v4 1/4] powerpc: make llseek 32bit-only

[PATCH v2 1/2] input: keyboard: snvs_pwrkey: Send key events for i.MX6 S, DL and Q
 2019-08-29 14:32 UTC  (7+ messages)

[PATCH v3 00/13] virtio-fs: shared file system for virtual machines
 2019-08-29 14:31 UTC  (7+ messages)

[RFC PATCH v3 00/16] Core scheduling v3
 2019-08-29 14:30 UTC  (6+ messages)

[PATCH] media: i2c: adv7180: fix adv7280 BT.656-4 compatibility
 2019-08-29 14:29 UTC  (3+ messages)

[PATCH v2 00/15] thermal: qcom: tsens: Add interrupt support
 2019-08-29 14:28 UTC  (7+ messages)
` [PATCH v2 03/15] drivers: thermal: tsens: Add __func__ identifier to debug statements
` [PATCH v2 15/15] drivers: thermal: tsens: Add interrupt support

[PATCH v2 0/8] sched/fair: rework the CFS load balance
 2019-08-29 14:26 UTC  (6+ messages)
` [PATCH v2 4/8] sched/fair: rework load_balance

[PATCH v1] cpuidle-haltpoll: vcpu hotplug support
 2019-08-29 14:24 UTC  (4+ messages)

[PATCH v3 00/14] treewide: prefer __section from compiler_attributes.h
 2019-08-29 14:22 UTC  (4+ messages)
` [PATCH v3 10/14] x86: "

[PATCH v2 0/4] sched/fair: Active balancer RT/DL preemption fix
 2019-08-29 14:19 UTC  (5+ messages)
` [PATCH v2 4/4] sched/fair: Prevent active LB from preempting higher sched classes

[PATCH] x86/hpet: Disable HPET on Intel Coffe Lake
 2019-08-29 14:13 UTC  (3+ messages)

stop overriding dma_ops in vmd v2
 2019-08-29 14:14 UTC  (7+ messages)
` [PATCH 2/5] x86/pci: Add a to_pci_sysdata helper
` [PATCH 4/5] PCI/vmd: Stop overriding dma_map_ops

[PATCH] net: dsa: microchip: fill regmap_config name
 2019-08-29 14:14 UTC 

[PATCH] staging: exfat: add exfat filesystem code to staging
 2019-08-29 14:08 UTC  (5+ messages)

[PATCH 00/10] OOM Debug print selection and additional information
 2019-08-29 14:09 UTC  (8+ messages)

[PATCH 0/4] i3c: remove device if failed on pre_assign_dyn_addr()
 2019-08-29 14:09 UTC  (13+ messages)
` [PATCH 1/4] i3c: master: detach and free device if pre_assign_dyn_addr() fails
` [PATCH 2/4] i3c: master: Check if devices have i3c_dev_boardinfo on i3c_master_add_i3c_dev_locked()
` [PATCH 3/4] dt-bindings: i3c: Make 'assigned-address' valid if static address != 0
` [PATCH 4/4] i3c: master: dw: reattach device on first available location of address table

[PATCH v3 0/4] backlight: Expose brightness curve type through sysfs
 2019-08-29 14:09 UTC  (10+ messages)
` [PATCH v3 2/4] "
    `  "

reeze while write on external usb 3.0 hard disk [Bug 204095]
 2019-08-29 14:08 UTC  (5+ messages)

[PATCH 1/3] mmc: sdhci-cadence: enable v4_mode to fix ADMA 64-bit addressing
 2019-08-29 14:04 UTC  (11+ messages)
` [PATCH 2/3] mmc: sdhci: constify references of parameters to __sdhci_read_caps()
` [PATCH 3/3] mmc: sdhci-cadence: override spec version

[PATCH -next] rtc: pcf2127: Fix build error without CONFIG_WATCHDOG_CORE
 2019-08-29 14:04 UTC  (4+ messages)

[PATCH v3 0/8] Add dual-LVDS panel support to EK874
 2019-08-29 14:03 UTC  (3+ messages)
` [PATCH v3 1/8] dt-bindings: display: Add bindings for LVDS bus-timings

[PATCH v2] drm/bridge: adv7511: Attach to DSI host at probe time
 2019-08-29 13:55 UTC  (5+ messages)

[PATCH RFC v4 0/15] sched,fair: flatten CPU controller runqueues
 2019-08-29 14:02 UTC  (5+ messages)
` [PATCH 08/15] sched,fair: simplify timeslice length code

[RFC v1 2/2] rcu/tree: Remove dynticks_nmi_nesting counter
 2019-08-29 13:59 UTC  (11+ messages)

[PATCH] KVM: s390: improve documentation for S390_MEM_OP
 2019-08-29 13:58 UTC  (4+ messages)

[PATCH] media: staging: tegra-vde: Disable building with COMPILE_TEST
 2019-08-29 13:58 UTC  (4+ messages)

[PATCH v2 0/2] mbox changes for QCS404 DVFS
 2019-08-29 13:59 UTC  (3+ messages)
` [PATCH v2 1/2] mbox: qcom: add APCS child device for QCS404

[PATCH v6 00/21] KVM RISC-V Support
 2019-08-29 13:57 UTC  (22+ messages)
` [PATCH v6 01/21] KVM: RISC-V: Add KVM_REG_RISCV for ONE_REG interface
` [PATCH v6 02/21] RISC-V: Add bitmap reprensenting ISA features common across CPUs
` [PATCH v6 03/21] RISC-V: Export few kernel symbols
` [PATCH v6 04/21] RISC-V: Add hypervisor extension related CSR defines
` [PATCH v6 05/21] RISC-V: Add initial skeletal KVM support
` [PATCH v6 06/21] RISC-V: KVM: Implement VCPU create, init and destroy functions
` [PATCH v6 07/21] RISC-V: KVM: Implement VCPU interrupts and requests handling
` [PATCH v6 08/21] RISC-V: KVM: Implement KVM_GET_ONE_REG/KVM_SET_ONE_REG ioctls
` [PATCH v6 09/21] RISC-V: KVM: Implement VCPU world-switch
` [PATCH v6 10/21] RISC-V: KVM: Handle MMIO exits for VCPU
` [PATCH v6 11/21] RISC-V: KVM: Handle WFI "
` [PATCH v6 12/21] RISC-V: KVM: Implement VMID allocator
` [PATCH v6 13/21] RISC-V: KVM: Implement stage2 page table programming
` [PATCH v6 14/21] RISC-V: KVM: Implement MMU notifiers
` [PATCH v6 15/21] RISC-V: KVM: Add timer functionality
` [PATCH v6 16/21] RISC-V: KVM: FP lazy save/restore
` [PATCH v6 17/21] RISC-V: KVM: Implement ONE REG interface for FP registers
` [PATCH v6 18/21] RISC-V: KVM: Add SBI v0.1 support
` [PATCH v6 19/21] RISC-V: KVM: Document RISC-V specific parts of KVM API
` [PATCH v6 20/21] RISC-V: Enable VIRTIO drivers in RV64 and RV32 defconfig
` [PATCH v6 21/21] RISC-V: KVM: Add MAINTAINERS entry

[PATCH v2] KVM: s390: Test for bad access register and size at the start of S390_MEM_OP
 2019-08-29 13:57 UTC  (4+ messages)

[PATCH] arm/arm64: defconfig: Update configs to use the new CROS_EC options
 2019-08-29 13:56 UTC  (6+ messages)

[PATCH] binder: Use kmem_cache for binder_thread
 2019-08-29 13:53 UTC  (4+ messages)

[RESEND PATCH V3 0/8] TopDown metrics support for Icelake
 2019-08-29 13:52 UTC  (5+ messages)
` [RESEND PATCH V3 3/8] perf/x86/intel: Support hardware TopDown metrics

[PATCH v4] platform/chrome: cros_ec_trace: update generating script
 2019-08-29 13:51 UTC  (8+ messages)

[PATCH v2] mm/hugetlb: avoid looping to the same hugepage if !pages and !vmas
 2019-08-29 13:50 UTC 

[PATCH 0/2] software node: fixes for two smatch errors
 2019-08-29 13:50 UTC  (5+ messages)
` [PATCH 1/2] software node: Fix use of potentially uninitialized variable
` [PATCH 2/2] "

[PATCH] virtio-fs: add Documentation/filesystems/virtiofs.rst
 2019-08-29 13:48 UTC  (2+ messages)

[PATCH v3 0/2] net: core: Notify on changes to dev->promiscuity
 2019-08-29 13:49 UTC  (12+ messages)
` [PATCH v3 1/2] "

[PATCH v4 0/3] genirq/vfio: Introduce irq_update_devid() and optimize VFIO irq ops
 2019-08-29 13:48 UTC  (7+ messages)
` [PATCH v4 3/3] vfio/pci: make use of irq_update_devid and optimize "

[PATCH v3] KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctl
 2019-08-29 13:44 UTC  (4+ messages)

[PATCH v2 0/2] Add LVDS panel support to HiHope RZ/G2M
 2019-08-29 13:44 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: display: Add idk-1110wr binding

[PATCH] [RFC] tty/serial: imx: make use of format specifier %dE
 2019-08-29 13:43 UTC  (2+ messages)

[PATCH v2] vsprintf: introduce %dE for error constants
 2019-08-29 13:39 UTC  (2+ messages)

[PATCH] um: Rewrite host RNG driver
 2019-08-29 13:37 UTC  (3+ messages)

[PATCH v2] mmc: mediatek: enable SDIO IRQ low level trigger function
 2019-08-29 13:36 UTC  (3+ messages)

[PATCH v2] mmc: sdhci: use lower/upper_32_bits() macros for DMA addresses
 2019-08-29 13:34 UTC  (3+ messages)

[PATCH V6 0/5] Add Genesys Logic GL975x support
 2019-08-29 13:33 UTC  (2+ messages)

[PATCH v2] software node: Fix use of potentially uninitialized variables
 2019-08-29 13:32 UTC 

[PATCH 0/2 v2] tpm: add update_durations class op to allow override of chip supplied values
 2019-08-29 13:27 UTC  (3+ messages)
` [PATCH 1/2 v2] tpm: provide a way to override the chip returned durations

[PATCH v1 1/2] vsprintf: introduce %dE for error constants
 2019-08-29 13:27 UTC  (2+ messages)

[PATCH] arm64: dts: meson-sm1-sei610: add stdout-path property back
 2019-08-29 13:27 UTC 

[PATCH V6 5/5] mmc: host: sdhci-pci: Add Genesys Logic GL975x support
 2019-08-29 13:21 UTC  (4+ messages)

[PATCH 1/2] efi+tpm: Don't access event->count when it isn't mapped
 2019-08-29 13:21 UTC  (7+ messages)

[PATCH] tpm_tis: Fix interrupt probing
 2019-08-29 13:20 UTC  (5+ messages)

[PATCH RESEND v11 0/8] openat2(2)
 2019-08-29 13:19 UTC  (6+ messages)
` [PATCH RESEND v11 7/8] open: openat2(2) syscall

[PATCH v4, 00/33] add drm support for MT8183
 2019-08-29 13:15 UTC  (7+ messages)
` [PATCH v4, 12/33] drm/mediatek: split DISP_REG_CONFIG_DSI_SEL setting into another use case
` [PATCH v4, 23/33] drm/mediatek: add ovl0/ovl_2l0 usecase

[PATCH net] rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]
 2019-08-29 13:12 UTC 

[PATCH net 0/5] rxrpc: Fix use of skb_cow_data()
 2019-08-29 13:11 UTC  (7+ messages)
` [PATCH net 1/5] rxrpc: Pass the input handler's data skb reference to the Rx ring
` [PATCH net 2/5] rxrpc: Abstract out rxtx ring cleanup
` [PATCH net 3/5] rxrpc: Add a private skb flag to indicate transmission-phase skbs
` [PATCH net 4/5] rxrpc: Use the tx-phase skb flag to simplify tracing
` [PATCH net 5/5] rxrpc: Use skb_unshare() rather than skb_cow_data()

[PATCH] thermal: rcar_gen3_thermal: Fix Wshift-negative-value
 2019-08-29 13:11 UTC  (4+ messages)

[PATCH net 0/7] rxrpc: Fix use of skb_cow_data()
 2019-08-29 13:08 UTC  (8+ messages)
` [PATCH net 1/7] rxrpc: Improve jumbo packet counting
` [PATCH net 2/7] rxrpc: Use info in skbuff instead of reparsing a jumbo packet
` [PATCH net 3/7] rxrpc: Pass the input handler's data skb reference to the Rx ring
` [PATCH net 4/7] rxrpc: Abstract out rxtx ring cleanup
` [PATCH net 5/7] rxrpc: Add a private skb flag to indicate transmission-phase skbs
` [PATCH net 6/7] rxrpc: Use the tx-phase skb flag to simplify tracing
` [PATCH net 7/7] rxrpc: Use skb_unshare() rather than skb_cow_data()

[PATCH 0/9] drm/msm: async commit support
 2019-08-29 13:05 UTC  (9+ messages)
` [PATCH 1/9] drm/msm/dpu: unwind async commit handling
` [PATCH 2/9] drm/msm/dpu: add real wait_for_commit_done()
` [PATCH 3/9] drm/msm/dpu: handle_frame_done() from vblank irq
` [PATCH 4/9] drm/msm: add kms->wait_flush()

linux-next: build failure after merge of the tip tree
 2019-08-29 13:04 UTC  (4+ messages)

[PATCH] x86/microcode: Add an option to reload microcode even if revision is unchanged
 2019-08-29 13:02 UTC  (3+ messages)

[patch 0/2] x86/mm/pti: Robustness updates
 2019-08-29 13:01 UTC  (9+ messages)
` [patch 1/2] x86/mm/pti: Handle unaligned address gracefully in pti_clone_pagetable()
            ` [PATCH] x86/mm/cpa: Prevent large page split when ftrace flips RW on kernel text

[PATCH] xfs: Use WARN_ON rather than BUG() for bailout mount-operation
 2019-08-29 12:59 UTC  (3+ messages)

[PATCH] powerpc/mm: tell if a bad page fault on data is read or write
 2019-08-29 12:59 UTC  (3+ messages)

[PATCH v2 0/4] wm8904: adapt driver for use with audio-graph-card
 2019-08-29 12:57 UTC  (3+ messages)
` [PATCH v2 2/4] ASoC: wm8904: use common FLL code

[PATCH V8 3/3] mmc: sdhci-pci-o2micro: Fix O2 Host data read/write DLL Lock phase shift issue
 2019-08-29 12:54 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add keyword pattern on regulator_get_optional()
 2019-08-29 12:54 UTC 

[PATCH] cpuidle-haltpoll: Enable kvm guest polling when dedicated physical CPUs are available
 2019-08-29 12:53 UTC  (13+ messages)

[PATCH] mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfips
 2019-08-29 12:47 UTC  (2+ messages)

[PATCH v5] watchdog: orion_wdt: use timer1 as a pretimeout
 2019-08-29 12:46 UTC  (2+ messages)

[GIT PULL] mtd: Fixes for -rc7
 2019-08-29 12:44 UTC 

[PATCH] wil6210: Delete an unnecessary kfree() call in wil_tid_ampdu_rx_alloc()
 2019-08-28  7:44 UTC  (2+ messages)

[PATCH] mtd: hyperbus: fix dependency and build error
 2019-08-29 12:36 UTC  (2+ messages)

[PATCH] mm/hugetlb: avoid looping to the same hugepage if !pages and !vmas
 2019-08-29 12:36 UTC  (3+ messages)
  ` 答复: [PATCH] mm/hugetlb: avoid looping to the same hugepage if !pages and !vmas(Internet mail)

[PATCH v4 6/8] sched: Replace strncmp with str_has_prefix
 2019-08-29 12:34 UTC  (2+ messages)

[PATCH v4] watchdog: orion_wdt: use timer1 as a pretimeout
 2019-08-29 12:34 UTC  (4+ messages)

[PATCH 0/3] Fix fallthrough warnings
 2019-08-29 12:32 UTC  (4+ messages)
` [PATCH 1/3] scsi: cxlflash: "
` [PATCH 2/3] scsi: ibmvfc: "
` [PATCH 3/3] scsi: ibmvscsi: tgt: "

[PATCH 0/4] Introduce variable length mdev alias
 2019-08-29 12:31 UTC  (6+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] mdev: Introduce sha1 based "
  ` [PATCH v2 2/6] mdev: Make mdev alias unique among all mdevs

[PATCH] staging: greybus: light: fix a couple double frees
 2019-08-29 12:28 UTC 

Let's talk about the elephant in the room - the Linux kernel's inability to gracefully handle low memory pressure
 2019-08-29 12:29 UTC  (4+ messages)

[PATCH v2] KVM: selftests: Add a test for the KVM_S390_MEM_OP ioctl
 2019-08-29 12:27 UTC  (3+ messages)

[PATCH v3 0/3] arm64: meson-sm1: add support for the SM1 based VIM3L
 2019-08-29 12:26 UTC  (3+ messages)
` [PATCH v3 2/3] dt-bindings: arm: amlogic: add Amlogic SM1 based Khadas VIM3L bindings

[PATCH 0/7] vdso: Complete the conversion to 32bit syscalls
 2019-08-29 12:21 UTC  (3+ messages)
` [PATCH 5/7] arm64: compat: vdso: Remove unused VDSO_HAS_32BIT_FALLBACK

[PATCH] x86/reboot: Avoid EFI reboot when not running on EFI
 2019-08-29 12:18 UTC  (2+ messages)

KASAN: use-after-free Read in rxrpc_put_peer
 2019-08-29 12:17 UTC  (2+ messages)

[PATCH v2 0/10] Symbol namespaces - RFC
 2019-08-29 12:13 UTC  (3+ messages)
  ` [PATCH v3 08/11] scripts: Coccinelle script for namespace dependencies

KASAN: use-after-free Read in rxrpc_send_keepalive
 2019-08-29 12:10 UTC  (2+ messages)

Linux 5.2.11
 2019-08-29 12:09 UTC  (2+ messages)

[PATCH v4] mtd: spi-nor: Add flash property for mt35xu02g
 2019-08-29 12:07 UTC  (2+ messages)
` [PATCH v4] mtd: spi-nor: Rename n25q512a to mt25qu512a(n25q512a)

[PATCH V3 0/6] PCI: tegra: Enable PCIe C5 controller of Tegra194 in p2972-0000 platform
 2019-08-29 12:03 UTC  (3+ messages)
` [PATCH V3 2/6] dt-bindings: PCI: tegra: Add PCIe slot supplies regulator entries

[PATCH] Makefile: Convert -Wimplicit-fallthrough to -Wimplicit-fallthrough=2
 2019-08-29 12:02 UTC 

[tip: timers/core] posix-cpu-timers: Make expiry_active check actually work correctly
 2019-08-29 12:00 UTC 

[PATCH v6 00/24] erofs: promote erofs from staging
 2019-08-29 11:59 UTC  (4+ messages)
` [PATCH v6 05/24] erofs: add inode operations


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