linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-11 19:18:20 to 2019-12-11 23:11:59 UTC [more...]

[PATCH v2] hugetlbfs: Disable softIRQ when taking hugetlb_lock
 2019-12-11 23:05 UTC  (4+ messages)

WARNING: CPU: 3 PID: 1 at __flush_work.isra.47+0x22c/0x248
 2019-12-11 23:09 UTC 

[RFC 1/4] workqueue: fix selecting cpu for queuing work
 2019-12-11 23:07 UTC 

[PATCH 00/24] block, scsi: final compat_ioctl cleanup
 2019-12-11 23:05 UTC  (27+ messages)
` [PATCH 01/24] compat: ARM64: always include asm-generic/compat.h
` [PATCH 02/24] compat: scsi: sg: fix v3 compat read/write interface
` [PATCH 03/24] compat_ioctl: block: handle BLKREPORTZONE/BLKRESETZONE
` [PATCH 04/24] compat_ioctl: block: handle BLKGETZONESZ/BLKGETNRZONES
` [PATCH 05/24] compat_ioctl: block: handle add zone open, close and finish ioctl
` [PATCH 06/24] compat_ioctl: block: handle Persistent Reservations
` [PATCH 07/24] compaT_ioctl: ubd, aoe: use blkdev_compat_ptr_ioctl
` [PATCH 08/24] compat_ioctl: move CDROM_SEND_PACKET handling into scsi
` [PATCH 09/24] compat_ioctl: move CDROMREADADIO to cdrom.c
` [PATCH 10/24] compat_ioctl: cdrom: handle CDROM_LAST_WRITTEN
` [PATCH 11/24] compat_ioctl: block: handle cdrom compat ioctl in non-cdrom drivers
` [PATCH 12/24] compat_ioctl: add scsi_compat_ioctl
` [PATCH 13/24] compat_ioctl: bsg: add handler
` [PATCH 14/24] compat_ioctl: ide: floppy: "
` [PATCH 15/24] compat_ioctl: scsi: move ioctl handling into drivers
` [PATCH 16/24] compat_ioctl: move sys_compat_ioctl() to ioctl.c
` [PATCH 17/24] compat_ioctl: simplify the implementation
` [PATCH 18/24] compat_ioctl: move cdrom commands into cdrom.c
` [PATCH 19/24] compat_ioctl: scsi: handle HDIO commands from drivers
` [PATCH 20/24] compat_ioctl: move HDIO ioctl handling into drivers/ide
` [PATCH 21/24] compat_ioctl: block: move blkdev_compat_ioctl() into ioctl.c
` [PATCH 22/24] compat_ioctl: block: simplify compat_blkpg_ioctl()
` [PATCH 23/24] compat_ioctl: simplify up block/ioctl.c
` [PATCH 24/24] Documentation: document ioctl interfaces better

[RFC 0/3] perf tools: Add support for used defined metric
 2019-12-11 23:02 UTC  (6+ messages)
` [PATCH 1/3] perf tools: Factor metric addition into add_metric function
` [PATCH 2/3] perf tools: Factor metric setup code into metricgroup__setup function
` [PATCH 3/3] perf stat: Add --metric option

[PATCH net-next v2 0/6] vsock: add local transport support
 2019-12-11 23:01 UTC  (2+ messages)

[PATCH 4.19 000/243] 4.19.89-stable review
 2019-12-11 22:59 UTC  (4+ messages)
` [PATCH 4.19 121/243] ASoC: rsnd: tidyup registering method for rsnd_kctrl_new()

[PATCH RFC 00/15] KVM: Dirty ring interface
 2019-12-11 22:57 UTC  (5+ messages)
` [PATCH RFC 04/15] KVM: Implement ring-based dirty memory tracking

linux-next: Fixes tag needs some work in the rcu tree
 2019-12-11 22:52 UTC  (2+ messages)

linux-next: build failure after merge of the thermal tree
 2019-12-11 22:50 UTC 

[PATCH v2 0/3] Add QUSB2 PHY support for SC7180
 2019-12-11 22:47 UTC  (3+ messages)
` [PATCH v2 1/3] phy: qcom-qusb2: "

[PATCH v5 0/2] Enable IOMMU support for pseries Secure VMs
 2019-12-11 22:47 UTC  (9+ messages)
` [PATCH v5 1/2] powerpc/pseries/iommu: Share the per-cpu TCE page with the hypervisor

[PATCH 0/4] Redesign MSI-X support in PCIe Endpoint Core
 2019-12-11 22:46 UTC  (2+ messages)

single aio thread is migrated crazily by scheduler
 2019-12-11 22:46 UTC  (11+ messages)
            ` [PATCH v2] sched/core: Preempt current task in favour of bound kthread
              ` [PATCH v3] "
                ` [PATCH v4] "

[PATCH V5 1/3] thermal/drivers/cpu_cooling: Add idle cooling device documentation
 2019-12-11 22:43 UTC  (3+ messages)
` [PATCH V5 2/3] thermal/drivers/cpu_cooling: Introduce the cpu idle cooling driver
` [PATCH V5 3/3] thermal/drivers/cpu_cooling: Rename to cpufreq_cooling

Regulator probe on demand (or circular dependencies)
 2019-12-11 22:42 UTC  (3+ messages)

[PATCH v10 6/6] x86/split_lock: Enable split lock detection by kernel parameter
 2019-12-11 22:39 UTC  (13+ messages)

[PATCH v3 bpf-next 00/11] add bpf batch ops to process more than 1 elem
 2019-12-11 22:33 UTC  (12+ messages)
` [PATCH v3 bpf-next 01/11] bpf: add bpf_map_{value_size,update_value,map_copy_value} functions
` [PATCH v3 bpf-next 02/11] bpf: add generic support for lookup and lookup_and_delete batch ops
` [PATCH v3 bpf-next 03/11] bpf: add generic support for update and delete "
` [PATCH v3 bpf-next 04/11] bpf: add lookup and updated batch ops to arraymap
` [PATCH v3 bpf-next 05/11] bpf: add generic_batch_ops to lpm_trie map
` [PATCH v3 bpf-next 06/11] bpf: add batch ops to all htab bpf map
` [PATCH v3 bpf-next 07/11] tools/bpf: sync uapi header bpf.h
` [PATCH v3 bpf-next 08/11] libbpf: add libbpf support to batch ops
` [PATCH v3 bpf-next 09/11] selftests/bpf: add batch ops testing for htab and htab_percpu map
` [PATCH v3 bpf-next 10/11] selftests/bpf: add batch ops testing to array bpf map
` [PATCH v3 bpf-next 11/11] selftests/bpf: add batch ops testing to lpm_trie "

[PATCH v1] clk: Convert managed get functions to devm_add_action API
 2019-12-11 22:28 UTC  (7+ messages)

[PATCH v2,net] hv_netvsc: Fix tx_table init in rndis_set_subchannel()
 2019-12-11 22:26 UTC 

[PATCH net-next] netdevsim: Add max_vfs to bus_dev
 2019-12-11 22:24 UTC  (6+ messages)

[PATCH] Fix tx_table init in rndis_set_subchannel()
 2019-12-11 22:23 UTC  (3+ messages)

[PATCH v3 0/3] thermal: introduce by-name softlink
 2019-12-11 22:19 UTC  (8+ messages)

[PATCH] regulator: rn5t618: fix module aliases
 2019-12-11 22:16 UTC 

[PATCH v2 0/3] Add USB DWC3 support for SC7180
 2019-12-11 22:13 UTC  (7+ messages)
` [PATCH v2 1/3] usb: dwc3: Add support for SC7180 SOC
` [PATCH v2 2/3] dt-bindings: usb: qcom,dwc3: Convert USB DWC3 bindings
` [PATCH v2 3/3] dt-bindings: usb: qcom,dwc3: Add compatible for SC7180

[PATCH v17 0/6] support gce on mt8183 platform
 2019-12-11 22:09 UTC  (2+ messages)

[BUG] Xen-ballooned memory never returned to domain after partial-free
 2019-12-11 22:08 UTC 

[PATCH] netfilter: nf_flow_table: fix big-endian integer overflow
 2019-12-11 22:04 UTC  (2+ messages)

[PATCH] mfd: rn5t618: cleanup i2c_device_id
 2019-12-11 21:57 UTC 

[PATCH v4 0/5] Add rtc support for rn5t618 mfd
 2019-12-11 21:54 UTC  (6+ messages)
` [PATCH v4 1/5] dt-bindings: mfd: rn5t618: Document optional property interrupts
` [PATCH v4 2/5] mfd: rn5t618: add IRQ support
` [PATCH v4 3/5] mfd: rn5t618: add RTC related registers
` [PATCH v4 4/5] mfd: rn5t618: add more subdevices
` [PATCH v4 5/5] rtc: rc5t619: add ricoh rc5t619 RTC driver

[PATCH] mm/oom: fix pgtables units mismatch in Killed process message
 2019-12-11 21:44 UTC  (2+ messages)

[PATCH 5.3 000/105] 5.3.16-stable review
 2019-12-11 21:43 UTC  (7+ messages)
` [PATCH 5.3 000/105] 5.3.16-stable review [warning related]

[PATCH] x86/microcode: make stub function static inline
 2019-12-11 21:38 UTC  (2+ messages)

linux-next: build failure after merge of the imx-mxs tree
 2019-12-11 21:35 UTC 

AW: Slow I/O on USB media after commit f664a3cc17b7d0a2bc3b3ab96181e1029b0ec0e6
 2019-12-11 21:33 UTC  (11+ messages)

[PATCH V4 4/4] thermal/drivers/cpu_cooling: Rename to cpufreq_cooling
 2019-12-11 21:33 UTC  (8+ messages)

[PATCH v4 0/2] kvm: Use huge pages for DAX-backed files
 2019-12-11 21:32 UTC  (3+ messages)
` [PATCH v4 1/2] mm: make dev_pagemap_mapping_shift() externally visible
` [PATCH v4 2/2] kvm: Use huge pages for DAX-backed files

[PATCH] locking/lockdep: Fix lockdep_stats indentation problem
 2019-12-11 21:31 UTC 

[PATCH v1 0/3] Introduce CAP_SYS_PERFMON capability for secure Perf users groups
 2019-12-11 21:25 UTC  (8+ messages)

[PATCH v9 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
 2019-12-11 21:25 UTC  (4+ messages)
` [PATCH v9 10/25] mm/gup: introduce pin_user_pages*() and FOLL_PIN

[PATCH v7 0/8] Fix year 2038 issue for sound subsystem
 2019-12-11 21:20 UTC  (10+ messages)
` [PATCH v7 1/9] ALSA: Replace timespec with timespec64
` [PATCH v7 2/9] ALSA: Avoid using timespec for struct snd_timer_status
` [PATCH v7 3/9] ALSA: Avoid using timespec for struct snd_ctl_elem_value
` [PATCH v7 4/9] ALSA: Avoid using timespec for struct snd_pcm_status
` [PATCH v7 5/9] ALSA: Avoid using timespec for struct snd_rawmidi_status
` [PATCH v7 6/9] ALSA: Avoid using timespec for struct snd_timer_tread
` [PATCH v7 7/9] ALSA: move snd_pcm_ioctl_sync_ptr_compat into pcm_native.c
` [PATCH v7 8/9] ALSA: add new 32-bit layout for snd_pcm_mmap_status/control
` [PATCH v7 9/9] ALSA: bump uapi version numbers

[GIT PULL] afs: Miscellaneous fixes
 2019-12-11 21:17 UTC 

[PATCH 5.4 00/92] 5.4.3-stable review
 2019-12-11 21:13 UTC  (2+ messages)

[PATCH 0/2] watchdog: mtx-1: Relax build dependencies
 2019-12-11 21:02 UTC  (3+ messages)
` [PATCH 1/2] watchdog: mtx-1: Drop au1000.h header inclusion
` [PATCH 2/2] watchdog: Relax dependencies for CONFIG_WDT_MTX1

[PATCH v6 2/3] PCI: Add parameter nr_devfns to pci_add_dma_alias
 2019-12-11 20:56 UTC  (2+ messages)

[PATCH 0/2] pipe: Fixes [ver #2]
 2019-12-11 20:55 UTC  (7+ messages)

[GIT PULL] erofs fixes for 5.5-rc2
 2019-12-11 20:50 UTC  (2+ messages)

[GIT PULL] tracing: More fixes for 5.5
 2019-12-11 20:50 UTC  (2+ messages)

[PATCH v2 00/13] KVM: x86: Extend Spectre-v1 mitigation
 2019-12-11 20:47 UTC  (14+ messages)
` [PATCH v2 01/13] KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks
` [PATCH v2 02/13] KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() "
` [PATCH v2 03/13] KVM: x86: Refactor picdev_write() to prevent "
` [PATCH v2 04/13] KVM: x86: Protect ioapic_read_indirect() from "
` [PATCH v2 05/13] KVM: x86: Protect ioapic_write_indirect() "
` [PATCH v2 06/13] KVM: x86: Protect kvm_lapic_reg_write() "
` [PATCH v2 07/13] KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() "
` [PATCH v2 08/13] KVM: x86: Protect MSR-based index computations in pmu.h "
` [PATCH v2 09/13] KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks in x86.c
` [PATCH v2 10/13] KVM: x86: Protect memory accesses "
` [PATCH v2 11/13] KVM: x86: Protect exit_reason from being used in Spectre-v1/L1TF attacks
` [PATCH v2 12/13] KVM: x86: Protect DR-based index computations from "
` [PATCH v2 13/13] KVM: x86: Protect pmu_intel.c "

[PATCH v2] KVM: x86: use CPUID to locate host page table reserved bits
 2019-12-11 20:48 UTC  (6+ messages)

[PATCH v2 00/12] Aspeed: Add SCU interrupt controller and XDMA engine drivers
 2019-12-11 20:43 UTC  (7+ messages)
` [PATCH v2 06/12] drivers/soc: Add Aspeed XDMA Engine Driver
` [PATCH v2 07/12] drivers/soc: xdma: Add user interface

[PATCH] timers/nohz: Update nohz load even if tick already stopped
 2019-12-11 20:46 UTC  (12+ messages)

[PATCHv8 00/34] kernel: Introduce Time Namespace
 2019-12-11 20:38 UTC  (3+ messages)

[PATCH] tools/perf/metricgroup: Fix printing event names of metric group with multiple events
 2019-12-11 20:38 UTC  (4+ messages)

linux-next: Fixes tag needs some work in the crypto tree
 2019-12-11 20:37 UTC 

[PATCH] drm: rockchip: rk3066_hdmi: set edid fifo address
 2019-12-11 20:34 UTC 

[PATCH v2 0/6] brcmstb_thermal updates for new processes
 2019-12-11 20:31 UTC  (7+ messages)
` [PATCH v2 1/6] thermal: brcmstb_thermal: Do not use DT coefficients
` [PATCH v2 2/6] thermal: brcmstb_thermal: Prepare to support a different process
` [PATCH v2 3/6] dt-bindings: thermal: Define BCM7216 thermal sensor compatible
` [PATCH v2 4/6] thermal: brcmstb_thermal: Add 16nm process thermal parameters
` [PATCH v2 5/6] thermal: brcmstb_thermal: Restructure interrupt registration
` [PATCH v2 6/6] thermal: brcmstb_thermal: Register different ops per process

[PATCH v4 2/2] ARM: dts: aspeed: Adding Facebook Yosemite V2 BMC
 2019-12-11 20:26 UTC 

[PATCH] of: refcount leak when phandle_cache entry replaced
 2019-12-11 20:18 UTC  (2+ messages)

[PATCH] pcie: Add quirk for the Arm Neoverse N1SDP platform
 2019-12-11 20:17 UTC  (2+ messages)

[PATCH v3 0/6] Add rtc support for rn5t618 mfd
 2019-12-11 20:17 UTC  (5+ messages)
` [PATCH v3 6/6] rtc: rtc-rc5t619: add ricoh rc5t619 RTC driver

[PATCH v3] of/platform: Unconditionally pause/resume sync state during kernel init
 2019-12-11 20:17 UTC  (2+ messages)

[PATCH bpf-next 11/15] bpftool: add skeleton codegen command
 2019-12-11 20:09 UTC  (12+ messages)

[PATCH AUTOSEL 4.4 01/37] scsi: mpt3sas: Fix clear pending bit in ioctl status
 2019-12-11 20:04 UTC  (4+ messages)
` [PATCH AUTOSEL 4.4 27/37] ext4: work around deleting a file with i_nlink == 0 safely

[PATCH v1] thermal/intel: intel_pch_thermal: Add Comet Lake (CML) platform support
 2019-12-11 20:00 UTC 

[PATCH] spi: nxp-fspi: Ensure width is respected in spi-mem operations
 2019-12-11 19:57 UTC 

[PATCH] dt-bindings: pwm: fix nodename pattern
 2019-12-11 19:52 UTC  (2+ messages)

[PATCH] futex: Support smaller futexes of one byte or two byte size
 2019-12-11 19:48 UTC  (6+ messages)

drivers/ptp/ptp_clockmatrix.c:107: undefined reference to `i2c_transfer'
 2019-12-11 19:46 UTC 

[PATCH 0/3] iommu/vt-d bad RMRR workarounds
 2019-12-11 19:46 UTC  (4+ messages)
` [PATCH 1/3] iommu/vt-d: skip RMRR entries that fail the sanity check
` [PATCH 2/3] iommu/vt-d: treat unmapped RMRR entries as sane
` [PATCH 3/3] iommu/vt-d: skip invalid RMRR entries

[PATCH 2/2] drivers: edac: Add EDAC support for Kryo CPU caches
 2019-12-11 19:32 UTC 

[RFC PATCH] block/genhd: Notify udev about capacity change
 2019-12-11 19:36 UTC  (2+ messages)

[PATCH] x86/resctrl: Check monitoring static key in MBM overflow handler
 2019-12-11 20:05 UTC  (3+ messages)
` [PATCH RESEND] "

[PATCH v2 0/1] Add device node support for TSENS in SC7180
 2019-12-11 19:33 UTC  (3+ messages)
` [PATCH v2 1/1] arm64: dts: qcom: sc7180: "

[PATCH v1 0/7] uml: add unspecified HAS_IOMEM dependencies
 2019-12-11 19:27 UTC  (8+ messages)
` [PATCH v1 1/7] pinctrl: equilibrium: add unspecified HAS_IOMEM dependency
` [PATCH v1 2/7] mtd: rawnand: "
` [PATCH v1 3/7] net: axienet: "
` [PATCH v1 4/7] crypto: inside-secure: "
` [PATCH v1 5/7] crypto: amlogic: "
` [PATCH v1 6/7] staging: axis-fifo: "
` [PATCH v1 7/7] fsi: aspeed: "

[PATCH V2 0/3] fix potential infinite loop in debugfs_remove_recursive
 2019-12-11 19:27 UTC  (10+ messages)
` [PATCH V2 1/3] dcache: add a new enum type for 'dentry_d_lock_class'

[PATCH net-next 0/6] net-next: dsa: mt7530: add support for MT7531
 2019-12-11 19:27 UTC  (5+ messages)
` [PATCH net-next 4/6] net: dsa: mt7530: Add the support of MT7531 switch

ftrace histogram sorting broken on BE architecures
 2019-12-11 19:26 UTC  (5+ messages)

[PATCH 1/3] arm64: dts: qcom: sc7180: Add APSS watchdog node
 2019-12-11 19:25 UTC  (2+ messages)

[PATCH] x86/quirks: disable HPET on Intel Coffee Lake Refresh platforms
 2019-12-11 19:24 UTC  (2+ messages)

[PATCH] ath11k: Remove unnecessary enum scan_priority
 2019-12-11 19:22 UTC 

[PATCH 0/2] KVM: x86: X86_FEATURE bit() cleanup
 2019-12-11 19:18 UTC  (4+ messages)
` [PATCH 1/2] KVM: x86: Add build-time assertion on usage of bit()


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