Quantcast
Browsing all 24115 articles
Browse latest View live

[PATCH 13/24] Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()...

Prepare for directly closing dlc if the RFCOMM session has not yet been started; refactor the dlc disconnect logic into a separate local function, __rfcomm_dlc_disconn(). Retains functional...

View Article


[PATCH 00/24] rfcomm fixes (19 replies)

Marcel, This patch series addresses a number of previously unknown issues with the RFCOMM tty device implementation, in addition to addressing the locking regression recently reported [1]. As Gianluca...

View Article


[RESEND PATCH 0/3] powerpc: Free up an IPI message slot for tick broadcast...

This patchset is a precursor for enabling deep idle states on powerpc, when the local CPU timers stop. The tick broadcast framework in the Linux Kernel today handles wakeup of such CPUs at their next...

View Article

[PATCHSET 0/8] perf tools: Update on filtered entries' percentage output (v4)...

Hello, I added --percentage option to perf report to control display of percentage of filtered entries. usage: perf report [<options>] --percentage <relative|absolute> how to display...

View Article

Linux 3.14-rc2 (1 reply)

It's been pretty quiet, actually, which should make me happy. But I have a suspicious nature, and I'm going to wait to see if the other shoe drops, and people are just lulling me into a false sense of...

View Article


WARNING: CPU: 1 PID: 0 at kernel/time/tick-broadcast.c:668...

Let's have one last round of Champions! [ 83.558497] ------------[ cut here ]------------ [ 83.558503] WARNING: CPU: 1 PID: 0 at kernel/time/tick-broadcast.c:668...

View Article

linux-next: manual merge of the akpm-current tree with the rcu tree (no replies)

Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in mm/slub.c between commit f4e40a71719d ("slub: Fix add_full() lockdep checks") from the rcu tree and commit aee03fe7a7c8...

View Article

[PATCH part1 v5 2/7] PCI: introduce pci_bus_find_ext_capability() (no replies)

Sometimes we need to find PCI EXT CAP before pci_dev set up. So introduce pci_bus_find_ext_capability(), it will be used to get PCI EXT DSN before pci_dev set up. Signed-off-by: Yijing Wang...

View Article


[PATCH part1 v5 3/7] PCI: Add support for Device Serial Number capability (no...

Add support for the Device Serial Number capability, so we can use the unique device serial number to identify the physical device. This helps determine whether a device was replaced while the system...

View Article


[PATCH part1 v5 7/7] PCI: pciehp: Don't enable/disable slot on resume unless...

Currently pciehp_resume() always enables the slot if it is occupied. But often the slot was already occupied before the suspend, so we complain like this: pciehp 0000:00:1c.1:pcie04: Device...

View Article

[PATCH part1 v5 4/7] PCI: Introduce pci_serial_number_changed() (no replies)

Sometimes OS do not know the physical device swap, for instance, some device hotplug during system suspend. Interrupt can not deliver to OS in some platform. So we can use pci serial number capability...

View Article

[PATCH part1 v5 6/7] PCI: Check pci device serial number when scan device (no...

Sometimes pci device will be removed and reinsert while suspended. In this case system can not identify the device has been changed. Now PCIe support Device Serial Number Capability which has the...

View Article

[PATCH part1 v5 5/7] PCI: Add pci_dummy_ops to isolate pci device temporarily...

Pci_dummy_ops does nothing when we use it to read/write pci_device. So we can isolate pci device by replace its bus pci_ops by pci_dummy_ops. This is preparation for the later patch. Signed-off-by:...

View Article


[PATCH part1 v5 0/7] Introduce PCIe Device Serial Number capability support...

This series is based on Bjorn's pci-next branch. Currently, more and more PCIe devices support PCIe DSN(Device Serial Number) capability, we can use this cap to identify device. In some platform, when...

View Article

[PATCH] perf tools: Fix the logic of thread__fork (no replies)

Revert the logic of checking the return value of thread__set_comm(). If thread__set_comm() returns zero without errors, we should not return immediately, instead we should finish the rest of the clone...

View Article


[PATCH v6 0/2] AS3935 lightning sensor support (2 replies)

This series adds support for the AMS AS3935 lightning sensor that allows reporting back estimated storm distance and strike events. Changes from v5 * SPI write cache-aligned issues fixed * Fixed...

View Article

[PATCH 11/11] mempolicy: apply page table walker on queue_pages_range() (no...

queue_pages_range() does page table walking in its own way now, so this patch rewrites it with walk_page_range(). One difficulty was that queue_pages_range() needed to check vmas to determine whether...

View Article


[PATCH 09/11] arch/powerpc/mm/subpage-prot.c: use walk_page_vma() instead of...

We don't have to use mm_walk->private to pass vma to the callback function because of mm_walk->vma. Signed-off-by: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com> ---...

View Article

[PATCH 03/11] smaps: redefine callback functions for page table walker (no...

smaps_pte_range() connected to pmd_entry() does both of pmd loop and pte loop. So this patch moves pte part into smaps_pte() on pte_entry() as expected by the name. ChangeLog v2: - rebase onto mmots...

View Article

[PATCH 02/11] pagewalk: add walk_page_vma() (no replies)

Introduces walk_page_vma(), which is useful for the callers which want to walk over a given vma. It's used by later patches. ChangeLog v4: - rename skip_check to skip_lower_level_walking...

View Article
Browsing all 24115 articles
Browse latest View live